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
August 2019
- 19 participants
- 2737 discussions

[translation/orfox-stringsxml] Update translations for orfox-stringsxml
by translation@torproject.org 16 Aug '19
by translation@torproject.org 16 Aug '19
16 Aug '19
commit e8ec5fa0c815a5091ec42d3bbb4ff59bdf657dda
Author: Translation commit bot <translation(a)torproject.org>
Date: Fri Aug 16 19:16:28 2019 +0000
Update translations for orfox-stringsxml
---
uk/strings.xml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/uk/strings.xml b/uk/strings.xml
index cb5acbb4f..edfd724c8 100644
--- a/uk/strings.xml
+++ b/uk/strings.xml
@@ -1,2 +1,9 @@
<resources>
- </resources>
+ <string name="app_name">Спочивай з миром, Orfox</string>
+ <string name="try_tor_browser">Спробуйте браузер Tor</string>
+ <string name="orfox_is_now_tor_browser">Відтепер Orfox - це Браузер Tor для Android</string>
+ <string name="get_it">Отримайте його з джерела, яке вам підходить:</string>
+ <string name="go_to_f_droid">ПЕРЕЙТИ ДО F-DROID</string>
+ <string name="go_to_google_play">ПЕРЕЙТИ ДО GOOGLE PLAY</string>
+ <string name="download_apk">ЗАВАНТАЖИТИ .APK</string>
+</resources>
1
0

16 Aug '19
commit 8291822c593d8dcf26dbdbc14483c841f6d0ef2e
Merge: 0a1de3f 7ceb25e
Author: Philipp Winter <phw(a)nymity.ch>
Date: Fri Aug 16 11:38:23 2019 -0700
Merge branch 'feature/31252' into develop
CHANGELOG | 9 +++
bridgedb.conf | 19 ++++++
bridgedb/antibot.py | 123 ++++++++++++++++++++++++++++++++++
bridgedb/distributors/https/server.py | 10 +++
bridgedb/distributors/moat/server.py | 6 ++
bridgedb/main.py | 6 ++
bridgedb/test/test_antibot.py | 108 +++++++++++++++++++++++++++++
7 files changed, 281 insertions(+)
1
0

16 Aug '19
commit 7ceb25e306a5af456c4a4ba1f1f5b2a72d6eb77c
Author: Philipp Winter <phw(a)nymity.ch>
Date: Wed Aug 14 15:00:59 2019 -0700
Support handing out decoy bridges to bots.
This patch makes it possible to identify bots by inspecting HTTP request
headers. A CSV file, specified by BLACKLISTED_REQUEST_HEADERS_FILE,
contains mappings from request header to a regular expression of the
header's value, e.g.:
Accept-Language,[Kk]lingon
User-Agent,Spa+ce
...
Once a regular expression matches a client's request, we probably caught
a bot. This patch also makes it possible to respond to bot requests
with a decoy bridge, e.g., to study what the owners of the bot intend to
do with the bridge. Decoy bridges are configured in the CSV file
DECOY_BRIDGES_FILE. The file maps a transport type and its IP address
version to bridge lines, e.g.:
vanillav4,1.2.3.4:1234 FINGERPRINT
obfs4v4,obfs4 1.2.3.4:1234 FINGERPRINT ARGS
...
This fixes <https://bugs.torproject.org/31252>
---
CHANGELOG | 9 +++
bridgedb.conf | 19 ++++++
bridgedb/antibot.py | 123 ++++++++++++++++++++++++++++++++++
bridgedb/distributors/https/server.py | 10 +++
bridgedb/distributors/moat/server.py | 6 ++
bridgedb/main.py | 6 ++
bridgedb/test/test_antibot.py | 108 +++++++++++++++++++++++++++++
7 files changed, 281 insertions(+)
diff --git a/CHANGELOG b/CHANGELOG
index 32e6fe5..03390d6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -16,6 +16,15 @@ Changes in version 0.8.0 - YYYY-MM-DD
Use stem instead of leekspin to create test descriptors. We now don't
need to depend on leekspin anymore.
+ * FIXES #31252 https://bugs.torproject.org/31252
+ Add an anti-bot mechanism that allows us to detect bots by matching
+ HTTP request headers for blacklisted patterns. For example, bots may
+ have their Accept-Language set to "Klingon". Blacklisted patterns are
+ configured in BLACKLISTED_REQUEST_HEADERS_FILE. When BridgeDB detects
+ a bot request, we can answer their request with a decoy bridge that's
+ only handed out to bots. Decoy bridges are configured in
+ DECOY_BRIDGES_FILE.
+
Changes in version 0.7.1 - 2019-06-07
* FIXES #28496 https://bugs.torproject.org/28496
diff --git a/bridgedb.conf b/bridgedb.conf
index ba43bb6..a0e00a8 100644
--- a/bridgedb.conf
+++ b/bridgedb.conf
@@ -301,6 +301,25 @@ PROBING_RESISTANT_TRANSPORTS = ['scramblesuit', 'obfs4']
# menu).
DEFAULT_TRANSPORT = 'obfs4'
+# HTTP headers that suggest that a request was issued by a bot. The CSV
+# file must have the following format:
+# <HEADER>,<REGEXP>
+# ...
+# For example:
+# Accept-Language,[Kk]lingon
+BLACKLISTED_REQUEST_HEADERS_FILE="blacklisted-request-headers.csv"
+
+# Decoy bridges that we are handing out to bots that we detected using the
+# regular expressions in BLACKLISTED_REQUEST_HEADERS_FILE. The CSV file must
+# have the following format:
+# <TRANSPORT>v<IP_VERSION>,<BRIDGE_LINE>
+# ...
+# For example:
+# vanillav4,1.2.3.4:1234 0123456789ABCDEF0123456789ABCDEF01234567
+# vanillav6,[::1]:1234 0123456789ABCDEF0123456789ABCDEF01234567
+# obfs4v4,obfs4 1.2.3.4:1234 public-key=... node-id=... iat-mode=...
+DECOY_BRIDGES_FILE="decoy-bridges.csv"
+
#-------------------------------
# Moat Distribution Options \
#------------------------------------------------------------------------------
diff --git a/bridgedb/antibot.py b/bridgedb/antibot.py
new file mode 100644
index 0000000..e724c68
--- /dev/null
+++ b/bridgedb/antibot.py
@@ -0,0 +1,123 @@
+# -*- coding: utf-8 ; test-case-name: bridgedb.test.test_metrics ; -*-
+# _____________________________________________________________________________
+#
+# This file is part of BridgeDB, a Tor bridge distribution system.
+#
+# :authors: please see included AUTHORS file
+# :copyright: (c) 2019, The Tor Project, Inc.
+# (c) 2019, Philipp Winter
+# :license: see LICENSE for licensing information
+# _____________________________________________________________________________
+
+"""Functions for dealing with bot requests."""
+
+import re
+import logging
+
+# Maps transport types and IP version (e.g., "obfs4v4", "vanillav4", or
+# "vanillav6") to bridge lines (e.g., "1.2.3.4:1234 ...".
+DECOY_BRIDGES = {}
+
+# Maps HTTP request headers (e.g., "Accept-Language") to regular expressions
+# that suggest that the request was issued by a bot (e.g., "[Kk]lingon").
+BLACKLISTED_REQUEST_HEADERS = {}
+
+
+def _loadCSV(filename):
+ """Load and return the content of the given CSV file.
+
+ :param str filename: The filename to read.
+ :rtype: dict
+ :returns: A dictionary mapping keys (first column) to values (second
+ column).
+ """
+
+ csv = dict()
+ try:
+ with open(filename) as fh:
+ for line in fh.readlines():
+ if line.count(",") != 1:
+ logging.warning("Line must have exactly one comma: %s" %
+ line)
+ continue
+ key, value = line.split(",")
+ csv[key.strip()] = value.strip()
+ except IOError as err:
+ logging.warning("I/O error while reading from file %s: %s" %
+ (filename, err))
+
+ return csv
+
+
+def loadBlacklistedRequestHeaders(filename):
+ """Load and globally set a dictionary of blacklisted request headers.
+
+ :param str filename: The filename to read.
+ """
+
+ content = _loadCSV(filename)
+ blacklisted = dict()
+ # Turn dictionary values into compiled regular expressions.
+ for header, regexp in content.items():
+ try:
+ blacklisted[header] = re.compile(regexp)
+ except Exception as err:
+ logging.warning("Skipping regexp %s because we couldn't compile "
+ "it: %s" % (regexp, err))
+
+ global BLACKLISTED_REQUEST_HEADERS
+ BLACKLISTED_REQUEST_HEADERS = blacklisted
+
+
+def loadDecoyBridges(filename):
+ """Load and globally set a dictionary of decoy bridges.
+
+ :param str filename: The filename to read.
+ """
+
+ d = _loadCSV(filename)
+ # Turn our bridge lines (which are strings) into lists.
+ decoyBridges = {ttype: [line] for ttype, line in d.items()}
+
+ global DECOY_BRIDGES
+ DECOY_BRIDGES = decoyBridges
+
+
+def getDecoyBridge(transport, ipVersion):
+ """Return a decoy bridge or, if none is available, None.
+
+ :param str transport: The desired transport, e.g., "vanilla" or "obfs4".
+ :param int ipVersion: The IP version, which must be either 4 or 6.
+ :rtype: list
+ :returns: Return a list of bridge lines or, if we don't have any, None.
+ """
+
+ if ipVersion not in [4, 6]:
+ return None
+
+ logging.info("Returning IPv%d decoy bridge for transport %s." %
+ (ipVersion, transport))
+ return DECOY_BRIDGES.get("%sv%d" % (transport, ipVersion), None)
+
+
+def isRequestFromBot(request):
+ """Determine if the given request is coming from a bot.
+
+ :type request: :api:`twisted.web.http.Request`
+ :param request: A ``Request`` object, including POST arguments which
+ should include two key/value pairs.
+ :rtype: bool
+ :returns: True if the request is coming from a bot and False otherwise.
+ """
+
+ for header, badRegexp in BLACKLISTED_REQUEST_HEADERS.items():
+ value = request.getHeader(header)
+ if value is None:
+ continue
+
+ if badRegexp.search(value) is not None:
+ logging.info("Found bot request. Headers: %s" %
+ request.requestHeaders)
+ return True
+
+ return False
diff --git a/bridgedb/distributors/https/server.py b/bridgedb/distributors/https/server.py
index 732f8bf..e5df7da 100644
--- a/bridgedb/distributors/https/server.py
+++ b/bridgedb/distributors/https/server.py
@@ -53,6 +53,7 @@ from bridgedb import strings
from bridgedb import translations
from bridgedb import txrecaptcha
from bridgedb import metrics
+from bridgedb import antibot
from bridgedb.distributors.common.http import setFQDN
from bridgedb.distributors.common.http import getFQDN
from bridgedb.distributors.common.http import getClientIP
@@ -916,6 +917,15 @@ class BridgesResource(CustomErrorHandlingResource, CSPResource):
bridgeLines = [replaceControlChars(bridge.getBridgeLine(
bridgeRequest, self.includeFingerprints)) for bridge in bridges]
+ if antibot.isRequestFromBot(request):
+ transports = bridgeRequest.transports
+ # Return either a decoy bridge or no bridge.
+ if len(transports) > 2:
+ logging.warning("More than one transport requested")
+ return self.renderAnswer(request)
+ ttype = "vanilla" if len(transports) == 0 else transports[0]
+ return self.renderAnswer(request, antibot.getDecoyBridge(ttype, bridgeRequest.ipVersion))
+
return self.renderAnswer(request, bridgeLines)
def getResponseFormat(self, request):
diff --git a/bridgedb/distributors/moat/server.py b/bridgedb/distributors/moat/server.py
index 73d2423..10096e7 100644
--- a/bridgedb/distributors/moat/server.py
+++ b/bridgedb/distributors/moat/server.py
@@ -41,6 +41,7 @@ from twisted.web.server import Site
from bridgedb import metrics
from bridgedb import captcha
from bridgedb import crypto
+from bridgedb import antibot
from bridgedb.distributors.common.http import setFQDN
from bridgedb.distributors.common.http import getFQDN
from bridgedb.distributors.common.http import getClientIP
@@ -735,6 +736,11 @@ class CaptchaCheckResource(CaptchaResource):
logging.warn(("Not enough bridges of the type specified to "
"fulfill the following request: %s") % bridgeRequest)
+ if antibot.isRequestFromBot(request):
+ ttype = transport or "vanilla"
+ bridgeLines = antibot.getDecoyBridge(ttype,
+ bridgeRequest.ipVersion)
+
# If we have no bridges at all to give to the client, then
# return a JSON API 404 error.
if not bridgeLines:
diff --git a/bridgedb/main.py b/bridgedb/main.py
index 5d9b0c6..94f4921 100644
--- a/bridgedb/main.py
+++ b/bridgedb/main.py
@@ -26,6 +26,7 @@ from bridgedb import proxy
from bridgedb import runner
from bridgedb import util
from bridgedb import metrics
+from bridgedb import antibot
from bridgedb.bridges import MalformedBridgeInfo
from bridgedb.bridges import MissingServerDescriptorDigest
from bridgedb.bridges import ServerDescriptorDigestMismatch
@@ -417,6 +418,11 @@ def run(options, reactor=reactor):
proxy.loadProxiesFromFile(proxyfile, proxies, removeStale=True)
metrics.setProxies(proxies)
+ logging.info("Reloading blacklisted request headers...")
+ antibot.loadBlacklistedRequestHeaders(config.BLACKLISTED_REQUEST_HEADERS_FILE)
+ logging.info("Reloading decoy bridges...")
+ antibot.loadDecoyBridges(config.DECOY_BRIDGES_FILE)
+
logging.info("Reparsing bridge descriptors...")
(hashring,
emailDistributorTmp,
diff --git a/bridgedb/test/test_antibot.py b/bridgedb/test/test_antibot.py
new file mode 100644
index 0000000..1cda86a
--- /dev/null
+++ b/bridgedb/test/test_antibot.py
@@ -0,0 +1,108 @@
+# -*- coding: utf-8 ; test-case-name: bridgedb.test.test_metrics ; -*-
+# _____________________________________________________________________________
+#
+# This file is part of BridgeDB, a Tor bridge distribution system.
+#
+# :authors: please see included AUTHORS file
+# :copyright: (c) 2019, The Tor Project, Inc.
+# (c) 2019, Philipp Winter
+# :license: see LICENSE for licensing information
+# _____________________________________________________________________________
+
+"""Tests for :mod:`bridgedb.antibot`."""
+
+import os
+import tempfile
+
+from twisted.trial import unittest
+from twisted.web.test.requesthelper import DummyRequest
+
+from bridgedb import antibot
+
+
+class AntiBot(unittest.TestCase):
+ """Unittests for :mod:`bridgedb.antibot`."""
+
+ def write_file(self, content):
+ """
+ Write the given content to a temporary file.
+
+ We're responsible for deleting the file once we're done.
+ """
+ fd, filename = tempfile.mkstemp(prefix="bridgedb")
+ fh = os.fdopen(fd, "w")
+ fh.write(content)
+ fh.close()
+ return filename
+
+ def test_load_csv(self):
+ """Load a valid CSV file."""
+ content = "foo,bar\nbar,foo\n"
+ filename = self.write_file(content)
+
+ csv = antibot._loadCSV(filename)
+ self.assertEqual(csv["foo"], "bar")
+ self.assertEqual(csv["bar"], "foo")
+
+ os.unlink(filename)
+
+ def test_load_invalid_csv(self):
+ """Load an invalid CSV file that has two commas in one line."""
+ content = "foo,bar,bad\nbar,foo\n"
+ filename = self.write_file(content)
+
+ csv = antibot._loadCSV(filename)
+ self.assertEqual(len(csv), 1)
+
+ os.unlink(filename)
+
+ def test_load_blacklisted_headers(self):
+ """Load valid blacklisted request headers."""
+ content = "accept-language,[Kk]lingon"
+ filename = self.write_file(content)
+
+ antibot.loadBlacklistedRequestHeaders(filename)
+
+ request = DummyRequest([''])
+ verdict = antibot.isRequestFromBot(request)
+ self.assertFalse(verdict)
+
+ request.requestHeaders.setRawHeaders("accept-language",
+ ["i speak kllingon"])
+ antibot.loadBlacklistedRequestHeaders(filename)
+ verdict = antibot.isRequestFromBot(request)
+ self.assertFalse(verdict)
+
+ request.requestHeaders.setRawHeaders("accept-language",
+ ["i speak klingon"])
+ antibot.loadBlacklistedRequestHeaders(filename)
+ verdict = antibot.isRequestFromBot(request)
+ self.assertTrue(verdict)
+
+ os.unlink(filename)
+
+ def test_load_invalid_blacklisted_headers(self):
+ """Load invalid blacklisted request headers with a broken regexp."""
+ content = "accept-language,[Klingon\nuser-agent,foo*"
+ filename = self.write_file(content)
+
+ antibot.loadBlacklistedRequestHeaders(filename)
+ self.assertEqual(len(antibot.BLACKLISTED_REQUEST_HEADERS), 1)
+
+ os.unlink(filename)
+
+ def test_load_decoy_bridges(self):
+ """Load decoy bridges."""
+ obfs4_line = "obfs4 1.2.3.4:1234 FINGERPRINT FOO BAR"
+ vanilla_line = "1.2.3.4:1234 FINGERPRINT"
+
+ content = "vanillav4,%s\nobfs4v4,%s" % (vanilla_line, obfs4_line)
+ filename = self.write_file(content)
+
+ antibot.loadDecoyBridges(filename)
+ self.assertEqual(antibot.getDecoyBridge("obfs4", 4), [obfs4_line])
+ self.assertEqual(antibot.getDecoyBridge("vanilla", 4), [vanilla_line])
+ self.assertEqual(antibot.getDecoyBridge("vanilla", 6), None)
+ self.assertEqual(antibot.getDecoyBridge("vanilla", 7), None)
+
+ os.unlink(filename)
1
0

16 Aug '19
commit 0aef40100a63a57b54569ec0f07fb0288347acba
Author: Cecylia Bocovich <cohosh(a)torproject.org>
Date: Tue Aug 13 11:44:15 2019 -0400
Implemented handler to fetch broker stats
This implements a handler at https://[snowflake-broker]/metrics for the
snowflake collecTor module to fetch stats from the broker. Logged
metrics are copied out to the response with a text/plain; charset=utf-8
content type. This implements bug #31376.
---
broker/broker.go | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/broker/broker.go b/broker/broker.go
index 0a79b8f..259b75a 100644
--- a/broker/broker.go
+++ b/broker/broker.go
@@ -67,6 +67,12 @@ type SnowflakeHandler struct {
handle func(*BrokerContext, http.ResponseWriter, *http.Request)
}
+// Implements the http.Handler interface
+type MetricsHandler struct {
+ logFilename string
+ handle func(string, http.ResponseWriter, *http.Request)
+}
+
func (sh SnowflakeHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
w.Header().Set("Access-Control-Allow-Origin", "*")
w.Header().Set("Access-Control-Allow-Headers", "Origin, X-Session-ID")
@@ -77,6 +83,16 @@ func (sh SnowflakeHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
sh.handle(sh.BrokerContext, w, r)
}
+func (mh MetricsHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
+ w.Header().Set("Access-Control-Allow-Origin", "*")
+ w.Header().Set("Access-Control-Allow-Headers", "Origin, X-Session-ID")
+ // Return early if it's CORS preflight.
+ if "OPTIONS" == r.Method {
+ return
+ }
+ mh.handle(mh.logFilename, w, r)
+}
+
// Proxies may poll for client offers concurrently.
type ProxyPoll struct {
id string
@@ -251,6 +267,23 @@ func robotsTxtHandler(w http.ResponseWriter, r *http.Request) {
w.Write([]byte("User-agent: *\nDisallow: /\n"))
}
+func metricsHandler(metricsFilename string, w http.ResponseWriter, r *http.Request) {
+ w.Header().Set("Content-Type", "text/plain; charset=utf-8")
+
+ if metricsFilename == "" {
+ http.NotFound(w, r)
+ return
+ }
+ metricsFile, err := os.OpenFile(metricsFilename, os.O_RDONLY, 0644)
+ if err != nil {
+ log.Println("Error opening metrics file for reading")
+ http.NotFound(w, r)
+ return
+ }
+
+ io.Copy(w, metricsFile)
+}
+
func main() {
var acmeEmail string
var acmeHostnamesCommas string
@@ -313,6 +346,7 @@ func main() {
http.Handle("/client", SnowflakeHandler{ctx, clientOffers})
http.Handle("/answer", SnowflakeHandler{ctx, proxyAnswers})
http.Handle("/debug", SnowflakeHandler{ctx, debugHandler})
+ http.Handle("/metrics", MetricsHandler{metricsFilename, metricsHandler})
server := http.Server{
Addr: addr,
1
0

[translation/tails-misc] Update translations for tails-misc
by translation@torproject.org 16 Aug '19
by translation@torproject.org 16 Aug '19
16 Aug '19
commit 302f9d3593a1f97c3199d89ebb167982c458d9a7
Author: Translation commit bot <translation(a)torproject.org>
Date: Fri Aug 16 10:47:32 2019 +0000
Update translations for tails-misc
---
ach.po | 829 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
af.po | 829 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ca.po | 845 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
el.po | 850 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
eu.po | 836 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
gu.po | 829 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
it.po | 853 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
or.po | 829 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
si_LK.po | 829 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sk.po | 836 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
son.po | 829 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
vi.po | 831 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
12 files changed, 10025 insertions(+)
diff --git a/ach.po b/ach.po
new file mode 100644
index 000000000..ae380c925
--- /dev/null
+++ b/ach.po
@@ -0,0 +1,829 @@
+# 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: Tor Project\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-08-12 11:57+0200\n"
+"PO-Revision-Date: 2019-08-12 13:45+0000\n"
+"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
+"Language-Team: Acoli (http://www.transifex.com/otf/torproject/language/ach/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ach\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:39
+msgid "Tor is ready"
+msgstr ""
+
+#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:40
+msgid "You can now access the Internet."
+msgstr ""
+
+#: config/chroot_local-includes/etc/whisperback/config.py:69
+#, 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>\n"
+"Giving us an email address allows us to contact you to clarify the problem. This\n"
+"is needed for the vast majority of the reports we receive as most reports\n"
+"without any contact information are useless. On the other hand it also provides\n"
+"an opportunity for eavesdroppers, like your email or Internet provider, to\n"
+"confirm that you are using Tails.\n"
+"</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:8
+#: ../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:1
+msgid "Additional Software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:51
+msgid ""
+"You can install additional software automatically from your persistent "
+"storage when starting Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:77
+msgid ""
+"The following software is installed automatically from your persistent "
+"storage when starting Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:135
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:171
+msgid ""
+"To add more, install some software using <a "
+"href=\"synaptic.desktop\">Synaptic Package Manager</a> or <a "
+"href=\"org.gnome.Terminal.desktop\">APT on the command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:154
+msgid "_Create persistent storage"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:57
+msgid "Persistence is disabled for Electrum"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:59
+msgid ""
+"When you reboot Tails, all of Electrum's data will be lost, including your "
+"Bitcoin wallet. It is strongly recommended to only run Electrum when its "
+"persistence feature is activated."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:60
+msgid "Do you want to start Electrum anyway?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:63
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:64
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#, sh-format
+msgid ""
+"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
+"\n"
+"You have a <i>KeePassXC</i> database in your <i>Persistent</i> folder:\n"
+"\n"
+"<i>${filename}</i>\n"
+"\n"
+"Renaming it to <i>keepassx.kdbx</i> would allow <i>KeePassXC</i> to open it automatically in the future."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:23
+msgid "Rename"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:24
+msgid "Keep current name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/replace-su-with-sudo:21
+msgid "su is disabled. Please use sudo instead."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:75
+msgid "Lock screen"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:79
+msgid "Suspend"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:83
+msgid "Restart"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:87
+msgid "Power Off"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:22
+#: ../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:25
+#: ../config/chroot_local-includes/usr/share/applications/tails-about.desktop.in.h:1
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:35
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:36
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:54
+msgid "not available"
+msgstr ""
+
+#. Translators: Don't translate {details}, it's a placeholder and will
+#. be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:148
+#, python-brace-format
+msgid ""
+"{details} Please check your list of additional software or read the system "
+"log to understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:153
+msgid ""
+"Please check your list of additional software or read the system log to "
+"understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
+msgid "Show Log"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
+msgid "Configure"
+msgstr ""
+
+#. Translators: Don't translate {beginning} or {last}, they are
+#. placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:223
+#, python-brace-format
+msgid "{beginning} and {last}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:224
+msgid ", "
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and will
+#. be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:290
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:320
+#, python-brace-format
+msgid "Add {packages} to your additional software?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:292
+msgid ""
+"To install it automatically from your persistent storage when starting "
+"Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:294
+msgid "Install Every Time"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:295
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:326
+msgid "Install Only Once"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:301
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:331
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:372
+msgid "The configuration of your additional software failed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:322
+msgid ""
+"To install it automatically when starting Tails, you can create a persistent"
+" storage and activate the <b>Additional Software</b> feature."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:325
+msgid "Create Persistent Storage"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:333
+msgid "Creating your persistent storage failed."
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and
+#. will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:342
+#, python-brace-format
+msgid "You could install {packages} automatically when starting Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:345
+msgid ""
+"To do so, you need to run Tails from a USB stick installed using <i>Tails "
+"Installer</i>."
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:360
+#, python-brace-format
+msgid "Remove {packages} from your additional software?"
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder
+#. and will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:364
+#, python-brace-format
+msgid "This will stop installing {packages} automatically."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:154
+msgid "Remove"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:367
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
+#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+msgid "Cancel"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:545
+msgid "Installing your additional software from persistent storage..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:547
+msgid "This can take several minutes."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:560
+msgid "The installation of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:575
+msgid "Additional software installed successfully"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:595
+msgid "The check for upgrades of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:597
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:605
+msgid ""
+"Please check your network connection, restart Tails, or read the system log "
+"to understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:604
+msgid "The upgrade of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-additional-software-notify:37
+msgid "Documentation"
+msgstr ""
+
+#. Translators: Don't translate {package}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:94
+#, python-brace-format
+msgid ""
+"Remove {package} from your additional software? This will stop installing "
+"the package automatically."
+msgstr ""
+
+#. Translators: Don't translate {pkg}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:105
+#, python-brace-format
+msgid "Failed to remove {pkg}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:122
+msgid "Failed to read additional software configuration"
+msgstr ""
+
+#. Translators: Don't translate {package}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:152
+#, python-brace-format
+msgid "Stop installing {package} automatically"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:178
+msgid ""
+"To do so, install some software using <a href=\"synaptic.desktop\">Synaptic "
+"Package Manager</a> or <a href=\"org.gnome.Terminal.desktop\">APT on the "
+"command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:187
+msgid ""
+"To do so, unlock your persistent storage when starting Tails and install "
+"some software using <a href=\"synaptic.desktop\">Synaptic Package "
+"Manager</a> or <a href=\"org.gnome.Terminal.desktop\">APT on the command "
+"line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:197
+msgid ""
+"To do so, create a persistent storage and install some software using <a "
+"href=\"synaptic.desktop\">Synaptic Package Manager</a> or <a "
+"href=\"org.gnome.Terminal.desktop\">APT on the command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:205
+msgid ""
+"To do so, install Tails on a USB stick using <a href=\"tails-"
+"installer.desktop\">Tails Installer</a> and create a persistent storage."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:252
+msgid "[package not available]"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/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/lib/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:110
+msgid "Lock Screen"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:125
+msgid "Screen Locker"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:131
+msgid "Set up a password to unlock the screen."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+msgid "Password"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:150
+msgid "Confirm"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:124
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:135
+msgid "Known security issues"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:52
+#, sh-format
+msgid "Network card ${nic} disabled"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:53
+#, sh-format
+msgid ""
+"MAC spoofing failed for network card ${nic_name} (${nic}) so it is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC spoofing."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:62
+msgid "All networking disabled"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:63
+#, sh-format
+msgid ""
+"MAC spoofing failed for network card ${nic_name} (${nic}). The error recovery also failed so all networking is disabled.\n"
+"You might prefer to restart Tails and disable MAC spoofing."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:35
+msgid ""
+"\"<b>Not enough memory available to check for upgrades.</b>\n"
+"\n"
+"Make sure this system satisfies the requirements for running Tails.\n"
+"See file:///usr/share/doc/tails/website/doc/about/requirements.en.html\n"
+"\n"
+"Try to restart Tails to check for upgrades again.\n"
+"\n"
+"Or do a manual upgrade.\n"
+"See https://tails.boum.org/doc/first_steps/upgrade#manual\""
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:72
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:73
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:71
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:74
+msgid "Warning: non-free virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:77
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails. Only free software can be considered "
+"trustworthy, for both the host operating system and the virtualization "
+"software."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:81
+msgid "Learn more"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:43
+msgid "Tor is not ready"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:44
+msgid "Tor is not ready. Start Tor Browser anyway?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:45
+msgid "Start Tor Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js:35
+msgid "Tor Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js:50
+msgid "Open Onion Circuits"
+msgstr ""
+
+#. Translators: Don't translate {volume_label} or {volume_size},
+#. they are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:58
+#, python-brace-format
+msgid "{volume_label} ({volume_size})"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} or {partition_size},
+#. they are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:63
+#, python-brace-format
+msgid "{partition_name} ({partition_size})"
+msgstr ""
+
+#. Translators: Don't translate {volume_size}, it's a placeholder
+#. and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:68
+#, python-brace-format
+msgid "{volume_size} Volume"
+msgstr ""
+
+#. Translators: Don't translate {volume_name}, it's a placeholder and
+#. will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:107
+#, python-brace-format
+msgid "{volume_name} (Read-Only)"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} and {container_path}, they
+#. are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:115
+#, python-brace-format
+msgid "{partition_name} in {container_path}"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} and {path_to_file_container},
+#. they are placeholders and will be replaced. You should only have to
+#. translate
+#. this string if it makes sense to reverse the order of the placeholders.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:122
+#, python-brace-format
+msgid "{volume_name} – {path_to_file_container}"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} and {drive_name}, they
+#. are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:128
+#, python-brace-format
+msgid "{partition_name} on {drive_name}"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} and {drive_name},
+#. they are placeholders and will be replaced. You should only have to
+#. translate
+#. this string if it makes sense to reverse the order of the placeholders.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:135
+#, python-brace-format
+msgid "{volume_name} – {drive_name}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:222
+msgid "Wrong passphrase or parameters"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:224
+msgid "Error unlocking volume"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} or {error_message},
+#. they are placeholder and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:228
+#, python-brace-format
+msgid ""
+"Couldn't unlock volume {volume_name}:\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:330
+msgid "One or more applications are keeping the volume busy."
+msgstr ""
+
+#. Translators: Don't translate {volume_name} or {error_message},
+#. they are placeholder and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:336
+#, python-brace-format
+msgid ""
+"Couldn't lock volume {volume_name}:\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:338
+msgid "Locking the volume failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:83
+msgid "No file containers added"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:98
+msgid "No VeraCrypt devices detected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:40
+#: ../config/chroot_local-includes/usr/share/applications/unlock-veracrypt-volumes.desktop.in.h:1
+msgid "Unlock VeraCrypt Volumes"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:114
+msgid "Container already added"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:115
+#, python-format
+msgid "The file container %s should already be listed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:131
+msgid "Container opened read-only"
+msgstr ""
+
+#. Translators: Don't translate {path}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:133
+#, python-brace-format
+msgid ""
+"The file container {path} could not be opened with write access. It was opened read-only instead. You will not be able to modify the content of the container.\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:138
+msgid "Error opening file"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:160
+msgid "Not a VeraCrypt container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:161
+#, python-format
+msgid "The file %s does not seem to be a VeraCrypt container."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:163
+msgid "Failed to add container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:164
+#, python-format
+msgid ""
+"Could not add file container %s: Timeout while waiting for loop setup.\n"
+"Please try using the <i>Disks</i> application instead."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:209
+msgid "Choose File Container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>.\\nOnly "
+"use the Unsafe Browser if necessary, for example\\nif you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+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:70
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: ../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:91
+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:99
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:104
+msgid "Failed to configure browser."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:110
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:121
+msgid "Failed to run browser."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_an_error.desktop.in.h:1
+msgid "Report an error"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/tails-documentation.desktop.in.h:1
+#: ../config/chroot_local-includes/usr/share/applications/tails-documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/root-terminal.desktop.in.h:1
+msgid "Root Terminal"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/root-terminal.desktop.in.h:2
+msgid "Opens a terminal as the root user, using gksu to ask for the password"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-documentation.desktop.in.h:2
+msgid "Learn how to use Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-about.desktop.in.h:2
+msgid "Learn more about Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
+msgid "Tor Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:2
+msgid "Anonymous Web Browser"
+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/applications/unlock-veracrypt-volumes.desktop.in.h:2
+msgid "Mount VeraCrypt encrypted file containers and devices"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:2
+msgid ""
+"Configure the additional software installed from your persistent storage "
+"when starting Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.root-terminal.policy.in.h:1
+msgid "To start a Root Terminal, you need to authenticate."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy.in.h:1
+msgid "Remove an additional software package"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy.in.h:2
+msgid ""
+"Authentication is required to remove a package from your additional software"
+" ($(command_line))"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:61
+msgid "File Containers"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:80
+msgid "_Add"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:86
+msgid "Add a file container"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:103
+msgid "Partitions and Drives"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:121
+msgid ""
+"This application is not affiliated with or endorsed by the VeraCrypt project"
+" or IDRIX."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:29
+msgid "_Open"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:38
+msgid "Lock this volume"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:52
+msgid "_Unlock"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:61
+msgid "Detach this volume"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/local/share/mime/packages/unlock-veracrypt-volumes.xml.in.h:1
+msgid "TrueCrypt/VeraCrypt container"
+msgstr ""
diff --git a/af.po b/af.po
new file mode 100644
index 000000000..699d3371d
--- /dev/null
+++ b/af.po
@@ -0,0 +1,829 @@
+# 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: Tor Project\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-08-12 11:57+0200\n"
+"PO-Revision-Date: 2019-08-12 13:45+0000\n"
+"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
+"Language-Team: Afrikaans (http://www.transifex.com/otf/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/NetworkManager/dispatcher.d/60-tor-ready.sh:39
+msgid "Tor is ready"
+msgstr ""
+
+#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:40
+msgid "You can now access the Internet."
+msgstr ""
+
+#: config/chroot_local-includes/etc/whisperback/config.py:69
+#, 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>\n"
+"Giving us an email address allows us to contact you to clarify the problem. This\n"
+"is needed for the vast majority of the reports we receive as most reports\n"
+"without any contact information are useless. On the other hand it also provides\n"
+"an opportunity for eavesdroppers, like your email or Internet provider, to\n"
+"confirm that you are using Tails.\n"
+"</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:8
+#: ../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:1
+msgid "Additional Software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:51
+msgid ""
+"You can install additional software automatically from your persistent "
+"storage when starting Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:77
+msgid ""
+"The following software is installed automatically from your persistent "
+"storage when starting Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:135
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:171
+msgid ""
+"To add more, install some software using <a "
+"href=\"synaptic.desktop\">Synaptic Package Manager</a> or <a "
+"href=\"org.gnome.Terminal.desktop\">APT on the command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:154
+msgid "_Create persistent storage"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:57
+msgid "Persistence is disabled for Electrum"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:59
+msgid ""
+"When you reboot Tails, all of Electrum's data will be lost, including your "
+"Bitcoin wallet. It is strongly recommended to only run Electrum when its "
+"persistence feature is activated."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:60
+msgid "Do you want to start Electrum anyway?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:63
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:64
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#, sh-format
+msgid ""
+"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
+"\n"
+"You have a <i>KeePassXC</i> database in your <i>Persistent</i> folder:\n"
+"\n"
+"<i>${filename}</i>\n"
+"\n"
+"Renaming it to <i>keepassx.kdbx</i> would allow <i>KeePassXC</i> to open it automatically in the future."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:23
+msgid "Rename"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:24
+msgid "Keep current name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/replace-su-with-sudo:21
+msgid "su is disabled. Please use sudo instead."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:75
+msgid "Lock screen"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:79
+msgid "Suspend"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:83
+msgid "Restart"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:87
+msgid "Power Off"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:22
+#: ../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:25
+#: ../config/chroot_local-includes/usr/share/applications/tails-about.desktop.in.h:1
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:35
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:36
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:54
+msgid "not available"
+msgstr ""
+
+#. Translators: Don't translate {details}, it's a placeholder and will
+#. be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:148
+#, python-brace-format
+msgid ""
+"{details} Please check your list of additional software or read the system "
+"log to understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:153
+msgid ""
+"Please check your list of additional software or read the system log to "
+"understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
+msgid "Show Log"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
+msgid "Configure"
+msgstr ""
+
+#. Translators: Don't translate {beginning} or {last}, they are
+#. placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:223
+#, python-brace-format
+msgid "{beginning} and {last}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:224
+msgid ", "
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and will
+#. be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:290
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:320
+#, python-brace-format
+msgid "Add {packages} to your additional software?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:292
+msgid ""
+"To install it automatically from your persistent storage when starting "
+"Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:294
+msgid "Install Every Time"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:295
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:326
+msgid "Install Only Once"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:301
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:331
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:372
+msgid "The configuration of your additional software failed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:322
+msgid ""
+"To install it automatically when starting Tails, you can create a persistent"
+" storage and activate the <b>Additional Software</b> feature."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:325
+msgid "Create Persistent Storage"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:333
+msgid "Creating your persistent storage failed."
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and
+#. will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:342
+#, python-brace-format
+msgid "You could install {packages} automatically when starting Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:345
+msgid ""
+"To do so, you need to run Tails from a USB stick installed using <i>Tails "
+"Installer</i>."
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:360
+#, python-brace-format
+msgid "Remove {packages} from your additional software?"
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder
+#. and will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:364
+#, python-brace-format
+msgid "This will stop installing {packages} automatically."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:154
+msgid "Remove"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:367
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
+#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+msgid "Cancel"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:545
+msgid "Installing your additional software from persistent storage..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:547
+msgid "This can take several minutes."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:560
+msgid "The installation of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:575
+msgid "Additional software installed successfully"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:595
+msgid "The check for upgrades of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:597
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:605
+msgid ""
+"Please check your network connection, restart Tails, or read the system log "
+"to understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:604
+msgid "The upgrade of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-additional-software-notify:37
+msgid "Documentation"
+msgstr ""
+
+#. Translators: Don't translate {package}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:94
+#, python-brace-format
+msgid ""
+"Remove {package} from your additional software? This will stop installing "
+"the package automatically."
+msgstr ""
+
+#. Translators: Don't translate {pkg}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:105
+#, python-brace-format
+msgid "Failed to remove {pkg}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:122
+msgid "Failed to read additional software configuration"
+msgstr ""
+
+#. Translators: Don't translate {package}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:152
+#, python-brace-format
+msgid "Stop installing {package} automatically"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:178
+msgid ""
+"To do so, install some software using <a href=\"synaptic.desktop\">Synaptic "
+"Package Manager</a> or <a href=\"org.gnome.Terminal.desktop\">APT on the "
+"command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:187
+msgid ""
+"To do so, unlock your persistent storage when starting Tails and install "
+"some software using <a href=\"synaptic.desktop\">Synaptic Package "
+"Manager</a> or <a href=\"org.gnome.Terminal.desktop\">APT on the command "
+"line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:197
+msgid ""
+"To do so, create a persistent storage and install some software using <a "
+"href=\"synaptic.desktop\">Synaptic Package Manager</a> or <a "
+"href=\"org.gnome.Terminal.desktop\">APT on the command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:205
+msgid ""
+"To do so, install Tails on a USB stick using <a href=\"tails-"
+"installer.desktop\">Tails Installer</a> and create a persistent storage."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:252
+msgid "[package not available]"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/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/lib/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:110
+msgid "Lock Screen"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:125
+msgid "Screen Locker"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:131
+msgid "Set up a password to unlock the screen."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+msgid "Password"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:150
+msgid "Confirm"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:124
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:135
+msgid "Known security issues"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:52
+#, sh-format
+msgid "Network card ${nic} disabled"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:53
+#, sh-format
+msgid ""
+"MAC spoofing failed for network card ${nic_name} (${nic}) so it is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC spoofing."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:62
+msgid "All networking disabled"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:63
+#, sh-format
+msgid ""
+"MAC spoofing failed for network card ${nic_name} (${nic}). The error recovery also failed so all networking is disabled.\n"
+"You might prefer to restart Tails and disable MAC spoofing."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:35
+msgid ""
+"\"<b>Not enough memory available to check for upgrades.</b>\n"
+"\n"
+"Make sure this system satisfies the requirements for running Tails.\n"
+"See file:///usr/share/doc/tails/website/doc/about/requirements.en.html\n"
+"\n"
+"Try to restart Tails to check for upgrades again.\n"
+"\n"
+"Or do a manual upgrade.\n"
+"See https://tails.boum.org/doc/first_steps/upgrade#manual\""
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:72
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:73
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:71
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:74
+msgid "Warning: non-free virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:77
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails. Only free software can be considered "
+"trustworthy, for both the host operating system and the virtualization "
+"software."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:81
+msgid "Learn more"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:43
+msgid "Tor is not ready"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:44
+msgid "Tor is not ready. Start Tor Browser anyway?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:45
+msgid "Start Tor Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js:35
+msgid "Tor Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js:50
+msgid "Open Onion Circuits"
+msgstr ""
+
+#. Translators: Don't translate {volume_label} or {volume_size},
+#. they are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:58
+#, python-brace-format
+msgid "{volume_label} ({volume_size})"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} or {partition_size},
+#. they are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:63
+#, python-brace-format
+msgid "{partition_name} ({partition_size})"
+msgstr ""
+
+#. Translators: Don't translate {volume_size}, it's a placeholder
+#. and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:68
+#, python-brace-format
+msgid "{volume_size} Volume"
+msgstr ""
+
+#. Translators: Don't translate {volume_name}, it's a placeholder and
+#. will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:107
+#, python-brace-format
+msgid "{volume_name} (Read-Only)"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} and {container_path}, they
+#. are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:115
+#, python-brace-format
+msgid "{partition_name} in {container_path}"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} and {path_to_file_container},
+#. they are placeholders and will be replaced. You should only have to
+#. translate
+#. this string if it makes sense to reverse the order of the placeholders.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:122
+#, python-brace-format
+msgid "{volume_name} – {path_to_file_container}"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} and {drive_name}, they
+#. are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:128
+#, python-brace-format
+msgid "{partition_name} on {drive_name}"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} and {drive_name},
+#. they are placeholders and will be replaced. You should only have to
+#. translate
+#. this string if it makes sense to reverse the order of the placeholders.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:135
+#, python-brace-format
+msgid "{volume_name} – {drive_name}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:222
+msgid "Wrong passphrase or parameters"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:224
+msgid "Error unlocking volume"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} or {error_message},
+#. they are placeholder and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:228
+#, python-brace-format
+msgid ""
+"Couldn't unlock volume {volume_name}:\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:330
+msgid "One or more applications are keeping the volume busy."
+msgstr ""
+
+#. Translators: Don't translate {volume_name} or {error_message},
+#. they are placeholder and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:336
+#, python-brace-format
+msgid ""
+"Couldn't lock volume {volume_name}:\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:338
+msgid "Locking the volume failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:83
+msgid "No file containers added"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:98
+msgid "No VeraCrypt devices detected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:40
+#: ../config/chroot_local-includes/usr/share/applications/unlock-veracrypt-volumes.desktop.in.h:1
+msgid "Unlock VeraCrypt Volumes"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:114
+msgid "Container already added"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:115
+#, python-format
+msgid "The file container %s should already be listed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:131
+msgid "Container opened read-only"
+msgstr ""
+
+#. Translators: Don't translate {path}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:133
+#, python-brace-format
+msgid ""
+"The file container {path} could not be opened with write access. It was opened read-only instead. You will not be able to modify the content of the container.\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:138
+msgid "Error opening file"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:160
+msgid "Not a VeraCrypt container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:161
+#, python-format
+msgid "The file %s does not seem to be a VeraCrypt container."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:163
+msgid "Failed to add container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:164
+#, python-format
+msgid ""
+"Could not add file container %s: Timeout while waiting for loop setup.\n"
+"Please try using the <i>Disks</i> application instead."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:209
+msgid "Choose File Container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>.\\nOnly "
+"use the Unsafe Browser if necessary, for example\\nif you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+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:70
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: ../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:91
+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:99
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:104
+msgid "Failed to configure browser."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:110
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:121
+msgid "Failed to run browser."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_an_error.desktop.in.h:1
+msgid "Report an error"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/tails-documentation.desktop.in.h:1
+#: ../config/chroot_local-includes/usr/share/applications/tails-documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/root-terminal.desktop.in.h:1
+msgid "Root Terminal"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/root-terminal.desktop.in.h:2
+msgid "Opens a terminal as the root user, using gksu to ask for the password"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-documentation.desktop.in.h:2
+msgid "Learn how to use Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-about.desktop.in.h:2
+msgid "Learn more about Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
+msgid "Tor Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:2
+msgid "Anonymous Web Browser"
+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/applications/unlock-veracrypt-volumes.desktop.in.h:2
+msgid "Mount VeraCrypt encrypted file containers and devices"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:2
+msgid ""
+"Configure the additional software installed from your persistent storage "
+"when starting Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.root-terminal.policy.in.h:1
+msgid "To start a Root Terminal, you need to authenticate."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy.in.h:1
+msgid "Remove an additional software package"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy.in.h:2
+msgid ""
+"Authentication is required to remove a package from your additional software"
+" ($(command_line))"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:61
+msgid "File Containers"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:80
+msgid "_Add"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:86
+msgid "Add a file container"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:103
+msgid "Partitions and Drives"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:121
+msgid ""
+"This application is not affiliated with or endorsed by the VeraCrypt project"
+" or IDRIX."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:29
+msgid "_Open"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:38
+msgid "Lock this volume"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:52
+msgid "_Unlock"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:61
+msgid "Detach this volume"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/local/share/mime/packages/unlock-veracrypt-volumes.xml.in.h:1
+msgid "TrueCrypt/VeraCrypt container"
+msgstr ""
diff --git a/ca.po b/ca.po
new file mode 100644
index 000000000..62400e371
--- /dev/null
+++ b/ca.po
@@ -0,0 +1,845 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# Aleix Vidal i Gaya <aleix.vidal(a)gmail.com>, 2014,2018
+# Assumpta <assumptaanglada(a)gmail.com>, 2014
+# Assumpta <assumptaanglada(a)gmail.com>, 2018
+# Ecron <ecron_89(a)hotmail.com>, 2018
+# Eloi García i Fargas, 2014
+# Emma Peel, 2018
+# escufi <escufi(a)gmail.com>, 2018
+# Guillem Arias Fauste <inactive+Mr_SpeedArt(a)transifex.com>, 2016
+# Humbert, 2014
+# Humbert, 2018
+# jmontane, 2019
+# josep constantí mata <iceberg.jcm(a)gmail.com>, 2019
+# laia_, 2014-2016
+# Miquel Bosch, 2018
+# Sandra Monferrer <smonferrer(a)gmail.com>, 2019
+# Vte A.F <viarfer3(a)inf.upv.es>, 2017
+msgid ""
+msgstr ""
+"Project-Id-Version: Tor Project\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-08-12 11:57+0200\n"
+"PO-Revision-Date: 2019-08-12 16:11+0000\n"
+"Last-Translator: josep constantí mata <iceberg.jcm(a)gmail.com>\n"
+"Language-Team: Catalan (http://www.transifex.com/otf/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/NetworkManager/dispatcher.d/60-tor-ready.sh:39
+msgid "Tor is ready"
+msgstr "El Tor està preparat"
+
+#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:40
+msgid "You can now access the Internet."
+msgstr "Ara ja podeu accedir a Internet."
+
+#: config/chroot_local-includes/etc/whisperback/config.py:69
+#, 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>\n"
+"Giving us an email address allows us to contact you to clarify the problem. This\n"
+"is needed for the vast majority of the reports we receive as most reports\n"
+"without any contact information are useless. On the other hand it also provides\n"
+"an opportunity for eavesdroppers, like your email or Internet provider, to\n"
+"confirm that you are using Tails.\n"
+"</p>\n"
+msgstr "<h1>Ajudeu-nos a arreglar aquest error!</h1>\n<p>Llegeix <a href=\"%s\">les nostres instruccions de comunicació d'errors</a>.</p>\n<p><strong>No incloeu més informació personal \nque la necessària!</strong></p>\n<h2>Sobre el fet de donar-nos una adreça de correu</h2>\n<p>\nDonar-nos una adreça de correu ens permet contactar amb vosaltres per aclarir el\nproblema. Això és necessari per la majoria d'informes que rebem, ja que la major part\nd'informes sense informació de contacte són inútils. D'altra banda, aquest fet també dóna\nuna oportunitat als espies o al vostre proveïdor d'internet per confirmar que esteu usant el Tails.\n</p> \n"
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:8
+#: ../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:1
+msgid "Additional Software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:51
+msgid ""
+"You can install additional software automatically from your persistent "
+"storage when starting Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:77
+msgid ""
+"The following software is installed automatically from your persistent "
+"storage when starting Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:135
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:171
+msgid ""
+"To add more, install some software using <a "
+"href=\"synaptic.desktop\">Synaptic Package Manager</a> or <a "
+"href=\"org.gnome.Terminal.desktop\">APT on the command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:154
+msgid "_Create persistent storage"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:57
+msgid "Persistence is disabled for Electrum"
+msgstr "La Persistència ha estat deshabilitada per l'Electrum"
+
+#: config/chroot_local-includes/usr/local/bin/electrum:59
+msgid ""
+"When you reboot Tails, all of Electrum's data will be lost, including your "
+"Bitcoin wallet. It is strongly recommended to only run Electrum when its "
+"persistence feature is activated."
+msgstr "Quan reinicieu el Tails, totes les dades de l'Electrum es perdran, inclòs el moneder de Bitcoins. És molt recomanable que només useu l'Electrum quan la seva propietat de persistència estigui activada. "
+
+#: config/chroot_local-includes/usr/local/bin/electrum:60
+msgid "Do you want to start Electrum anyway?"
+msgstr "Voleu iniciar l'Electrum igualment?"
+
+#: config/chroot_local-includes/usr/local/bin/electrum:63
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+msgid "_Launch"
+msgstr "_Executa"
+
+#: config/chroot_local-includes/usr/local/bin/electrum:64
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+msgid "_Exit"
+msgstr "_Surt"
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#, sh-format
+msgid ""
+"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
+"\n"
+"You have a <i>KeePassXC</i> database in your <i>Persistent</i> folder:\n"
+"\n"
+"<i>${filename}</i>\n"
+"\n"
+"Renaming it to <i>keepassx.kdbx</i> would allow <i>KeePassXC</i> to open it automatically in the future."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:23
+msgid "Rename"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:24
+msgid "Keep current name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/replace-su-with-sudo:21
+msgid "su is disabled. Please use sudo instead."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:75
+msgid "Lock screen"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:79
+msgid "Suspend"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:83
+msgid "Restart"
+msgstr "Reinicia"
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:87
+msgid "Power Off"
+msgstr "Apaga"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:22
+#: ../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:25
+#: ../config/chroot_local-includes/usr/share/applications/tails-about.desktop.in.h:1
+msgid "About Tails"
+msgstr "Quant a Tails"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:35
+msgid "The Amnesic Incognito Live System"
+msgstr "The Amnesic Incognito Live System"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:36
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr "Construeix informació:\n%s"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:54
+msgid "not available"
+msgstr "no disponible"
+
+#. Translators: Don't translate {details}, it's a placeholder and will
+#. be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:148
+#, python-brace-format
+msgid ""
+"{details} Please check your list of additional software or read the system "
+"log to understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:153
+msgid ""
+"Please check your list of additional software or read the system log to "
+"understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
+msgid "Show Log"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
+msgid "Configure"
+msgstr ""
+
+#. Translators: Don't translate {beginning} or {last}, they are
+#. placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:223
+#, python-brace-format
+msgid "{beginning} and {last}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:224
+msgid ", "
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and will
+#. be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:290
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:320
+#, python-brace-format
+msgid "Add {packages} to your additional software?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:292
+msgid ""
+"To install it automatically from your persistent storage when starting "
+"Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:294
+msgid "Install Every Time"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:295
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:326
+msgid "Install Only Once"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:301
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:331
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:372
+msgid "The configuration of your additional software failed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:322
+msgid ""
+"To install it automatically when starting Tails, you can create a persistent"
+" storage and activate the <b>Additional Software</b> feature."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:325
+msgid "Create Persistent Storage"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:333
+msgid "Creating your persistent storage failed."
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and
+#. will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:342
+#, python-brace-format
+msgid "You could install {packages} automatically when starting Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:345
+msgid ""
+"To do so, you need to run Tails from a USB stick installed using <i>Tails "
+"Installer</i>."
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:360
+#, python-brace-format
+msgid "Remove {packages} from your additional software?"
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder
+#. and will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:364
+#, python-brace-format
+msgid "This will stop installing {packages} automatically."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:154
+msgid "Remove"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:367
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
+#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+msgid "Cancel"
+msgstr "Cancel·la"
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:545
+msgid "Installing your additional software from persistent storage..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:547
+msgid "This can take several minutes."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:560
+msgid "The installation of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:575
+msgid "Additional software installed successfully"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:595
+msgid "The check for upgrades of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:597
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:605
+msgid ""
+"Please check your network connection, restart Tails, or read the system log "
+"to understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:604
+msgid "The upgrade of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-additional-software-notify:37
+msgid "Documentation"
+msgstr ""
+
+#. Translators: Don't translate {package}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:94
+#, python-brace-format
+msgid ""
+"Remove {package} from your additional software? This will stop installing "
+"the package automatically."
+msgstr ""
+
+#. Translators: Don't translate {pkg}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:105
+#, python-brace-format
+msgid "Failed to remove {pkg}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:122
+msgid "Failed to read additional software configuration"
+msgstr ""
+
+#. Translators: Don't translate {package}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:152
+#, python-brace-format
+msgid "Stop installing {package} automatically"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:178
+msgid ""
+"To do so, install some software using <a href=\"synaptic.desktop\">Synaptic "
+"Package Manager</a> or <a href=\"org.gnome.Terminal.desktop\">APT on the "
+"command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:187
+msgid ""
+"To do so, unlock your persistent storage when starting Tails and install "
+"some software using <a href=\"synaptic.desktop\">Synaptic Package "
+"Manager</a> or <a href=\"org.gnome.Terminal.desktop\">APT on the command "
+"line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:197
+msgid ""
+"To do so, create a persistent storage and install some software using <a "
+"href=\"synaptic.desktop\">Synaptic Package Manager</a> or <a "
+"href=\"org.gnome.Terminal.desktop\">APT on the command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:205
+msgid ""
+"To do so, install Tails on a USB stick using <a href=\"tails-"
+"installer.desktop\">Tails Installer</a> and create a persistent storage."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:252
+msgid "[package not available]"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr "Sincronitzant el rellotge del sistema"
+
+#: config/chroot_local-includes/usr/local/lib/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr "Tor necessita un rellotge precís per funcionar correctament, especialment per als serveis ocults. Espereu...."
+
+#: config/chroot_local-includes/usr/local/lib/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr "Error en sincronitzar el rellotge"
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:110
+msgid "Lock Screen"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:125
+msgid "Screen Locker"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:131
+msgid "Set up a password to unlock the screen."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+msgid "Password"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:150
+msgid "Confirm"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:124
+msgid "This version of Tails has known security issues:"
+msgstr "Aquesta versió de Tails té problemes de seguretat coneguts:"
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:135
+msgid "Known security issues"
+msgstr "Problemes de seguretat coneguts"
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:52
+#, sh-format
+msgid "Network card ${nic} disabled"
+msgstr "La targeta de xarxa ${nic} està deshabilitada"
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:53
+#, sh-format
+msgid ""
+"MAC spoofing failed for network card ${nic_name} (${nic}) so it is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC spoofing."
+msgstr "El falsejament de la identitat de l'adreça MAC ha fallat per la targeta de xarxa ${nic_name} (${nic}) i està temporalment desactivada. \nPotser preferireu reiniciar el Tails i desactivar el falsejament de l'adreça MAC "
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:62
+msgid "All networking disabled"
+msgstr "Totes les xarxes estan deshabilitades"
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:63
+#, sh-format
+msgid ""
+"MAC spoofing failed for network card ${nic_name} (${nic}). The error recovery also failed so all networking is disabled.\n"
+"You might prefer to restart Tails and disable MAC spoofing."
+msgstr "El falsejament de la identitat de l'adreça MAC ha fallat per la targeta de xarxa ${nic_name} (${nic}). També ha fallat la recuperació d'errors i tot el treball en xarxa està desactivat.\nPotser preferireu reiniciar el Tails i desactivar el falsejament de l'adreça MAC "
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:35
+msgid ""
+"\"<b>Not enough memory available to check for upgrades.</b>\n"
+"\n"
+"Make sure this system satisfies the requirements for running Tails.\n"
+"See file:///usr/share/doc/tails/website/doc/about/requirements.en.html\n"
+"\n"
+"Try to restart Tails to check for upgrades again.\n"
+"\n"
+"Or do a manual upgrade.\n"
+"See https://tails.boum.org/doc/first_steps/upgrade#manual\""
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:72
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+msgid "error:"
+msgstr "Hi ha hagut un error:"
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:73
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+msgid "Error"
+msgstr "Error"
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:71
+msgid "Warning: virtual machine detected!"
+msgstr "Alerta: S'ha detectat una màquina virtual."
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:74
+msgid "Warning: non-free virtual machine detected!"
+msgstr "Avís: S'ha detectat una màquina virtual de propietat"
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:77
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails. Only free software can be considered "
+"trustworthy, for both the host operating system and the virtualization "
+"software."
+msgstr "Tant el sistema operatiu instal·lat com el programari de virtualització poden monitoritzar el que feu a Tails. Només el programari lliure pot ésser considerat de confiança, tant pel sistema operatiu com per al programari de virtualització."
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:81
+msgid "Learn more"
+msgstr "Apreneu-ne més"
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:43
+msgid "Tor is not ready"
+msgstr "El Tor no està preparat"
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:44
+msgid "Tor is not ready. Start Tor Browser anyway?"
+msgstr "El Tor no està preparat. Voleu iniciar el navegador Tor igualment?"
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:45
+msgid "Start Tor Browser"
+msgstr "Inicia el navegador Tor"
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js:35
+msgid "Tor Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js:50
+msgid "Open Onion Circuits"
+msgstr ""
+
+#. Translators: Don't translate {volume_label} or {volume_size},
+#. they are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:58
+#, python-brace-format
+msgid "{volume_label} ({volume_size})"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} or {partition_size},
+#. they are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:63
+#, python-brace-format
+msgid "{partition_name} ({partition_size})"
+msgstr ""
+
+#. Translators: Don't translate {volume_size}, it's a placeholder
+#. and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:68
+#, python-brace-format
+msgid "{volume_size} Volume"
+msgstr ""
+
+#. Translators: Don't translate {volume_name}, it's a placeholder and
+#. will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:107
+#, python-brace-format
+msgid "{volume_name} (Read-Only)"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} and {container_path}, they
+#. are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:115
+#, python-brace-format
+msgid "{partition_name} in {container_path}"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} and {path_to_file_container},
+#. they are placeholders and will be replaced. You should only have to
+#. translate
+#. this string if it makes sense to reverse the order of the placeholders.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:122
+#, python-brace-format
+msgid "{volume_name} – {path_to_file_container}"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} and {drive_name}, they
+#. are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:128
+#, python-brace-format
+msgid "{partition_name} on {drive_name}"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} and {drive_name},
+#. they are placeholders and will be replaced. You should only have to
+#. translate
+#. this string if it makes sense to reverse the order of the placeholders.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:135
+#, python-brace-format
+msgid "{volume_name} – {drive_name}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:222
+msgid "Wrong passphrase or parameters"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:224
+msgid "Error unlocking volume"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} or {error_message},
+#. they are placeholder and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:228
+#, python-brace-format
+msgid ""
+"Couldn't unlock volume {volume_name}:\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:330
+msgid "One or more applications are keeping the volume busy."
+msgstr ""
+
+#. Translators: Don't translate {volume_name} or {error_message},
+#. they are placeholder and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:336
+#, python-brace-format
+msgid ""
+"Couldn't lock volume {volume_name}:\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:338
+msgid "Locking the volume failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:83
+msgid "No file containers added"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:98
+msgid "No VeraCrypt devices detected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:40
+#: ../config/chroot_local-includes/usr/share/applications/unlock-veracrypt-volumes.desktop.in.h:1
+msgid "Unlock VeraCrypt Volumes"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:114
+msgid "Container already added"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:115
+#, python-format
+msgid "The file container %s should already be listed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:131
+msgid "Container opened read-only"
+msgstr ""
+
+#. Translators: Don't translate {path}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:133
+#, python-brace-format
+msgid ""
+"The file container {path} could not be opened with write access. It was opened read-only instead. You will not be able to modify the content of the container.\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:138
+msgid "Error opening file"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:160
+msgid "Not a VeraCrypt container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:161
+#, python-format
+msgid "The file %s does not seem to be a VeraCrypt container."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:163
+msgid "Failed to add container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:164
+#, python-format
+msgid ""
+"Could not add file container %s: Timeout while waiting for loop setup.\n"
+"Please try using the <i>Disks</i> application instead."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:209
+msgid "Choose File Container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr "Segur que voleu executar el navegador insegur?"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>.\\nOnly "
+"use the Unsafe Browser if necessary, for example\\nif you have to login or "
+"register to activate your Internet connection."
+msgstr "L'activitat de la xarxa amb el navegador insegur <b>no és anònima</b>. \\nUtilitzeu només el navegador insegur si és necessari, per exemple\\nsi heu d'iniciar sessió o registrar-vos per activar la connexió a internet. "
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+msgid "Starting the Unsafe Browser..."
+msgstr "Iniciant el Navegador Insegur..."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+msgid "This may take a while, so please be patient."
+msgstr "Això pot trigar una estona, espereu."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+msgid "Shutting down the Unsafe Browser..."
+msgstr "Apagant el Navegador Insegur"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr "Això pot tardar una estona, no reinicieu el navegador insegur fins que no s'hagi apagat correctament."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Failed to restart Tor."
+msgstr "Hi ha hagut un error mentre es reiniciava Tor."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr "Navegador Insegur"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:91
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr "Un altre navegador insegur està essent executat o netejat. Proveu-ho d'aquí una estona. "
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+msgid "Failed to setup chroot."
+msgstr "S'ha fallat en configurar chroot."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:104
+msgid "Failed to configure browser."
+msgstr "S'ha fallat en configurar el navegador."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:110
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr "No s'ha obtingut cap servidor DNS a través del DHCP o configurat manualment al NetworkManager. "
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:121
+msgid "Failed to run browser."
+msgstr "S'ha fallat en executar el navegador."
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_an_error.desktop.in.h:1
+msgid "Report an error"
+msgstr "Reporta un error"
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/tails-documentation.desktop.in.h:1
+#: ../config/chroot_local-includes/usr/share/applications/tails-documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr "Documentacio de Tails"
+
+#: ../config/chroot_local-includes/usr/share/applications/root-terminal.desktop.in.h:1
+msgid "Root Terminal"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/root-terminal.desktop.in.h:2
+msgid "Opens a terminal as the root user, using gksu to ask for the password"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-documentation.desktop.in.h:2
+msgid "Learn how to use Tails"
+msgstr "Com usar el Tails"
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-about.desktop.in.h:2
+msgid "Learn more about Tails"
+msgstr "Aprèn més sobre Tails"
+
+#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
+msgid "Tor Browser"
+msgstr "Navegador Tor"
+
+#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:2
+msgid "Anonymous Web Browser"
+msgstr "Navegador web anònim"
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr "Navegar per la World Wide Web sense anonimitzar"
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr "Navegador Web Insegur"
+
+#: ../config/chroot_local-includes/usr/share/applications/unlock-veracrypt-volumes.desktop.in.h:2
+msgid "Mount VeraCrypt encrypted file containers and devices"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:2
+msgid ""
+"Configure the additional software installed from your persistent storage "
+"when starting Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr "Eines específiques de Tails"
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.root-terminal.policy.in.h:1
+msgid "To start a Root Terminal, you need to authenticate."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy.in.h:1
+msgid "Remove an additional software package"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy.in.h:2
+msgid ""
+"Authentication is required to remove a package from your additional software"
+" ($(command_line))"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:61
+msgid "File Containers"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:80
+msgid "_Add"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:86
+msgid "Add a file container"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:103
+msgid "Partitions and Drives"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:121
+msgid ""
+"This application is not affiliated with or endorsed by the VeraCrypt project"
+" or IDRIX."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:29
+msgid "_Open"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:38
+msgid "Lock this volume"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:52
+msgid "_Unlock"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:61
+msgid "Detach this volume"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/local/share/mime/packages/unlock-veracrypt-volumes.xml.in.h:1
+msgid "TrueCrypt/VeraCrypt container"
+msgstr ""
diff --git a/el.po b/el.po
new file mode 100644
index 000000000..e351985ad
--- /dev/null
+++ b/el.po
@@ -0,0 +1,850 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# Adrian Pappas <pappasadrian(a)gmail.com>, 2013,2015,2017
+# Aikaterini Katmada, 2015
+# Alex Calpos <alepro2015(a)outlook.com>, 2016
+# Alex <hestia(a)riseup.net>, 2013
+# andromeas <andromeas(a)hotmail.com>, 2014
+# andromeas <andromeas(a)hotmail.com>, 2014
+# A Papac <ap909219(a)protonmail.com>, 2018
+# firespin, 2014
+# Elektra M. <safiragon(a)yahoo.gr>, 2017-2019
+# Ellie El <ellie29(a)gmail.com>, 2014
+# Emma Peel, 2018
+# firespin, 2014
+# anvo <fragos.george(a)hotmail.com>, 2016
+# Georgios Vasileiadis <gvasileiadis(a)outlook.com.gr>, 2014
+# Ilias Giannaros <iliasgnrs(a)gmail.com>, 2015
+# kotkotkot <kotakota(a)gmail.com>, 2013
+# kotkotkot <kotakota(a)gmail.com>, 2013
+# LOUKAS SKOUROLIAKOS, 2015
+# metamec, 2015
+# Sofia K., 2018
+# TitanJack <titanjack.com(a)gmail.com>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Tor Project\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-08-12 11:57+0200\n"
+"PO-Revision-Date: 2019-08-12 16:11+0000\n"
+"Last-Translator: Elektra M. <safiragon(a)yahoo.gr>\n"
+"Language-Team: Greek (http://www.transifex.com/otf/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/NetworkManager/dispatcher.d/60-tor-ready.sh:39
+msgid "Tor is ready"
+msgstr "Το Tor είναι έτοιμο"
+
+#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:40
+msgid "You can now access the Internet."
+msgstr "Τώρα έχετε πρόσβαση στο Διαδίκτυο."
+
+#: config/chroot_local-includes/etc/whisperback/config.py:69
+#, 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>\n"
+"Giving us an email address allows us to contact you to clarify the problem. This\n"
+"is needed for the vast majority of the reports we receive as most reports\n"
+"without any contact information are useless. On the other hand it also provides\n"
+"an opportunity for eavesdroppers, like your email or Internet provider, to\n"
+"confirm that you are using Tails.\n"
+"</p>\n"
+msgstr "<h1>Βοηθήστε μας να διορθώσουμε το σφάλμα!</h1>\n<p>Διαβάστε <a href=\"%s\">τις οδηγίες μας σχετικά με την αναφορά σφάλματος</a>.</p>\n<p><strong>Μην συμπεριλαμβάνετε περισσότερες προσωπικές πληροφορίες από ότι\nχρειάζεται!</strong></p>\n<h2>Σχετικά με τη διεύθυνση email σας</h2>\n<p>\nΔίνοντάς μας μια διεύθυνση email μας επιτρέπετε να επικοινωνήσουμε μαζί σας για διασαφήνιση του προβλήματος. Αυτό \nχρειάζεται για τη συντριπτική πλειοψηφία των αναφορών που λαμβάνουμε καθώς οι περισσότερες αναφορές \nείναι άχρηστες χωρίς κάποια πληροφορία για επικοινωνία. Από την άλλη πλε
υρά, αυτό δίνει ευκαιρία \nσε ωτακουστές, όπως τον πάροχο e-mail σας ή τον πάροχο Internet, να \nεπιβεβαιώσουν ότι χρησιμοποιείτε Tails. \n</p>\n"
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:8
+#: ../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:1
+msgid "Additional Software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:51
+msgid ""
+"You can install additional software automatically from your persistent "
+"storage when starting Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:77
+msgid ""
+"The following software is installed automatically from your persistent "
+"storage when starting Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:135
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:171
+msgid ""
+"To add more, install some software using <a "
+"href=\"synaptic.desktop\">Synaptic Package Manager</a> or <a "
+"href=\"org.gnome.Terminal.desktop\">APT on the command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:154
+msgid "_Create persistent storage"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:57
+msgid "Persistence is disabled for Electrum"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:59
+msgid ""
+"When you reboot Tails, all of Electrum's data will be lost, including your "
+"Bitcoin wallet. It is strongly recommended to only run Electrum when its "
+"persistence feature is activated."
+msgstr "Όταν κάνετε επανεκκίνηση του Tails, όλα τα δεδομένα του Electrum θα χαθούν, συμπεριλαμβανομένου του πορτοφολιού Bitcoin σας. Συνιστάται ιδιαίτερα να εκτελείτε το Electrum μόνο όταν είναι ενεργοποιημένο το σχετικό χαρακτηριστικό μόνιμου τόμου."
+
+#: config/chroot_local-includes/usr/local/bin/electrum:60
+msgid "Do you want to start Electrum anyway?"
+msgstr "Θέλετε να εκκινήσετε το Electrum ούτως ή άλλως;"
+
+#: config/chroot_local-includes/usr/local/bin/electrum:63
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+msgid "_Launch"
+msgstr "_Εκκίνηση"
+
+#: config/chroot_local-includes/usr/local/bin/electrum:64
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+msgid "_Exit"
+msgstr "_Έξοδος"
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#, sh-format
+msgid ""
+"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
+"\n"
+"You have a <i>KeePassXC</i> database in your <i>Persistent</i> folder:\n"
+"\n"
+"<i>${filename}</i>\n"
+"\n"
+"Renaming it to <i>keepassx.kdbx</i> would allow <i>KeePassXC</i> to open it automatically in the future."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:23
+msgid "Rename"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:24
+msgid "Keep current name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/replace-su-with-sudo:21
+msgid "su is disabled. Please use sudo instead."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:75
+msgid "Lock screen"
+msgstr "Κλείδωμα οθόνης"
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:79
+msgid "Suspend"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:83
+msgid "Restart"
+msgstr "Επανεκκίνηση "
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:87
+msgid "Power Off"
+msgstr "Απενεργοποίηση"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:22
+#: ../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:25
+#: ../config/chroot_local-includes/usr/share/applications/tails-about.desktop.in.h:1
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:35
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:36
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr "Πληροφορίες Κατασκεύης:\n%s"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:54
+msgid "not available"
+msgstr "μη διαθέσιμο"
+
+#. Translators: Don't translate {details}, it's a placeholder and will
+#. be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:148
+#, python-brace-format
+msgid ""
+"{details} Please check your list of additional software or read the system "
+"log to understand the problem."
+msgstr "{details} Παρακαλώ, ελέγξτε τη λίστα σας με τα επιπρόσθετα λογισμικά ή διαβάστε το αρχείο συστήματος για να κατανοήσετε το πρόβλημα."
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:153
+msgid ""
+"Please check your list of additional software or read the system log to "
+"understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
+msgid "Show Log"
+msgstr "Εμφάνιση αρχείου καταγραφής"
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
+msgid "Configure"
+msgstr "Διαμόρφωση "
+
+#. Translators: Don't translate {beginning} or {last}, they are
+#. placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:223
+#, python-brace-format
+msgid "{beginning} and {last}"
+msgstr "{beginning} και {last}"
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:224
+msgid ", "
+msgstr ", "
+
+#. Translators: Don't translate {packages}, it's a placeholder and will
+#. be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:290
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:320
+#, python-brace-format
+msgid "Add {packages} to your additional software?"
+msgstr "Να προστεθούν τα {packages} στο επιπρόθετο λογισμικό σας;"
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:292
+msgid ""
+"To install it automatically from your persistent storage when starting "
+"Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:294
+msgid "Install Every Time"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:295
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:326
+msgid "Install Only Once"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:301
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:331
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:372
+msgid "The configuration of your additional software failed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:322
+msgid ""
+"To install it automatically when starting Tails, you can create a persistent"
+" storage and activate the <b>Additional Software</b> feature."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:325
+msgid "Create Persistent Storage"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:333
+msgid "Creating your persistent storage failed."
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and
+#. will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:342
+#, python-brace-format
+msgid "You could install {packages} automatically when starting Tails"
+msgstr "Θα μπορούσατε να εγκαταστήσετε {packages} αυτόματα ξεκινώντας τα Tails."
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:345
+msgid ""
+"To do so, you need to run Tails from a USB stick installed using <i>Tails "
+"Installer</i>."
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:360
+#, python-brace-format
+msgid "Remove {packages} from your additional software?"
+msgstr "Να αφαιρεθούν τα {packages} από το επιπρόθετο λογισμικό σας;"
+
+#. Translators: Don't translate {packages}, it's a placeholder
+#. and will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:364
+#, python-brace-format
+msgid "This will stop installing {packages} automatically."
+msgstr "Αυτό θα σταματήσει την εγκατάσταση των {packages} αυτόματα."
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:154
+msgid "Remove"
+msgstr "Απομάκρυνση"
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:367
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
+#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+msgid "Cancel"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:545
+msgid "Installing your additional software from persistent storage..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:547
+msgid "This can take several minutes."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:560
+msgid "The installation of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:575
+msgid "Additional software installed successfully"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:595
+msgid "The check for upgrades of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:597
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:605
+msgid ""
+"Please check your network connection, restart Tails, or read the system log "
+"to understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:604
+msgid "The upgrade of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-additional-software-notify:37
+msgid "Documentation"
+msgstr "Τεκμηρίωση"
+
+#. Translators: Don't translate {package}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:94
+#, python-brace-format
+msgid ""
+"Remove {package} from your additional software? This will stop installing "
+"the package automatically."
+msgstr "Να αφαιρεθούν τα {package} από το πρόσθετο λογισμικό σας; Αυτό θα σταματήσει την εγκατάσταση των πακέτων αυτόματα."
+
+#. Translators: Don't translate {pkg}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:105
+#, python-brace-format
+msgid "Failed to remove {pkg}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:122
+msgid "Failed to read additional software configuration"
+msgstr ""
+
+#. Translators: Don't translate {package}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:152
+#, python-brace-format
+msgid "Stop installing {package} automatically"
+msgstr "Σταμάτησε την εγκατάσταση των {package} αυτόματα"
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:178
+msgid ""
+"To do so, install some software using <a href=\"synaptic.desktop\">Synaptic "
+"Package Manager</a> or <a href=\"org.gnome.Terminal.desktop\">APT on the "
+"command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:187
+msgid ""
+"To do so, unlock your persistent storage when starting Tails and install "
+"some software using <a href=\"synaptic.desktop\">Synaptic Package "
+"Manager</a> or <a href=\"org.gnome.Terminal.desktop\">APT on the command "
+"line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:197
+msgid ""
+"To do so, create a persistent storage and install some software using <a "
+"href=\"synaptic.desktop\">Synaptic Package Manager</a> or <a "
+"href=\"org.gnome.Terminal.desktop\">APT on the command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:205
+msgid ""
+"To do so, install Tails on a USB stick using <a href=\"tails-"
+"installer.desktop\">Tails Installer</a> and create a persistent storage."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:252
+msgid "[package not available]"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr "Συγχρονισμός ρολογιού συστήματος."
+
+#: config/chroot_local-includes/usr/local/lib/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/lib/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr "Αποτυχία συγχρονισμού του ρολογιού!"
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:110
+msgid "Lock Screen"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:125
+msgid "Screen Locker"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:131
+msgid "Set up a password to unlock the screen."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+msgid "Password"
+msgstr "Κωδικός ασφαλείας"
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:150
+msgid "Confirm"
+msgstr "Επιβεβαίωση"
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:124
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:135
+msgid "Known security issues"
+msgstr "Γνωστά θέματα ασφάλειας "
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:52
+#, sh-format
+msgid "Network card ${nic} disabled"
+msgstr "Κάρτα δικτύου ${nic} απενεργοποιημένη"
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:53
+#, sh-format
+msgid ""
+"MAC spoofing failed for network card ${nic_name} (${nic}) so it is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC spoofing."
+msgstr "Η αλλοίωση της διεύθυνσης MAC απέτυχε για την κάρτα δικτύου ${nic_name} (${nic}), γι' αυτό προσωρινά έχει απενεργοποιηθεί.\nΊσως προτιμάτε να επανακκινήσετε το Tails και να απενεργοποιήσετε την αλλοίωση της MAC."
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:62
+msgid "All networking disabled"
+msgstr "Όλη η δικτύωση απενεργοποιημένη"
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:63
+#, sh-format
+msgid ""
+"MAC spoofing failed for network card ${nic_name} (${nic}). The error recovery also failed so all networking is disabled.\n"
+"You might prefer to restart Tails and disable MAC spoofing."
+msgstr "Η μεταμφίεση της MAC απέτυχε για την κάρτα δικτύου ${nic_name} (${nic}). Απέτυχε επίσης και η ανάκτηση από αυτό το σφάλμα, και έτσι η δικτύωση απενεργοποιήθηκε.\nΊσως είναι καλύτερα να επανεκκινήσετε το Tails και να απενεργοποιήσετε την μεταμφίεση της MAC."
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:35
+msgid ""
+"\"<b>Not enough memory available to check for upgrades.</b>\n"
+"\n"
+"Make sure this system satisfies the requirements for running Tails.\n"
+"See file:///usr/share/doc/tails/website/doc/about/requirements.en.html\n"
+"\n"
+"Try to restart Tails to check for upgrades again.\n"
+"\n"
+"Or do a manual upgrade.\n"
+"See https://tails.boum.org/doc/first_steps/upgrade#manual\""
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:72
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+msgid "error:"
+msgstr "σφάλμα:"
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:73
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+msgid "Error"
+msgstr "Σφάλμα"
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:71
+msgid "Warning: virtual machine detected!"
+msgstr "Προειδοποίηση: ανιχνεύτηκε εικονικό μηχάνημα!"
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:74
+msgid "Warning: non-free virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:77
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails. Only free software can be considered "
+"trustworthy, for both the host operating system and the virtualization "
+"software."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:81
+msgid "Learn more"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:43
+msgid "Tor is not ready"
+msgstr "Το Tor δεν είναι έτοιμο"
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:44
+msgid "Tor is not ready. Start Tor Browser anyway?"
+msgstr "Το Tor δεν είναι έτοιμο. Εκκίνηση του Tor Browser όπως και να 'χει;"
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:45
+msgid "Start Tor Browser"
+msgstr "Εκκίνηση του Tor Browser"
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js:35
+msgid "Tor Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js:50
+msgid "Open Onion Circuits"
+msgstr ""
+
+#. Translators: Don't translate {volume_label} or {volume_size},
+#. they are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:58
+#, python-brace-format
+msgid "{volume_label} ({volume_size})"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} or {partition_size},
+#. they are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:63
+#, python-brace-format
+msgid "{partition_name} ({partition_size})"
+msgstr ""
+
+#. Translators: Don't translate {volume_size}, it's a placeholder
+#. and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:68
+#, python-brace-format
+msgid "{volume_size} Volume"
+msgstr ""
+
+#. Translators: Don't translate {volume_name}, it's a placeholder and
+#. will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:107
+#, python-brace-format
+msgid "{volume_name} (Read-Only)"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} and {container_path}, they
+#. are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:115
+#, python-brace-format
+msgid "{partition_name} in {container_path}"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} and {path_to_file_container},
+#. they are placeholders and will be replaced. You should only have to
+#. translate
+#. this string if it makes sense to reverse the order of the placeholders.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:122
+#, python-brace-format
+msgid "{volume_name} – {path_to_file_container}"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} and {drive_name}, they
+#. are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:128
+#, python-brace-format
+msgid "{partition_name} on {drive_name}"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} and {drive_name},
+#. they are placeholders and will be replaced. You should only have to
+#. translate
+#. this string if it makes sense to reverse the order of the placeholders.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:135
+#, python-brace-format
+msgid "{volume_name} – {drive_name}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:222
+msgid "Wrong passphrase or parameters"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:224
+msgid "Error unlocking volume"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} or {error_message},
+#. they are placeholder and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:228
+#, python-brace-format
+msgid ""
+"Couldn't unlock volume {volume_name}:\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:330
+msgid "One or more applications are keeping the volume busy."
+msgstr ""
+
+#. Translators: Don't translate {volume_name} or {error_message},
+#. they are placeholder and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:336
+#, python-brace-format
+msgid ""
+"Couldn't lock volume {volume_name}:\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:338
+msgid "Locking the volume failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:83
+msgid "No file containers added"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:98
+msgid "No VeraCrypt devices detected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:40
+#: ../config/chroot_local-includes/usr/share/applications/unlock-veracrypt-volumes.desktop.in.h:1
+msgid "Unlock VeraCrypt Volumes"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:114
+msgid "Container already added"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:115
+#, python-format
+msgid "The file container %s should already be listed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:131
+msgid "Container opened read-only"
+msgstr ""
+
+#. Translators: Don't translate {path}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:133
+#, python-brace-format
+msgid ""
+"The file container {path} could not be opened with write access. It was opened read-only instead. You will not be able to modify the content of the container.\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:138
+msgid "Error opening file"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:160
+msgid "Not a VeraCrypt container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:161
+#, python-format
+msgid "The file %s does not seem to be a VeraCrypt container."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:163
+msgid "Failed to add container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:164
+#, python-format
+msgid ""
+"Could not add file container %s: Timeout while waiting for loop setup.\n"
+"Please try using the <i>Disks</i> application instead."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:209
+msgid "Choose File Container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr "Θέλετε πραγματικά να ξεκινήσετε τον μη ασφαλή Browser;"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>.\\nOnly "
+"use the Unsafe Browser if necessary, for example\\nif you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+msgid "Starting the Unsafe Browser..."
+msgstr "Εκκίνηση του μη ασφαλή Browser..."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+msgid "This may take a while, so please be patient."
+msgstr "Αυτό μπορεί να πάρει λίγο χρόνο, παρακαλούμε κάντε υπομονή."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+msgid "Shutting down the Unsafe Browser..."
+msgstr "Κλείσιμο του μη ασφαλή Browser..."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr "Αυτό μπορεί να πάρει λίγη ώρα, και δεν πρέπει να επανεκκινήσετε τον μη ασφαλή Browser μέχρι να κλείσει μόνος του σωστά."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Failed to restart Tor."
+msgstr "Αποτυχία επανεκκίνησης του Tor."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr "Μη ασφαλής Browser"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:91
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr "Ένας άλλος Μη-Ασφαλής Browser εκτελείται αυτή τη στιγμή, ή του γίνεται εκκαθάριση. Παρακαλώ δοκιμάστε ξανά σε λίγο."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+msgid "Failed to setup chroot."
+msgstr "Αποτυχία ρύθμισης chroot."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:104
+msgid "Failed to configure browser."
+msgstr "Αποτυχία ρύθμισης του browser."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:110
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr "Δεν αποκτήθηκε DNS server μέσω DHCP ή μέσω χειροκίνητης ρύθμισης στο NetworkManager."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:121
+msgid "Failed to run browser."
+msgstr "Αποτυχία εκτέλεησης του browser."
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_an_error.desktop.in.h:1
+msgid "Report an error"
+msgstr "Αναφορά λάθους"
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/tails-documentation.desktop.in.h:1
+#: ../config/chroot_local-includes/usr/share/applications/tails-documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/root-terminal.desktop.in.h:1
+msgid "Root Terminal"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/root-terminal.desktop.in.h:2
+msgid "Opens a terminal as the root user, using gksu to ask for the password"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-documentation.desktop.in.h:2
+msgid "Learn how to use Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-about.desktop.in.h:2
+msgid "Learn more about Tails"
+msgstr "Μάθετε περισσότερα σχετικά με Tails"
+
+#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
+msgid "Tor Browser"
+msgstr "Tor Browser"
+
+#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:2
+msgid "Anonymous Web Browser"
+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 "Μη ασφαλής Browser"
+
+#: ../config/chroot_local-includes/usr/share/applications/unlock-veracrypt-volumes.desktop.in.h:2
+msgid "Mount VeraCrypt encrypted file containers and devices"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:2
+msgid ""
+"Configure the additional software installed from your persistent storage "
+"when starting Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.root-terminal.policy.in.h:1
+msgid "To start a Root Terminal, you need to authenticate."
+msgstr "Για να ξεκινήσετε ένα Root Terminal, πρέπει να επαληθεύσετε την ταυτότητά σας."
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy.in.h:1
+msgid "Remove an additional software package"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy.in.h:2
+msgid ""
+"Authentication is required to remove a package from your additional software"
+" ($(command_line))"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:61
+msgid "File Containers"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:80
+msgid "_Add"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:86
+msgid "Add a file container"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:103
+msgid "Partitions and Drives"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:121
+msgid ""
+"This application is not affiliated with or endorsed by the VeraCrypt project"
+" or IDRIX."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:29
+msgid "_Open"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:38
+msgid "Lock this volume"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:52
+msgid "_Unlock"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:61
+msgid "Detach this volume"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/local/share/mime/packages/unlock-veracrypt-volumes.xml.in.h:1
+msgid "TrueCrypt/VeraCrypt container"
+msgstr ""
diff --git a/eu.po b/eu.po
new file mode 100644
index 000000000..e9024c8ef
--- /dev/null
+++ b/eu.po
@@ -0,0 +1,836 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# jonbraun <ahandoze(a)gmail.com>, 2014
+# baldarra, 2014
+# David García-Abad <dgarciabad(a)gmail.com>, 2015
+# Egoitz Rodriguez <egoitzro(a)gmail.com>, 2014
+# Eneko, 2015
+# Osoitz <oelkoro(a)gmail.com>, 2019
+# Radiation Gamma, 2019
+msgid ""
+msgstr ""
+"Project-Id-Version: Tor Project\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-08-12 11:57+0200\n"
+"PO-Revision-Date: 2019-08-12 16:11+0000\n"
+"Last-Translator: Radiation Gamma\n"
+"Language-Team: Basque (http://www.transifex.com/otf/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/NetworkManager/dispatcher.d/60-tor-ready.sh:39
+msgid "Tor is ready"
+msgstr ""
+
+#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:40
+msgid "You can now access the Internet."
+msgstr ""
+
+#: config/chroot_local-includes/etc/whisperback/config.py:69
+#, 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>\n"
+"Giving us an email address allows us to contact you to clarify the problem. This\n"
+"is needed for the vast majority of the reports we receive as most reports\n"
+"without any contact information are useless. On the other hand it also provides\n"
+"an opportunity for eavesdroppers, like your email or Internet provider, to\n"
+"confirm that you are using Tails.\n"
+"</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:8
+#: ../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:1
+msgid "Additional Software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:51
+msgid ""
+"You can install additional software automatically from your persistent "
+"storage when starting Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:77
+msgid ""
+"The following software is installed automatically from your persistent "
+"storage when starting Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:135
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:171
+msgid ""
+"To add more, install some software using <a "
+"href=\"synaptic.desktop\">Synaptic Package Manager</a> or <a "
+"href=\"org.gnome.Terminal.desktop\">APT on the command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:154
+msgid "_Create persistent storage"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:57
+msgid "Persistence is disabled for Electrum"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:59
+msgid ""
+"When you reboot Tails, all of Electrum's data will be lost, including your "
+"Bitcoin wallet. It is strongly recommended to only run Electrum when its "
+"persistence feature is activated."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:60
+msgid "Do you want to start Electrum anyway?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:63
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:64
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#, sh-format
+msgid ""
+"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
+"\n"
+"You have a <i>KeePassXC</i> database in your <i>Persistent</i> folder:\n"
+"\n"
+"<i>${filename}</i>\n"
+"\n"
+"Renaming it to <i>keepassx.kdbx</i> would allow <i>KeePassXC</i> to open it automatically in the future."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:23
+msgid "Rename"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:24
+msgid "Keep current name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/replace-su-with-sudo:21
+msgid "su is disabled. Please use sudo instead."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:75
+msgid "Lock screen"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:79
+msgid "Suspend"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:83
+msgid "Restart"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:87
+msgid "Power Off"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:22
+#: ../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:25
+#: ../config/chroot_local-includes/usr/share/applications/tails-about.desktop.in.h:1
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:35
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:36
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:54
+msgid "not available"
+msgstr ""
+
+#. Translators: Don't translate {details}, it's a placeholder and will
+#. be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:148
+#, python-brace-format
+msgid ""
+"{details} Please check your list of additional software or read the system "
+"log to understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:153
+msgid ""
+"Please check your list of additional software or read the system log to "
+"understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
+msgid "Show Log"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
+msgid "Configure"
+msgstr ""
+
+#. Translators: Don't translate {beginning} or {last}, they are
+#. placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:223
+#, python-brace-format
+msgid "{beginning} and {last}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:224
+msgid ", "
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and will
+#. be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:290
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:320
+#, python-brace-format
+msgid "Add {packages} to your additional software?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:292
+msgid ""
+"To install it automatically from your persistent storage when starting "
+"Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:294
+msgid "Install Every Time"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:295
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:326
+msgid "Install Only Once"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:301
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:331
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:372
+msgid "The configuration of your additional software failed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:322
+msgid ""
+"To install it automatically when starting Tails, you can create a persistent"
+" storage and activate the <b>Additional Software</b> feature."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:325
+msgid "Create Persistent Storage"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:333
+msgid "Creating your persistent storage failed."
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and
+#. will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:342
+#, python-brace-format
+msgid "You could install {packages} automatically when starting Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:345
+msgid ""
+"To do so, you need to run Tails from a USB stick installed using <i>Tails "
+"Installer</i>."
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:360
+#, python-brace-format
+msgid "Remove {packages} from your additional software?"
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder
+#. and will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:364
+#, python-brace-format
+msgid "This will stop installing {packages} automatically."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:154
+msgid "Remove"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:367
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
+#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+msgid "Cancel"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:545
+msgid "Installing your additional software from persistent storage..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:547
+msgid "This can take several minutes."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:560
+msgid "The installation of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:575
+msgid "Additional software installed successfully"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:595
+msgid "The check for upgrades of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:597
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:605
+msgid ""
+"Please check your network connection, restart Tails, or read the system log "
+"to understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:604
+msgid "The upgrade of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-additional-software-notify:37
+msgid "Documentation"
+msgstr ""
+
+#. Translators: Don't translate {package}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:94
+#, python-brace-format
+msgid ""
+"Remove {package} from your additional software? This will stop installing "
+"the package automatically."
+msgstr ""
+
+#. Translators: Don't translate {pkg}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:105
+#, python-brace-format
+msgid "Failed to remove {pkg}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:122
+msgid "Failed to read additional software configuration"
+msgstr ""
+
+#. Translators: Don't translate {package}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:152
+#, python-brace-format
+msgid "Stop installing {package} automatically"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:178
+msgid ""
+"To do so, install some software using <a href=\"synaptic.desktop\">Synaptic "
+"Package Manager</a> or <a href=\"org.gnome.Terminal.desktop\">APT on the "
+"command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:187
+msgid ""
+"To do so, unlock your persistent storage when starting Tails and install "
+"some software using <a href=\"synaptic.desktop\">Synaptic Package "
+"Manager</a> or <a href=\"org.gnome.Terminal.desktop\">APT on the command "
+"line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:197
+msgid ""
+"To do so, create a persistent storage and install some software using <a "
+"href=\"synaptic.desktop\">Synaptic Package Manager</a> or <a "
+"href=\"org.gnome.Terminal.desktop\">APT on the command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:205
+msgid ""
+"To do so, install Tails on a USB stick using <a href=\"tails-"
+"installer.desktop\">Tails Installer</a> and create a persistent storage."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:252
+msgid "[package not available]"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/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/lib/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:110
+msgid "Lock Screen"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:125
+msgid "Screen Locker"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:131
+msgid "Set up a password to unlock the screen."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+msgid "Password"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:150
+msgid "Confirm"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:124
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:135
+msgid "Known security issues"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:52
+#, sh-format
+msgid "Network card ${nic} disabled"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:53
+#, sh-format
+msgid ""
+"MAC spoofing failed for network card ${nic_name} (${nic}) so it is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC spoofing."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:62
+msgid "All networking disabled"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:63
+#, sh-format
+msgid ""
+"MAC spoofing failed for network card ${nic_name} (${nic}). The error recovery also failed so all networking is disabled.\n"
+"You might prefer to restart Tails and disable MAC spoofing."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:35
+msgid ""
+"\"<b>Not enough memory available to check for upgrades.</b>\n"
+"\n"
+"Make sure this system satisfies the requirements for running Tails.\n"
+"See file:///usr/share/doc/tails/website/doc/about/requirements.en.html\n"
+"\n"
+"Try to restart Tails to check for upgrades again.\n"
+"\n"
+"Or do a manual upgrade.\n"
+"See https://tails.boum.org/doc/first_steps/upgrade#manual\""
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:72
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:73
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:71
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:74
+msgid "Warning: non-free virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:77
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails. Only free software can be considered "
+"trustworthy, for both the host operating system and the virtualization "
+"software."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:81
+msgid "Learn more"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:43
+msgid "Tor is not ready"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:44
+msgid "Tor is not ready. Start Tor Browser anyway?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:45
+msgid "Start Tor Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js:35
+msgid "Tor Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js:50
+msgid "Open Onion Circuits"
+msgstr ""
+
+#. Translators: Don't translate {volume_label} or {volume_size},
+#. they are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:58
+#, python-brace-format
+msgid "{volume_label} ({volume_size})"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} or {partition_size},
+#. they are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:63
+#, python-brace-format
+msgid "{partition_name} ({partition_size})"
+msgstr ""
+
+#. Translators: Don't translate {volume_size}, it's a placeholder
+#. and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:68
+#, python-brace-format
+msgid "{volume_size} Volume"
+msgstr ""
+
+#. Translators: Don't translate {volume_name}, it's a placeholder and
+#. will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:107
+#, python-brace-format
+msgid "{volume_name} (Read-Only)"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} and {container_path}, they
+#. are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:115
+#, python-brace-format
+msgid "{partition_name} in {container_path}"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} and {path_to_file_container},
+#. they are placeholders and will be replaced. You should only have to
+#. translate
+#. this string if it makes sense to reverse the order of the placeholders.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:122
+#, python-brace-format
+msgid "{volume_name} – {path_to_file_container}"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} and {drive_name}, they
+#. are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:128
+#, python-brace-format
+msgid "{partition_name} on {drive_name}"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} and {drive_name},
+#. they are placeholders and will be replaced. You should only have to
+#. translate
+#. this string if it makes sense to reverse the order of the placeholders.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:135
+#, python-brace-format
+msgid "{volume_name} – {drive_name}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:222
+msgid "Wrong passphrase or parameters"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:224
+msgid "Error unlocking volume"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} or {error_message},
+#. they are placeholder and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:228
+#, python-brace-format
+msgid ""
+"Couldn't unlock volume {volume_name}:\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:330
+msgid "One or more applications are keeping the volume busy."
+msgstr ""
+
+#. Translators: Don't translate {volume_name} or {error_message},
+#. they are placeholder and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:336
+#, python-brace-format
+msgid ""
+"Couldn't lock volume {volume_name}:\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:338
+msgid "Locking the volume failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:83
+msgid "No file containers added"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:98
+msgid "No VeraCrypt devices detected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:40
+#: ../config/chroot_local-includes/usr/share/applications/unlock-veracrypt-volumes.desktop.in.h:1
+msgid "Unlock VeraCrypt Volumes"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:114
+msgid "Container already added"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:115
+#, python-format
+msgid "The file container %s should already be listed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:131
+msgid "Container opened read-only"
+msgstr ""
+
+#. Translators: Don't translate {path}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:133
+#, python-brace-format
+msgid ""
+"The file container {path} could not be opened with write access. It was opened read-only instead. You will not be able to modify the content of the container.\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:138
+msgid "Error opening file"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:160
+msgid "Not a VeraCrypt container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:161
+#, python-format
+msgid "The file %s does not seem to be a VeraCrypt container."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:163
+msgid "Failed to add container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:164
+#, python-format
+msgid ""
+"Could not add file container %s: Timeout while waiting for loop setup.\n"
+"Please try using the <i>Disks</i> application instead."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:209
+msgid "Choose File Container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>.\\nOnly "
+"use the Unsafe Browser if necessary, for example\\nif you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+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:70
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: ../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:91
+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:99
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:104
+msgid "Failed to configure browser."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:110
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:121
+msgid "Failed to run browser."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_an_error.desktop.in.h:1
+msgid "Report an error"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/tails-documentation.desktop.in.h:1
+#: ../config/chroot_local-includes/usr/share/applications/tails-documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/root-terminal.desktop.in.h:1
+msgid "Root Terminal"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/root-terminal.desktop.in.h:2
+msgid "Opens a terminal as the root user, using gksu to ask for the password"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-documentation.desktop.in.h:2
+msgid "Learn how to use Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-about.desktop.in.h:2
+msgid "Learn more about Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
+msgid "Tor Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:2
+msgid "Anonymous Web Browser"
+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/applications/unlock-veracrypt-volumes.desktop.in.h:2
+msgid "Mount VeraCrypt encrypted file containers and devices"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:2
+msgid ""
+"Configure the additional software installed from your persistent storage "
+"when starting Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.root-terminal.policy.in.h:1
+msgid "To start a Root Terminal, you need to authenticate."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy.in.h:1
+msgid "Remove an additional software package"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy.in.h:2
+msgid ""
+"Authentication is required to remove a package from your additional software"
+" ($(command_line))"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:61
+msgid "File Containers"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:80
+msgid "_Add"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:86
+msgid "Add a file container"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:103
+msgid "Partitions and Drives"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:121
+msgid ""
+"This application is not affiliated with or endorsed by the VeraCrypt project"
+" or IDRIX."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:29
+msgid "_Open"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:38
+msgid "Lock this volume"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:52
+msgid "_Unlock"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:61
+msgid "Detach this volume"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/local/share/mime/packages/unlock-veracrypt-volumes.xml.in.h:1
+msgid "TrueCrypt/VeraCrypt container"
+msgstr ""
diff --git a/gu.po b/gu.po
new file mode 100644
index 000000000..39c84d42e
--- /dev/null
+++ b/gu.po
@@ -0,0 +1,829 @@
+# 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: Tor Project\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-08-12 11:57+0200\n"
+"PO-Revision-Date: 2019-08-12 13:45+0000\n"
+"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
+"Language-Team: Gujarati (http://www.transifex.com/otf/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/NetworkManager/dispatcher.d/60-tor-ready.sh:39
+msgid "Tor is ready"
+msgstr ""
+
+#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:40
+msgid "You can now access the Internet."
+msgstr ""
+
+#: config/chroot_local-includes/etc/whisperback/config.py:69
+#, 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>\n"
+"Giving us an email address allows us to contact you to clarify the problem. This\n"
+"is needed for the vast majority of the reports we receive as most reports\n"
+"without any contact information are useless. On the other hand it also provides\n"
+"an opportunity for eavesdroppers, like your email or Internet provider, to\n"
+"confirm that you are using Tails.\n"
+"</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:8
+#: ../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:1
+msgid "Additional Software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:51
+msgid ""
+"You can install additional software automatically from your persistent "
+"storage when starting Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:77
+msgid ""
+"The following software is installed automatically from your persistent "
+"storage when starting Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:135
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:171
+msgid ""
+"To add more, install some software using <a "
+"href=\"synaptic.desktop\">Synaptic Package Manager</a> or <a "
+"href=\"org.gnome.Terminal.desktop\">APT on the command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:154
+msgid "_Create persistent storage"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:57
+msgid "Persistence is disabled for Electrum"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:59
+msgid ""
+"When you reboot Tails, all of Electrum's data will be lost, including your "
+"Bitcoin wallet. It is strongly recommended to only run Electrum when its "
+"persistence feature is activated."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:60
+msgid "Do you want to start Electrum anyway?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:63
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:64
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#, sh-format
+msgid ""
+"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
+"\n"
+"You have a <i>KeePassXC</i> database in your <i>Persistent</i> folder:\n"
+"\n"
+"<i>${filename}</i>\n"
+"\n"
+"Renaming it to <i>keepassx.kdbx</i> would allow <i>KeePassXC</i> to open it automatically in the future."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:23
+msgid "Rename"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:24
+msgid "Keep current name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/replace-su-with-sudo:21
+msgid "su is disabled. Please use sudo instead."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:75
+msgid "Lock screen"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:79
+msgid "Suspend"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:83
+msgid "Restart"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:87
+msgid "Power Off"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:22
+#: ../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:25
+#: ../config/chroot_local-includes/usr/share/applications/tails-about.desktop.in.h:1
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:35
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:36
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:54
+msgid "not available"
+msgstr ""
+
+#. Translators: Don't translate {details}, it's a placeholder and will
+#. be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:148
+#, python-brace-format
+msgid ""
+"{details} Please check your list of additional software or read the system "
+"log to understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:153
+msgid ""
+"Please check your list of additional software or read the system log to "
+"understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
+msgid "Show Log"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
+msgid "Configure"
+msgstr ""
+
+#. Translators: Don't translate {beginning} or {last}, they are
+#. placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:223
+#, python-brace-format
+msgid "{beginning} and {last}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:224
+msgid ", "
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and will
+#. be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:290
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:320
+#, python-brace-format
+msgid "Add {packages} to your additional software?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:292
+msgid ""
+"To install it automatically from your persistent storage when starting "
+"Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:294
+msgid "Install Every Time"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:295
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:326
+msgid "Install Only Once"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:301
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:331
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:372
+msgid "The configuration of your additional software failed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:322
+msgid ""
+"To install it automatically when starting Tails, you can create a persistent"
+" storage and activate the <b>Additional Software</b> feature."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:325
+msgid "Create Persistent Storage"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:333
+msgid "Creating your persistent storage failed."
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and
+#. will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:342
+#, python-brace-format
+msgid "You could install {packages} automatically when starting Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:345
+msgid ""
+"To do so, you need to run Tails from a USB stick installed using <i>Tails "
+"Installer</i>."
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:360
+#, python-brace-format
+msgid "Remove {packages} from your additional software?"
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder
+#. and will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:364
+#, python-brace-format
+msgid "This will stop installing {packages} automatically."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:154
+msgid "Remove"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:367
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
+#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+msgid "Cancel"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:545
+msgid "Installing your additional software from persistent storage..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:547
+msgid "This can take several minutes."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:560
+msgid "The installation of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:575
+msgid "Additional software installed successfully"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:595
+msgid "The check for upgrades of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:597
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:605
+msgid ""
+"Please check your network connection, restart Tails, or read the system log "
+"to understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:604
+msgid "The upgrade of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-additional-software-notify:37
+msgid "Documentation"
+msgstr ""
+
+#. Translators: Don't translate {package}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:94
+#, python-brace-format
+msgid ""
+"Remove {package} from your additional software? This will stop installing "
+"the package automatically."
+msgstr ""
+
+#. Translators: Don't translate {pkg}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:105
+#, python-brace-format
+msgid "Failed to remove {pkg}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:122
+msgid "Failed to read additional software configuration"
+msgstr ""
+
+#. Translators: Don't translate {package}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:152
+#, python-brace-format
+msgid "Stop installing {package} automatically"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:178
+msgid ""
+"To do so, install some software using <a href=\"synaptic.desktop\">Synaptic "
+"Package Manager</a> or <a href=\"org.gnome.Terminal.desktop\">APT on the "
+"command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:187
+msgid ""
+"To do so, unlock your persistent storage when starting Tails and install "
+"some software using <a href=\"synaptic.desktop\">Synaptic Package "
+"Manager</a> or <a href=\"org.gnome.Terminal.desktop\">APT on the command "
+"line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:197
+msgid ""
+"To do so, create a persistent storage and install some software using <a "
+"href=\"synaptic.desktop\">Synaptic Package Manager</a> or <a "
+"href=\"org.gnome.Terminal.desktop\">APT on the command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:205
+msgid ""
+"To do so, install Tails on a USB stick using <a href=\"tails-"
+"installer.desktop\">Tails Installer</a> and create a persistent storage."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:252
+msgid "[package not available]"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/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/lib/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:110
+msgid "Lock Screen"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:125
+msgid "Screen Locker"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:131
+msgid "Set up a password to unlock the screen."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+msgid "Password"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:150
+msgid "Confirm"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:124
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:135
+msgid "Known security issues"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:52
+#, sh-format
+msgid "Network card ${nic} disabled"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:53
+#, sh-format
+msgid ""
+"MAC spoofing failed for network card ${nic_name} (${nic}) so it is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC spoofing."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:62
+msgid "All networking disabled"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:63
+#, sh-format
+msgid ""
+"MAC spoofing failed for network card ${nic_name} (${nic}). The error recovery also failed so all networking is disabled.\n"
+"You might prefer to restart Tails and disable MAC spoofing."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:35
+msgid ""
+"\"<b>Not enough memory available to check for upgrades.</b>\n"
+"\n"
+"Make sure this system satisfies the requirements for running Tails.\n"
+"See file:///usr/share/doc/tails/website/doc/about/requirements.en.html\n"
+"\n"
+"Try to restart Tails to check for upgrades again.\n"
+"\n"
+"Or do a manual upgrade.\n"
+"See https://tails.boum.org/doc/first_steps/upgrade#manual\""
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:72
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:73
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:71
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:74
+msgid "Warning: non-free virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:77
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails. Only free software can be considered "
+"trustworthy, for both the host operating system and the virtualization "
+"software."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:81
+msgid "Learn more"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:43
+msgid "Tor is not ready"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:44
+msgid "Tor is not ready. Start Tor Browser anyway?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:45
+msgid "Start Tor Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js:35
+msgid "Tor Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js:50
+msgid "Open Onion Circuits"
+msgstr ""
+
+#. Translators: Don't translate {volume_label} or {volume_size},
+#. they are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:58
+#, python-brace-format
+msgid "{volume_label} ({volume_size})"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} or {partition_size},
+#. they are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:63
+#, python-brace-format
+msgid "{partition_name} ({partition_size})"
+msgstr ""
+
+#. Translators: Don't translate {volume_size}, it's a placeholder
+#. and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:68
+#, python-brace-format
+msgid "{volume_size} Volume"
+msgstr ""
+
+#. Translators: Don't translate {volume_name}, it's a placeholder and
+#. will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:107
+#, python-brace-format
+msgid "{volume_name} (Read-Only)"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} and {container_path}, they
+#. are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:115
+#, python-brace-format
+msgid "{partition_name} in {container_path}"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} and {path_to_file_container},
+#. they are placeholders and will be replaced. You should only have to
+#. translate
+#. this string if it makes sense to reverse the order of the placeholders.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:122
+#, python-brace-format
+msgid "{volume_name} – {path_to_file_container}"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} and {drive_name}, they
+#. are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:128
+#, python-brace-format
+msgid "{partition_name} on {drive_name}"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} and {drive_name},
+#. they are placeholders and will be replaced. You should only have to
+#. translate
+#. this string if it makes sense to reverse the order of the placeholders.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:135
+#, python-brace-format
+msgid "{volume_name} – {drive_name}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:222
+msgid "Wrong passphrase or parameters"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:224
+msgid "Error unlocking volume"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} or {error_message},
+#. they are placeholder and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:228
+#, python-brace-format
+msgid ""
+"Couldn't unlock volume {volume_name}:\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:330
+msgid "One or more applications are keeping the volume busy."
+msgstr ""
+
+#. Translators: Don't translate {volume_name} or {error_message},
+#. they are placeholder and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:336
+#, python-brace-format
+msgid ""
+"Couldn't lock volume {volume_name}:\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:338
+msgid "Locking the volume failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:83
+msgid "No file containers added"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:98
+msgid "No VeraCrypt devices detected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:40
+#: ../config/chroot_local-includes/usr/share/applications/unlock-veracrypt-volumes.desktop.in.h:1
+msgid "Unlock VeraCrypt Volumes"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:114
+msgid "Container already added"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:115
+#, python-format
+msgid "The file container %s should already be listed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:131
+msgid "Container opened read-only"
+msgstr ""
+
+#. Translators: Don't translate {path}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:133
+#, python-brace-format
+msgid ""
+"The file container {path} could not be opened with write access. It was opened read-only instead. You will not be able to modify the content of the container.\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:138
+msgid "Error opening file"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:160
+msgid "Not a VeraCrypt container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:161
+#, python-format
+msgid "The file %s does not seem to be a VeraCrypt container."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:163
+msgid "Failed to add container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:164
+#, python-format
+msgid ""
+"Could not add file container %s: Timeout while waiting for loop setup.\n"
+"Please try using the <i>Disks</i> application instead."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:209
+msgid "Choose File Container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>.\\nOnly "
+"use the Unsafe Browser if necessary, for example\\nif you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+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:70
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: ../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:91
+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:99
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:104
+msgid "Failed to configure browser."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:110
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:121
+msgid "Failed to run browser."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_an_error.desktop.in.h:1
+msgid "Report an error"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/tails-documentation.desktop.in.h:1
+#: ../config/chroot_local-includes/usr/share/applications/tails-documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/root-terminal.desktop.in.h:1
+msgid "Root Terminal"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/root-terminal.desktop.in.h:2
+msgid "Opens a terminal as the root user, using gksu to ask for the password"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-documentation.desktop.in.h:2
+msgid "Learn how to use Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-about.desktop.in.h:2
+msgid "Learn more about Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
+msgid "Tor Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:2
+msgid "Anonymous Web Browser"
+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/applications/unlock-veracrypt-volumes.desktop.in.h:2
+msgid "Mount VeraCrypt encrypted file containers and devices"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:2
+msgid ""
+"Configure the additional software installed from your persistent storage "
+"when starting Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.root-terminal.policy.in.h:1
+msgid "To start a Root Terminal, you need to authenticate."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy.in.h:1
+msgid "Remove an additional software package"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy.in.h:2
+msgid ""
+"Authentication is required to remove a package from your additional software"
+" ($(command_line))"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:61
+msgid "File Containers"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:80
+msgid "_Add"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:86
+msgid "Add a file container"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:103
+msgid "Partitions and Drives"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:121
+msgid ""
+"This application is not affiliated with or endorsed by the VeraCrypt project"
+" or IDRIX."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:29
+msgid "_Open"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:38
+msgid "Lock this volume"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:52
+msgid "_Unlock"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:61
+msgid "Detach this volume"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/local/share/mime/packages/unlock-veracrypt-volumes.xml.in.h:1
+msgid "TrueCrypt/VeraCrypt container"
+msgstr ""
diff --git a/it.po b/it.po
new file mode 100644
index 000000000..e8b0567bd
--- /dev/null
+++ b/it.po
@@ -0,0 +1,853 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# Andrea Frittella, 2017
+# Emanuele Trotta <etrotta(a)grupposintesi.it>, 2015
+# VaiTon <eyadlorenzo(a)gmail.com>, 2018
+# il_doc, 2014
+# Francesca Ciceri <madamezou(a)zouish.org>, 2014
+# Francesco Tombolini <tombo(a)adamantio.net>, 2015,2019
+# Giandomenico Lombardi <transifex.com(a)l1t.it>, 2019
+# Giovanni Giorgio <bottilorenzobg(a)gmail.com>, 2018
+# Giuseppe Pignataro <rogepix(a)gmail.com>, 2015-2016
+# HostFat <hostfat(a)gmail.com>, 2015
+# il_doc, 2014
+# jan <jan.reister(a)unimi.it>, 2013
+# jan <jan.reister(a)unimi.it>, 2013
+# Leunam X1 <leunam.x1(a)gmail.com>, 2016
+# Lorenzo Farinelli <farinellilorenzo(a)gmail.com>, 2014
+# Mett <okovita(a)autistici.org>, 2015
+# Monica <momocat19(a)gmail.com>, 2014
+# Monica <momocat19(a)gmail.com>, 2014
+# Random_R, 2013
+# Random_R, 2013-2015,2017-2019
+# Riccardo Masutti, 2015
+# Rosario <oirasor(a)inventati.org>, 2014
+# Rossano Praderi <rossano.praderi(a)yahoo.com>, 2013
+# Stefano Avezzù <Opusprimo(a)gmail.com>, 2015
+msgid ""
+msgstr ""
+"Project-Id-Version: Tor Project\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-08-12 11:57+0200\n"
+"PO-Revision-Date: 2019-08-12 16:11+0000\n"
+"Last-Translator: Random_R\n"
+"Language-Team: Italian (http://www.transifex.com/otf/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/NetworkManager/dispatcher.d/60-tor-ready.sh:39
+msgid "Tor is ready"
+msgstr "Tor è pronto"
+
+#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:40
+msgid "You can now access the Internet."
+msgstr "È ora possibile navigare Internet."
+
+#: config/chroot_local-includes/etc/whisperback/config.py:69
+#, 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>\n"
+"Giving us an email address allows us to contact you to clarify the problem. This\n"
+"is needed for the vast majority of the reports we receive as most reports\n"
+"without any contact information are useless. On the other hand it also provides\n"
+"an opportunity for eavesdroppers, like your email or Internet provider, to\n"
+"confirm that you are using Tails.\n"
+"</p>\n"
+msgstr "<h1>Aiutaci a risolvere il bug!</h1>\n<p>Leggi <a href=\"%s\">le istruzioni per la segnalazione di un bug</a>.</p>\n<p><strong>Non pubblicare informazioni personali che non siano strettamente necessarie!</strong></p>\n<h2>Comunicarci il tuo indirizzo email</h2>\n<p>\nComunicarci il tuo indirizzo email ci permette di contattarti per chiarire il problema. Questo si rende necessario per la maggior parte dei report che riceviamo; i report senza riferimenti per un contatto diretto sono generalmente inutili.\nAllo stesso tempo permette a chiunque sia in ascolto illecitamente, come il tuo provider di internet o email, di dedurre che stai usando Tails.\n</p>\n"
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:8
+#: ../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:1
+msgid "Additional Software"
+msgstr "Software aggiuntivo"
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:51
+msgid ""
+"You can install additional software automatically from your persistent "
+"storage when starting Tails."
+msgstr "Puoi installare software aggiuntivo automaticamente dalla tua archiviazione persistente all'avvio di Tails."
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:77
+msgid ""
+"The following software is installed automatically from your persistent "
+"storage when starting Tails."
+msgstr "Il seguente software è installato automaticamente dalla tua archiviazione persistente all'avvio di Tails."
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:135
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:171
+msgid ""
+"To add more, install some software using <a "
+"href=\"synaptic.desktop\">Synaptic Package Manager</a> or <a "
+"href=\"org.gnome.Terminal.desktop\">APT on the command line</a>."
+msgstr "Per aggiungere altro, installa del software usando <a href=\"synaptic.desktop\">Synaptic Package Manager</a> o <a href=\"org.gnome.Terminal.desktop\">APT a riga di comando</a>."
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:154
+msgid "_Create persistent storage"
+msgstr "_Crea archiviazione persistente"
+
+#: config/chroot_local-includes/usr/local/bin/electrum:57
+msgid "Persistence is disabled for Electrum"
+msgstr "La persistenza è disabilitata per Electrum"
+
+#: config/chroot_local-includes/usr/local/bin/electrum:59
+msgid ""
+"When you reboot Tails, all of Electrum's data will be lost, including your "
+"Bitcoin wallet. It is strongly recommended to only run Electrum when its "
+"persistence feature is activated."
+msgstr "Quando riavvii Tails, tutti i dati di Electrum saranno persi, incluso il tuo portafogli Bitcoin. Si raccomanda fortemente di eseguire Electrum solo quando la caratteristica di persistenza è attivata. "
+
+#: config/chroot_local-includes/usr/local/bin/electrum:60
+msgid "Do you want to start Electrum anyway?"
+msgstr "Vuoi comunque avviare Electrum?"
+
+#: config/chroot_local-includes/usr/local/bin/electrum:63
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+msgid "_Launch"
+msgstr "_Avvia"
+
+#: config/chroot_local-includes/usr/local/bin/electrum:64
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+msgid "_Exit"
+msgstr "_Esci"
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#, sh-format
+msgid ""
+"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
+"\n"
+"You have a <i>KeePassXC</i> database in your <i>Persistent</i> folder:\n"
+"\n"
+"<i>${filename}</i>\n"
+"\n"
+"Renaming it to <i>keepassx.kdbx</i> would allow <i>KeePassXC</i> to open it automatically in the future."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:23
+msgid "Rename"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:24
+msgid "Keep current name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/replace-su-with-sudo:21
+msgid "su is disabled. Please use sudo instead."
+msgstr "su è disattivato. Per favore usa sudo."
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:75
+msgid "Lock screen"
+msgstr "Blocca schermo"
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:79
+msgid "Suspend"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:83
+msgid "Restart"
+msgstr "Riavvia"
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:87
+msgid "Power Off"
+msgstr "Spegni"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:22
+#: ../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:25
+#: ../config/chroot_local-includes/usr/share/applications/tails-about.desktop.in.h:1
+msgid "About Tails"
+msgstr "Informazioni su Tails"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:35
+msgid "The Amnesic Incognito Live System"
+msgstr "The Amnesic Incognito Live System (Sistema Amnesico Incognito Live)"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:36
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr "Informazioni rilascio:\n%s"
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:54
+msgid "not available"
+msgstr "non disponibile"
+
+#. Translators: Don't translate {details}, it's a placeholder and will
+#. be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:148
+#, python-brace-format
+msgid ""
+"{details} Please check your list of additional software or read the system "
+"log to understand the problem."
+msgstr "{details} Controlla il tuo elenco di software aggiuntivi o leggi il log di sistema per scoprire il problema."
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:153
+msgid ""
+"Please check your list of additional software or read the system log to "
+"understand the problem."
+msgstr "Controlla il tuo elenco di software aggiuntivi o leggi il log di sistema per scoprire il problema."
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
+msgid "Show Log"
+msgstr "Mostra log"
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
+msgid "Configure"
+msgstr "Configura"
+
+#. Translators: Don't translate {beginning} or {last}, they are
+#. placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:223
+#, python-brace-format
+msgid "{beginning} and {last}"
+msgstr "{beginning} e {last}"
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:224
+msgid ", "
+msgstr ", "
+
+#. Translators: Don't translate {packages}, it's a placeholder and will
+#. be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:290
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:320
+#, python-brace-format
+msgid "Add {packages} to your additional software?"
+msgstr "Aggiungere {packages} ai tuoi software aggiuntivi?"
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:292
+msgid ""
+"To install it automatically from your persistent storage when starting "
+"Tails."
+msgstr "Per installarlo automaticamente dalla tua archiviazione persistente all'avvio di Tails."
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:294
+msgid "Install Every Time"
+msgstr "Installa ogni volta"
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:295
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:326
+msgid "Install Only Once"
+msgstr "Installa solo una volta"
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:301
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:331
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:372
+msgid "The configuration of your additional software failed."
+msgstr "La configurazione del tuo software aggiuntivo è fallita."
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:322
+msgid ""
+"To install it automatically when starting Tails, you can create a persistent"
+" storage and activate the <b>Additional Software</b> feature."
+msgstr "Per installarlo automaticamente all'avvio di Tails, puoi creare un'archiviazione persistente e attivare la funzione <b>Software aggiuntivo</b>."
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:325
+msgid "Create Persistent Storage"
+msgstr "Crea archiviazione persistente"
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:333
+msgid "Creating your persistent storage failed."
+msgstr "Creazione dell'archiviazione persistente fallita."
+
+#. Translators: Don't translate {packages}, it's a placeholder and
+#. will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:342
+#, python-brace-format
+msgid "You could install {packages} automatically when starting Tails"
+msgstr "Potresti installare {packages} automaticamente all'avvio di Tails"
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:345
+msgid ""
+"To do so, you need to run Tails from a USB stick installed using <i>Tails "
+"Installer</i>."
+msgstr "Per farlo, devi avviare Tails da una penna USB installato tramite il <i>Tails Installer</i>."
+
+#. Translators: Don't translate {packages}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:360
+#, python-brace-format
+msgid "Remove {packages} from your additional software?"
+msgstr "Rimuovere {packages} dai software aggiuntivi?"
+
+#. Translators: Don't translate {packages}, it's a placeholder
+#. and will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:364
+#, python-brace-format
+msgid "This will stop installing {packages} automatically."
+msgstr "Ciò eviterà l'installazione automatica di {packages}."
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:154
+msgid "Remove"
+msgstr "Rimuovi"
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:367
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
+#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+msgid "Cancel"
+msgstr "Annulla"
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:545
+msgid "Installing your additional software from persistent storage..."
+msgstr "Installazione del software aggiuntivo dall'archivio persistente..."
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:547
+msgid "This can take several minutes."
+msgstr "Questa operazione può richiedere diversi minuti."
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:560
+msgid "The installation of your additional software failed"
+msgstr "L'installazione del software aggiuntivo è fallita"
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:575
+msgid "Additional software installed successfully"
+msgstr "Software aggiuntivo installato con successo"
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:595
+msgid "The check for upgrades of your additional software failed"
+msgstr "La verifica di aggiornamenti del software aggiuntivo è fallita"
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:597
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:605
+msgid ""
+"Please check your network connection, restart Tails, or read the system log "
+"to understand the problem."
+msgstr "Controlla la tua connessione di rete, riavvia Tails, o leggi il log di sistema per scoprire il problema."
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:604
+msgid "The upgrade of your additional software failed"
+msgstr "L'aggiornamento del software aggiuntivo è fallito"
+
+#: config/chroot_local-includes/usr/local/lib/tails-additional-software-notify:37
+msgid "Documentation"
+msgstr "Documentazione"
+
+#. Translators: Don't translate {package}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:94
+#, python-brace-format
+msgid ""
+"Remove {package} from your additional software? This will stop installing "
+"the package automatically."
+msgstr "Rimuovere {package} dai software aggiuntivi? Il software non verrà più installato automaticamente."
+
+#. Translators: Don't translate {pkg}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:105
+#, python-brace-format
+msgid "Failed to remove {pkg}"
+msgstr "Errore nella rimozione di {pkg}"
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:122
+msgid "Failed to read additional software configuration"
+msgstr "Errore nella lettura della configurazione per il software aggiuntivo"
+
+#. Translators: Don't translate {package}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:152
+#, python-brace-format
+msgid "Stop installing {package} automatically"
+msgstr "Non installare più {package} automaticamente"
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:178
+msgid ""
+"To do so, install some software using <a href=\"synaptic.desktop\">Synaptic "
+"Package Manager</a> or <a href=\"org.gnome.Terminal.desktop\">APT on the "
+"command line</a>."
+msgstr "Per farlo, installa qualche software usando <a href=\"synaptic.desktop\">Synaptic Package Manager</a> o <a href=\"org.gnome.Terminal.desktop\">APT da riga di comando</a>."
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:187
+msgid ""
+"To do so, unlock your persistent storage when starting Tails and install "
+"some software using <a href=\"synaptic.desktop\">Synaptic Package "
+"Manager</a> or <a href=\"org.gnome.Terminal.desktop\">APT on the command "
+"line</a>."
+msgstr "Per farlo, sblocca l'archiviazione persistente all'avvio di Tails e installa qualche software usando <a href=\"synaptic.desktop\">Synaptic Package Manager</a> o <a href=\"org.gnome.Terminal.desktop\">APT da riga di comando</a>."
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:197
+msgid ""
+"To do so, create a persistent storage and install some software using <a "
+"href=\"synaptic.desktop\">Synaptic Package Manager</a> or <a "
+"href=\"org.gnome.Terminal.desktop\">APT on the command line</a>."
+msgstr "Per farlo, crea un'archiviazione persistente e installa qualche software usando <a href=\"synaptic.desktop\">Synaptic Package Manager</a> o <a href=\"org.gnome.Terminal.desktop\">APT da riga di comando</a>."
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:205
+msgid ""
+"To do so, install Tails on a USB stick using <a href=\"tails-"
+"installer.desktop\">Tails Installer</a> and create a persistent storage."
+msgstr "Per farlo, installa Tails su una penna USB usando <a href=\"tails-installer.desktop\">l'installer di Tails</a> e crea un'archiviazione persistente"
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:252
+msgid "[package not available]"
+msgstr "[package not available]"
+
+#: config/chroot_local-includes/usr/local/lib/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr "Sincronizzazione dell'orologio di sistema"
+
+#: config/chroot_local-includes/usr/local/lib/tails-htp-notify-user:53
+msgid ""
+"Tor needs an accurate clock to work properly, especially for Hidden "
+"Services. Please wait..."
+msgstr "Per funzionare correttamente, Tor ha bisogno di un orologio accurato, specialmente per i servizi nascosti. Attendere..."
+
+#: config/chroot_local-includes/usr/local/lib/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr "Sincronizzazione orologio fallita!"
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:110
+msgid "Lock Screen"
+msgstr "Blocca schermo"
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:125
+msgid "Screen Locker"
+msgstr "Bloccaschermo"
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:131
+msgid "Set up a password to unlock the screen."
+msgstr "Imposta una password per sbloccare lo schermo."
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+msgid "Password"
+msgstr "Password"
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:150
+msgid "Confirm"
+msgstr "Conferma"
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:124
+msgid "This version of Tails has known security issues:"
+msgstr "Questa versione di Tails ha problemi di sicurezza noti:"
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:135
+msgid "Known security issues"
+msgstr "Problemi di sicurezza noti"
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:52
+#, sh-format
+msgid "Network card ${nic} disabled"
+msgstr "Scheda di rete ${nic} disabilitata"
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:53
+#, sh-format
+msgid ""
+"MAC spoofing failed for network card ${nic_name} (${nic}) so it is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC spoofing."
+msgstr "L'oscuramento dell'indirizzo MAC è fallito per la scheda di rete ${nic_name} (${nic}) che è stata quindi temporaneamente disabilitata. Si potrebbe voler riavviare Tails e disabilitare l'oscuramento dell'indirizzo MAC."
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:62
+msgid "All networking disabled"
+msgstr "Rete disabilitata"
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:63
+#, sh-format
+msgid ""
+"MAC spoofing failed for network card ${nic_name} (${nic}). The error recovery also failed so all networking is disabled.\n"
+"You might prefer to restart Tails and disable MAC spoofing."
+msgstr "L'oscuramento dell'indirizzo MAC è fallito per la scheda di rete ${nic_name} (${nic}). Anche il ripristino dell'errore è fallito, pertanto la rete è disabilitata.\nSi potrebbe voler riavviare Tails e disabilitare l'oscuramento dell'indirizzo MAC."
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:35
+msgid ""
+"\"<b>Not enough memory available to check for upgrades.</b>\n"
+"\n"
+"Make sure this system satisfies the requirements for running Tails.\n"
+"See file:///usr/share/doc/tails/website/doc/about/requirements.en.html\n"
+"\n"
+"Try to restart Tails to check for upgrades again.\n"
+"\n"
+"Or do a manual upgrade.\n"
+"See https://tails.boum.org/doc/first_steps/upgrade#manual\""
+msgstr "\"<b>Memoria insufficiente per controllare gli aggiornamenti.</b>\n\nAssicurati che questo sistema soddisfi i requisiti per usare Tails.\nVedi file:///usr/share/doc/tails/website/doc/about/requirements.en.html\n\nProva a riavviare Tails per controllare di nuovo gli aggiornamenti.\n\nOppure fai un aggiornamento manuale.\nVedi https://tails.boum.org/doc/first_steps/upgrade#manual\""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:72
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+msgid "error:"
+msgstr "errore:"
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:73
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+msgid "Error"
+msgstr "Errore"
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:71
+msgid "Warning: virtual machine detected!"
+msgstr "Attenzione: macchina virtuale rilevata!"
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:74
+msgid "Warning: non-free virtual machine detected!"
+msgstr "Attenzione: macchina virtuale non-free rilevata!"
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:77
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails. Only free software can be considered "
+"trustworthy, for both the host operating system and the virtualization "
+"software."
+msgstr "Sia il sistema operativo host sia il software di virtualizzazione possono monitorare cosa si sta facendo in Tails. Solo il software libero può essere considerato affidabile, sia per il sistema operativo host sia per il software di virtualizzazione."
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:81
+msgid "Learn more"
+msgstr "Leggi di più"
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:43
+msgid "Tor is not ready"
+msgstr "Tor non è pronto"
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:44
+msgid "Tor is not ready. Start Tor Browser anyway?"
+msgstr "Tor non è pronto. Avviare comunque il Tor Browser?"
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:45
+msgid "Start Tor Browser"
+msgstr "Avvia Tor Browser"
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js:35
+msgid "Tor Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js:50
+msgid "Open Onion Circuits"
+msgstr "Apri Circuiti Onion"
+
+#. Translators: Don't translate {volume_label} or {volume_size},
+#. they are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:58
+#, python-brace-format
+msgid "{volume_label} ({volume_size})"
+msgstr "{volume_label} ({volume_size})"
+
+#. Translators: Don't translate {partition_name} or {partition_size},
+#. they are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:63
+#, python-brace-format
+msgid "{partition_name} ({partition_size})"
+msgstr "{partition_name} ({partition_size})"
+
+#. Translators: Don't translate {volume_size}, it's a placeholder
+#. and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:68
+#, python-brace-format
+msgid "{volume_size} Volume"
+msgstr "{volume_size} Volume"
+
+#. Translators: Don't translate {volume_name}, it's a placeholder and
+#. will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:107
+#, python-brace-format
+msgid "{volume_name} (Read-Only)"
+msgstr "{volume_name} (Sola lettura)"
+
+#. Translators: Don't translate {partition_name} and {container_path}, they
+#. are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:115
+#, python-brace-format
+msgid "{partition_name} in {container_path}"
+msgstr "{partition_name} in {container_path}"
+
+#. Translators: Don't translate {volume_name} and {path_to_file_container},
+#. they are placeholders and will be replaced. You should only have to
+#. translate
+#. this string if it makes sense to reverse the order of the placeholders.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:122
+#, python-brace-format
+msgid "{volume_name} – {path_to_file_container}"
+msgstr "{volume_name} – {path_to_file_container}"
+
+#. Translators: Don't translate {partition_name} and {drive_name}, they
+#. are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:128
+#, python-brace-format
+msgid "{partition_name} on {drive_name}"
+msgstr "{partition_name} su {drive_name}"
+
+#. Translators: Don't translate {volume_name} and {drive_name},
+#. they are placeholders and will be replaced. You should only have to
+#. translate
+#. this string if it makes sense to reverse the order of the placeholders.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:135
+#, python-brace-format
+msgid "{volume_name} – {drive_name}"
+msgstr "{volume_name} – {drive_name}"
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:222
+msgid "Wrong passphrase or parameters"
+msgstr "Password o parametri non corretti"
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:224
+msgid "Error unlocking volume"
+msgstr "Errore sblocco volume"
+
+#. Translators: Don't translate {volume_name} or {error_message},
+#. they are placeholder and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:228
+#, python-brace-format
+msgid ""
+"Couldn't unlock volume {volume_name}:\n"
+"{error_message}"
+msgstr "Impossibile sbloccare il volume {volume_name}:\n{error_message}"
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:330
+msgid "One or more applications are keeping the volume busy."
+msgstr ""
+
+#. Translators: Don't translate {volume_name} or {error_message},
+#. they are placeholder and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:336
+#, python-brace-format
+msgid ""
+"Couldn't lock volume {volume_name}:\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:338
+msgid "Locking the volume failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:83
+msgid "No file containers added"
+msgstr "Nessun contenitore di file aggiunto"
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:98
+msgid "No VeraCrypt devices detected"
+msgstr "Nessun dispositivo VeraCrypt rilevato"
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:40
+#: ../config/chroot_local-includes/usr/share/applications/unlock-veracrypt-volumes.desktop.in.h:1
+msgid "Unlock VeraCrypt Volumes"
+msgstr "Sblocca i Volumi VeraCrypt"
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:114
+msgid "Container already added"
+msgstr "Contenitore già aggiunto"
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:115
+#, python-format
+msgid "The file container %s should already be listed."
+msgstr "Il contenitore di file %s dovrebbe già essere elencato."
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:131
+msgid "Container opened read-only"
+msgstr "Contenitore aperto in sola lettura"
+
+#. Translators: Don't translate {path}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:133
+#, python-brace-format
+msgid ""
+"The file container {path} could not be opened with write access. It was opened read-only instead. You will not be able to modify the content of the container.\n"
+"{error_message}"
+msgstr "Impossibile aprire Il contenitore di file {path} con accesso in scrittura. È stato invece aperto in sola lettura. Non potrai modificarne il contenuto.\n{error_message}"
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:138
+msgid "Error opening file"
+msgstr "Errore nell'apertura del file"
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:160
+msgid "Not a VeraCrypt container"
+msgstr "Non un contenitore VeraCrypt"
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:161
+#, python-format
+msgid "The file %s does not seem to be a VeraCrypt container."
+msgstr "Il file %s non sembra essere un container VeraCrypt"
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:163
+msgid "Failed to add container"
+msgstr "Errore nell'aggiunta del container"
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:164
+#, python-format
+msgid ""
+"Could not add file container %s: Timeout while waiting for loop setup.\n"
+"Please try using the <i>Disks</i> application instead."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:209
+msgid "Choose File Container"
+msgstr "Scegli contenitore di file"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr "Si desidera davvero avviare il browser non sicuro?"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>.\\nOnly "
+"use the Unsafe Browser if necessary, for example\\nif you have to login or "
+"register to activate your Internet connection."
+msgstr "L'attività di rete all'interno del Browser Non Sicuro <b>non è anonima</b>.\\nUtilizza il Browser Non Sicuro solo quando necessario, ad esempio\\nper fare un login o registrarsi per attivare la propria connessione Internet."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+msgid "Starting the Unsafe Browser..."
+msgstr "Avvio del browser non sicuro..."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+msgid "This may take a while, so please be patient."
+msgstr "Questa operazione potrebbe richiedere del tempo."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+msgid "Shutting down the Unsafe Browser..."
+msgstr "Arresto del browser non sicuro..."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+msgid ""
+"This may take a while, and you may not restart the Unsafe Browser until it "
+"is properly shut down."
+msgstr "Questa operazione potrebbe richiedere del tempo: non riavviare il browser non sicuro finchè non viene arrestato correttamente."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+msgid "Failed to restart Tor."
+msgstr "Riavvio di Tor fallito."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
+msgid "Unsafe Browser"
+msgstr "Browser non sicuro"
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:91
+msgid ""
+"Another Unsafe Browser is currently running, or being cleaned up. Please "
+"retry in a while."
+msgstr "Un altro browser non sicuro è già in esecuzione, o sta venendo ripulito. Riprovare più tardi."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+msgid "Failed to setup chroot."
+msgstr "Configurazione chroot fallita."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:104
+msgid "Failed to configure browser."
+msgstr "Configurazione del browser fallita."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:110
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr "Nessun server DNS ottenuto attraverso DHCP o configurato manualmente nel NetworkManager."
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:121
+msgid "Failed to run browser."
+msgstr "Esecuzione del browser fallita."
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_an_error.desktop.in.h:1
+msgid "Report an error"
+msgstr "Segnala un errore"
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/tails-documentation.desktop.in.h:1
+#: ../config/chroot_local-includes/usr/share/applications/tails-documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr "Documentazione di Tails"
+
+#: ../config/chroot_local-includes/usr/share/applications/root-terminal.desktop.in.h:1
+msgid "Root Terminal"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/root-terminal.desktop.in.h:2
+msgid "Opens a terminal as the root user, using gksu to ask for the password"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-documentation.desktop.in.h:2
+msgid "Learn how to use Tails"
+msgstr "Impara a usare Tails"
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-about.desktop.in.h:2
+msgid "Learn more about Tails"
+msgstr "Maggiori informazioni su Tails"
+
+#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
+msgid "Tor Browser"
+msgstr "Tor Browser"
+
+#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:2
+msgid "Anonymous Web Browser"
+msgstr "Browser Web Anonimo"
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:2
+msgid "Browse the World Wide Web without anonymity"
+msgstr "Naviga il World Wide Web senza anonimato"
+
+#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
+msgid "Unsafe Web Browser"
+msgstr "Browser Web non sicuro"
+
+#: ../config/chroot_local-includes/usr/share/applications/unlock-veracrypt-volumes.desktop.in.h:2
+msgid "Mount VeraCrypt encrypted file containers and devices"
+msgstr "Monta contenitori di file e dispositivi cifrati di VeraCrypt"
+
+#: ../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:2
+msgid ""
+"Configure the additional software installed from your persistent storage "
+"when starting Tails"
+msgstr "Configura il software aggiuntivo installato dalla tua archiviazione persistente all'avvio di Tails"
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr "Strumenti specifici di Tails"
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.root-terminal.policy.in.h:1
+msgid "To start a Root Terminal, you need to authenticate."
+msgstr "Per avviare un terminale con root, devi autenticarti."
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy.in.h:1
+msgid "Remove an additional software package"
+msgstr "Rimuovi un pacchetto di software aggiuntivo"
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy.in.h:2
+msgid ""
+"Authentication is required to remove a package from your additional software"
+" ($(command_line))"
+msgstr "È richiesta l'autenticazione per rimuovere un pacchetto dai tuoi software aggiuntivi ($(command_line))"
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:61
+msgid "File Containers"
+msgstr "Contenitori di file"
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:80
+msgid "_Add"
+msgstr "_Aggiungi"
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:86
+msgid "Add a file container"
+msgstr "Aggiungi un contenitore di file"
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:103
+msgid "Partitions and Drives"
+msgstr "Partizioni e Dischi"
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:121
+msgid ""
+"This application is not affiliated with or endorsed by the VeraCrypt project"
+" or IDRIX."
+msgstr "Questa applicazione non è affiliata o approvata dal progetto VeraCrypt o IDRIX."
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:29
+msgid "_Open"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:38
+msgid "Lock this volume"
+msgstr "Blocca questo volume"
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:52
+msgid "_Unlock"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:61
+msgid "Detach this volume"
+msgstr "Rimuovi questo volume"
+
+#: ../config/chroot_local-includes/usr/local/share/mime/packages/unlock-veracrypt-volumes.xml.in.h:1
+msgid "TrueCrypt/VeraCrypt container"
+msgstr "Container TrueCrypt/VeraCrypt"
diff --git a/or.po b/or.po
new file mode 100644
index 000000000..dd6ae212e
--- /dev/null
+++ b/or.po
@@ -0,0 +1,829 @@
+# 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: Tor Project\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-08-12 11:57+0200\n"
+"PO-Revision-Date: 2019-08-12 13:45+0000\n"
+"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
+"Language-Team: Oriya (http://www.transifex.com/otf/torproject/language/or/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: or\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:39
+msgid "Tor is ready"
+msgstr ""
+
+#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:40
+msgid "You can now access the Internet."
+msgstr ""
+
+#: config/chroot_local-includes/etc/whisperback/config.py:69
+#, 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>\n"
+"Giving us an email address allows us to contact you to clarify the problem. This\n"
+"is needed for the vast majority of the reports we receive as most reports\n"
+"without any contact information are useless. On the other hand it also provides\n"
+"an opportunity for eavesdroppers, like your email or Internet provider, to\n"
+"confirm that you are using Tails.\n"
+"</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:8
+#: ../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:1
+msgid "Additional Software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:51
+msgid ""
+"You can install additional software automatically from your persistent "
+"storage when starting Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:77
+msgid ""
+"The following software is installed automatically from your persistent "
+"storage when starting Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:135
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:171
+msgid ""
+"To add more, install some software using <a "
+"href=\"synaptic.desktop\">Synaptic Package Manager</a> or <a "
+"href=\"org.gnome.Terminal.desktop\">APT on the command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:154
+msgid "_Create persistent storage"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:57
+msgid "Persistence is disabled for Electrum"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:59
+msgid ""
+"When you reboot Tails, all of Electrum's data will be lost, including your "
+"Bitcoin wallet. It is strongly recommended to only run Electrum when its "
+"persistence feature is activated."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:60
+msgid "Do you want to start Electrum anyway?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:63
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:64
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#, sh-format
+msgid ""
+"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
+"\n"
+"You have a <i>KeePassXC</i> database in your <i>Persistent</i> folder:\n"
+"\n"
+"<i>${filename}</i>\n"
+"\n"
+"Renaming it to <i>keepassx.kdbx</i> would allow <i>KeePassXC</i> to open it automatically in the future."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:23
+msgid "Rename"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:24
+msgid "Keep current name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/replace-su-with-sudo:21
+msgid "su is disabled. Please use sudo instead."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:75
+msgid "Lock screen"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:79
+msgid "Suspend"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:83
+msgid "Restart"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:87
+msgid "Power Off"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:22
+#: ../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:25
+#: ../config/chroot_local-includes/usr/share/applications/tails-about.desktop.in.h:1
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:35
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:36
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:54
+msgid "not available"
+msgstr ""
+
+#. Translators: Don't translate {details}, it's a placeholder and will
+#. be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:148
+#, python-brace-format
+msgid ""
+"{details} Please check your list of additional software or read the system "
+"log to understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:153
+msgid ""
+"Please check your list of additional software or read the system log to "
+"understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
+msgid "Show Log"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
+msgid "Configure"
+msgstr ""
+
+#. Translators: Don't translate {beginning} or {last}, they are
+#. placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:223
+#, python-brace-format
+msgid "{beginning} and {last}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:224
+msgid ", "
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and will
+#. be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:290
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:320
+#, python-brace-format
+msgid "Add {packages} to your additional software?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:292
+msgid ""
+"To install it automatically from your persistent storage when starting "
+"Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:294
+msgid "Install Every Time"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:295
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:326
+msgid "Install Only Once"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:301
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:331
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:372
+msgid "The configuration of your additional software failed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:322
+msgid ""
+"To install it automatically when starting Tails, you can create a persistent"
+" storage and activate the <b>Additional Software</b> feature."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:325
+msgid "Create Persistent Storage"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:333
+msgid "Creating your persistent storage failed."
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and
+#. will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:342
+#, python-brace-format
+msgid "You could install {packages} automatically when starting Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:345
+msgid ""
+"To do so, you need to run Tails from a USB stick installed using <i>Tails "
+"Installer</i>."
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:360
+#, python-brace-format
+msgid "Remove {packages} from your additional software?"
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder
+#. and will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:364
+#, python-brace-format
+msgid "This will stop installing {packages} automatically."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:154
+msgid "Remove"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:367
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
+#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+msgid "Cancel"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:545
+msgid "Installing your additional software from persistent storage..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:547
+msgid "This can take several minutes."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:560
+msgid "The installation of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:575
+msgid "Additional software installed successfully"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:595
+msgid "The check for upgrades of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:597
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:605
+msgid ""
+"Please check your network connection, restart Tails, or read the system log "
+"to understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:604
+msgid "The upgrade of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-additional-software-notify:37
+msgid "Documentation"
+msgstr ""
+
+#. Translators: Don't translate {package}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:94
+#, python-brace-format
+msgid ""
+"Remove {package} from your additional software? This will stop installing "
+"the package automatically."
+msgstr ""
+
+#. Translators: Don't translate {pkg}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:105
+#, python-brace-format
+msgid "Failed to remove {pkg}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:122
+msgid "Failed to read additional software configuration"
+msgstr ""
+
+#. Translators: Don't translate {package}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:152
+#, python-brace-format
+msgid "Stop installing {package} automatically"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:178
+msgid ""
+"To do so, install some software using <a href=\"synaptic.desktop\">Synaptic "
+"Package Manager</a> or <a href=\"org.gnome.Terminal.desktop\">APT on the "
+"command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:187
+msgid ""
+"To do so, unlock your persistent storage when starting Tails and install "
+"some software using <a href=\"synaptic.desktop\">Synaptic Package "
+"Manager</a> or <a href=\"org.gnome.Terminal.desktop\">APT on the command "
+"line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:197
+msgid ""
+"To do so, create a persistent storage and install some software using <a "
+"href=\"synaptic.desktop\">Synaptic Package Manager</a> or <a "
+"href=\"org.gnome.Terminal.desktop\">APT on the command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:205
+msgid ""
+"To do so, install Tails on a USB stick using <a href=\"tails-"
+"installer.desktop\">Tails Installer</a> and create a persistent storage."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:252
+msgid "[package not available]"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/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/lib/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:110
+msgid "Lock Screen"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:125
+msgid "Screen Locker"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:131
+msgid "Set up a password to unlock the screen."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+msgid "Password"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:150
+msgid "Confirm"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:124
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:135
+msgid "Known security issues"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:52
+#, sh-format
+msgid "Network card ${nic} disabled"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:53
+#, sh-format
+msgid ""
+"MAC spoofing failed for network card ${nic_name} (${nic}) so it is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC spoofing."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:62
+msgid "All networking disabled"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:63
+#, sh-format
+msgid ""
+"MAC spoofing failed for network card ${nic_name} (${nic}). The error recovery also failed so all networking is disabled.\n"
+"You might prefer to restart Tails and disable MAC spoofing."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:35
+msgid ""
+"\"<b>Not enough memory available to check for upgrades.</b>\n"
+"\n"
+"Make sure this system satisfies the requirements for running Tails.\n"
+"See file:///usr/share/doc/tails/website/doc/about/requirements.en.html\n"
+"\n"
+"Try to restart Tails to check for upgrades again.\n"
+"\n"
+"Or do a manual upgrade.\n"
+"See https://tails.boum.org/doc/first_steps/upgrade#manual\""
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:72
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:73
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:71
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:74
+msgid "Warning: non-free virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:77
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails. Only free software can be considered "
+"trustworthy, for both the host operating system and the virtualization "
+"software."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:81
+msgid "Learn more"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:43
+msgid "Tor is not ready"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:44
+msgid "Tor is not ready. Start Tor Browser anyway?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:45
+msgid "Start Tor Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js:35
+msgid "Tor Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js:50
+msgid "Open Onion Circuits"
+msgstr ""
+
+#. Translators: Don't translate {volume_label} or {volume_size},
+#. they are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:58
+#, python-brace-format
+msgid "{volume_label} ({volume_size})"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} or {partition_size},
+#. they are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:63
+#, python-brace-format
+msgid "{partition_name} ({partition_size})"
+msgstr ""
+
+#. Translators: Don't translate {volume_size}, it's a placeholder
+#. and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:68
+#, python-brace-format
+msgid "{volume_size} Volume"
+msgstr ""
+
+#. Translators: Don't translate {volume_name}, it's a placeholder and
+#. will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:107
+#, python-brace-format
+msgid "{volume_name} (Read-Only)"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} and {container_path}, they
+#. are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:115
+#, python-brace-format
+msgid "{partition_name} in {container_path}"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} and {path_to_file_container},
+#. they are placeholders and will be replaced. You should only have to
+#. translate
+#. this string if it makes sense to reverse the order of the placeholders.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:122
+#, python-brace-format
+msgid "{volume_name} – {path_to_file_container}"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} and {drive_name}, they
+#. are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:128
+#, python-brace-format
+msgid "{partition_name} on {drive_name}"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} and {drive_name},
+#. they are placeholders and will be replaced. You should only have to
+#. translate
+#. this string if it makes sense to reverse the order of the placeholders.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:135
+#, python-brace-format
+msgid "{volume_name} – {drive_name}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:222
+msgid "Wrong passphrase or parameters"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:224
+msgid "Error unlocking volume"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} or {error_message},
+#. they are placeholder and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:228
+#, python-brace-format
+msgid ""
+"Couldn't unlock volume {volume_name}:\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:330
+msgid "One or more applications are keeping the volume busy."
+msgstr ""
+
+#. Translators: Don't translate {volume_name} or {error_message},
+#. they are placeholder and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:336
+#, python-brace-format
+msgid ""
+"Couldn't lock volume {volume_name}:\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:338
+msgid "Locking the volume failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:83
+msgid "No file containers added"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:98
+msgid "No VeraCrypt devices detected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:40
+#: ../config/chroot_local-includes/usr/share/applications/unlock-veracrypt-volumes.desktop.in.h:1
+msgid "Unlock VeraCrypt Volumes"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:114
+msgid "Container already added"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:115
+#, python-format
+msgid "The file container %s should already be listed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:131
+msgid "Container opened read-only"
+msgstr ""
+
+#. Translators: Don't translate {path}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:133
+#, python-brace-format
+msgid ""
+"The file container {path} could not be opened with write access. It was opened read-only instead. You will not be able to modify the content of the container.\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:138
+msgid "Error opening file"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:160
+msgid "Not a VeraCrypt container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:161
+#, python-format
+msgid "The file %s does not seem to be a VeraCrypt container."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:163
+msgid "Failed to add container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:164
+#, python-format
+msgid ""
+"Could not add file container %s: Timeout while waiting for loop setup.\n"
+"Please try using the <i>Disks</i> application instead."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:209
+msgid "Choose File Container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>.\\nOnly "
+"use the Unsafe Browser if necessary, for example\\nif you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+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:70
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: ../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:91
+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:99
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:104
+msgid "Failed to configure browser."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:110
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:121
+msgid "Failed to run browser."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_an_error.desktop.in.h:1
+msgid "Report an error"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/tails-documentation.desktop.in.h:1
+#: ../config/chroot_local-includes/usr/share/applications/tails-documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/root-terminal.desktop.in.h:1
+msgid "Root Terminal"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/root-terminal.desktop.in.h:2
+msgid "Opens a terminal as the root user, using gksu to ask for the password"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-documentation.desktop.in.h:2
+msgid "Learn how to use Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-about.desktop.in.h:2
+msgid "Learn more about Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
+msgid "Tor Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:2
+msgid "Anonymous Web Browser"
+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/applications/unlock-veracrypt-volumes.desktop.in.h:2
+msgid "Mount VeraCrypt encrypted file containers and devices"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:2
+msgid ""
+"Configure the additional software installed from your persistent storage "
+"when starting Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.root-terminal.policy.in.h:1
+msgid "To start a Root Terminal, you need to authenticate."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy.in.h:1
+msgid "Remove an additional software package"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy.in.h:2
+msgid ""
+"Authentication is required to remove a package from your additional software"
+" ($(command_line))"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:61
+msgid "File Containers"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:80
+msgid "_Add"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:86
+msgid "Add a file container"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:103
+msgid "Partitions and Drives"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:121
+msgid ""
+"This application is not affiliated with or endorsed by the VeraCrypt project"
+" or IDRIX."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:29
+msgid "_Open"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:38
+msgid "Lock this volume"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:52
+msgid "_Unlock"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:61
+msgid "Detach this volume"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/local/share/mime/packages/unlock-veracrypt-volumes.xml.in.h:1
+msgid "TrueCrypt/VeraCrypt container"
+msgstr ""
diff --git a/si_LK.po b/si_LK.po
new file mode 100644
index 000000000..cabf5d2c8
--- /dev/null
+++ b/si_LK.po
@@ -0,0 +1,829 @@
+# 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: Tor Project\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-08-12 11:57+0200\n"
+"PO-Revision-Date: 2019-08-12 13:45+0000\n"
+"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
+"Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/otf/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/NetworkManager/dispatcher.d/60-tor-ready.sh:39
+msgid "Tor is ready"
+msgstr ""
+
+#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:40
+msgid "You can now access the Internet."
+msgstr ""
+
+#: config/chroot_local-includes/etc/whisperback/config.py:69
+#, 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>\n"
+"Giving us an email address allows us to contact you to clarify the problem. This\n"
+"is needed for the vast majority of the reports we receive as most reports\n"
+"without any contact information are useless. On the other hand it also provides\n"
+"an opportunity for eavesdroppers, like your email or Internet provider, to\n"
+"confirm that you are using Tails.\n"
+"</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:8
+#: ../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:1
+msgid "Additional Software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:51
+msgid ""
+"You can install additional software automatically from your persistent "
+"storage when starting Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:77
+msgid ""
+"The following software is installed automatically from your persistent "
+"storage when starting Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:135
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:171
+msgid ""
+"To add more, install some software using <a "
+"href=\"synaptic.desktop\">Synaptic Package Manager</a> or <a "
+"href=\"org.gnome.Terminal.desktop\">APT on the command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:154
+msgid "_Create persistent storage"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:57
+msgid "Persistence is disabled for Electrum"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:59
+msgid ""
+"When you reboot Tails, all of Electrum's data will be lost, including your "
+"Bitcoin wallet. It is strongly recommended to only run Electrum when its "
+"persistence feature is activated."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:60
+msgid "Do you want to start Electrum anyway?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:63
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:64
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#, sh-format
+msgid ""
+"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
+"\n"
+"You have a <i>KeePassXC</i> database in your <i>Persistent</i> folder:\n"
+"\n"
+"<i>${filename}</i>\n"
+"\n"
+"Renaming it to <i>keepassx.kdbx</i> would allow <i>KeePassXC</i> to open it automatically in the future."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:23
+msgid "Rename"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:24
+msgid "Keep current name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/replace-su-with-sudo:21
+msgid "su is disabled. Please use sudo instead."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:75
+msgid "Lock screen"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:79
+msgid "Suspend"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:83
+msgid "Restart"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:87
+msgid "Power Off"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:22
+#: ../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:25
+#: ../config/chroot_local-includes/usr/share/applications/tails-about.desktop.in.h:1
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:35
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:36
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:54
+msgid "not available"
+msgstr ""
+
+#. Translators: Don't translate {details}, it's a placeholder and will
+#. be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:148
+#, python-brace-format
+msgid ""
+"{details} Please check your list of additional software or read the system "
+"log to understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:153
+msgid ""
+"Please check your list of additional software or read the system log to "
+"understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
+msgid "Show Log"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
+msgid "Configure"
+msgstr ""
+
+#. Translators: Don't translate {beginning} or {last}, they are
+#. placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:223
+#, python-brace-format
+msgid "{beginning} and {last}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:224
+msgid ", "
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and will
+#. be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:290
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:320
+#, python-brace-format
+msgid "Add {packages} to your additional software?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:292
+msgid ""
+"To install it automatically from your persistent storage when starting "
+"Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:294
+msgid "Install Every Time"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:295
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:326
+msgid "Install Only Once"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:301
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:331
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:372
+msgid "The configuration of your additional software failed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:322
+msgid ""
+"To install it automatically when starting Tails, you can create a persistent"
+" storage and activate the <b>Additional Software</b> feature."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:325
+msgid "Create Persistent Storage"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:333
+msgid "Creating your persistent storage failed."
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and
+#. will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:342
+#, python-brace-format
+msgid "You could install {packages} automatically when starting Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:345
+msgid ""
+"To do so, you need to run Tails from a USB stick installed using <i>Tails "
+"Installer</i>."
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:360
+#, python-brace-format
+msgid "Remove {packages} from your additional software?"
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder
+#. and will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:364
+#, python-brace-format
+msgid "This will stop installing {packages} automatically."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:154
+msgid "Remove"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:367
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
+#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+msgid "Cancel"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:545
+msgid "Installing your additional software from persistent storage..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:547
+msgid "This can take several minutes."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:560
+msgid "The installation of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:575
+msgid "Additional software installed successfully"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:595
+msgid "The check for upgrades of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:597
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:605
+msgid ""
+"Please check your network connection, restart Tails, or read the system log "
+"to understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:604
+msgid "The upgrade of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-additional-software-notify:37
+msgid "Documentation"
+msgstr ""
+
+#. Translators: Don't translate {package}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:94
+#, python-brace-format
+msgid ""
+"Remove {package} from your additional software? This will stop installing "
+"the package automatically."
+msgstr ""
+
+#. Translators: Don't translate {pkg}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:105
+#, python-brace-format
+msgid "Failed to remove {pkg}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:122
+msgid "Failed to read additional software configuration"
+msgstr ""
+
+#. Translators: Don't translate {package}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:152
+#, python-brace-format
+msgid "Stop installing {package} automatically"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:178
+msgid ""
+"To do so, install some software using <a href=\"synaptic.desktop\">Synaptic "
+"Package Manager</a> or <a href=\"org.gnome.Terminal.desktop\">APT on the "
+"command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:187
+msgid ""
+"To do so, unlock your persistent storage when starting Tails and install "
+"some software using <a href=\"synaptic.desktop\">Synaptic Package "
+"Manager</a> or <a href=\"org.gnome.Terminal.desktop\">APT on the command "
+"line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:197
+msgid ""
+"To do so, create a persistent storage and install some software using <a "
+"href=\"synaptic.desktop\">Synaptic Package Manager</a> or <a "
+"href=\"org.gnome.Terminal.desktop\">APT on the command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:205
+msgid ""
+"To do so, install Tails on a USB stick using <a href=\"tails-"
+"installer.desktop\">Tails Installer</a> and create a persistent storage."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:252
+msgid "[package not available]"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/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/lib/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:110
+msgid "Lock Screen"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:125
+msgid "Screen Locker"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:131
+msgid "Set up a password to unlock the screen."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+msgid "Password"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:150
+msgid "Confirm"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:124
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:135
+msgid "Known security issues"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:52
+#, sh-format
+msgid "Network card ${nic} disabled"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:53
+#, sh-format
+msgid ""
+"MAC spoofing failed for network card ${nic_name} (${nic}) so it is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC spoofing."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:62
+msgid "All networking disabled"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:63
+#, sh-format
+msgid ""
+"MAC spoofing failed for network card ${nic_name} (${nic}). The error recovery also failed so all networking is disabled.\n"
+"You might prefer to restart Tails and disable MAC spoofing."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:35
+msgid ""
+"\"<b>Not enough memory available to check for upgrades.</b>\n"
+"\n"
+"Make sure this system satisfies the requirements for running Tails.\n"
+"See file:///usr/share/doc/tails/website/doc/about/requirements.en.html\n"
+"\n"
+"Try to restart Tails to check for upgrades again.\n"
+"\n"
+"Or do a manual upgrade.\n"
+"See https://tails.boum.org/doc/first_steps/upgrade#manual\""
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:72
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:73
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:71
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:74
+msgid "Warning: non-free virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:77
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails. Only free software can be considered "
+"trustworthy, for both the host operating system and the virtualization "
+"software."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:81
+msgid "Learn more"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:43
+msgid "Tor is not ready"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:44
+msgid "Tor is not ready. Start Tor Browser anyway?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:45
+msgid "Start Tor Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js:35
+msgid "Tor Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js:50
+msgid "Open Onion Circuits"
+msgstr ""
+
+#. Translators: Don't translate {volume_label} or {volume_size},
+#. they are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:58
+#, python-brace-format
+msgid "{volume_label} ({volume_size})"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} or {partition_size},
+#. they are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:63
+#, python-brace-format
+msgid "{partition_name} ({partition_size})"
+msgstr ""
+
+#. Translators: Don't translate {volume_size}, it's a placeholder
+#. and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:68
+#, python-brace-format
+msgid "{volume_size} Volume"
+msgstr ""
+
+#. Translators: Don't translate {volume_name}, it's a placeholder and
+#. will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:107
+#, python-brace-format
+msgid "{volume_name} (Read-Only)"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} and {container_path}, they
+#. are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:115
+#, python-brace-format
+msgid "{partition_name} in {container_path}"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} and {path_to_file_container},
+#. they are placeholders and will be replaced. You should only have to
+#. translate
+#. this string if it makes sense to reverse the order of the placeholders.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:122
+#, python-brace-format
+msgid "{volume_name} – {path_to_file_container}"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} and {drive_name}, they
+#. are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:128
+#, python-brace-format
+msgid "{partition_name} on {drive_name}"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} and {drive_name},
+#. they are placeholders and will be replaced. You should only have to
+#. translate
+#. this string if it makes sense to reverse the order of the placeholders.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:135
+#, python-brace-format
+msgid "{volume_name} – {drive_name}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:222
+msgid "Wrong passphrase or parameters"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:224
+msgid "Error unlocking volume"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} or {error_message},
+#. they are placeholder and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:228
+#, python-brace-format
+msgid ""
+"Couldn't unlock volume {volume_name}:\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:330
+msgid "One or more applications are keeping the volume busy."
+msgstr ""
+
+#. Translators: Don't translate {volume_name} or {error_message},
+#. they are placeholder and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:336
+#, python-brace-format
+msgid ""
+"Couldn't lock volume {volume_name}:\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:338
+msgid "Locking the volume failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:83
+msgid "No file containers added"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:98
+msgid "No VeraCrypt devices detected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:40
+#: ../config/chroot_local-includes/usr/share/applications/unlock-veracrypt-volumes.desktop.in.h:1
+msgid "Unlock VeraCrypt Volumes"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:114
+msgid "Container already added"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:115
+#, python-format
+msgid "The file container %s should already be listed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:131
+msgid "Container opened read-only"
+msgstr ""
+
+#. Translators: Don't translate {path}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:133
+#, python-brace-format
+msgid ""
+"The file container {path} could not be opened with write access. It was opened read-only instead. You will not be able to modify the content of the container.\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:138
+msgid "Error opening file"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:160
+msgid "Not a VeraCrypt container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:161
+#, python-format
+msgid "The file %s does not seem to be a VeraCrypt container."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:163
+msgid "Failed to add container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:164
+#, python-format
+msgid ""
+"Could not add file container %s: Timeout while waiting for loop setup.\n"
+"Please try using the <i>Disks</i> application instead."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:209
+msgid "Choose File Container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>.\\nOnly "
+"use the Unsafe Browser if necessary, for example\\nif you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+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:70
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: ../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:91
+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:99
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:104
+msgid "Failed to configure browser."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:110
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:121
+msgid "Failed to run browser."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_an_error.desktop.in.h:1
+msgid "Report an error"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/tails-documentation.desktop.in.h:1
+#: ../config/chroot_local-includes/usr/share/applications/tails-documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/root-terminal.desktop.in.h:1
+msgid "Root Terminal"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/root-terminal.desktop.in.h:2
+msgid "Opens a terminal as the root user, using gksu to ask for the password"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-documentation.desktop.in.h:2
+msgid "Learn how to use Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-about.desktop.in.h:2
+msgid "Learn more about Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
+msgid "Tor Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:2
+msgid "Anonymous Web Browser"
+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/applications/unlock-veracrypt-volumes.desktop.in.h:2
+msgid "Mount VeraCrypt encrypted file containers and devices"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:2
+msgid ""
+"Configure the additional software installed from your persistent storage "
+"when starting Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.root-terminal.policy.in.h:1
+msgid "To start a Root Terminal, you need to authenticate."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy.in.h:1
+msgid "Remove an additional software package"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy.in.h:2
+msgid ""
+"Authentication is required to remove a package from your additional software"
+" ($(command_line))"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:61
+msgid "File Containers"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:80
+msgid "_Add"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:86
+msgid "Add a file container"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:103
+msgid "Partitions and Drives"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:121
+msgid ""
+"This application is not affiliated with or endorsed by the VeraCrypt project"
+" or IDRIX."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:29
+msgid "_Open"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:38
+msgid "Lock this volume"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:52
+msgid "_Unlock"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:61
+msgid "Detach this volume"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/local/share/mime/packages/unlock-veracrypt-volumes.xml.in.h:1
+msgid "TrueCrypt/VeraCrypt container"
+msgstr ""
diff --git a/sk.po b/sk.po
new file mode 100644
index 000000000..b3f3e349e
--- /dev/null
+++ b/sk.po
@@ -0,0 +1,836 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# elo, 2014
+# Emma Peel, 2019
+# FooBar <thewired(a)riseup.net>, 2015
+# Marek Čápek <capek.marek(a)gmail.com>, 2019
+# Michal Slovák <michalslovak2(a)hotmail.com>, 2013
+# Roman 'Kaktuxista' Benji <romanbeno273(a)gmail.com>, 2014
+# Stanislav Tomáš <stanislav.tomas(a)hotmail.sk>, 2015
+msgid ""
+msgstr ""
+"Project-Id-Version: Tor Project\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-08-12 11:57+0200\n"
+"PO-Revision-Date: 2019-08-12 16:11+0000\n"
+"Last-Translator: Marek Čápek <capek.marek(a)gmail.com>\n"
+"Language-Team: Slovak (http://www.transifex.com/otf/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=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
+
+#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:39
+msgid "Tor is ready"
+msgstr ""
+
+#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:40
+msgid "You can now access the Internet."
+msgstr ""
+
+#: config/chroot_local-includes/etc/whisperback/config.py:69
+#, 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>\n"
+"Giving us an email address allows us to contact you to clarify the problem. This\n"
+"is needed for the vast majority of the reports we receive as most reports\n"
+"without any contact information are useless. On the other hand it also provides\n"
+"an opportunity for eavesdroppers, like your email or Internet provider, to\n"
+"confirm that you are using Tails.\n"
+"</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:8
+#: ../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:1
+msgid "Additional Software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:51
+msgid ""
+"You can install additional software automatically from your persistent "
+"storage when starting Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:77
+msgid ""
+"The following software is installed automatically from your persistent "
+"storage when starting Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:135
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:171
+msgid ""
+"To add more, install some software using <a "
+"href=\"synaptic.desktop\">Synaptic Package Manager</a> or <a "
+"href=\"org.gnome.Terminal.desktop\">APT on the command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:154
+msgid "_Create persistent storage"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:57
+msgid "Persistence is disabled for Electrum"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:59
+msgid ""
+"When you reboot Tails, all of Electrum's data will be lost, including your "
+"Bitcoin wallet. It is strongly recommended to only run Electrum when its "
+"persistence feature is activated."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:60
+msgid "Do you want to start Electrum anyway?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:63
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:64
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#, sh-format
+msgid ""
+"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
+"\n"
+"You have a <i>KeePassXC</i> database in your <i>Persistent</i> folder:\n"
+"\n"
+"<i>${filename}</i>\n"
+"\n"
+"Renaming it to <i>keepassx.kdbx</i> would allow <i>KeePassXC</i> to open it automatically in the future."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:23
+msgid "Rename"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:24
+msgid "Keep current name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/replace-su-with-sudo:21
+msgid "su is disabled. Please use sudo instead."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:75
+msgid "Lock screen"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:79
+msgid "Suspend"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:83
+msgid "Restart"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:87
+msgid "Power Off"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:22
+#: ../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:25
+#: ../config/chroot_local-includes/usr/share/applications/tails-about.desktop.in.h:1
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:35
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:36
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:54
+msgid "not available"
+msgstr ""
+
+#. Translators: Don't translate {details}, it's a placeholder and will
+#. be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:148
+#, python-brace-format
+msgid ""
+"{details} Please check your list of additional software or read the system "
+"log to understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:153
+msgid ""
+"Please check your list of additional software or read the system log to "
+"understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
+msgid "Show Log"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
+msgid "Configure"
+msgstr ""
+
+#. Translators: Don't translate {beginning} or {last}, they are
+#. placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:223
+#, python-brace-format
+msgid "{beginning} and {last}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:224
+msgid ", "
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and will
+#. be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:290
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:320
+#, python-brace-format
+msgid "Add {packages} to your additional software?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:292
+msgid ""
+"To install it automatically from your persistent storage when starting "
+"Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:294
+msgid "Install Every Time"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:295
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:326
+msgid "Install Only Once"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:301
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:331
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:372
+msgid "The configuration of your additional software failed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:322
+msgid ""
+"To install it automatically when starting Tails, you can create a persistent"
+" storage and activate the <b>Additional Software</b> feature."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:325
+msgid "Create Persistent Storage"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:333
+msgid "Creating your persistent storage failed."
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and
+#. will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:342
+#, python-brace-format
+msgid "You could install {packages} automatically when starting Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:345
+msgid ""
+"To do so, you need to run Tails from a USB stick installed using <i>Tails "
+"Installer</i>."
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:360
+#, python-brace-format
+msgid "Remove {packages} from your additional software?"
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder
+#. and will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:364
+#, python-brace-format
+msgid "This will stop installing {packages} automatically."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:154
+msgid "Remove"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:367
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
+#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+msgid "Cancel"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:545
+msgid "Installing your additional software from persistent storage..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:547
+msgid "This can take several minutes."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:560
+msgid "The installation of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:575
+msgid "Additional software installed successfully"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:595
+msgid "The check for upgrades of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:597
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:605
+msgid ""
+"Please check your network connection, restart Tails, or read the system log "
+"to understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:604
+msgid "The upgrade of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-additional-software-notify:37
+msgid "Documentation"
+msgstr ""
+
+#. Translators: Don't translate {package}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:94
+#, python-brace-format
+msgid ""
+"Remove {package} from your additional software? This will stop installing "
+"the package automatically."
+msgstr ""
+
+#. Translators: Don't translate {pkg}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:105
+#, python-brace-format
+msgid "Failed to remove {pkg}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:122
+msgid "Failed to read additional software configuration"
+msgstr ""
+
+#. Translators: Don't translate {package}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:152
+#, python-brace-format
+msgid "Stop installing {package} automatically"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:178
+msgid ""
+"To do so, install some software using <a href=\"synaptic.desktop\">Synaptic "
+"Package Manager</a> or <a href=\"org.gnome.Terminal.desktop\">APT on the "
+"command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:187
+msgid ""
+"To do so, unlock your persistent storage when starting Tails and install "
+"some software using <a href=\"synaptic.desktop\">Synaptic Package "
+"Manager</a> or <a href=\"org.gnome.Terminal.desktop\">APT on the command "
+"line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:197
+msgid ""
+"To do so, create a persistent storage and install some software using <a "
+"href=\"synaptic.desktop\">Synaptic Package Manager</a> or <a "
+"href=\"org.gnome.Terminal.desktop\">APT on the command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:205
+msgid ""
+"To do so, install Tails on a USB stick using <a href=\"tails-"
+"installer.desktop\">Tails Installer</a> and create a persistent storage."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:252
+msgid "[package not available]"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/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/lib/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:110
+msgid "Lock Screen"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:125
+msgid "Screen Locker"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:131
+msgid "Set up a password to unlock the screen."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+msgid "Password"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:150
+msgid "Confirm"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:124
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:135
+msgid "Known security issues"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:52
+#, sh-format
+msgid "Network card ${nic} disabled"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:53
+#, sh-format
+msgid ""
+"MAC spoofing failed for network card ${nic_name} (${nic}) so it is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC spoofing."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:62
+msgid "All networking disabled"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:63
+#, sh-format
+msgid ""
+"MAC spoofing failed for network card ${nic_name} (${nic}). The error recovery also failed so all networking is disabled.\n"
+"You might prefer to restart Tails and disable MAC spoofing."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:35
+msgid ""
+"\"<b>Not enough memory available to check for upgrades.</b>\n"
+"\n"
+"Make sure this system satisfies the requirements for running Tails.\n"
+"See file:///usr/share/doc/tails/website/doc/about/requirements.en.html\n"
+"\n"
+"Try to restart Tails to check for upgrades again.\n"
+"\n"
+"Or do a manual upgrade.\n"
+"See https://tails.boum.org/doc/first_steps/upgrade#manual\""
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:72
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:73
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:71
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:74
+msgid "Warning: non-free virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:77
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails. Only free software can be considered "
+"trustworthy, for both the host operating system and the virtualization "
+"software."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:81
+msgid "Learn more"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:43
+msgid "Tor is not ready"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:44
+msgid "Tor is not ready. Start Tor Browser anyway?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:45
+msgid "Start Tor Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js:35
+msgid "Tor Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js:50
+msgid "Open Onion Circuits"
+msgstr ""
+
+#. Translators: Don't translate {volume_label} or {volume_size},
+#. they are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:58
+#, python-brace-format
+msgid "{volume_label} ({volume_size})"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} or {partition_size},
+#. they are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:63
+#, python-brace-format
+msgid "{partition_name} ({partition_size})"
+msgstr ""
+
+#. Translators: Don't translate {volume_size}, it's a placeholder
+#. and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:68
+#, python-brace-format
+msgid "{volume_size} Volume"
+msgstr ""
+
+#. Translators: Don't translate {volume_name}, it's a placeholder and
+#. will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:107
+#, python-brace-format
+msgid "{volume_name} (Read-Only)"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} and {container_path}, they
+#. are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:115
+#, python-brace-format
+msgid "{partition_name} in {container_path}"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} and {path_to_file_container},
+#. they are placeholders and will be replaced. You should only have to
+#. translate
+#. this string if it makes sense to reverse the order of the placeholders.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:122
+#, python-brace-format
+msgid "{volume_name} – {path_to_file_container}"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} and {drive_name}, they
+#. are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:128
+#, python-brace-format
+msgid "{partition_name} on {drive_name}"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} and {drive_name},
+#. they are placeholders and will be replaced. You should only have to
+#. translate
+#. this string if it makes sense to reverse the order of the placeholders.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:135
+#, python-brace-format
+msgid "{volume_name} – {drive_name}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:222
+msgid "Wrong passphrase or parameters"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:224
+msgid "Error unlocking volume"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} or {error_message},
+#. they are placeholder and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:228
+#, python-brace-format
+msgid ""
+"Couldn't unlock volume {volume_name}:\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:330
+msgid "One or more applications are keeping the volume busy."
+msgstr ""
+
+#. Translators: Don't translate {volume_name} or {error_message},
+#. they are placeholder and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:336
+#, python-brace-format
+msgid ""
+"Couldn't lock volume {volume_name}:\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:338
+msgid "Locking the volume failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:83
+msgid "No file containers added"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:98
+msgid "No VeraCrypt devices detected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:40
+#: ../config/chroot_local-includes/usr/share/applications/unlock-veracrypt-volumes.desktop.in.h:1
+msgid "Unlock VeraCrypt Volumes"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:114
+msgid "Container already added"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:115
+#, python-format
+msgid "The file container %s should already be listed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:131
+msgid "Container opened read-only"
+msgstr ""
+
+#. Translators: Don't translate {path}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:133
+#, python-brace-format
+msgid ""
+"The file container {path} could not be opened with write access. It was opened read-only instead. You will not be able to modify the content of the container.\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:138
+msgid "Error opening file"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:160
+msgid "Not a VeraCrypt container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:161
+#, python-format
+msgid "The file %s does not seem to be a VeraCrypt container."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:163
+msgid "Failed to add container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:164
+#, python-format
+msgid ""
+"Could not add file container %s: Timeout while waiting for loop setup.\n"
+"Please try using the <i>Disks</i> application instead."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:209
+msgid "Choose File Container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>.\\nOnly "
+"use the Unsafe Browser if necessary, for example\\nif you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+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:70
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: ../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:91
+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:99
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:104
+msgid "Failed to configure browser."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:110
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:121
+msgid "Failed to run browser."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_an_error.desktop.in.h:1
+msgid "Report an error"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/tails-documentation.desktop.in.h:1
+#: ../config/chroot_local-includes/usr/share/applications/tails-documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/root-terminal.desktop.in.h:1
+msgid "Root Terminal"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/root-terminal.desktop.in.h:2
+msgid "Opens a terminal as the root user, using gksu to ask for the password"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-documentation.desktop.in.h:2
+msgid "Learn how to use Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-about.desktop.in.h:2
+msgid "Learn more about Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
+msgid "Tor Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:2
+msgid "Anonymous Web Browser"
+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/applications/unlock-veracrypt-volumes.desktop.in.h:2
+msgid "Mount VeraCrypt encrypted file containers and devices"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:2
+msgid ""
+"Configure the additional software installed from your persistent storage "
+"when starting Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.root-terminal.policy.in.h:1
+msgid "To start a Root Terminal, you need to authenticate."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy.in.h:1
+msgid "Remove an additional software package"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy.in.h:2
+msgid ""
+"Authentication is required to remove a package from your additional software"
+" ($(command_line))"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:61
+msgid "File Containers"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:80
+msgid "_Add"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:86
+msgid "Add a file container"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:103
+msgid "Partitions and Drives"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:121
+msgid ""
+"This application is not affiliated with or endorsed by the VeraCrypt project"
+" or IDRIX."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:29
+msgid "_Open"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:38
+msgid "Lock this volume"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:52
+msgid "_Unlock"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:61
+msgid "Detach this volume"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/local/share/mime/packages/unlock-veracrypt-volumes.xml.in.h:1
+msgid "TrueCrypt/VeraCrypt container"
+msgstr ""
diff --git a/son.po b/son.po
new file mode 100644
index 000000000..6f52f693d
--- /dev/null
+++ b/son.po
@@ -0,0 +1,829 @@
+# 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: Tor Project\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-08-12 11:57+0200\n"
+"PO-Revision-Date: 2019-08-12 13:45+0000\n"
+"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
+"Language-Team: Songhay (http://www.transifex.com/otf/torproject/language/son/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: son\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:39
+msgid "Tor is ready"
+msgstr ""
+
+#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:40
+msgid "You can now access the Internet."
+msgstr ""
+
+#: config/chroot_local-includes/etc/whisperback/config.py:69
+#, 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>\n"
+"Giving us an email address allows us to contact you to clarify the problem. This\n"
+"is needed for the vast majority of the reports we receive as most reports\n"
+"without any contact information are useless. On the other hand it also provides\n"
+"an opportunity for eavesdroppers, like your email or Internet provider, to\n"
+"confirm that you are using Tails.\n"
+"</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:8
+#: ../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:1
+msgid "Additional Software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:51
+msgid ""
+"You can install additional software automatically from your persistent "
+"storage when starting Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:77
+msgid ""
+"The following software is installed automatically from your persistent "
+"storage when starting Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:135
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:171
+msgid ""
+"To add more, install some software using <a "
+"href=\"synaptic.desktop\">Synaptic Package Manager</a> or <a "
+"href=\"org.gnome.Terminal.desktop\">APT on the command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:154
+msgid "_Create persistent storage"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:57
+msgid "Persistence is disabled for Electrum"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:59
+msgid ""
+"When you reboot Tails, all of Electrum's data will be lost, including your "
+"Bitcoin wallet. It is strongly recommended to only run Electrum when its "
+"persistence feature is activated."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:60
+msgid "Do you want to start Electrum anyway?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:63
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:64
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#, sh-format
+msgid ""
+"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
+"\n"
+"You have a <i>KeePassXC</i> database in your <i>Persistent</i> folder:\n"
+"\n"
+"<i>${filename}</i>\n"
+"\n"
+"Renaming it to <i>keepassx.kdbx</i> would allow <i>KeePassXC</i> to open it automatically in the future."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:23
+msgid "Rename"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:24
+msgid "Keep current name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/replace-su-with-sudo:21
+msgid "su is disabled. Please use sudo instead."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:75
+msgid "Lock screen"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:79
+msgid "Suspend"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:83
+msgid "Restart"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:87
+msgid "Power Off"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:22
+#: ../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:25
+#: ../config/chroot_local-includes/usr/share/applications/tails-about.desktop.in.h:1
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:35
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:36
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:54
+msgid "not available"
+msgstr ""
+
+#. Translators: Don't translate {details}, it's a placeholder and will
+#. be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:148
+#, python-brace-format
+msgid ""
+"{details} Please check your list of additional software or read the system "
+"log to understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:153
+msgid ""
+"Please check your list of additional software or read the system log to "
+"understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
+msgid "Show Log"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
+msgid "Configure"
+msgstr ""
+
+#. Translators: Don't translate {beginning} or {last}, they are
+#. placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:223
+#, python-brace-format
+msgid "{beginning} and {last}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:224
+msgid ", "
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and will
+#. be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:290
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:320
+#, python-brace-format
+msgid "Add {packages} to your additional software?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:292
+msgid ""
+"To install it automatically from your persistent storage when starting "
+"Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:294
+msgid "Install Every Time"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:295
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:326
+msgid "Install Only Once"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:301
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:331
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:372
+msgid "The configuration of your additional software failed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:322
+msgid ""
+"To install it automatically when starting Tails, you can create a persistent"
+" storage and activate the <b>Additional Software</b> feature."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:325
+msgid "Create Persistent Storage"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:333
+msgid "Creating your persistent storage failed."
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and
+#. will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:342
+#, python-brace-format
+msgid "You could install {packages} automatically when starting Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:345
+msgid ""
+"To do so, you need to run Tails from a USB stick installed using <i>Tails "
+"Installer</i>."
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:360
+#, python-brace-format
+msgid "Remove {packages} from your additional software?"
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder
+#. and will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:364
+#, python-brace-format
+msgid "This will stop installing {packages} automatically."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:154
+msgid "Remove"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:367
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
+#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+msgid "Cancel"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:545
+msgid "Installing your additional software from persistent storage..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:547
+msgid "This can take several minutes."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:560
+msgid "The installation of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:575
+msgid "Additional software installed successfully"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:595
+msgid "The check for upgrades of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:597
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:605
+msgid ""
+"Please check your network connection, restart Tails, or read the system log "
+"to understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:604
+msgid "The upgrade of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-additional-software-notify:37
+msgid "Documentation"
+msgstr ""
+
+#. Translators: Don't translate {package}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:94
+#, python-brace-format
+msgid ""
+"Remove {package} from your additional software? This will stop installing "
+"the package automatically."
+msgstr ""
+
+#. Translators: Don't translate {pkg}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:105
+#, python-brace-format
+msgid "Failed to remove {pkg}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:122
+msgid "Failed to read additional software configuration"
+msgstr ""
+
+#. Translators: Don't translate {package}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:152
+#, python-brace-format
+msgid "Stop installing {package} automatically"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:178
+msgid ""
+"To do so, install some software using <a href=\"synaptic.desktop\">Synaptic "
+"Package Manager</a> or <a href=\"org.gnome.Terminal.desktop\">APT on the "
+"command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:187
+msgid ""
+"To do so, unlock your persistent storage when starting Tails and install "
+"some software using <a href=\"synaptic.desktop\">Synaptic Package "
+"Manager</a> or <a href=\"org.gnome.Terminal.desktop\">APT on the command "
+"line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:197
+msgid ""
+"To do so, create a persistent storage and install some software using <a "
+"href=\"synaptic.desktop\">Synaptic Package Manager</a> or <a "
+"href=\"org.gnome.Terminal.desktop\">APT on the command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:205
+msgid ""
+"To do so, install Tails on a USB stick using <a href=\"tails-"
+"installer.desktop\">Tails Installer</a> and create a persistent storage."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:252
+msgid "[package not available]"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/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/lib/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:110
+msgid "Lock Screen"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:125
+msgid "Screen Locker"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:131
+msgid "Set up a password to unlock the screen."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+msgid "Password"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:150
+msgid "Confirm"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:124
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:135
+msgid "Known security issues"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:52
+#, sh-format
+msgid "Network card ${nic} disabled"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:53
+#, sh-format
+msgid ""
+"MAC spoofing failed for network card ${nic_name} (${nic}) so it is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC spoofing."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:62
+msgid "All networking disabled"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:63
+#, sh-format
+msgid ""
+"MAC spoofing failed for network card ${nic_name} (${nic}). The error recovery also failed so all networking is disabled.\n"
+"You might prefer to restart Tails and disable MAC spoofing."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:35
+msgid ""
+"\"<b>Not enough memory available to check for upgrades.</b>\n"
+"\n"
+"Make sure this system satisfies the requirements for running Tails.\n"
+"See file:///usr/share/doc/tails/website/doc/about/requirements.en.html\n"
+"\n"
+"Try to restart Tails to check for upgrades again.\n"
+"\n"
+"Or do a manual upgrade.\n"
+"See https://tails.boum.org/doc/first_steps/upgrade#manual\""
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:72
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:73
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:71
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:74
+msgid "Warning: non-free virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:77
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails. Only free software can be considered "
+"trustworthy, for both the host operating system and the virtualization "
+"software."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:81
+msgid "Learn more"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:43
+msgid "Tor is not ready"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:44
+msgid "Tor is not ready. Start Tor Browser anyway?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:45
+msgid "Start Tor Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js:35
+msgid "Tor Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js:50
+msgid "Open Onion Circuits"
+msgstr ""
+
+#. Translators: Don't translate {volume_label} or {volume_size},
+#. they are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:58
+#, python-brace-format
+msgid "{volume_label} ({volume_size})"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} or {partition_size},
+#. they are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:63
+#, python-brace-format
+msgid "{partition_name} ({partition_size})"
+msgstr ""
+
+#. Translators: Don't translate {volume_size}, it's a placeholder
+#. and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:68
+#, python-brace-format
+msgid "{volume_size} Volume"
+msgstr ""
+
+#. Translators: Don't translate {volume_name}, it's a placeholder and
+#. will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:107
+#, python-brace-format
+msgid "{volume_name} (Read-Only)"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} and {container_path}, they
+#. are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:115
+#, python-brace-format
+msgid "{partition_name} in {container_path}"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} and {path_to_file_container},
+#. they are placeholders and will be replaced. You should only have to
+#. translate
+#. this string if it makes sense to reverse the order of the placeholders.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:122
+#, python-brace-format
+msgid "{volume_name} – {path_to_file_container}"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} and {drive_name}, they
+#. are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:128
+#, python-brace-format
+msgid "{partition_name} on {drive_name}"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} and {drive_name},
+#. they are placeholders and will be replaced. You should only have to
+#. translate
+#. this string if it makes sense to reverse the order of the placeholders.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:135
+#, python-brace-format
+msgid "{volume_name} – {drive_name}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:222
+msgid "Wrong passphrase or parameters"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:224
+msgid "Error unlocking volume"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} or {error_message},
+#. they are placeholder and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:228
+#, python-brace-format
+msgid ""
+"Couldn't unlock volume {volume_name}:\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:330
+msgid "One or more applications are keeping the volume busy."
+msgstr ""
+
+#. Translators: Don't translate {volume_name} or {error_message},
+#. they are placeholder and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:336
+#, python-brace-format
+msgid ""
+"Couldn't lock volume {volume_name}:\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:338
+msgid "Locking the volume failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:83
+msgid "No file containers added"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:98
+msgid "No VeraCrypt devices detected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:40
+#: ../config/chroot_local-includes/usr/share/applications/unlock-veracrypt-volumes.desktop.in.h:1
+msgid "Unlock VeraCrypt Volumes"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:114
+msgid "Container already added"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:115
+#, python-format
+msgid "The file container %s should already be listed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:131
+msgid "Container opened read-only"
+msgstr ""
+
+#. Translators: Don't translate {path}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:133
+#, python-brace-format
+msgid ""
+"The file container {path} could not be opened with write access. It was opened read-only instead. You will not be able to modify the content of the container.\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:138
+msgid "Error opening file"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:160
+msgid "Not a VeraCrypt container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:161
+#, python-format
+msgid "The file %s does not seem to be a VeraCrypt container."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:163
+msgid "Failed to add container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:164
+#, python-format
+msgid ""
+"Could not add file container %s: Timeout while waiting for loop setup.\n"
+"Please try using the <i>Disks</i> application instead."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:209
+msgid "Choose File Container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>.\\nOnly "
+"use the Unsafe Browser if necessary, for example\\nif you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+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:70
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: ../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:91
+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:99
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:104
+msgid "Failed to configure browser."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:110
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:121
+msgid "Failed to run browser."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_an_error.desktop.in.h:1
+msgid "Report an error"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/tails-documentation.desktop.in.h:1
+#: ../config/chroot_local-includes/usr/share/applications/tails-documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/root-terminal.desktop.in.h:1
+msgid "Root Terminal"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/root-terminal.desktop.in.h:2
+msgid "Opens a terminal as the root user, using gksu to ask for the password"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-documentation.desktop.in.h:2
+msgid "Learn how to use Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-about.desktop.in.h:2
+msgid "Learn more about Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
+msgid "Tor Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:2
+msgid "Anonymous Web Browser"
+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/applications/unlock-veracrypt-volumes.desktop.in.h:2
+msgid "Mount VeraCrypt encrypted file containers and devices"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:2
+msgid ""
+"Configure the additional software installed from your persistent storage "
+"when starting Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.root-terminal.policy.in.h:1
+msgid "To start a Root Terminal, you need to authenticate."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy.in.h:1
+msgid "Remove an additional software package"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy.in.h:2
+msgid ""
+"Authentication is required to remove a package from your additional software"
+" ($(command_line))"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:61
+msgid "File Containers"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:80
+msgid "_Add"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:86
+msgid "Add a file container"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:103
+msgid "Partitions and Drives"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:121
+msgid ""
+"This application is not affiliated with or endorsed by the VeraCrypt project"
+" or IDRIX."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:29
+msgid "_Open"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:38
+msgid "Lock this volume"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:52
+msgid "_Unlock"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:61
+msgid "Detach this volume"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/local/share/mime/packages/unlock-veracrypt-volumes.xml.in.h:1
+msgid "TrueCrypt/VeraCrypt container"
+msgstr ""
diff --git a/vi.po b/vi.po
new file mode 100644
index 000000000..d0160055c
--- /dev/null
+++ b/vi.po
@@ -0,0 +1,831 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# Acooldude, 2017
+# Khanh Nguyen <nguyenduykhanh85(a)gmail.com>, 2015-2017
+msgid ""
+msgstr ""
+"Project-Id-Version: Tor Project\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-08-12 11:57+0200\n"
+"PO-Revision-Date: 2019-08-12 13:45+0000\n"
+"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
+"Language-Team: Vietnamese (http://www.transifex.com/otf/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/NetworkManager/dispatcher.d/60-tor-ready.sh:39
+msgid "Tor is ready"
+msgstr ""
+
+#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:40
+msgid "You can now access the Internet."
+msgstr ""
+
+#: config/chroot_local-includes/etc/whisperback/config.py:69
+#, 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>\n"
+"Giving us an email address allows us to contact you to clarify the problem. This\n"
+"is needed for the vast majority of the reports we receive as most reports\n"
+"without any contact information are useless. On the other hand it also provides\n"
+"an opportunity for eavesdroppers, like your email or Internet provider, to\n"
+"confirm that you are using Tails.\n"
+"</p>\n"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:8
+#: ../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:1
+msgid "Additional Software"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:51
+msgid ""
+"You can install additional software automatically from your persistent "
+"storage when starting Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:77
+msgid ""
+"The following software is installed automatically from your persistent "
+"storage when starting Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:135
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:171
+msgid ""
+"To add more, install some software using <a "
+"href=\"synaptic.desktop\">Synaptic Package Manager</a> or <a "
+"href=\"org.gnome.Terminal.desktop\">APT on the command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:154
+msgid "_Create persistent storage"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:57
+msgid "Persistence is disabled for Electrum"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:59
+msgid ""
+"When you reboot Tails, all of Electrum's data will be lost, including your "
+"Bitcoin wallet. It is strongly recommended to only run Electrum when its "
+"persistence feature is activated."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:60
+msgid "Do you want to start Electrum anyway?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:63
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+msgid "_Launch"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/electrum:64
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+msgid "_Exit"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#, sh-format
+msgid ""
+"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
+"\n"
+"You have a <i>KeePassXC</i> database in your <i>Persistent</i> folder:\n"
+"\n"
+"<i>${filename}</i>\n"
+"\n"
+"Renaming it to <i>keepassx.kdbx</i> would allow <i>KeePassXC</i> to open it automatically in the future."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:23
+msgid "Rename"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:24
+msgid "Keep current name"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/replace-su-with-sudo:21
+msgid "su is disabled. Please use sudo instead."
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:75
+msgid "Lock screen"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:79
+msgid "Suspend"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:83
+msgid "Restart"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js:87
+msgid "Power Off"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:22
+#: ../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:25
+#: ../config/chroot_local-includes/usr/share/applications/tails-about.desktop.in.h:1
+msgid "About Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:35
+msgid "The Amnesic Incognito Live System"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:36
+#, python-format
+msgid ""
+"Build information:\n"
+"%s"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-about:54
+msgid "not available"
+msgstr ""
+
+#. Translators: Don't translate {details}, it's a placeholder and will
+#. be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:148
+#, python-brace-format
+msgid ""
+"{details} Please check your list of additional software or read the system "
+"log to understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:153
+msgid ""
+"Please check your list of additional software or read the system log to "
+"understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
+msgid "Show Log"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
+msgid "Configure"
+msgstr ""
+
+#. Translators: Don't translate {beginning} or {last}, they are
+#. placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:223
+#, python-brace-format
+msgid "{beginning} and {last}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:224
+msgid ", "
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and will
+#. be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:290
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:320
+#, python-brace-format
+msgid "Add {packages} to your additional software?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:292
+msgid ""
+"To install it automatically from your persistent storage when starting "
+"Tails."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:294
+msgid "Install Every Time"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:295
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:326
+msgid "Install Only Once"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:301
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:331
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:372
+msgid "The configuration of your additional software failed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:322
+msgid ""
+"To install it automatically when starting Tails, you can create a persistent"
+" storage and activate the <b>Additional Software</b> feature."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:325
+msgid "Create Persistent Storage"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:333
+msgid "Creating your persistent storage failed."
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and
+#. will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:342
+#, python-brace-format
+msgid "You could install {packages} automatically when starting Tails"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:345
+msgid ""
+"To do so, you need to run Tails from a USB stick installed using <i>Tails "
+"Installer</i>."
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:360
+#, python-brace-format
+msgid "Remove {packages} from your additional software?"
+msgstr ""
+
+#. Translators: Don't translate {packages}, it's a placeholder
+#. and will be replaced.
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:364
+#, python-brace-format
+msgid "This will stop installing {packages} automatically."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:154
+msgid "Remove"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:367
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
+#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+msgid "Cancel"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:545
+msgid "Installing your additional software from persistent storage..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:547
+msgid "This can take several minutes."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:560
+msgid "The installation of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:575
+msgid "Additional software installed successfully"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:595
+msgid "The check for upgrades of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:597
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:605
+msgid ""
+"Please check your network connection, restart Tails, or read the system log "
+"to understand the problem."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:604
+msgid "The upgrade of your additional software failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-additional-software-notify:37
+msgid "Documentation"
+msgstr ""
+
+#. Translators: Don't translate {package}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:94
+#, python-brace-format
+msgid ""
+"Remove {package} from your additional software? This will stop installing "
+"the package automatically."
+msgstr ""
+
+#. Translators: Don't translate {pkg}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:105
+#, python-brace-format
+msgid "Failed to remove {pkg}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:122
+msgid "Failed to read additional software configuration"
+msgstr ""
+
+#. Translators: Don't translate {package}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:152
+#, python-brace-format
+msgid "Stop installing {package} automatically"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:178
+msgid ""
+"To do so, install some software using <a href=\"synaptic.desktop\">Synaptic "
+"Package Manager</a> or <a href=\"org.gnome.Terminal.desktop\">APT on the "
+"command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:187
+msgid ""
+"To do so, unlock your persistent storage when starting Tails and install "
+"some software using <a href=\"synaptic.desktop\">Synaptic Package "
+"Manager</a> or <a href=\"org.gnome.Terminal.desktop\">APT on the command "
+"line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:197
+msgid ""
+"To do so, create a persistent storage and install some software using <a "
+"href=\"synaptic.desktop\">Synaptic Package Manager</a> or <a "
+"href=\"org.gnome.Terminal.desktop\">APT on the command line</a>."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:205
+msgid ""
+"To do so, install Tails on a USB stick using <a href=\"tails-"
+"installer.desktop\">Tails Installer</a> and create a persistent storage."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-additional-software-config:252
+msgid "[package not available]"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-htp-notify-user:52
+msgid "Synchronizing the system's clock"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/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/lib/tails-htp-notify-user:87
+msgid "Failed to synchronize the clock!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:110
+msgid "Lock Screen"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:125
+msgid "Screen Locker"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:131
+msgid "Set up a password to unlock the screen."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+msgid "Password"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:150
+msgid "Confirm"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:124
+msgid "This version of Tails has known security issues:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:135
+msgid "Known security issues"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:52
+#, sh-format
+msgid "Network card ${nic} disabled"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:53
+#, sh-format
+msgid ""
+"MAC spoofing failed for network card ${nic_name} (${nic}) so it is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC spoofing."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:62
+msgid "All networking disabled"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:63
+#, sh-format
+msgid ""
+"MAC spoofing failed for network card ${nic_name} (${nic}). The error recovery also failed so all networking is disabled.\n"
+"You might prefer to restart Tails and disable MAC spoofing."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:35
+msgid ""
+"\"<b>Not enough memory available to check for upgrades.</b>\n"
+"\n"
+"Make sure this system satisfies the requirements for running Tails.\n"
+"See file:///usr/share/doc/tails/website/doc/about/requirements.en.html\n"
+"\n"
+"Try to restart Tails to check for upgrades again.\n"
+"\n"
+"Or do a manual upgrade.\n"
+"See https://tails.boum.org/doc/first_steps/upgrade#manual\""
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:72
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+msgid "error:"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:73
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+msgid "Error"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:71
+msgid "Warning: virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:74
+msgid "Warning: non-free virtual machine detected!"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:77
+msgid ""
+"Both the host operating system and the virtualization software are able to "
+"monitor what you are doing in Tails. Only free software can be considered "
+"trustworthy, for both the host operating system and the virtualization "
+"software."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:81
+msgid "Learn more"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:43
+msgid "Tor is not ready"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:44
+msgid "Tor is not ready. Start Tor Browser anyway?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/tor-browser:45
+msgid "Start Tor Browser"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js:35
+msgid "Tor Status"
+msgstr ""
+
+#: config/chroot_local-includes/usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js:50
+msgid "Open Onion Circuits"
+msgstr ""
+
+#. Translators: Don't translate {volume_label} or {volume_size},
+#. they are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:58
+#, python-brace-format
+msgid "{volume_label} ({volume_size})"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} or {partition_size},
+#. they are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:63
+#, python-brace-format
+msgid "{partition_name} ({partition_size})"
+msgstr ""
+
+#. Translators: Don't translate {volume_size}, it's a placeholder
+#. and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:68
+#, python-brace-format
+msgid "{volume_size} Volume"
+msgstr ""
+
+#. Translators: Don't translate {volume_name}, it's a placeholder and
+#. will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:107
+#, python-brace-format
+msgid "{volume_name} (Read-Only)"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} and {container_path}, they
+#. are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:115
+#, python-brace-format
+msgid "{partition_name} in {container_path}"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} and {path_to_file_container},
+#. they are placeholders and will be replaced. You should only have to
+#. translate
+#. this string if it makes sense to reverse the order of the placeholders.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:122
+#, python-brace-format
+msgid "{volume_name} – {path_to_file_container}"
+msgstr ""
+
+#. Translators: Don't translate {partition_name} and {drive_name}, they
+#. are placeholders and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:128
+#, python-brace-format
+msgid "{partition_name} on {drive_name}"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} and {drive_name},
+#. they are placeholders and will be replaced. You should only have to
+#. translate
+#. this string if it makes sense to reverse the order of the placeholders.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:135
+#, python-brace-format
+msgid "{volume_name} – {drive_name}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:222
+msgid "Wrong passphrase or parameters"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:224
+msgid "Error unlocking volume"
+msgstr ""
+
+#. Translators: Don't translate {volume_name} or {error_message},
+#. they are placeholder and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:228
+#, python-brace-format
+msgid ""
+"Couldn't unlock volume {volume_name}:\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:330
+msgid "One or more applications are keeping the volume busy."
+msgstr ""
+
+#. Translators: Don't translate {volume_name} or {error_message},
+#. they are placeholder and will be replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:336
+#, python-brace-format
+msgid ""
+"Couldn't lock volume {volume_name}:\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:338
+msgid "Locking the volume failed"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:83
+msgid "No file containers added"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:98
+msgid "No VeraCrypt devices detected"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:40
+#: ../config/chroot_local-includes/usr/share/applications/unlock-veracrypt-volumes.desktop.in.h:1
+msgid "Unlock VeraCrypt Volumes"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:114
+msgid "Container already added"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:115
+#, python-format
+msgid "The file container %s should already be listed."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:131
+msgid "Container opened read-only"
+msgstr ""
+
+#. Translators: Don't translate {path}, it's a placeholder and will be
+#. replaced.
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:133
+#, python-brace-format
+msgid ""
+"The file container {path} could not be opened with write access. It was opened read-only instead. You will not be able to modify the content of the container.\n"
+"{error_message}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:138
+msgid "Error opening file"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:160
+msgid "Not a VeraCrypt container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:161
+#, python-format
+msgid "The file %s does not seem to be a VeraCrypt container."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:163
+msgid "Failed to add container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:164
+#, python-format
+msgid ""
+"Could not add file container %s: Timeout while waiting for loop setup.\n"
+"Please try using the <i>Disks</i> application instead."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:209
+msgid "Choose File Container"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+msgid "Do you really want to launch the Unsafe Browser?"
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+msgid ""
+"Network activity within the Unsafe Browser is <b>not anonymous</b>.\\nOnly "
+"use the Unsafe Browser if necessary, for example\\nif you have to login or "
+"register to activate your Internet connection."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+msgid "Starting the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+msgid "This may take a while, so please be patient."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+msgid "Shutting down the Unsafe Browser..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+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:70
+msgid "Failed to restart Tor."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: ../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:91
+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:99
+msgid "Failed to setup chroot."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:104
+msgid "Failed to configure browser."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:110
+msgid ""
+"No DNS server was obtained through DHCP or manually configured in "
+"NetworkManager."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:121
+msgid "Failed to run browser."
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/Report_an_error.desktop.in.h:1
+msgid "Report an error"
+msgstr ""
+
+#: ../config/chroot_local-includes/etc/skel/Desktop/tails-documentation.desktop.in.h:1
+#: ../config/chroot_local-includes/usr/share/applications/tails-documentation.desktop.in.h:1
+msgid "Tails documentation"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/root-terminal.desktop.in.h:1
+msgid "Root Terminal"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/root-terminal.desktop.in.h:2
+msgid "Opens a terminal as the root user, using gksu to ask for the password"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-documentation.desktop.in.h:2
+msgid "Learn how to use Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tails-about.desktop.in.h:2
+msgid "Learn more about Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
+msgid "Tor Browser"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:2
+msgid "Anonymous Web Browser"
+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/applications/unlock-veracrypt-volumes.desktop.in.h:2
+msgid "Mount VeraCrypt encrypted file containers and devices"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:2
+msgid ""
+"Configure the additional software installed from your persistent storage "
+"when starting Tails"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
+msgid "Tails specific tools"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.root-terminal.policy.in.h:1
+msgid "To start a Root Terminal, you need to authenticate."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy.in.h:1
+msgid "Remove an additional software package"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy.in.h:2
+msgid ""
+"Authentication is required to remove a package from your additional software"
+" ($(command_line))"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:61
+msgid "File Containers"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:80
+msgid "_Add"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:86
+msgid "Add a file container"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:103
+msgid "Partitions and Drives"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:121
+msgid ""
+"This application is not affiliated with or endorsed by the VeraCrypt project"
+" or IDRIX."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:29
+msgid "_Open"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:38
+msgid "Lock this volume"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:52
+msgid "_Unlock"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:61
+msgid "Detach this volume"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/local/share/mime/packages/unlock-veracrypt-volumes.xml.in.h:1
+msgid "TrueCrypt/VeraCrypt container"
+msgstr ""
1
0

[translation/abouttor-homepage] Update translations for abouttor-homepage
by translation@torproject.org 16 Aug '19
by translation@torproject.org 16 Aug '19
16 Aug '19
commit 064e79aaa7c3a2fa1a5c2629fd5e783b853ea3d6
Author: Translation commit bot <translation(a)torproject.org>
Date: Fri Aug 16 10:45:40 2019 +0000
Update translations for abouttor-homepage
---
ach/aboutTor.dtd | 30 ------------------------------
af/aboutTor.dtd | 32 --------------------------------
ast/aboutTor.dtd | 30 ------------------------------
be/aboutTor.dtd | 30 ------------------------------
br/aboutTor.dtd | 30 ------------------------------
bs/aboutTor.dtd | 30 ------------------------------
fy-NL/aboutTor.dtd | 30 ------------------------------
gd/aboutTor.dtd | 30 ------------------------------
gl/aboutTor.dtd | 32 --------------------------------
gu-IN/aboutTor.dtd | 30 ------------------------------
hy-AM/aboutTor.dtd | 30 ------------------------------
kn/aboutTor.dtd | 30 ------------------------------
mr/aboutTor.dtd | 30 ------------------------------
my/aboutTor.dtd | 30 ------------------------------
ne/aboutTor.dtd | 30 ------------------------------
oc/aboutTor.dtd | 30 ------------------------------
or/aboutTor.dtd | 30 ------------------------------
son/aboutTor.dtd | 30 ------------------------------
sw/aboutTor.dtd | 30 ------------------------------
te/aboutTor.dtd | 30 ------------------------------
uz/aboutTor.dtd | 30 ------------------------------
vi/aboutTor.dtd | 2 +-
22 files changed, 1 insertion(+), 635 deletions(-)
diff --git a/ach/aboutTor.dtd b/ach/aboutTor.dtd
deleted file mode 100644
index 4f360a91b..000000000
--- a/ach/aboutTor.dtd
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
- - Copyright (c) 2018, The Tor Project, Inc.
- - See LICENSE for licensing information.
- - vim: set sw=2 sts=2 ts=8 et syntax=xml:
- -->
-
-<!ENTITY aboutTor.title "About Tor">
-
-<!ENTITY aboutTor.viewChangelog.label "View Changelog">
-
-<!ENTITY aboutTor.ready.label "Explore. Privately.">
-<!ENTITY aboutTor.ready2.label "You’re ready for the world’s most private browsing experience.">
-<!ENTITY aboutTor.failure.label "Something Went Wrong!">
-<!ENTITY aboutTor.failure2.label "Tor is not working in this browser.">
-
-<!ENTITY aboutTor.search.label "Search with DuckDuckGo">
-<!ENTITY aboutTor.searchDDGPost.link "https://duckduckgo.com">
-
-<!ENTITY aboutTor.torbrowser_user_manual_questions.label "Questions?">
-<!ENTITY aboutTor.torbrowser_user_manual_link.label "Check our Tor Browser Manual »">
-<!-- The next two entities are used within the browser's Help menu. -->
-<!ENTITY aboutTor.torbrowser_user_manual.accesskey "M">
-<!ENTITY aboutTor.torbrowser_user_manual.label "Tor Browser Manual">
-
-<!ENTITY aboutTor.tor_mission.label "The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.">
-<!ENTITY aboutTor.getInvolved.label "Get Involved »">
-<!ENTITY aboutTor.getInvolved.link "https://www.torproject.org/getinvolved/volunteer.html.en">
-
-<!ENTITY aboutTor.newsletter.tagline "Get the latest news from Tor straight to your inbox.">
-<!ENTITY aboutTor.newsletter.link_text "Sign up for Tor News.">
diff --git a/af/aboutTor.dtd b/af/aboutTor.dtd
deleted file mode 100644
index 4ba1789d1..000000000
--- a/af/aboutTor.dtd
+++ /dev/null
@@ -1,32 +0,0 @@
-<!--
- - Copyright (c) 2018, The Tor Project, Inc.
- - See LICENSE for licensing information.
- - vim: set sw=2 sts=2 ts=8 et syntax=xml:
- -->
-
-<!ENTITY aboutTor.title "Omtrent Tor">
-
-<!ENTITY aboutTor.viewChangelog.label "View Changelog">
-
-<!ENTITY aboutTor.ready.label "Explore. Privately.">
-<!ENTITY aboutTor.ready2.label "You’re ready for the world’s most private browsing experience.">
-<!ENTITY aboutTor.failure.label "Daar het 'n fout ingesluip!">
-<!ENTITY aboutTor.failure2.label "Tor funksioneer nie in hierdie websoeker nie.">
-
-<!ENTITY aboutTor.search.label "Search with DuckDuckGo">
-<!ENTITY aboutTor.searchDDGPost.link "https://duckduckgo.com">
-
-<!ENTITY aboutTor.torbrowser_user_manual_questions.label "Questions?">
-<!ENTITY aboutTor.torbrowser_user_manual_link.label "Check our Tor Browser Manual »">
-<!-- The next two entities are used within the browser's Help menu. -->
-<!ENTITY aboutTor.torbrowser_user_manual.accesskey "M">
-<!ENTITY aboutTor.torbrowser_user_manual.label "Tor Browser Manual">
-
-<!ENTITY aboutTor.tor_mission.label "The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.">
-<!ENTITY aboutTor.getInvolved.label "Get Involved »">
-<!ENTITY aboutTor.getInvolved.link "https://www.torproject.org/getinvolved/volunteer.html.en">
-
-<!ENTITY aboutTor.newsletter.tagline "Get the latest news from Tor straight to your inbox.">
-<!ENTITY aboutTor.newsletter.link_text "Sign up for Tor News.">
-<!ENTITY aboutTor.donationBanner.line2e "Keep Tor strong.">
-<!ENTITY aboutTor.donationBanner.buttonA "Donate Now">
diff --git a/ast/aboutTor.dtd b/ast/aboutTor.dtd
deleted file mode 100644
index e96574db4..000000000
--- a/ast/aboutTor.dtd
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
- - Copyright (c) 2018, The Tor Project, Inc.
- - See LICENSE for licensing information.
- - vim: set sw=2 sts=2 ts=8 et syntax=xml:
- -->
-
-<!ENTITY aboutTor.title "Tocante a Tor">
-
-<!ENTITY aboutTor.viewChangelog.label "View Changelog">
-
-<!ENTITY aboutTor.ready.label "Explore. Privately.">
-<!ENTITY aboutTor.ready2.label "You’re ready for the world’s most private browsing experience.">
-<!ENTITY aboutTor.failure.label "Something Went Wrong!">
-<!ENTITY aboutTor.failure2.label "Tor is not working in this browser.">
-
-<!ENTITY aboutTor.search.label "Search with DuckDuckGo">
-<!ENTITY aboutTor.searchDDGPost.link "https://duckduckgo.com">
-
-<!ENTITY aboutTor.torbrowser_user_manual_questions.label "Questions?">
-<!ENTITY aboutTor.torbrowser_user_manual_link.label "Check our Tor Browser Manual »">
-<!-- The next two entities are used within the browser's Help menu. -->
-<!ENTITY aboutTor.torbrowser_user_manual.accesskey "M">
-<!ENTITY aboutTor.torbrowser_user_manual.label "Tor Browser Manual">
-
-<!ENTITY aboutTor.tor_mission.label "The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.">
-<!ENTITY aboutTor.getInvolved.label "Get Involved »">
-<!ENTITY aboutTor.getInvolved.link "https://www.torproject.org/getinvolved/volunteer.html.en">
-
-<!ENTITY aboutTor.newsletter.tagline "Get the latest news from Tor straight to your inbox.">
-<!ENTITY aboutTor.newsletter.link_text "Sign up for Tor News.">
diff --git a/be/aboutTor.dtd b/be/aboutTor.dtd
deleted file mode 100644
index 4f360a91b..000000000
--- a/be/aboutTor.dtd
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
- - Copyright (c) 2018, The Tor Project, Inc.
- - See LICENSE for licensing information.
- - vim: set sw=2 sts=2 ts=8 et syntax=xml:
- -->
-
-<!ENTITY aboutTor.title "About Tor">
-
-<!ENTITY aboutTor.viewChangelog.label "View Changelog">
-
-<!ENTITY aboutTor.ready.label "Explore. Privately.">
-<!ENTITY aboutTor.ready2.label "You’re ready for the world’s most private browsing experience.">
-<!ENTITY aboutTor.failure.label "Something Went Wrong!">
-<!ENTITY aboutTor.failure2.label "Tor is not working in this browser.">
-
-<!ENTITY aboutTor.search.label "Search with DuckDuckGo">
-<!ENTITY aboutTor.searchDDGPost.link "https://duckduckgo.com">
-
-<!ENTITY aboutTor.torbrowser_user_manual_questions.label "Questions?">
-<!ENTITY aboutTor.torbrowser_user_manual_link.label "Check our Tor Browser Manual »">
-<!-- The next two entities are used within the browser's Help menu. -->
-<!ENTITY aboutTor.torbrowser_user_manual.accesskey "M">
-<!ENTITY aboutTor.torbrowser_user_manual.label "Tor Browser Manual">
-
-<!ENTITY aboutTor.tor_mission.label "The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.">
-<!ENTITY aboutTor.getInvolved.label "Get Involved »">
-<!ENTITY aboutTor.getInvolved.link "https://www.torproject.org/getinvolved/volunteer.html.en">
-
-<!ENTITY aboutTor.newsletter.tagline "Get the latest news from Tor straight to your inbox.">
-<!ENTITY aboutTor.newsletter.link_text "Sign up for Tor News.">
diff --git a/br/aboutTor.dtd b/br/aboutTor.dtd
deleted file mode 100644
index 3b026242b..000000000
--- a/br/aboutTor.dtd
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
- - Copyright (c) 2018, The Tor Project, Inc.
- - See LICENSE for licensing information.
- - vim: set sw=2 sts=2 ts=8 et syntax=xml:
- -->
-
-<!ENTITY aboutTor.title "Diwar-benn Tor">
-
-<!ENTITY aboutTor.viewChangelog.label "View Changelog">
-
-<!ENTITY aboutTor.ready.label "Explore. Privately.">
-<!ENTITY aboutTor.ready2.label "You’re ready for the world’s most private browsing experience.">
-<!ENTITY aboutTor.failure.label "Something Went Wrong!">
-<!ENTITY aboutTor.failure2.label "Tor is not working in this browser.">
-
-<!ENTITY aboutTor.search.label "Search with DuckDuckGo">
-<!ENTITY aboutTor.searchDDGPost.link "https://duckduckgo.com">
-
-<!ENTITY aboutTor.torbrowser_user_manual_questions.label "Questions?">
-<!ENTITY aboutTor.torbrowser_user_manual_link.label "Check our Tor Browser Manual »">
-<!-- The next two entities are used within the browser's Help menu. -->
-<!ENTITY aboutTor.torbrowser_user_manual.accesskey "M">
-<!ENTITY aboutTor.torbrowser_user_manual.label "Tor Browser Manual">
-
-<!ENTITY aboutTor.tor_mission.label "The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.">
-<!ENTITY aboutTor.getInvolved.label "Get Involved »">
-<!ENTITY aboutTor.getInvolved.link "https://www.torproject.org/getinvolved/volunteer.html.en">
-
-<!ENTITY aboutTor.newsletter.tagline "Get the latest news from Tor straight to your inbox.">
-<!ENTITY aboutTor.newsletter.link_text "Sign up for Tor News.">
diff --git a/bs/aboutTor.dtd b/bs/aboutTor.dtd
deleted file mode 100644
index 4f360a91b..000000000
--- a/bs/aboutTor.dtd
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
- - Copyright (c) 2018, The Tor Project, Inc.
- - See LICENSE for licensing information.
- - vim: set sw=2 sts=2 ts=8 et syntax=xml:
- -->
-
-<!ENTITY aboutTor.title "About Tor">
-
-<!ENTITY aboutTor.viewChangelog.label "View Changelog">
-
-<!ENTITY aboutTor.ready.label "Explore. Privately.">
-<!ENTITY aboutTor.ready2.label "You’re ready for the world’s most private browsing experience.">
-<!ENTITY aboutTor.failure.label "Something Went Wrong!">
-<!ENTITY aboutTor.failure2.label "Tor is not working in this browser.">
-
-<!ENTITY aboutTor.search.label "Search with DuckDuckGo">
-<!ENTITY aboutTor.searchDDGPost.link "https://duckduckgo.com">
-
-<!ENTITY aboutTor.torbrowser_user_manual_questions.label "Questions?">
-<!ENTITY aboutTor.torbrowser_user_manual_link.label "Check our Tor Browser Manual »">
-<!-- The next two entities are used within the browser's Help menu. -->
-<!ENTITY aboutTor.torbrowser_user_manual.accesskey "M">
-<!ENTITY aboutTor.torbrowser_user_manual.label "Tor Browser Manual">
-
-<!ENTITY aboutTor.tor_mission.label "The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.">
-<!ENTITY aboutTor.getInvolved.label "Get Involved »">
-<!ENTITY aboutTor.getInvolved.link "https://www.torproject.org/getinvolved/volunteer.html.en">
-
-<!ENTITY aboutTor.newsletter.tagline "Get the latest news from Tor straight to your inbox.">
-<!ENTITY aboutTor.newsletter.link_text "Sign up for Tor News.">
diff --git a/fy-NL/aboutTor.dtd b/fy-NL/aboutTor.dtd
deleted file mode 100644
index e8ee73ca9..000000000
--- a/fy-NL/aboutTor.dtd
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
- - Copyright (c) 2018, The Tor Project, Inc.
- - See LICENSE for licensing information.
- - vim: set sw=2 sts=2 ts=8 et syntax=xml:
- -->
-
-<!ENTITY aboutTor.title "Oer Tor">
-
-<!ENTITY aboutTor.viewChangelog.label "View Changelog">
-
-<!ENTITY aboutTor.ready.label "Explore. Privately.">
-<!ENTITY aboutTor.ready2.label "You’re ready for the world’s most private browsing experience.">
-<!ENTITY aboutTor.failure.label "Something Went Wrong!">
-<!ENTITY aboutTor.failure2.label "Tor is not working in this browser.">
-
-<!ENTITY aboutTor.search.label "Search with DuckDuckGo">
-<!ENTITY aboutTor.searchDDGPost.link "https://duckduckgo.com">
-
-<!ENTITY aboutTor.torbrowser_user_manual_questions.label "Questions?">
-<!ENTITY aboutTor.torbrowser_user_manual_link.label "Check our Tor Browser Manual »">
-<!-- The next two entities are used within the browser's Help menu. -->
-<!ENTITY aboutTor.torbrowser_user_manual.accesskey "M">
-<!ENTITY aboutTor.torbrowser_user_manual.label "Tor Browser Manual">
-
-<!ENTITY aboutTor.tor_mission.label "The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.">
-<!ENTITY aboutTor.getInvolved.label "Get Involved »">
-<!ENTITY aboutTor.getInvolved.link "https://www.torproject.org/getinvolved/volunteer.html.en">
-
-<!ENTITY aboutTor.newsletter.tagline "Get the latest news from Tor straight to your inbox.">
-<!ENTITY aboutTor.newsletter.link_text "Sign up for Tor News.">
diff --git a/gd/aboutTor.dtd b/gd/aboutTor.dtd
deleted file mode 100644
index 4f360a91b..000000000
--- a/gd/aboutTor.dtd
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
- - Copyright (c) 2018, The Tor Project, Inc.
- - See LICENSE for licensing information.
- - vim: set sw=2 sts=2 ts=8 et syntax=xml:
- -->
-
-<!ENTITY aboutTor.title "About Tor">
-
-<!ENTITY aboutTor.viewChangelog.label "View Changelog">
-
-<!ENTITY aboutTor.ready.label "Explore. Privately.">
-<!ENTITY aboutTor.ready2.label "You’re ready for the world’s most private browsing experience.">
-<!ENTITY aboutTor.failure.label "Something Went Wrong!">
-<!ENTITY aboutTor.failure2.label "Tor is not working in this browser.">
-
-<!ENTITY aboutTor.search.label "Search with DuckDuckGo">
-<!ENTITY aboutTor.searchDDGPost.link "https://duckduckgo.com">
-
-<!ENTITY aboutTor.torbrowser_user_manual_questions.label "Questions?">
-<!ENTITY aboutTor.torbrowser_user_manual_link.label "Check our Tor Browser Manual »">
-<!-- The next two entities are used within the browser's Help menu. -->
-<!ENTITY aboutTor.torbrowser_user_manual.accesskey "M">
-<!ENTITY aboutTor.torbrowser_user_manual.label "Tor Browser Manual">
-
-<!ENTITY aboutTor.tor_mission.label "The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.">
-<!ENTITY aboutTor.getInvolved.label "Get Involved »">
-<!ENTITY aboutTor.getInvolved.link "https://www.torproject.org/getinvolved/volunteer.html.en">
-
-<!ENTITY aboutTor.newsletter.tagline "Get the latest news from Tor straight to your inbox.">
-<!ENTITY aboutTor.newsletter.link_text "Sign up for Tor News.">
diff --git a/gl/aboutTor.dtd b/gl/aboutTor.dtd
deleted file mode 100644
index 115db0583..000000000
--- a/gl/aboutTor.dtd
+++ /dev/null
@@ -1,32 +0,0 @@
-<!--
- - Copyright (c) 2018, The Tor Project, Inc.
- - See LICENSE for licensing information.
- - vim: set sw=2 sts=2 ts=8 et syntax=xml:
- -->
-
-<!ENTITY aboutTor.title "About Tor">
-
-<!ENTITY aboutTor.viewChangelog.label "View Changelog">
-
-<!ENTITY aboutTor.ready.label "Explore. Privately.">
-<!ENTITY aboutTor.ready2.label "You’re ready for the world’s most private browsing experience.">
-<!ENTITY aboutTor.failure.label "Algo foi mal!">
-<!ENTITY aboutTor.failure2.label "Tor is not working in this browser.">
-
-<!ENTITY aboutTor.search.label "Search with DuckDuckGo">
-<!ENTITY aboutTor.searchDDGPost.link "https://duckduckgo.com">
-
-<!ENTITY aboutTor.torbrowser_user_manual_questions.label "Preguntas?">
-<!ENTITY aboutTor.torbrowser_user_manual_link.label "Check our Tor Browser Manual »">
-<!-- The next two entities are used within the browser's Help menu. -->
-<!ENTITY aboutTor.torbrowser_user_manual.accesskey "M">
-<!ENTITY aboutTor.torbrowser_user_manual.label "Tor Browser Manual">
-
-<!ENTITY aboutTor.tor_mission.label "The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.">
-<!ENTITY aboutTor.getInvolved.label "Get Involved »">
-<!ENTITY aboutTor.getInvolved.link "https://www.torproject.org/getinvolved/volunteer.html.en">
-
-<!ENTITY aboutTor.newsletter.tagline "Get the latest news from Tor straight to your inbox.">
-<!ENTITY aboutTor.newsletter.link_text "Sign up for Tor News.">
-<!ENTITY aboutTor.donationBanner.line2e "Keep Tor strong.">
-<!ENTITY aboutTor.donationBanner.buttonA "Donate Now">
diff --git a/gu-IN/aboutTor.dtd b/gu-IN/aboutTor.dtd
deleted file mode 100644
index 4f360a91b..000000000
--- a/gu-IN/aboutTor.dtd
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
- - Copyright (c) 2018, The Tor Project, Inc.
- - See LICENSE for licensing information.
- - vim: set sw=2 sts=2 ts=8 et syntax=xml:
- -->
-
-<!ENTITY aboutTor.title "About Tor">
-
-<!ENTITY aboutTor.viewChangelog.label "View Changelog">
-
-<!ENTITY aboutTor.ready.label "Explore. Privately.">
-<!ENTITY aboutTor.ready2.label "You’re ready for the world’s most private browsing experience.">
-<!ENTITY aboutTor.failure.label "Something Went Wrong!">
-<!ENTITY aboutTor.failure2.label "Tor is not working in this browser.">
-
-<!ENTITY aboutTor.search.label "Search with DuckDuckGo">
-<!ENTITY aboutTor.searchDDGPost.link "https://duckduckgo.com">
-
-<!ENTITY aboutTor.torbrowser_user_manual_questions.label "Questions?">
-<!ENTITY aboutTor.torbrowser_user_manual_link.label "Check our Tor Browser Manual »">
-<!-- The next two entities are used within the browser's Help menu. -->
-<!ENTITY aboutTor.torbrowser_user_manual.accesskey "M">
-<!ENTITY aboutTor.torbrowser_user_manual.label "Tor Browser Manual">
-
-<!ENTITY aboutTor.tor_mission.label "The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.">
-<!ENTITY aboutTor.getInvolved.label "Get Involved »">
-<!ENTITY aboutTor.getInvolved.link "https://www.torproject.org/getinvolved/volunteer.html.en">
-
-<!ENTITY aboutTor.newsletter.tagline "Get the latest news from Tor straight to your inbox.">
-<!ENTITY aboutTor.newsletter.link_text "Sign up for Tor News.">
diff --git a/hy-AM/aboutTor.dtd b/hy-AM/aboutTor.dtd
deleted file mode 100644
index 4f360a91b..000000000
--- a/hy-AM/aboutTor.dtd
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
- - Copyright (c) 2018, The Tor Project, Inc.
- - See LICENSE for licensing information.
- - vim: set sw=2 sts=2 ts=8 et syntax=xml:
- -->
-
-<!ENTITY aboutTor.title "About Tor">
-
-<!ENTITY aboutTor.viewChangelog.label "View Changelog">
-
-<!ENTITY aboutTor.ready.label "Explore. Privately.">
-<!ENTITY aboutTor.ready2.label "You’re ready for the world’s most private browsing experience.">
-<!ENTITY aboutTor.failure.label "Something Went Wrong!">
-<!ENTITY aboutTor.failure2.label "Tor is not working in this browser.">
-
-<!ENTITY aboutTor.search.label "Search with DuckDuckGo">
-<!ENTITY aboutTor.searchDDGPost.link "https://duckduckgo.com">
-
-<!ENTITY aboutTor.torbrowser_user_manual_questions.label "Questions?">
-<!ENTITY aboutTor.torbrowser_user_manual_link.label "Check our Tor Browser Manual »">
-<!-- The next two entities are used within the browser's Help menu. -->
-<!ENTITY aboutTor.torbrowser_user_manual.accesskey "M">
-<!ENTITY aboutTor.torbrowser_user_manual.label "Tor Browser Manual">
-
-<!ENTITY aboutTor.tor_mission.label "The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.">
-<!ENTITY aboutTor.getInvolved.label "Get Involved »">
-<!ENTITY aboutTor.getInvolved.link "https://www.torproject.org/getinvolved/volunteer.html.en">
-
-<!ENTITY aboutTor.newsletter.tagline "Get the latest news from Tor straight to your inbox.">
-<!ENTITY aboutTor.newsletter.link_text "Sign up for Tor News.">
diff --git a/kn/aboutTor.dtd b/kn/aboutTor.dtd
deleted file mode 100644
index ee6b03eb5..000000000
--- a/kn/aboutTor.dtd
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
- - Copyright (c) 2018, The Tor Project, Inc.
- - See LICENSE for licensing information.
- - vim: set sw=2 sts=2 ts=8 et syntax=xml:
- -->
-
-<!ENTITY aboutTor.title "ಟಾರ್ನ ಬಗ್ಗೆ">
-
-<!ENTITY aboutTor.viewChangelog.label "View Changelog">
-
-<!ENTITY aboutTor.ready.label "Explore. Privately.">
-<!ENTITY aboutTor.ready2.label "You’re ready for the world’s most private browsing experience.">
-<!ENTITY aboutTor.failure.label "Something Went Wrong!">
-<!ENTITY aboutTor.failure2.label "Tor is not working in this browser.">
-
-<!ENTITY aboutTor.search.label "Search with DuckDuckGo">
-<!ENTITY aboutTor.searchDDGPost.link "https://duckduckgo.com">
-
-<!ENTITY aboutTor.torbrowser_user_manual_questions.label "Questions?">
-<!ENTITY aboutTor.torbrowser_user_manual_link.label "Check our Tor Browser Manual »">
-<!-- The next two entities are used within the browser's Help menu. -->
-<!ENTITY aboutTor.torbrowser_user_manual.accesskey "M">
-<!ENTITY aboutTor.torbrowser_user_manual.label "Tor Browser Manual">
-
-<!ENTITY aboutTor.tor_mission.label "The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.">
-<!ENTITY aboutTor.getInvolved.label "Get Involved »">
-<!ENTITY aboutTor.getInvolved.link "https://www.torproject.org/getinvolved/volunteer.html.en">
-
-<!ENTITY aboutTor.newsletter.tagline "Get the latest news from Tor straight to your inbox.">
-<!ENTITY aboutTor.newsletter.link_text "Sign up for Tor News.">
diff --git a/mr/aboutTor.dtd b/mr/aboutTor.dtd
deleted file mode 100644
index ce207187f..000000000
--- a/mr/aboutTor.dtd
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
- - Copyright (c) 2018, The Tor Project, Inc.
- - See LICENSE for licensing information.
- - vim: set sw=2 sts=2 ts=8 et syntax=xml:
- -->
-
-<!ENTITY aboutTor.title "टोर बद्दल">
-
-<!ENTITY aboutTor.viewChangelog.label "View Changelog">
-
-<!ENTITY aboutTor.ready.label "Explore. Privately.">
-<!ENTITY aboutTor.ready2.label "You’re ready for the world’s most private browsing experience.">
-<!ENTITY aboutTor.failure.label "Something Went Wrong!">
-<!ENTITY aboutTor.failure2.label "Tor is not working in this browser.">
-
-<!ENTITY aboutTor.search.label "Search with DuckDuckGo">
-<!ENTITY aboutTor.searchDDGPost.link "https://duckduckgo.com">
-
-<!ENTITY aboutTor.torbrowser_user_manual_questions.label "Questions?">
-<!ENTITY aboutTor.torbrowser_user_manual_link.label "Check our Tor Browser Manual »">
-<!-- The next two entities are used within the browser's Help menu. -->
-<!ENTITY aboutTor.torbrowser_user_manual.accesskey "M">
-<!ENTITY aboutTor.torbrowser_user_manual.label "Tor Browser Manual">
-
-<!ENTITY aboutTor.tor_mission.label "The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.">
-<!ENTITY aboutTor.getInvolved.label "Get Involved »">
-<!ENTITY aboutTor.getInvolved.link "https://www.torproject.org/getinvolved/volunteer.html.en">
-
-<!ENTITY aboutTor.newsletter.tagline "Get the latest news from Tor straight to your inbox.">
-<!ENTITY aboutTor.newsletter.link_text "Sign up for Tor News.">
diff --git a/my/aboutTor.dtd b/my/aboutTor.dtd
deleted file mode 100644
index 4f360a91b..000000000
--- a/my/aboutTor.dtd
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
- - Copyright (c) 2018, The Tor Project, Inc.
- - See LICENSE for licensing information.
- - vim: set sw=2 sts=2 ts=8 et syntax=xml:
- -->
-
-<!ENTITY aboutTor.title "About Tor">
-
-<!ENTITY aboutTor.viewChangelog.label "View Changelog">
-
-<!ENTITY aboutTor.ready.label "Explore. Privately.">
-<!ENTITY aboutTor.ready2.label "You’re ready for the world’s most private browsing experience.">
-<!ENTITY aboutTor.failure.label "Something Went Wrong!">
-<!ENTITY aboutTor.failure2.label "Tor is not working in this browser.">
-
-<!ENTITY aboutTor.search.label "Search with DuckDuckGo">
-<!ENTITY aboutTor.searchDDGPost.link "https://duckduckgo.com">
-
-<!ENTITY aboutTor.torbrowser_user_manual_questions.label "Questions?">
-<!ENTITY aboutTor.torbrowser_user_manual_link.label "Check our Tor Browser Manual »">
-<!-- The next two entities are used within the browser's Help menu. -->
-<!ENTITY aboutTor.torbrowser_user_manual.accesskey "M">
-<!ENTITY aboutTor.torbrowser_user_manual.label "Tor Browser Manual">
-
-<!ENTITY aboutTor.tor_mission.label "The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.">
-<!ENTITY aboutTor.getInvolved.label "Get Involved »">
-<!ENTITY aboutTor.getInvolved.link "https://www.torproject.org/getinvolved/volunteer.html.en">
-
-<!ENTITY aboutTor.newsletter.tagline "Get the latest news from Tor straight to your inbox.">
-<!ENTITY aboutTor.newsletter.link_text "Sign up for Tor News.">
diff --git a/ne/aboutTor.dtd b/ne/aboutTor.dtd
deleted file mode 100644
index 4f360a91b..000000000
--- a/ne/aboutTor.dtd
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
- - Copyright (c) 2018, The Tor Project, Inc.
- - See LICENSE for licensing information.
- - vim: set sw=2 sts=2 ts=8 et syntax=xml:
- -->
-
-<!ENTITY aboutTor.title "About Tor">
-
-<!ENTITY aboutTor.viewChangelog.label "View Changelog">
-
-<!ENTITY aboutTor.ready.label "Explore. Privately.">
-<!ENTITY aboutTor.ready2.label "You’re ready for the world’s most private browsing experience.">
-<!ENTITY aboutTor.failure.label "Something Went Wrong!">
-<!ENTITY aboutTor.failure2.label "Tor is not working in this browser.">
-
-<!ENTITY aboutTor.search.label "Search with DuckDuckGo">
-<!ENTITY aboutTor.searchDDGPost.link "https://duckduckgo.com">
-
-<!ENTITY aboutTor.torbrowser_user_manual_questions.label "Questions?">
-<!ENTITY aboutTor.torbrowser_user_manual_link.label "Check our Tor Browser Manual »">
-<!-- The next two entities are used within the browser's Help menu. -->
-<!ENTITY aboutTor.torbrowser_user_manual.accesskey "M">
-<!ENTITY aboutTor.torbrowser_user_manual.label "Tor Browser Manual">
-
-<!ENTITY aboutTor.tor_mission.label "The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.">
-<!ENTITY aboutTor.getInvolved.label "Get Involved »">
-<!ENTITY aboutTor.getInvolved.link "https://www.torproject.org/getinvolved/volunteer.html.en">
-
-<!ENTITY aboutTor.newsletter.tagline "Get the latest news from Tor straight to your inbox.">
-<!ENTITY aboutTor.newsletter.link_text "Sign up for Tor News.">
diff --git a/oc/aboutTor.dtd b/oc/aboutTor.dtd
deleted file mode 100644
index 4f360a91b..000000000
--- a/oc/aboutTor.dtd
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
- - Copyright (c) 2018, The Tor Project, Inc.
- - See LICENSE for licensing information.
- - vim: set sw=2 sts=2 ts=8 et syntax=xml:
- -->
-
-<!ENTITY aboutTor.title "About Tor">
-
-<!ENTITY aboutTor.viewChangelog.label "View Changelog">
-
-<!ENTITY aboutTor.ready.label "Explore. Privately.">
-<!ENTITY aboutTor.ready2.label "You’re ready for the world’s most private browsing experience.">
-<!ENTITY aboutTor.failure.label "Something Went Wrong!">
-<!ENTITY aboutTor.failure2.label "Tor is not working in this browser.">
-
-<!ENTITY aboutTor.search.label "Search with DuckDuckGo">
-<!ENTITY aboutTor.searchDDGPost.link "https://duckduckgo.com">
-
-<!ENTITY aboutTor.torbrowser_user_manual_questions.label "Questions?">
-<!ENTITY aboutTor.torbrowser_user_manual_link.label "Check our Tor Browser Manual »">
-<!-- The next two entities are used within the browser's Help menu. -->
-<!ENTITY aboutTor.torbrowser_user_manual.accesskey "M">
-<!ENTITY aboutTor.torbrowser_user_manual.label "Tor Browser Manual">
-
-<!ENTITY aboutTor.tor_mission.label "The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.">
-<!ENTITY aboutTor.getInvolved.label "Get Involved »">
-<!ENTITY aboutTor.getInvolved.link "https://www.torproject.org/getinvolved/volunteer.html.en">
-
-<!ENTITY aboutTor.newsletter.tagline "Get the latest news from Tor straight to your inbox.">
-<!ENTITY aboutTor.newsletter.link_text "Sign up for Tor News.">
diff --git a/or/aboutTor.dtd b/or/aboutTor.dtd
deleted file mode 100644
index 4f360a91b..000000000
--- a/or/aboutTor.dtd
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
- - Copyright (c) 2018, The Tor Project, Inc.
- - See LICENSE for licensing information.
- - vim: set sw=2 sts=2 ts=8 et syntax=xml:
- -->
-
-<!ENTITY aboutTor.title "About Tor">
-
-<!ENTITY aboutTor.viewChangelog.label "View Changelog">
-
-<!ENTITY aboutTor.ready.label "Explore. Privately.">
-<!ENTITY aboutTor.ready2.label "You’re ready for the world’s most private browsing experience.">
-<!ENTITY aboutTor.failure.label "Something Went Wrong!">
-<!ENTITY aboutTor.failure2.label "Tor is not working in this browser.">
-
-<!ENTITY aboutTor.search.label "Search with DuckDuckGo">
-<!ENTITY aboutTor.searchDDGPost.link "https://duckduckgo.com">
-
-<!ENTITY aboutTor.torbrowser_user_manual_questions.label "Questions?">
-<!ENTITY aboutTor.torbrowser_user_manual_link.label "Check our Tor Browser Manual »">
-<!-- The next two entities are used within the browser's Help menu. -->
-<!ENTITY aboutTor.torbrowser_user_manual.accesskey "M">
-<!ENTITY aboutTor.torbrowser_user_manual.label "Tor Browser Manual">
-
-<!ENTITY aboutTor.tor_mission.label "The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.">
-<!ENTITY aboutTor.getInvolved.label "Get Involved »">
-<!ENTITY aboutTor.getInvolved.link "https://www.torproject.org/getinvolved/volunteer.html.en">
-
-<!ENTITY aboutTor.newsletter.tagline "Get the latest news from Tor straight to your inbox.">
-<!ENTITY aboutTor.newsletter.link_text "Sign up for Tor News.">
diff --git a/son/aboutTor.dtd b/son/aboutTor.dtd
deleted file mode 100644
index 4f360a91b..000000000
--- a/son/aboutTor.dtd
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
- - Copyright (c) 2018, The Tor Project, Inc.
- - See LICENSE for licensing information.
- - vim: set sw=2 sts=2 ts=8 et syntax=xml:
- -->
-
-<!ENTITY aboutTor.title "About Tor">
-
-<!ENTITY aboutTor.viewChangelog.label "View Changelog">
-
-<!ENTITY aboutTor.ready.label "Explore. Privately.">
-<!ENTITY aboutTor.ready2.label "You’re ready for the world’s most private browsing experience.">
-<!ENTITY aboutTor.failure.label "Something Went Wrong!">
-<!ENTITY aboutTor.failure2.label "Tor is not working in this browser.">
-
-<!ENTITY aboutTor.search.label "Search with DuckDuckGo">
-<!ENTITY aboutTor.searchDDGPost.link "https://duckduckgo.com">
-
-<!ENTITY aboutTor.torbrowser_user_manual_questions.label "Questions?">
-<!ENTITY aboutTor.torbrowser_user_manual_link.label "Check our Tor Browser Manual »">
-<!-- The next two entities are used within the browser's Help menu. -->
-<!ENTITY aboutTor.torbrowser_user_manual.accesskey "M">
-<!ENTITY aboutTor.torbrowser_user_manual.label "Tor Browser Manual">
-
-<!ENTITY aboutTor.tor_mission.label "The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.">
-<!ENTITY aboutTor.getInvolved.label "Get Involved »">
-<!ENTITY aboutTor.getInvolved.link "https://www.torproject.org/getinvolved/volunteer.html.en">
-
-<!ENTITY aboutTor.newsletter.tagline "Get the latest news from Tor straight to your inbox.">
-<!ENTITY aboutTor.newsletter.link_text "Sign up for Tor News.">
diff --git a/sw/aboutTor.dtd b/sw/aboutTor.dtd
deleted file mode 100644
index 120ac91a8..000000000
--- a/sw/aboutTor.dtd
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
- - Copyright (c) 2018, The Tor Project, Inc.
- - See LICENSE for licensing information.
- - vim: set sw=2 sts=2 ts=8 et syntax=xml:
- -->
-
-<!ENTITY aboutTor.title "About Tor">
-
-<!ENTITY aboutTor.viewChangelog.label "View Changelog">
-
-<!ENTITY aboutTor.ready.label "Explore. Privately.">
-<!ENTITY aboutTor.ready2.label "You’re ready for the world’s most private browsing experience.">
-<!ENTITY aboutTor.failure.label "Something Went Wrong!">
-<!ENTITY aboutTor.failure2.label "Tor is not working in this browser.">
-
-<!ENTITY aboutTor.search.label "Search with DuckDuckGo">
-<!ENTITY aboutTor.searchDDGPost.link "https://duckduckgo.com">
-
-<!ENTITY aboutTor.torbrowser_user_manual_questions.label "Maswali?">
-<!ENTITY aboutTor.torbrowser_user_manual_link.label "Check our Tor Browser Manual »">
-<!-- The next two entities are used within the browser's Help menu. -->
-<!ENTITY aboutTor.torbrowser_user_manual.accesskey "M">
-<!ENTITY aboutTor.torbrowser_user_manual.label "Tor Browser Manual">
-
-<!ENTITY aboutTor.tor_mission.label "The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.">
-<!ENTITY aboutTor.getInvolved.label "Get Involved »">
-<!ENTITY aboutTor.getInvolved.link "https://www.torproject.org/getinvolved/volunteer.html.en">
-
-<!ENTITY aboutTor.newsletter.tagline "Get the latest news from Tor straight to your inbox.">
-<!ENTITY aboutTor.newsletter.link_text "Sign up for Tor News.">
diff --git a/te/aboutTor.dtd b/te/aboutTor.dtd
deleted file mode 100644
index 4f360a91b..000000000
--- a/te/aboutTor.dtd
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
- - Copyright (c) 2018, The Tor Project, Inc.
- - See LICENSE for licensing information.
- - vim: set sw=2 sts=2 ts=8 et syntax=xml:
- -->
-
-<!ENTITY aboutTor.title "About Tor">
-
-<!ENTITY aboutTor.viewChangelog.label "View Changelog">
-
-<!ENTITY aboutTor.ready.label "Explore. Privately.">
-<!ENTITY aboutTor.ready2.label "You’re ready for the world’s most private browsing experience.">
-<!ENTITY aboutTor.failure.label "Something Went Wrong!">
-<!ENTITY aboutTor.failure2.label "Tor is not working in this browser.">
-
-<!ENTITY aboutTor.search.label "Search with DuckDuckGo">
-<!ENTITY aboutTor.searchDDGPost.link "https://duckduckgo.com">
-
-<!ENTITY aboutTor.torbrowser_user_manual_questions.label "Questions?">
-<!ENTITY aboutTor.torbrowser_user_manual_link.label "Check our Tor Browser Manual »">
-<!-- The next two entities are used within the browser's Help menu. -->
-<!ENTITY aboutTor.torbrowser_user_manual.accesskey "M">
-<!ENTITY aboutTor.torbrowser_user_manual.label "Tor Browser Manual">
-
-<!ENTITY aboutTor.tor_mission.label "The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.">
-<!ENTITY aboutTor.getInvolved.label "Get Involved »">
-<!ENTITY aboutTor.getInvolved.link "https://www.torproject.org/getinvolved/volunteer.html.en">
-
-<!ENTITY aboutTor.newsletter.tagline "Get the latest news from Tor straight to your inbox.">
-<!ENTITY aboutTor.newsletter.link_text "Sign up for Tor News.">
diff --git a/uz/aboutTor.dtd b/uz/aboutTor.dtd
deleted file mode 100644
index 4f360a91b..000000000
--- a/uz/aboutTor.dtd
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
- - Copyright (c) 2018, The Tor Project, Inc.
- - See LICENSE for licensing information.
- - vim: set sw=2 sts=2 ts=8 et syntax=xml:
- -->
-
-<!ENTITY aboutTor.title "About Tor">
-
-<!ENTITY aboutTor.viewChangelog.label "View Changelog">
-
-<!ENTITY aboutTor.ready.label "Explore. Privately.">
-<!ENTITY aboutTor.ready2.label "You’re ready for the world’s most private browsing experience.">
-<!ENTITY aboutTor.failure.label "Something Went Wrong!">
-<!ENTITY aboutTor.failure2.label "Tor is not working in this browser.">
-
-<!ENTITY aboutTor.search.label "Search with DuckDuckGo">
-<!ENTITY aboutTor.searchDDGPost.link "https://duckduckgo.com">
-
-<!ENTITY aboutTor.torbrowser_user_manual_questions.label "Questions?">
-<!ENTITY aboutTor.torbrowser_user_manual_link.label "Check our Tor Browser Manual »">
-<!-- The next two entities are used within the browser's Help menu. -->
-<!ENTITY aboutTor.torbrowser_user_manual.accesskey "M">
-<!ENTITY aboutTor.torbrowser_user_manual.label "Tor Browser Manual">
-
-<!ENTITY aboutTor.tor_mission.label "The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.">
-<!ENTITY aboutTor.getInvolved.label "Get Involved »">
-<!ENTITY aboutTor.getInvolved.link "https://www.torproject.org/getinvolved/volunteer.html.en">
-
-<!ENTITY aboutTor.newsletter.tagline "Get the latest news from Tor straight to your inbox.">
-<!ENTITY aboutTor.newsletter.link_text "Sign up for Tor News.">
diff --git a/vi/aboutTor.dtd b/vi/aboutTor.dtd
index 77f966004..44bf6f972 100644
--- a/vi/aboutTor.dtd
+++ b/vi/aboutTor.dtd
@@ -6,7 +6,7 @@
<!ENTITY aboutTor.title "Thông tin về Tor">
-<!ENTITY aboutTor.viewChangelog.label "View Changelog">
+<!ENTITY aboutTor.viewChangelog.label "Xem nhật kí thay dổi">
<!ENTITY aboutTor.ready.label "Truy cập Internet. Một cách riêng tư.">
<!ENTITY aboutTor.ready2.label "Bạn đã sẵn sàng cho trải nghiệm duyệt web riêng tư nhất trên thế giới.">
1
0

[translation/tails-perl5lib_completed] Update translations for tails-perl5lib_completed
by translation@torproject.org 16 Aug '19
by translation@torproject.org 16 Aug '19
16 Aug '19
commit b706dc09b5e36905ac4923295b3f12491cbd3bf2
Author: Translation commit bot <translation(a)torproject.org>
Date: Fri Aug 16 10:20:08 2019 +0000
Update translations for tails-perl5lib_completed
---
am_ET.po | 25 -------------------------
ar.po | 38 --------------------------------------
az.po | 25 -------------------------
bg.po | 36 ------------------------------------
bn.po | 35 -----------------------------------
bn_BD.po | 36 ------------------------------------
ca.po | 37 -------------------------------------
cs.po | 37 -------------------------------------
cy.po | 36 ------------------------------------
da.po | 36 ------------------------------------
de.po | 10 +++++-----
el.po | 10 +++++-----
en_GB.po | 36 ------------------------------------
eo.po | 35 -----------------------------------
es.po | 12 ++++++------
es_AR.po | 10 +++++-----
es_MX.po | 35 -----------------------------------
et.po | 35 -----------------------------------
eu.po | 35 -----------------------------------
fa.po | 37 -------------------------------------
fi.po | 39 ---------------------------------------
fil.po | 36 ------------------------------------
fr.po | 16 ++++++++--------
fr_CA.po | 38 --------------------------------------
ga.po | 10 +++++-----
gl.po | 25 -------------------------
he.po | 12 ++++++------
hi.po | 35 -----------------------------------
hr.po | 35 -----------------------------------
hr_HR.po | 37 -------------------------------------
hu.po | 10 +++++-----
is.po | 35 -----------------------------------
it.po | 38 --------------------------------------
ja.po | 37 -------------------------------------
ka.po | 35 -----------------------------------
kk.po | 35 -----------------------------------
km.po | 25 -------------------------
ko.po | 38 --------------------------------------
lb.po | 35 -----------------------------------
lo.po | 35 -----------------------------------
lt.po | 36 ------------------------------------
lv.po | 35 -----------------------------------
mr.po | 25 -------------------------
ms_MY.po | 37 -------------------------------------
nb.po | 36 ------------------------------------
nl.po | 36 ------------------------------------
nl_BE.po | 36 ------------------------------------
nn.po | 35 -----------------------------------
pl.po | 36 ------------------------------------
pt.po | 39 ---------------------------------------
pt_BR.po | 10 +++++-----
pt_PT.po | 35 -----------------------------------
ru.po | 39 ---------------------------------------
si_LK.po | 24 ------------------------
sk.po | 35 -----------------------------------
sk_SK.po | 37 -------------------------------------
sl_SI.po | 25 -------------------------
sq.po | 36 ------------------------------------
sr.po | 24 ------------------------
sv.po | 37 -------------------------------------
sw.po | 35 -----------------------------------
ta.po | 36 ------------------------------------
tr.po | 10 +++++-----
uk.po | 37 -------------------------------------
ur.po | 36 ------------------------------------
ur_PK.po | 25 -------------------------
vi.po | 35 -----------------------------------
zh_CN.po | 2 +-
zh_HK.po | 37 -------------------------------------
zh_TW.po | 39 ---------------------------------------
70 files changed, 56 insertions(+), 2091 deletions(-)
diff --git a/am_ET.po b/am_ET.po
deleted file mode 100644
index 6f134cea9..000000000
--- a/am_ET.po
+++ /dev/null
@@ -1,25 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Anteneh Tsegaye <tsegaye.anteneh(a)gmail.com>, 2015
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2015-05-02 21:08+0200\n"
-"PO-Revision-Date: 2015-11-07 03:24+0000\n"
-"Last-Translator: Anteneh Tsegaye <tsegaye.anteneh(a)gmail.com>\n"
-"Language-Team: Amharic (Ethiopia) (http://www.transifex.com/otf/torproject/language/am_ET/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: am_ET\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:153
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr "የመሳርያው ጭራ አልተገኘም እያለ ነው ፡፡ ምናልባት ቶረምን መርጠህ/ሽ ይሆናል"
diff --git a/ar.po b/ar.po
deleted file mode 100644
index fe2a2f6a8..000000000
--- a/ar.po
+++ /dev/null
@@ -1,38 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# AbdAlnour Sami <me(a)abdalnour.me>, 2015
-# Ahmed Alhammadi <6622227a(a)gmail.com>, 2016
-# Emma Peel, 2018
-# Karimation <karim.1993(a)live.com>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
-"PO-Revision-Date: 2018-09-07 09:18+0000\n"
-"Last-Translator: Emma Peel\n"
-"Language-Team: Arabic (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:190
-msgid "Error"
-msgstr "خطأ"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "لايمكن العثور على المحرك الذي يعمل عليه تيلز. قد يكون السبب اختيارك \"تورام\" 'toram'"
-
-#: ../lib/Tails/RunningSystem.pm:220
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "لايمكن العثور على المحرك الذي يعمل عليه تيلز. قد يكون السبب اختيارك \"تورام\" 'toram'"
diff --git a/az.po b/az.po
deleted file mode 100644
index 20da44e41..000000000
--- a/az.po
+++ /dev/null
@@ -1,25 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# R4UM87 <ctoiesp(a)gmail.com>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2014-06-24 11:37+0200\n"
-"PO-Revision-Date: 2014-12-21 15:41+0000\n"
-"Last-Translator: R4UM87 <ctoiesp(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=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:153
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr "İşlək cihaz tapılmır. Ola bilər siz `toram' seçımındən istifadə etmisiniz"
diff --git a/bg.po b/bg.po
deleted file mode 100644
index ced476ec6..000000000
--- a/bg.po
+++ /dev/null
@@ -1,36 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Ivo, 2018
-# Tsvetan Nikolov <slakware(a)gmail.com>, 2016
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 15:18+0000\n"
-"Last-Translator: Ivo\n"
-"Language-Team: Bulgarian (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Грешка"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Устройствата от което Tails работи не може да бъде намерено. Може би сте използвали опцията \"toram\"?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Устройството от което Tails работи не може да бъде намерено. Може би сте използвали опцията \"toram\"?"
diff --git a/bn.po b/bn.po
deleted file mode 100644
index da2fe5804..000000000
--- a/bn.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Aftabuzzaman ullah <Leemon432(a)gmail.com>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
-"PO-Revision-Date: 2018-10-04 00:28+0000\n"
-"Last-Translator: erinm\n"
-"Language-Team: Bengali (http://www.transifex.com/otf/torproject/language/bn/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: bn\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:190
-msgid "Error"
-msgstr "ভুল"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "টাইল যে ডিভাইস থেকে চলছে তা পাওয়া যাবে নি। হয়তো আপনি 'toram' বিকল্প ব্যবহার করেছেন?"
-
-#: ../lib/Tails/RunningSystem.pm:220
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "টাইল যে ডিভাইস থেকে চলছে তা পাওয়া যাবে নি। হয়তো আপনি 'toram' বিকল্প ব্যবহার করেছেন?"
diff --git a/bn_BD.po b/bn_BD.po
deleted file mode 100644
index 92bc851c3..000000000
--- a/bn_BD.po
+++ /dev/null
@@ -1,36 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Al Shahrior Hasan Sagor <shahrior3814(a)gmail.com>, 2018
-# Al Shahrior Hasan Sagor <shahrior3814(a)gmail.com>, 2017
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-06-27 16:21+0000\n"
-"Last-Translator: Al Shahrior Hasan Sagor <shahrior3814(a)gmail.com>\n"
-"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/otf/torproject/language/bn_BD/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: bn_BD\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "ভুল"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "টাইল যে ডিভাইস থেকে চলছে তা পাওয়া যাবে নি। হয়তো আপনি 'toram' বিকল্প ব্যবহার করেছেন?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "টাইল যে ডিভাইস থেকে চলছে তা পাওয়া যাবে নি। হয়তো আপনি 'toram' বিকল্প ব্যবহার করেছেন?"
diff --git a/ca.po b/ca.po
deleted file mode 100644
index 7ca0beec5..000000000
--- a/ca.po
+++ /dev/null
@@ -1,37 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Carlos Marin <carlosmarinfernandez(a)gmail.com>, 2016
-# laia_, 2014-2016
-# Miquel Bosch <m.bosch.sau(a)gmail.com>, 2018
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-06-17 10:05+0000\n"
-"Last-Translator: Miquel Bosch <m.bosch.sau(a)gmail.com>\n"
-"Language-Team: Catalan (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Error"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "No es troba el dispositiu des del qual s'està executant Tails. Potser ha utilitzat la opció 'toram'? "
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "No es troba la unitat des del qual s'està executant Tails. Potser ha utilitzat la opció 'toram'? "
diff --git a/cs.po b/cs.po
deleted file mode 100644
index 6a3cc68ee..000000000
--- a/cs.po
+++ /dev/null
@@ -1,37 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Jiří Vírava <appukonrad(a)gmail.com>, 2016
-# Mikulas Holy, 2017
-# multiflexi <multi.flexi(a)seznam.cz>, 2019
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2019-01-06 16:58+0100\n"
-"PO-Revision-Date: 2019-04-06 08:01+0000\n"
-"Last-Translator: multiflexi <multi.flexi(a)seznam.cz>\n"
-"Language-Team: Czech (http://www.transifex.com/otf/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=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
-
-#: ../lib/Tails/RunningSystem.pm:193
-msgid "Error"
-msgstr "Chyba"
-
-#: ../lib/Tails/RunningSystem.pm:195
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Nelze nalézt zařízení, na kterém běží Tails. Možná jste použili volbu 'toram'?"
-
-#: ../lib/Tails/RunningSystem.pm:223
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Nelze nalézt disk, na kterém běží Tails. Možná jste použili volbu 'toram''?"
diff --git a/cy.po b/cy.po
deleted file mode 100644
index 1aa893868..000000000
--- a/cy.po
+++ /dev/null
@@ -1,36 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# ianto <transifex(a)cgriff.co.uk>, 2016
-# Huw Waters <huwwaters(a)gmail.com>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-05-20 10:59+0200\n"
-"PO-Revision-Date: 2017-09-19 22:59+0000\n"
-"Last-Translator: ianto <transifex(a)cgriff.co.uk>\n"
-"Language-Team: Welsh (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Gwall"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr "Ni all y ddyfais sy'n rhedeg Tails gael ei ganfod. Bosib y dewisoch 'toram'?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr "Ni all y ddyfais sy'n rhedeg Tails gael ei ganfod. Efallai y dewisoch yr opsiwn 'toram'?"
diff --git a/da.po b/da.po
deleted file mode 100644
index 95f976011..000000000
--- a/da.po
+++ /dev/null
@@ -1,36 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# mort3n <nalholm(a)yahoo.dk>, 2016
-# scootergrisen, 2017-2018
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-04-03 09:14+0000\n"
-"Last-Translator: scootergrisen\n"
-"Language-Team: Danish (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Fejl"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Kan ikke finde enheden som Tails kører fra. Måske bruger du 'toram'-valgmuligheden?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Kan ikke finde drevet som Tails kører fra. Måske bruger du 'toram'-valgmuligheden?"
diff --git a/de.po b/de.po
index 2c75b1001..66e1a5fdc 100644
--- a/de.po
+++ b/de.po
@@ -10,9 +10,9 @@
# rike, 2014-2015
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-05-11 14:17+0000\n"
"Last-Translator: spriver\n"
"Language-Team: German (http://www.transifex.com/otf/torproject/language/de/)\n"
@@ -22,17 +22,17 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr "Fehler"
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr "Das Gerät, von dem Tails ausgeführt wird, konnte nicht gefunden werden. Haben Sie vielleicht die »toram«-Option benutzt?"
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/el.po b/el.po
index af8e8ef34..b4879ff0e 100644
--- a/el.po
+++ b/el.po
@@ -4,14 +4,14 @@
#
# Translators:
# metamec, 2015
-# Panos <alwayslivid(a)protonmail.com>, 2018
+# Panagiotis Vasilopoulos, 2018
# Sofia K., 2018
# TitanJack <titanjack.com(a)gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2019-01-02 12:08+0000\n"
"Last-Translator: Sofia K.\n"
"Language-Team: Greek (http://www.transifex.com/otf/torproject/language/el/)\n"
@@ -21,17 +21,17 @@ msgstr ""
"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:190
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr "Σφάλμα"
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr "Δεν είναι δυνατή η εύρεση συσκευής, στην οποία τρέχει το Tails. Μήπως χρησιμοποιήσατε την επιλογή \"toram\";"
-#: ../lib/Tails/RunningSystem.pm:220
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/en_GB.po b/en_GB.po
deleted file mode 100644
index 541f85b3d..000000000
--- a/en_GB.po
+++ /dev/null
@@ -1,36 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Andi Chandler <andi(a)gowling.com>, 2016,2019
-# Richard Shaylor <rshaylor(a)me.com>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
-"PO-Revision-Date: 2019-01-02 02:07+0000\n"
-"Last-Translator: Andi Chandler <andi(a)gowling.com>\n"
-"Language-Team: English (United Kingdom) (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:190
-msgid "Error"
-msgstr "Error"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "The device Tails is running from cannot be found. Maybe you used the 'toram' option?"
-
-#: ../lib/Tails/RunningSystem.pm:220
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "The drive Tails is running from cannot be found. Maybe you used the 'toram' option?"
diff --git a/eo.po b/eo.po
deleted file mode 100644
index 157a77921..000000000
--- a/eo.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Tyquan Bush, 2019
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2019-01-06 16:58+0100\n"
-"PO-Revision-Date: 2019-07-11 23:24+0000\n"
-"Last-Translator: Tyquan Bush\n"
-"Language-Team: Esperanto (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:193
-msgid "Error"
-msgstr "Eraro"
-
-#: ../lib/Tails/RunningSystem.pm:195
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "La aparato Tails ne funkcias. Eble vi uzis la opcion 'toram'?"
-
-#: ../lib/Tails/RunningSystem.pm:223
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "La stirilo de Tails ne funkcias. Eble vi uzis la opcion 'toram'?"
diff --git a/es.po b/es.po
index fa7c1befd..a29b6b62e 100644
--- a/es.po
+++ b/es.po
@@ -7,12 +7,12 @@
# Emma Peel, 2017-2018
# eulalio barbero espinosa <eulaliob(a)gmail.com>, 2018
# strel, 2016
-# EzeqGO, 2016
+# 322ccc6cfb939d448f1137bdc72c015b, 2016
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-04-09 11:03+0000\n"
"Last-Translator: Emma Peel\n"
"Language-Team: Spanish (http://www.transifex.com/otf/torproject/language/es/)\n"
@@ -22,17 +22,17 @@ msgstr ""
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr "Error"
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr "La unidad desde la que se está ejecutando Tails no se pudo encontrar. ¿Quizás has elegido la opción 'toram'?"
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/es_AR.po b/es_AR.po
index 3f7437e8a..95ba0adc9 100644
--- a/es_AR.po
+++ b/es_AR.po
@@ -9,9 +9,9 @@
# Zuhualime Akoochimoya, 2018
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-09-15 03:13+0000\n"
"Last-Translator: Zuhualime Akoochimoya\n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/otf/torproject/language/es_AR/)\n"
@@ -21,17 +21,17 @@ msgstr ""
"Language: es_AR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:190
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr "Error"
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr "El dispositivo desde el cual Tails está corriendo no puede ser encontrado. ¿Tal vez utilizaste la opción 'toram'?"
-#: ../lib/Tails/RunningSystem.pm:220
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/es_MX.po b/es_MX.po
deleted file mode 100644
index 6bb58db5c..000000000
--- a/es_MX.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Sanxcher Motala <motala.sanxcher(a)yandex.com>, 2017
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-05-20 10:59+0200\n"
-"PO-Revision-Date: 2017-09-20 00:56+0000\n"
-"Last-Translator: Sanxcher Motala <motala.sanxcher(a)yandex.com>\n"
-"Language-Team: Spanish (Mexico) (http://www.transifex.com/otf/torproject/language/es_MX/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: es_MX\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Error"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr "Las dispositivo Colas esta corriendo de no puede ser encontrado. Tal vez usaste la opción 'toram'? "
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr "El ordenador del que Tails esta corriendo no puede ser encontrado. Tal vez usaste la opción 'toram'? "
diff --git a/et.po b/et.po
deleted file mode 100644
index fb0f66281..000000000
--- a/et.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Kristjan Räts <kristjanrats(a)gmail.com>, 2016
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-05-20 10:59+0200\n"
-"PO-Revision-Date: 2017-09-19 22:59+0000\n"
-"Last-Translator: Kristjan Räts <kristjanrats(a)gmail.com>\n"
-"Language-Team: Estonian (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Viga"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr "Seade, millel Tails käivitati, ei ole leitav. Võib-olla kasutasid parameetrit 'toram'?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr "Ketas, millel Tails käivitati, ei ole leitav. Võib-olla kasutasid parameetrit 'toram'?"
diff --git a/eu.po b/eu.po
deleted file mode 100644
index ffa0377f7..000000000
--- a/eu.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# David García-Abad <dgarciabad(a)gmail.com>, 2017
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-05-20 10:59+0200\n"
-"PO-Revision-Date: 2018-02-20 19:04+0000\n"
-"Last-Translator: Osoitz <oelkoro(a)gmail.com>\n"
-"Language-Team: Basque (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Akatsa"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr "Tails gailua nondik exekutatzen ari den ezin da aurkitu. Agian `toram' aukera erabili duzu?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr "Ezin izan da aurkitu Tails exekutatzeko erabili den unitatea. Agian `toram' aukera erabili duzu?"
diff --git a/fa.po b/fa.po
deleted file mode 100644
index 1c4644c87..000000000
--- a/fa.po
+++ /dev/null
@@ -1,37 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# NoProfile, 2016
-# Sina Eghbal <s.eghbal(a)gmail.com>, 2016
-# Vox Pop, 2018
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
-"PO-Revision-Date: 2018-12-16 12:46+0000\n"
-"Last-Translator: Vox Pop\n"
-"Language-Team: Persian (http://www.transifex.com/otf/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=2; plural=(n > 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:190
-msgid "Error"
-msgstr "خطا"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "دستگاه شما که تیلز از آن اجرا میشود، پیدا نمیشود. شاید شما از گزینهی 'toram' استفاده کردهاید؟"
-
-#: ../lib/Tails/RunningSystem.pm:220
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "درایوی که تیلز از آن اجرا میشود، پیدا نمیشود. شاید شما از گزینهی 'toram' استفاده کردهاید؟"
diff --git a/fi.po b/fi.po
deleted file mode 100644
index 2890e603d..000000000
--- a/fi.po
+++ /dev/null
@@ -1,39 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Jaakko Helleranta <jaakko(a)helleranta.com>, 2016
-# Jorma Karvonen <karvonen.jorma(a)gmail.com>, 2015
-# Mikko Päivärinta <paivarinta.mikko.o(a)gmail.com>, 2019
-# Propa G, 2016
-# Finland355 <ville.ehrukainen2(a)gmail.com>, 2016
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2019-01-06 16:58+0100\n"
-"PO-Revision-Date: 2019-02-19 21:22+0000\n"
-"Last-Translator: Mikko Päivärinta <paivarinta.mikko.o(a)gmail.com>\n"
-"Language-Team: Finnish (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:193
-msgid "Error"
-msgstr "Virhe"
-
-#: ../lib/Tails/RunningSystem.pm:195
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Tails'in käyttämää laitetta ei löydy. Käytitkö 'toram'-valitsinta?"
-
-#: ../lib/Tails/RunningSystem.pm:223
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Tails'in käyttämää levyä ei löydy. Käytitkö 'toram'-valitsinta?"
diff --git a/fil.po b/fil.po
deleted file mode 100644
index 743118dc4..000000000
--- a/fil.po
+++ /dev/null
@@ -1,36 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Alvin Abuke <abuke.ac(a)gmail.com>, 2017
-# Kay P., 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-05-20 10:59+0200\n"
-"PO-Revision-Date: 2017-09-19 22:59+0000\n"
-"Last-Translator: Alvin Abuke <abuke.ac(a)gmail.com>\n"
-"Language-Team: Filipino (http://www.transifex.com/otf/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==2 || n==3) || (n % 10 != 4 || n % 10 != 6 || n % 10 != 9);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Error"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr "Ang device na ginagamit ng Tails ay hindi makita. Baka gumamit ka ng opsyon na 'toram'?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr "Ang drive Tails is running ngunit cannot be found. Maaaring ginamit mo ang `toram' na option?"
diff --git a/fr.po b/fr.po
index 22a898153..a78142524 100644
--- a/fr.po
+++ b/fr.po
@@ -4,16 +4,16 @@
#
# Translators:
# Bronner Matthieu <mat.bronner(a)hotmail.fr>, 2016
-# AO French coordinator <ao(a)localizationlab.org>, 2017-2018
-# AO French coordinator <ao(a)localizationlab.org>, 2016
+# AO <ao(a)localizationlab.org>, 2017-2018
+# AO <ao(a)localizationlab.org>, 2016
# phil beau <philippebeau0(a)gmail.com>, 2016
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-08-08 18:00+0000\n"
-"Last-Translator: AO French coordinator <ao(a)localizationlab.org>\n"
+"Last-Translator: AO <ao(a)localizationlab.org>\n"
"Language-Team: French (http://www.transifex.com/otf/torproject/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -21,17 +21,17 @@ msgstr ""
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: ../lib/Tails/RunningSystem.pm:190
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr "Erreur"
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr "Le périphérique sur lequel Tails tourne ne peut pas être trouvé. Peut-être avez-vous utilisée l’option 'toram' ?"
-#: ../lib/Tails/RunningSystem.pm:220
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/fr_CA.po b/fr_CA.po
deleted file mode 100644
index 861e2da62..000000000
--- a/fr_CA.po
+++ /dev/null
@@ -1,38 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# French language coordinator <french.coordinator(a)rbox.me>, 2017
-# French language coordinator <french.coordinator(a)rbox.me>, 2016
-# French language coordinator <french.coordinator(a)rbox.me>, 2016
-# French language coordinator <french.coordinator(a)rbox.me>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-05-20 10:59+0200\n"
-"PO-Revision-Date: 2017-11-10 15:36+0000\n"
-"Last-Translator: French language coordinator <french.coordinator(a)rbox.me>\n"
-"Language-Team: French (Canada) (http://www.transifex.com/otf/torproject/language/fr_CA/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: fr_CA\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Erreur"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr "Le périphérique à partir duquel Tails fonctionne est introuvable. Auriez-vous utilisé l’option « toram »?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr "Le lecteur à partir duquel Tails fonctionne est introuvable. Auriez-vous utilisé l’option « toram »?"
diff --git a/ga.po b/ga.po
index b12b63e14..d9233d8f3 100644
--- a/ga.po
+++ b/ga.po
@@ -6,9 +6,9 @@
# Kevin Scannell <kscanne(a)gmail.com>, 2017-2018
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-04-03 13:22+0000\n"
"Last-Translator: Kevin Scannell <kscanne(a)gmail.com>\n"
"Language-Team: Irish (http://www.transifex.com/otf/torproject/language/ga/)\n"
@@ -18,17 +18,17 @@ msgstr ""
"Language: ga\n"
"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr "Earráid"
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr "Ní féidir teacht ar an ngléas óna bhfuil Tails ag rith. B'fhéidir gur úsáid tú an rogha 'toram'?"
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/gl.po b/gl.po
deleted file mode 100644
index a1d0f840b..000000000
--- a/gl.po
+++ /dev/null
@@ -1,25 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# JessicaD <jessicadominguez95(a)gmail.com>, 2015
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2015-05-02 21:08+0200\n"
-"PO-Revision-Date: 2015-08-07 11:23+0000\n"
-"Last-Translator: JessicaD <jessicadominguez95(a)gmail.com>\n"
-"Language-Team: Galician (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:153
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr "Non se pode atopar o dispositivo desde o que se está executando Tails . Quizais empregou a opción toram'?"
diff --git a/he.po b/he.po
index 3c7919e22..83d545612 100644
--- a/he.po
+++ b/he.po
@@ -6,9 +6,9 @@
# ION, 2017-2018
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-04-04 06:17+0000\n"
"Last-Translator: ION\n"
"Language-Team: Hebrew (http://www.transifex.com/otf/torproject/language/he/)\n"
@@ -16,19 +16,19 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: he\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr "שגיאה"
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr "ההתקן ממנו Tails רץ אינו יכול להימצא. אולי השתמשת באפשרות 'toram'?"
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/hi.po b/hi.po
deleted file mode 100644
index 658a69d36..000000000
--- a/hi.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Aayush M <chaayushmalik(a)gmail.com>, 2018
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
-"PO-Revision-Date: 2018-08-31 06:46+0000\n"
-"Last-Translator: Aayush M <chaayushmalik(a)gmail.com>\n"
-"Language-Team: Hindi (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:190
-msgid "Error"
-msgstr "त्रुटि"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "डिवाइस, जिसमें से टेल्स चल रहा है, पाया नहीं जा सकता है। शायद आपने 'toram' विकल्प का इस्तेमाल किया था?"
-
-#: ../lib/Tails/RunningSystem.pm:220
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "ड्राइव , जिसमें से टेल्स चल रहा है, पाया नहीं जा सकता है। शायद आपने 'toram' विकल्प का इस्तेमाल किया था?"
diff --git a/hr.po b/hr.po
deleted file mode 100644
index a3b35d999..000000000
--- a/hr.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Nives Miletic <nives.miletic(a)gmail.com>, 2017
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2019-01-06 16:58+0100\n"
-"PO-Revision-Date: 2019-01-15 12:26+0000\n"
-"Last-Translator: erinm\n"
-"Language-Team: Croatian (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:193
-msgid "Error"
-msgstr "Greška"
-
-#: ../lib/Tails/RunningSystem.pm:195
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Uređaj s kojeg se Tails pokreće ne može biti pronađen. Možda ste koristili 'toram' opciju?"
-
-#: ../lib/Tails/RunningSystem.pm:223
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Pogon sa kojeg se Tails pokreće ne može biti pronađen. Možda ste koristili 'toram' opciju?"
diff --git a/hr_HR.po b/hr_HR.po
deleted file mode 100644
index 676893ea8..000000000
--- a/hr_HR.po
+++ /dev/null
@@ -1,37 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Igor <lyricaltumor(a)gmail.com>, 2016
-# Karlo Prikratki <karlo(a)karloprikratki.com>, 2018
-# Igor <lyricaltumor(a)gmail.com>, 2015
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
-"PO-Revision-Date: 2018-11-14 19:52+0000\n"
-"Last-Translator: Karlo Prikratki <karlo(a)karloprikratki.com>\n"
-"Language-Team: Croatian (Croatia) (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:190
-msgid "Error"
-msgstr "Pogreška"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Uređaj s kojeg se Tails pokreće ne može biti pronađen. Možda ste koristili 'toram' opciju?"
-
-#: ../lib/Tails/RunningSystem.pm:220
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Pogon sa kojeg se Tails pokreće ne može biti pronađen. Možda ste koristili 'toram' opciju?"
diff --git a/hu.po b/hu.po
index 758972287..4dde3be2f 100644
--- a/hu.po
+++ b/hu.po
@@ -8,9 +8,9 @@
# vargaviktor <viktor.varga(a)gmail.com>, 2018
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-09-04 20:17+0000\n"
"Last-Translator: vargaviktor <viktor.varga(a)gmail.com>\n"
"Language-Team: Hungarian (http://www.transifex.com/otf/torproject/language/hu/)\n"
@@ -20,17 +20,17 @@ msgstr ""
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:190
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr "Hiba"
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr "Az eszköz amiről a Tails fut nem található. Lehetséges, hogy a \"toram\" opciót használta?"
-#: ../lib/Tails/RunningSystem.pm:220
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/is.po b/is.po
deleted file mode 100644
index 2755ade94..000000000
--- a/is.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Sveinn í Felli <sv1(a)fellsnet.is>, 2016,2018
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-04-03 11:49+0000\n"
-"Last-Translator: Sveinn í Felli <sv1(a)fellsnet.is>\n"
-"Language-Team: Icelandic (http://www.transifex.com/otf/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 % 10 != 1 || n % 100 == 11);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Villa"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Tækið sem Tails er keyrt af finnst ekki. Getur verið að þú hafir notað 'toram' valkostinn?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Drifið sem Tails er keyrt af finnst ekki. Getur verið að þú hafir notað 'toram' valkostinn?"
diff --git a/it.po b/it.po
deleted file mode 100644
index bd6355833..000000000
--- a/it.po
+++ /dev/null
@@ -1,38 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Alessandro Toffalini, 2017
-# Francesca Ciceri <madamezou(a)zouish.org>, 2014
-# Giuseppe Pignataro (Fasbyte01) <rogepix(a)gmail.com>, 2016
-# Random_R, 2018
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-04-03 12:51+0000\n"
-"Last-Translator: Random_R\n"
-"Language-Team: Italian (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Errore"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Impossibile trovare il dispositivo su cui sta girando Tails. Forse hai usato l'opzione 'toram'?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Impossibile trovare il disco su cui sta girando Tails. Forse hai usato l'opzione 'toram'?"
diff --git a/ja.po b/ja.po
deleted file mode 100644
index 06bca613e..000000000
--- a/ja.po
+++ /dev/null
@@ -1,37 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Eshin Kunishima <ek(a)esh.ink>, 2016
-# nord stream <nord-stream(a)ochaken.jp.eu.org>, 2016
-# Tokumei Nanashi, 2018
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-04-18 07:43+0000\n"
-"Last-Translator: Tokumei Nanashi\n"
-"Language-Team: Japanese (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "エラー"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Tailsが動作しているデバイスを発見出来ませんでした。もしかして`toram' オプションを使ってはいませんか?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Tailsが動作しているドライブを発見出来ませんでした。もしかして`toram' オプションを使ってはいませんか?"
diff --git a/ka.po b/ka.po
deleted file mode 100644
index 18ec2d612..000000000
--- a/ka.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# A. C. <georgianization(a)outlook.com>, 2018
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
-"PO-Revision-Date: 2018-09-30 00:02+0000\n"
-"Last-Translator: A. C. <georgianization(a)outlook.com>\n"
-"Language-Team: Georgian (http://www.transifex.com/otf/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=2; plural=(n!=1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:190
-msgid "Error"
-msgstr "შეცდომა"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "მოწყობილობა რომლიდანაც Tails ეშვება ვერ მოიძებნა. „toram“ პარამეტრს ხომ არ იყენებდით?"
-
-#: ../lib/Tails/RunningSystem.pm:220
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "დისკწამყვანი რომლიდანაც Tails ეშვება ვერ მოიძებნა. „toram“ პარამეტრს ხომ არ იყენებდით?"
diff --git a/kk.po b/kk.po
deleted file mode 100644
index f66dda616..000000000
--- a/kk.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Dinmuhamed Esengeldi <esengeldi0202(a)gmail.com>, 2019
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2019-01-06 16:58+0100\n"
-"PO-Revision-Date: 2019-02-20 18:34+0000\n"
-"Last-Translator: Dinmuhamed Esengeldi <esengeldi0202(a)gmail.com>\n"
-"Language-Team: Kazakh (http://www.transifex.com/otf/torproject/language/kk/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: kk\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:193
-msgid "Error"
-msgstr "Қате"
-
-#: ../lib/Tails/RunningSystem.pm:195
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Қондырғы құрылғысы іске қосылып жатса, табылмайды. Мүмкін сіз «toram» опциясын қолдандыңыз ба?"
-
-#: ../lib/Tails/RunningSystem.pm:223
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Жетектің Tails жұмыс істей бермейді, табылмайды. Мүмкін сіз «toram» опциясын қолдандыңыз ба?"
diff --git a/km.po b/km.po
deleted file mode 100644
index a7b4e1b50..000000000
--- a/km.po
+++ /dev/null
@@ -1,25 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# khoemsokhem <sokhem(a)open.org.kh>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2013-11-28 11:56+0100\n"
-"PO-Revision-Date: 2014-01-27 07:40+0000\n"
-"Last-Translator: khoemsokhem <sokhem(a)open.org.kh>\n"
-"Language-Team: Khmer (http://www.transifex.com/projects/p/torproject/language/km/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: km\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/RunningSystem.pm:139
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr "Tails របស់ឧបករណ៍កំពុងដំណើរការដែលរកមិនឃើញ។ ប្រហែលជាអ្នកបានប្រើជម្រើស `toram' ?"
diff --git a/ko.po b/ko.po
deleted file mode 100644
index e94c04eda..000000000
--- a/ko.po
+++ /dev/null
@@ -1,38 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Chris Park <utopinator(a)gmail.com>, 2016
-# Dr.what <javrick6(a)naver.com>, 2014
-# Philipp Sauter <qt123(a)pm.me>, 2018
-# woo lee <leewoo0614(a)gmail.com>, 2019
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2019-01-06 16:58+0100\n"
-"PO-Revision-Date: 2019-08-10 10:08+0000\n"
-"Last-Translator: woo lee <leewoo0614(a)gmail.com>\n"
-"Language-Team: Korean (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:193
-msgid "Error"
-msgstr "오류발생"
-
-#: ../lib/Tails/RunningSystem.pm:195
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Tails를 실행하는 장치를 찾을 수 없습니다. 혹시 'toram'옵션을 사용하셨나요?"
-
-#: ../lib/Tails/RunningSystem.pm:223
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Tails를 실행시키는 드라이브를 찾을 수 없습니다. 혹시 'toram'옵션을 사용하셨나요?"
diff --git a/lb.po b/lb.po
deleted file mode 100644
index 4e2982c47..000000000
--- a/lb.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Tyler Durden <virii(a)enn.lu>, 2015-2016
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-05-20 10:59+0200\n"
-"PO-Revision-Date: 2017-09-19 22:59+0000\n"
-"Last-Translator: Tyler Durden <virii(a)enn.lu>\n"
-"Language-Team: Luxembourgish (http://www.transifex.com/otf/torproject/language/lb/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: lb\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Feeler"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr "D'Gerät op deem Tails leeft kann net fonnt ginn. Vläicht hutt der d'Optioun \"toram\" benotzt?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr "D'Lafwierk op deem Tails leeft kann net fonnt ginn. Vläicht hutt der d'Optioun \"toram\" benotzt?"
diff --git a/lo.po b/lo.po
deleted file mode 100644
index 502dc37b1..000000000
--- a/lo.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# ສີສຸວັນ ສັງບົວບຸລົມ <sisouvan(a)gmail.com>, 2016
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-05-20 10:59+0200\n"
-"PO-Revision-Date: 2017-09-19 22:59+0000\n"
-"Last-Translator: ສີສຸວັນ ສັງບົວບຸລົມ <sisouvan(a)gmail.com>\n"
-"Language-Team: Lao (http://www.transifex.com/otf/torproject/language/lo/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: lo\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "ຜິດພາດ"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr "ອຸປະກອນ Tails ກຳລັງແລ່ນຈາກສິ່ງທີ່ບໍ່ສາມາດຄົ້ນພົບ. ທ່ານອາດຢາກໃຊ້ ທາງເລືອກ ´toram ' ບໍ່?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr "ອຸປະກອນ Tails ກຳລັງແລ່ນຈາກສິ່ງທີ່ບໍ່ສາມາດຄົ້ນພົບ. ທ່ານອາດຢາກໃຊ້ ທາງເລືອກ ´toram ' ບໍ່?"
diff --git a/lt.po b/lt.po
deleted file mode 100644
index 871dc494f..000000000
--- a/lt.po
+++ /dev/null
@@ -1,36 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Moo, 2015-2018
-# TylQuest, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-06-02 20:26+0000\n"
-"Last-Translator: Moo\n"
-"Language-Team: Lithuanian (http://www.transifex.com/otf/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=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Klaida"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Nepavyksta rasti įrenginio, iš kurio buvo paleista Tails. Galbūt, jūs naudojote \"toram\" parametrą?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Nepavyksta rasti disko, iš kurio yra paleista Tails. Galbūt, jūs naudojote \"toram\" parametrą?"
diff --git a/lv.po b/lv.po
deleted file mode 100644
index 0aa07d206..000000000
--- a/lv.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Ojars Balcers <ojars.balcers(a)gmail.com>, 2016
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-05-20 10:59+0200\n"
-"PO-Revision-Date: 2017-09-19 22:59+0000\n"
-"Last-Translator: Ojars Balcers <ojars.balcers(a)gmail.com>\n"
-"Language-Team: Latvian (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Kļūda"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr "Ierīce Tails darbojas tomēr nevar atrast. Iespējams, ka lietojat iespēju `toram'?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr "Nevar atrast diskierīci no kuras darbojas Tails. Iespējams, ka lietojat opciju `toram'?"
diff --git a/mr.po b/mr.po
deleted file mode 100644
index 6557ba78e..000000000
--- a/mr.po
+++ /dev/null
@@ -1,25 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# suraj.kawade, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2013-11-28 11:56+0100\n"
-"PO-Revision-Date: 2014-02-19 09:03+0000\n"
-"Last-Translator: suraj.kawade\n"
-"Language-Team: Marathi (http://www.transifex.com/projects/p/torproject/language/mr/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: mr\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:139
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr "हे डिव्हाइस Tails आढळू शकत नाही पासून कार्यरत आहे. कदाचित आपण `toram' पर्याय वापरले असेल?"
diff --git a/ms_MY.po b/ms_MY.po
deleted file mode 100644
index 162641807..000000000
--- a/ms_MY.po
+++ /dev/null
@@ -1,37 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# abuyop <abuyop(a)gmail.com>, 2017-2018
-# danial abd talib <muhammaddanialabdtalib(a)gmail.com>, 2014
-# Razman Ramly <vgamezboy(a)gmail.com>, 2017
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-06-13 21:53+0000\n"
-"Last-Translator: abuyop <abuyop(a)gmail.com>\n"
-"Language-Team: Malay (Malaysia) (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Ralat"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Peranti Tail sedang berjalan tetapi tidak ditemui. Adakah anda menggunakan pilihan 'toram'?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Pemacu Tail sedang berjalan tetapi tidak ditemui. Adakah anda menggunakan pilihan 'toram'?"
diff --git a/nb.po b/nb.po
deleted file mode 100644
index 3714206a5..000000000
--- a/nb.po
+++ /dev/null
@@ -1,36 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Allan Nordhøy <epost(a)anotheragency.no>, 2016,2018
-# tyler moss <inactive+protonbeta(a)transifex.com>, 2016
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 18:05+0000\n"
-"Last-Translator: Allan Nordhøy <epost(a)anotheragency.no>\n"
-"Language-Team: Norwegian Bokmål (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Feil"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Finner ikke enheten Tails kjører fra. Kanskje du brukte \"toram\"-valget?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Finner ikke CD-rom-stasjonen Tails kjører fra. Kanskje du brukte \"toram\"-valget?"
diff --git a/nl.po b/nl.po
deleted file mode 100644
index bdae2dbca..000000000
--- a/nl.po
+++ /dev/null
@@ -1,36 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Bianca Hey <biancahey(a)gmail.com>, 2018
-# Volluta <volluta(a)tutanota.com>, 2016
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
-"PO-Revision-Date: 2018-09-18 09:48+0000\n"
-"Last-Translator: Nathan Follens\n"
-"Language-Team: Dutch (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:190
-msgid "Error"
-msgstr "Fout"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Het apparaat dat Tails uitvoert kan niet gevonden worden. Misschien heb je de optie 'toram' gebruikt?"
-
-#: ../lib/Tails/RunningSystem.pm:220
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Het schijfstation waar Tails op wordt uitgevoerd kan niet worden gevonden. Misschien heb je de optie 'toram' gebruikt?"
diff --git a/nl_BE.po b/nl_BE.po
deleted file mode 100644
index 2e2aedc30..000000000
--- a/nl_BE.po
+++ /dev/null
@@ -1,36 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Joren Vandeweyer <jorenvandeweyer(a)gmail.com>, 2017
-# Katrien Igodt <kigodt(a)gmail.com>, 2015
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-05-20 10:59+0200\n"
-"PO-Revision-Date: 2017-10-26 11:49+0000\n"
-"Last-Translator: Joren Vandeweyer <jorenvandeweyer(a)gmail.com>\n"
-"Language-Team: Dutch (Belgium) (http://www.transifex.com/otf/torproject/language/nl_BE/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: nl_BE\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Foutmelding:"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr "Het apparaat waarop Tails uitgevoerd wordt, kan niet gevonden worden. Misschien heeft u de `toram' optie gebruikt."
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr "Het schijfstation waarvan Tails is opgestart kan niet worden gevonden. Misschien heeft u de optie 'toram' gebruikt?"
diff --git a/nn.po b/nn.po
deleted file mode 100644
index 5de33f5c9..000000000
--- a/nn.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Bjørn I. <bjorn.svindseth(a)online.no>, 2014,2016-2017
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-05-20 10:59+0200\n"
-"PO-Revision-Date: 2017-10-23 15:40+0000\n"
-"Last-Translator: Bjørn I. <bjorn.svindseth(a)online.no>\n"
-"Language-Team: Norwegian Nynorsk (http://www.transifex.com/otf/torproject/language/nn/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: nn\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Feil"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr "Klarte ikkje å finna eininga som Tails køyrer frå. Kanskje du nytta `toram' ved oppstart?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr "Finn ikkje lagringseininga Tails køyrer frå. \nKanskje du brukte `toram'-valet?"
diff --git a/pl.po b/pl.po
deleted file mode 100644
index cb9ae9aeb..000000000
--- a/pl.po
+++ /dev/null
@@ -1,36 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Hoek <dawid.job(a)gmail.com>, 2018
-# Tomasz Ciborski <zenji.yamada.nihon(a)gmail.com>, 2016
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
-"PO-Revision-Date: 2018-11-26 07:52+0000\n"
-"Last-Translator: Hoek <dawid.job(a)gmail.com>\n"
-"Language-Team: Polish (http://www.transifex.com/otf/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=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
-
-#: ../lib/Tails/RunningSystem.pm:190
-msgid "Error"
-msgstr "Błąd"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Nie można znaleźć urządzenia, z którego działa Tails. Może użyłeś opcji \"toram\"?"
-
-#: ../lib/Tails/RunningSystem.pm:220
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Nie można znaleźć dysku z Tailsami. Może użyłeś opcji \"toram\"?"
diff --git a/pt.po b/pt.po
deleted file mode 100644
index acc3479ba..000000000
--- a/pt.po
+++ /dev/null
@@ -1,39 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# alfalb.as, 2015
-# André Monteiro <andre.monteir(a)gmail.com>, 2014
-# Cesar Silva <cesarsilvabx(a)gmail.com>, 2017
-# Eduardo Addad de Oliveira <eduardoaddad(a)hotmail.com>, 2018
-# Manuela Silva <inactive+h_manuela_rodsilva(a)transifex.com>, 2015
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
-"PO-Revision-Date: 2018-08-07 19:13+0000\n"
-"Last-Translator: Eduardo Addad de Oliveira <eduardoaddad(a)hotmail.com>\n"
-"Language-Team: Portuguese (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:190
-msgid "Error"
-msgstr "Erro"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "O dispositivo do qual o Tails está sendo executado não pode ser encontrado. Talvez você tenha usado a opção 'toram'?"
-
-#: ../lib/Tails/RunningSystem.pm:220
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "O drive Tails está sendo executado não pode ser encontrado. Talvez você tenha usado a opção 'toram'?"
diff --git a/pt_BR.po b/pt_BR.po
index 3a69ef3e5..0e25c1770 100644
--- a/pt_BR.po
+++ b/pt_BR.po
@@ -7,9 +7,9 @@
# Maxmalinha, 2014
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-04-01 15:26+0000\n"
"Last-Translator: Communia <ameaneantie(a)riseup.net>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/otf/torproject/language/pt_BR/)\n"
@@ -19,17 +19,17 @@ msgstr ""
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr "Erro"
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr "O dispositivo a partir do qual o Tails está rodando não foi encontrado. Talvez você tenha usado a opção 'toram'?"
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/pt_PT.po b/pt_PT.po
deleted file mode 100644
index 0f0eb3344..000000000
--- a/pt_PT.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Rui <xymarior(a)yandex.com>, 2019
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2019-01-06 16:58+0100\n"
-"PO-Revision-Date: 2019-01-11 12:49+0000\n"
-"Last-Translator: Rui <xymarior(a)yandex.com>\n"
-"Language-Team: Portuguese (Portugal) (http://www.transifex.com/otf/torproject/language/pt_PT/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: pt_PT\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:193
-msgid "Error"
-msgstr "Erro"
-
-#: ../lib/Tails/RunningSystem.pm:195
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "O dispositivo do qual o Tails está a ser executado não pode ser encontrado. Talvez tenha usado a opção 'toram'?"
-
-#: ../lib/Tails/RunningSystem.pm:223
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "O drive no qual o Tails está a ser executado não pode ser encontrado. Talvez tenha usado a opção 'toram'?"
diff --git a/ru.po b/ru.po
deleted file mode 100644
index 4a0da28b1..000000000
--- a/ru.po
+++ /dev/null
@@ -1,39 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Jay_13, 2016
-# Misha Dyachuk <Wikia(a)scryptmail.com>, 2016
-# Roberto Brigante, 2017
-# Uho Lot <yavinav(a)gmail.com>, 2016
-# Виктор Ерухин <folkraft(a)rambler.ru>, 2018
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-05-25 11:29+0000\n"
-"Last-Translator: Виктор Ерухин <folkraft(a)rambler.ru>\n"
-"Language-Team: Russian (http://www.transifex.com/otf/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=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Ошибка"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Запущенное устройство Tails не найдено. Возможно вы используете 'toram' опцию?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Запущенный носитель Tails не найден. Возможно вы используете 'toram' опцию?"
diff --git a/si_LK.po b/si_LK.po
deleted file mode 100644
index 05cf26b9b..000000000
--- a/si_LK.po
+++ /dev/null
@@ -1,24 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2013-11-28 11:56+0100\n"
-"PO-Revision-Date: 2013-12-30 04:50+0000\n"
-"Last-Translator: Phoul <colin(a)torproject.org>\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"
-
-#: ../lib/Tails/RunningSystem.pm:139
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr "Tails අම්පන්නය ක්රියාත්මක වන ස්ථානය සොයාගත නොහැක. ඇතැම් විට ඔබ `toram' විකල්පය භාවිතා කලේද?"
diff --git a/sk.po b/sk.po
deleted file mode 100644
index 3f53e6939..000000000
--- a/sk.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Roman 'Kaktuxista' Benji <romanbeno273(a)gmail.com>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2019-01-06 16:58+0100\n"
-"PO-Revision-Date: 2019-01-15 12:18+0000\n"
-"Last-Translator: erinm\n"
-"Language-Team: Slovak (http://www.transifex.com/otf/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=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
-
-#: ../lib/Tails/RunningSystem.pm:193
-msgid "Error"
-msgstr "Chyba"
-
-#: ../lib/Tails/RunningSystem.pm:195
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Nedá sa nájsť zariadenie, z ktorého beží Tails. Možno ste použili možnosť 'toram'?"
-
-#: ../lib/Tails/RunningSystem.pm:223
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Nedá sa nájsť zariadenie, z ktorého beží Tails. Možno ste použili možnosť 'toram'?"
diff --git a/sk_SK.po b/sk_SK.po
deleted file mode 100644
index d59ca55cc..000000000
--- a/sk_SK.po
+++ /dev/null
@@ -1,37 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Daša Matúšová, 2016
-# once, 2014
-# Vlado Jendroľ, 2018
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
-"PO-Revision-Date: 2018-08-11 20:52+0000\n"
-"Last-Translator: Vlado Jendroľ\n"
-"Language-Team: Slovak (Slovakia) (http://www.transifex.com/otf/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=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
-
-#: ../lib/Tails/RunningSystem.pm:190
-msgid "Error"
-msgstr "Chyba"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Nedá sa nájsť zariadenie, z ktorého beží Tails. Možno ste použili možnosť 'toram'?"
-
-#: ../lib/Tails/RunningSystem.pm:220
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Nedá sa nájsť zariadenie, z ktorého beží Tails. Možno ste použili možnosť 'toram'?"
diff --git a/sl_SI.po b/sl_SI.po
deleted file mode 100644
index 0a9d123ff..000000000
--- a/sl_SI.po
+++ /dev/null
@@ -1,25 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Dušan <dusan.k(a)zoho.com>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2014-06-24 11:37+0200\n"
-"PO-Revision-Date: 2014-10-22 09:16+0000\n"
-"Last-Translator: Dušan <dusan.k(a)zoho.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"
-
-#: ../lib/Tails/RunningSystem.pm:153
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr "Ni možno ugotoviti odkod naprava Sledi teče. Morda ste uporabili opcijo `toram'?"
diff --git a/sq.po b/sq.po
deleted file mode 100644
index 051fce5e7..000000000
--- a/sq.po
+++ /dev/null
@@ -1,36 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Bujar Tafili, 2015-2016
-# THick Atmosphere <co404(a)protonmail.ch>, 2018
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-07-23 12:41+0000\n"
-"Last-Translator: THick Atmosphere <co404(a)protonmail.ch>\n"
-"Language-Team: Albanian (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Gabim"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Pajisja Tails po ekzekutohet prej nga s'mund ta gjejmë. Mos ndoshta përdorët opsionin `toram'?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Njësia Tails po ekzekutohet nga ku s'është e mundur të gjendet. Ndoshta përdorët opsionin `toram'?"
diff --git a/sr.po b/sr.po
deleted file mode 100644
index 0c2e017a2..000000000
--- a/sr.po
+++ /dev/null
@@ -1,24 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2013-11-28 11:56+0100\n"
-"PO-Revision-Date: 2013-12-30 04:50+0000\n"
-"Last-Translator: Phoul <colin(a)torproject.org>\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"
-
-#: ../lib/Tails/RunningSystem.pm:139
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr "Uređaj sa koga pokrećete Tails nije pronađen. Možda ste koristili opciju 'toram'?"
diff --git a/sv.po b/sv.po
deleted file mode 100644
index 907cecf0e..000000000
--- a/sv.po
+++ /dev/null
@@ -1,37 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Anders Nilsson <anders(a)devode.se>, 2016
-# Jonatan Nyberg, 2017
-# Jonatan Nyberg, 2018
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-06-10 09:01+0000\n"
-"Last-Translator: Jonatan Nyberg\n"
-"Language-Team: Swedish (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Fel"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Enheten Tails körs från kan inte hittas. Kanske använde du alternativet \"toram\"?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Disken som Tails körs från kan inte hittas. Kanske använde du alternativet \"toram\"?"
diff --git a/sw.po b/sw.po
deleted file mode 100644
index 0716c8fdc..000000000
--- a/sw.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Zaituni Njovu <zaituni(a)zainafoundationtz.org>, 2019
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2019-01-06 16:58+0100\n"
-"PO-Revision-Date: 2019-04-04 05:58+0000\n"
-"Last-Translator: Zaituni Njovu <zaituni(a)zainafoundationtz.org>\n"
-"Language-Team: Swahili (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:193
-msgid "Error"
-msgstr "kosa"
-
-#: ../lib/Tails/RunningSystem.pm:195
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Kifaa cha tails hakiwezi kuonekana. Labda umetumia ulichagua kutumia toram?"
-
-#: ../lib/Tails/RunningSystem.pm:223
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Kihifadhi cha Tails kinafanya kazi ila hakisomi. Labda ulichagua kutumia 'toram'"
diff --git a/ta.po b/ta.po
deleted file mode 100644
index 923595f05..000000000
--- a/ta.po
+++ /dev/null
@@ -1,36 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Senthil Kumar <paranthaba(a)gmail.com>, 2017-2018
-# Khaleel Jageer <jskcse4(a)gmail.com>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-05-20 03:00+0000\n"
-"Last-Translator: Senthil Kumar <paranthaba(a)gmail.com>\n"
-"Language-Team: Tamil (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "பிழை"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Tails இருந்து இயங்கும் சாதனத்தை கண்டறிய முடியாது. ஒருவேளை நீங்கள் `toram' வகையினை பயன்படுத்தினதால்?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Tails இயங்கும் வட்டு காணப்பெறவில்லை. நீங்கள் 'toram' வகையினை பயன்படுத்தியிருக்கலாம்?"
diff --git a/tr.po b/tr.po
index dfe106b39..cfb240f6f 100644
--- a/tr.po
+++ b/tr.po
@@ -8,9 +8,9 @@
# Ozancan Karataş <ozancankaratas96(a)outlook.com>, 2015
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-08-16 18:17+0000\n"
"Last-Translator: Kaya Zeren <kayazeren(a)gmail.com>\n"
"Language-Team: Turkish (http://www.transifex.com/otf/torproject/language/tr/)\n"
@@ -20,17 +20,17 @@ msgstr ""
"Language: tr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: ../lib/Tails/RunningSystem.pm:190
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr "Hata"
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr "Tails uygulamasının çalıştığı bir aygıt bulunamadı. 'toram' seçeneğini mi kullanıyorsunuz?"
-#: ../lib/Tails/RunningSystem.pm:220
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/uk.po b/uk.po
deleted file mode 100644
index f5e784744..000000000
--- a/uk.po
+++ /dev/null
@@ -1,37 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# LinuxChata, 2014
-# mykola <mykola.bilovus(a)gmail.com>, 2016
-# - -, 2019
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2019-01-06 16:58+0100\n"
-"PO-Revision-Date: 2019-04-20 12:43+0000\n"
-"Last-Translator: - -\n"
-"Language-Team: Ukrainian (http://www.transifex.com/otf/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=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
-
-#: ../lib/Tails/RunningSystem.pm:193
-msgid "Error"
-msgstr "Помилка"
-
-#: ../lib/Tails/RunningSystem.pm:195
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Не вдається знайти пристрій, з якого запущений Tails. Може, ви скористалися опцією 'toram'?"
-
-#: ../lib/Tails/RunningSystem.pm:223
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Не вдалося знайти диск, з якого запущений Tails. Може, ви скористалися опцією 'toram'?"
diff --git a/ur.po b/ur.po
deleted file mode 100644
index 4e78f7aea..000000000
--- a/ur.po
+++ /dev/null
@@ -1,36 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Muhammad Sohaib Raza <sohaibraza000(a)gmail.com>, 2016
-# S. Zahir Hussain, 2019
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2019-01-06 16:58+0100\n"
-"PO-Revision-Date: 2019-04-17 13:07+0000\n"
-"Last-Translator: S. Zahir Hussain\n"
-"Language-Team: Urdu (http://www.transifex.com/otf/torproject/language/ur/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ur\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:193
-msgid "Error"
-msgstr "غلطی"
-
-#: ../lib/Tails/RunningSystem.pm:195
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "جس آلہ پر ٹیلز چل رہا تھا وہ نہیں مل رہا۔ شاید آپ نے toram آپشن استعمال کیا ہے"
-
-#: ../lib/Tails/RunningSystem.pm:223
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "جس آلہ پر ٹیلز چل رہا تھا وہ نہیں مل رہا۔ شاید آپ نے toram آپشن استعمال کیا ہے"
diff --git a/ur_PK.po b/ur_PK.po
deleted file mode 100644
index e2a526b42..000000000
--- a/ur_PK.po
+++ /dev/null
@@ -1,25 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Umar Hayat, 2015
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2015-05-02 21:08+0200\n"
-"PO-Revision-Date: 2015-08-25 09:09+0000\n"
-"Last-Translator: Umar Hayat\n"
-"Language-Team: Urdu (Pakistan) (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:153
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr "ڈیوائس کیا Tails ابھی تک چل رہی ہیں ،شاید آپ نےے toram آپشن استعمال کیا ہے"
diff --git a/vi.po b/vi.po
deleted file mode 100644
index 9db533b34..000000000
--- a/vi.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Khanh Nguyen <nguyenduykhanh85(a)gmail.com>, 2015-2016
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-05-20 10:59+0200\n"
-"PO-Revision-Date: 2017-09-19 22:59+0000\n"
-"Last-Translator: Khanh Nguyen <nguyenduykhanh85(a)gmail.com>\n"
-"Language-Team: Vietnamese (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Lỗi"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr "Thiết bị đang vận hành Tails không được tìm thấy. Có thể bạn đã dùng tùy chọn 'toram'?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr "Ổ đĩa nơi Tails đang chạy không được tìm thấy. Có lẽ bạn đang dùng tùy chọn 'toram'?"
diff --git a/zh_CN.po b/zh_CN.po
index 8c17ca037..20b70b177 100644
--- a/zh_CN.po
+++ b/zh_CN.po
@@ -11,7 +11,7 @@ msgstr ""
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2019-05-30 00:54+0000\n"
-"Last-Translator: Yikai Yang <ff98sha(a)gmail.com>\n"
+"Last-Translator: ff98sha\n"
"Language-Team: Chinese (China) (http://www.transifex.com/otf/torproject/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/zh_HK.po b/zh_HK.po
deleted file mode 100644
index 84516031d..000000000
--- a/zh_HK.po
+++ /dev/null
@@ -1,37 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# brendanyan <yan.brendan(a)gmail.com>, 2014
-# 大圈洋蔥, 2016
-# brendanyan <yan.brendan(a)gmail.com>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-05-20 10:59+0200\n"
-"PO-Revision-Date: 2017-09-19 22:59+0000\n"
-"Last-Translator: 大圈洋蔥\n"
-"Language-Team: Chinese (Hong Kong) (http://www.transifex.com/otf/torproject/language/zh_HK/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: zh_HK\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "錯誤"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr "搵唔到運行Tails嘅裝置。係咪用咗「toram」選項?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr "搵唔到運行Tails嘅設備。係咪用咗「toram」選項?"
diff --git a/zh_TW.po b/zh_TW.po
deleted file mode 100644
index b59fc1d0c..000000000
--- a/zh_TW.po
+++ /dev/null
@@ -1,39 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Agustín Wu <losangwuyts(a)gmail.com>, 2016
-# Hsiu-Ming Chang <cges30901(a)gmail.com>, 2014
-# danfong <danfong.hsieh(a)gmail.com>, 2014
-# Hsiu-Ming Chang <cges30901(a)gmail.com>, 2019
-# 大圈洋蔥, 2016
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2019-01-06 16:58+0100\n"
-"PO-Revision-Date: 2019-04-15 06:34+0000\n"
-"Last-Translator: Hsiu-Ming Chang <cges30901(a)gmail.com>\n"
-"Language-Team: Chinese (Taiwan) (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:193
-msgid "Error"
-msgstr "錯誤"
-
-#: ../lib/Tails/RunningSystem.pm:195
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "用於啟動 Tails 的裝置找不到。或許您使用了「toram」選項?"
-
-#: ../lib/Tails/RunningSystem.pm:223
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "用於啟動 Tails 的磁碟找不到。或許您使用了「toram」選項?"
1
0

[translation/tails-perl5lib] Update translations for tails-perl5lib
by translation@torproject.org 16 Aug '19
by translation@torproject.org 16 Aug '19
16 Aug '19
commit 5564ca130c4d12740af922eea17f02e1944eb95d
Author: Translation commit bot <translation(a)torproject.org>
Date: Fri Aug 16 10:19:56 2019 +0000
Update translations for tails-perl5lib
---
ach.po | 10 +++++-----
ady.po | 34 ----------------------------------
af.po | 10 +++++-----
af_ZA.po | 24 ------------------------
ak.po | 34 ----------------------------------
am.po | 34 ----------------------------------
am_ET.po | 35 -----------------------------------
ar.po | 18 +++++++++---------
ar_AA.po | 34 ----------------------------------
arn.po | 34 ----------------------------------
ast.po | 10 +++++-----
az.po | 12 ++++++------
ba.po | 34 ----------------------------------
bal.po | 34 ----------------------------------
be.po | 12 ++++++------
bg.po | 16 ++++++++--------
bg_BG.po | 24 ------------------------
bn.po | 14 +++++++-------
bn_BD.po | 36 ------------------------------------
bn_IN.po | 34 ----------------------------------
bo.po | 34 ----------------------------------
br.po | 14 +++++++-------
brx.po | 34 ----------------------------------
bs.po | 10 +++++-----
ca.po | 18 +++++++++---------
ca_ES.po | 24 ------------------------
ceb.po | 34 ----------------------------------
co.po | 34 ----------------------------------
cs.po | 6 +++---
cs_CZ.po | 34 ----------------------------------
csb.po | 34 ----------------------------------
cv.po | 34 ----------------------------------
cy.po | 12 ++++++------
cy_GB.po | 34 ----------------------------------
da.po | 16 ++++++++--------
da_DK.po | 34 ----------------------------------
de.po | 10 +++++-----
dz.po | 34 ----------------------------------
el.po | 10 +++++-----
el_GR.po | 24 ------------------------
en_GB.po | 14 +++++++-------
eo.po | 6 +++---
es.po | 12 ++++++------
es_AR.po | 10 +++++-----
es_CL.po | 34 ----------------------------------
es_CO.po | 34 ----------------------------------
es_MX.po | 14 +++++++-------
es_NI.po | 24 ------------------------
et.po | 12 ++++++------
eu.po | 12 ++++++------
fa.po | 18 +++++++++---------
fi.po | 6 +++---
fil.po | 36 ------------------------------------
fo.po | 34 ----------------------------------
fr.po | 16 ++++++++--------
fr_CA.po | 38 --------------------------------------
fur.po | 34 ----------------------------------
fy.po | 12 ++++++------
ga.po | 10 +++++-----
gd.po | 10 +++++-----
gl.po | 14 +++++++-------
gu.po | 12 ++++++------
gu_IN.po | 34 ----------------------------------
gun.po | 34 ----------------------------------
ha.po | 34 ----------------------------------
he.po | 12 ++++++------
hi.po | 16 ++++++++--------
hr.po | 6 +++---
hr_HR.po | 37 -------------------------------------
ht.po | 34 ----------------------------------
hu.po | 10 +++++-----
hy.po | 12 ++++++------
hy_AM.po | 34 ----------------------------------
ia.po | 34 ----------------------------------
is.po | 16 ++++++++--------
it.po | 18 +++++++++---------
ja.po | 16 ++++++++--------
jbo.po | 34 ----------------------------------
jv.po | 34 ----------------------------------
ka.po | 20 ++++++++++----------
kk.po | 6 +++---
km.po | 12 ++++++------
kn.po | 12 ++++++------
ko.po | 4 ++--
ko_KR.po | 34 ----------------------------------
ku.po | 34 ----------------------------------
ku_IQ.po | 34 ----------------------------------
kw.po | 34 ----------------------------------
ky.po | 34 ----------------------------------
la.po | 34 ----------------------------------
lb.po | 35 -----------------------------------
lg.po | 34 ----------------------------------
ln.po | 34 ----------------------------------
lo.po | 35 -----------------------------------
lt.po | 4 ++--
lv.po | 12 ++++++------
mg.po | 34 ----------------------------------
mi.po | 34 ----------------------------------
mk.po | 10 +++++-----
ml.po | 12 ++++++------
mn.po | 34 ----------------------------------
mr.po | 10 +++++-----
ms_MY.po | 16 ++++++++--------
mt.po | 34 ----------------------------------
my.po | 12 ++++++------
nah.po | 34 ----------------------------------
nap.po | 34 ----------------------------------
nb.po | 16 ++++++++--------
nds.po | 34 ----------------------------------
ne.po | 10 +++++-----
nl.po | 16 ++++++++--------
nl_BE.po | 12 ++++++------
nn.po | 14 +++++++-------
nso.po | 34 ----------------------------------
oc.po | 10 +++++-----
om.po | 34 ----------------------------------
or.po | 10 +++++-----
pa.po | 12 ++++++------
pap.po | 34 ----------------------------------
pl.po | 18 +++++++++---------
pl_PL.po | 24 ------------------------
pms.po | 34 ----------------------------------
ps.po | 34 ----------------------------------
pt.po | 39 ---------------------------------------
pt_BR.po | 10 +++++-----
pt_PT.po | 6 +++---
ru.po | 22 +++++++++++-----------
ru(a)petr1708.po | 34 ----------------------------------
sa.po | 34 ----------------------------------
scn.po | 34 ----------------------------------
sco.po | 34 ----------------------------------
si.po | 34 ----------------------------------
si_LK.po | 12 ++++++------
sk.po | 6 +++---
sk_SK.po | 37 -------------------------------------
sl.po | 12 ++++++------
sl_SI.po | 35 -----------------------------------
sn.po | 34 ----------------------------------
so.po | 34 ----------------------------------
son.po | 10 +++++-----
sq.po | 16 ++++++++--------
sq_AL.po | 34 ----------------------------------
sr.po | 12 ++++++------
sr(a)latin.po | 34 ----------------------------------
st.po | 34 ----------------------------------
su.po | 34 ----------------------------------
sv.po | 14 +++++++-------
sw.po | 6 +++---
szl.po | 34 ----------------------------------
ta.po | 16 ++++++++--------
te.po | 12 ++++++------
te_IN.po | 34 ----------------------------------
tg.po | 34 ----------------------------------
th.po | 12 ++++++------
ti.po | 34 ----------------------------------
tk.po | 34 ----------------------------------
tl_PH.po | 34 ----------------------------------
tr.po | 10 +++++-----
tzm.po | 34 ----------------------------------
ug(a)Arab.po | 34 ----------------------------------
uk.po | 10 +++++-----
ur.po | 6 +++---
ur_PK.po | 35 -----------------------------------
uz.po | 12 ++++++------
ve.po | 34 ----------------------------------
vi.po | 12 ++++++------
wa.po | 34 ----------------------------------
wo.po | 34 ----------------------------------
yo.po | 34 ----------------------------------
zh.po | 24 ------------------------
zh_CN.GB2312.po | 24 ------------------------
zh_CN.po | 2 +-
zh_HK.po | 12 ++++++------
zh_TW.po | 6 +++---
zu.po | 34 ----------------------------------
175 files changed, 483 insertions(+), 3589 deletions(-)
diff --git a/ach.po b/ach.po
index e09f01186..611b518a9 100644
--- a/ach.po
+++ b/ach.po
@@ -5,9 +5,9 @@
# Translators:
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Acoli (http://www.transifex.com/otf/torproject/language/ach/)\n"
@@ -17,17 +17,17 @@ msgstr ""
"Language: ach\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/ady.po b/ady.po
deleted file mode 100644
index 40b6d082d..000000000
--- a/ady.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Adyghe (http://www.transifex.com/otf/torproject/language/ady/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ady\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/af.po b/af.po
index 6fb2b448a..515be4e1e 100644
--- a/af.po
+++ b/af.po
@@ -5,9 +5,9 @@
# Translators:
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Afrikaans (http://www.transifex.com/otf/torproject/language/af/)\n"
@@ -17,17 +17,17 @@ msgstr ""
"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/af_ZA.po b/af_ZA.po
deleted file mode 100644
index 84c9b188e..000000000
--- a/af_ZA.po
+++ /dev/null
@@ -1,24 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2013-11-28 11:56+0100\n"
-"PO-Revision-Date: 2014-03-13 09:34+0000\n"
-"Last-Translator: Phoul <colin(a)torproject.org>\n"
-"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/torproject/language/af_ZA/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: af_ZA\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:139
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr ""
diff --git a/ak.po b/ak.po
deleted file mode 100644
index e4d5df523..000000000
--- a/ak.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Akan (http://www.transifex.com/otf/torproject/language/ak/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ak\n"
-"Plural-Forms: nplurals=2; plural=n > 1;\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/am.po b/am.po
deleted file mode 100644
index 968ca63c9..000000000
--- a/am.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Amharic (http://www.transifex.com/otf/torproject/language/am/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: am\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "ስህተት "
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/am_ET.po b/am_ET.po
deleted file mode 100644
index 40a205c04..000000000
--- a/am_ET.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Anteneh Tsegaye <tsegaye.anteneh(a)gmail.com>, 2015
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-01-11 15:40+0100\n"
-"PO-Revision-Date: 2016-01-12 08:13+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Amharic (Ethiopia) (http://www.transifex.com/otf/torproject/language/am_ET/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: am_ET\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr "የመሳርያው ጭራ አልተገኘም እያለ ነው ፡፡ ምናልባት ቶረምን መርጠህ/ሽ ይሆናል"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr ""
diff --git a/ar.po b/ar.po
index fe2a2f6a8..ef8a63e9e 100644
--- a/ar.po
+++ b/ar.po
@@ -4,14 +4,14 @@
#
# Translators:
# AbdAlnour Sami <me(a)abdalnour.me>, 2015
-# Ahmed Alhammadi <6622227a(a)gmail.com>, 2016
+# Ahmed A. <6622227a(a)gmail.com>, 2016
# Emma Peel, 2018
# Karimation <karim.1993(a)live.com>, 2014
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-09-07 09:18+0000\n"
"Last-Translator: Emma Peel\n"
"Language-Team: Arabic (http://www.transifex.com/otf/torproject/language/ar/)\n"
@@ -21,18 +21,18 @@ msgstr ""
"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"
-#: ../lib/Tails/RunningSystem.pm:190
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "خطأ"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "لايمكن العثور على المحرك الذي يعمل عليه تيلز. قد يكون السبب اختيارك \"تورام\" 'toram'"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:220
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "لايمكن العثور على المحرك الذي يعمل عليه تيلز. قد يكون السبب اختيارك \"تورام\" 'toram'"
+msgstr ""
diff --git a/ar_AA.po b/ar_AA.po
deleted file mode 100644
index 06bf074b1..000000000
--- a/ar_AA.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-01-11 15:40+0100\n"
-"PO-Revision-Date: 2016-01-12 08:13+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Arabic (Unitag) (http://www.transifex.com/otf/torproject/language/ar_AA/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ar_AA\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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr ""
diff --git a/arn.po b/arn.po
deleted file mode 100644
index 0bbd2357f..000000000
--- a/arn.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Mapudungun (http://www.transifex.com/otf/torproject/language/arn/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: arn\n"
-"Plural-Forms: nplurals=2; plural=n > 1;\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/ast.po b/ast.po
index 514496ba2..5877748e1 100644
--- a/ast.po
+++ b/ast.po
@@ -5,9 +5,9 @@
# Translators:
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Asturian (http://www.transifex.com/otf/torproject/language/ast/)\n"
@@ -17,17 +17,17 @@ msgstr ""
"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/az.po b/az.po
index fdca6a87d..7264f7c8d 100644
--- a/az.po
+++ b/az.po
@@ -6,9 +6,9 @@
# R4UM87 <ctoiesp(a)gmail.com>, 2014
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Azerbaijani (http://www.transifex.com/otf/torproject/language/az/)\n"
@@ -18,17 +18,17 @@ msgstr ""
"Language: az\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Xəta"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/ba.po b/ba.po
deleted file mode 100644
index 6488748db..000000000
--- a/ba.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Bashkir (http://www.transifex.com/otf/torproject/language/ba/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ba\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/bal.po b/bal.po
deleted file mode 100644
index 2db905928..000000000
--- a/bal.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-01-11 15:40+0100\n"
-"PO-Revision-Date: 2016-01-12 08:13+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Balochi (http://www.transifex.com/otf/torproject/language/bal/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: bal\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr ""
diff --git a/be.po b/be.po
index 4e525e45d..e7e481218 100644
--- a/be.po
+++ b/be.po
@@ -5,9 +5,9 @@
# Translators:
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Belarusian (http://www.transifex.com/otf/torproject/language/be/)\n"
@@ -17,17 +17,17 @@ msgstr ""
"Language: be\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Памылка"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/bg.po b/bg.po
index ced476ec6..437759f40 100644
--- a/bg.po
+++ b/bg.po
@@ -7,9 +7,9 @@
# Tsvetan Nikolov <slakware(a)gmail.com>, 2016
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 15:18+0000\n"
"Last-Translator: Ivo\n"
"Language-Team: Bulgarian (http://www.transifex.com/otf/torproject/language/bg/)\n"
@@ -19,18 +19,18 @@ msgstr ""
"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Грешка"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "Устройствата от което Tails работи не може да бъде намерено. Може би сте използвали опцията \"toram\"?"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "Устройството от което Tails работи не може да бъде намерено. Може би сте използвали опцията \"toram\"?"
+msgstr ""
diff --git a/bg_BG.po b/bg_BG.po
deleted file mode 100644
index 1eaa56954..000000000
--- a/bg_BG.po
+++ /dev/null
@@ -1,24 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2013-11-28 11:56+0100\n"
-"PO-Revision-Date: 2013-12-30 04:38+0000\n"
-"Last-Translator: Phoul <colin(a)torproject.org>\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"
-
-#: ../lib/Tails/RunningSystem.pm:139
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr ""
diff --git a/bn.po b/bn.po
index da2fe5804..fb86bffa1 100644
--- a/bn.po
+++ b/bn.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-10-04 00:28+0000\n"
"Last-Translator: erinm\n"
"Language-Team: Bengali (http://www.transifex.com/otf/torproject/language/bn/)\n"
@@ -18,18 +18,18 @@ msgstr ""
"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:190
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "ভুল"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "টাইল যে ডিভাইস থেকে চলছে তা পাওয়া যাবে নি। হয়তো আপনি 'toram' বিকল্প ব্যবহার করেছেন?"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:220
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "টাইল যে ডিভাইস থেকে চলছে তা পাওয়া যাবে নি। হয়তো আপনি 'toram' বিকল্প ব্যবহার করেছেন?"
+msgstr ""
diff --git a/bn_BD.po b/bn_BD.po
deleted file mode 100644
index 92bc851c3..000000000
--- a/bn_BD.po
+++ /dev/null
@@ -1,36 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Al Shahrior Hasan Sagor <shahrior3814(a)gmail.com>, 2018
-# Al Shahrior Hasan Sagor <shahrior3814(a)gmail.com>, 2017
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-06-27 16:21+0000\n"
-"Last-Translator: Al Shahrior Hasan Sagor <shahrior3814(a)gmail.com>\n"
-"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/otf/torproject/language/bn_BD/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: bn_BD\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "ভুল"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "টাইল যে ডিভাইস থেকে চলছে তা পাওয়া যাবে নি। হয়তো আপনি 'toram' বিকল্প ব্যবহার করেছেন?"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "টাইল যে ডিভাইস থেকে চলছে তা পাওয়া যাবে নি। হয়তো আপনি 'toram' বিকল্প ব্যবহার করেছেন?"
diff --git a/bn_IN.po b/bn_IN.po
deleted file mode 100644
index d91b6450e..000000000
--- a/bn_IN.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Bengali (India) (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/bo.po b/bo.po
deleted file mode 100644
index 760b80d44..000000000
--- a/bo.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Tibetan (http://www.transifex.com/otf/torproject/language/bo/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: bo\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Error"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/br.po b/br.po
index 4574dbf9a..e944b85fe 100644
--- a/br.po
+++ b/br.po
@@ -6,9 +6,9 @@
# Irriep Nala Novram <allannkorh(a)yahoo.fr>, 2018
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Breton (http://www.transifex.com/otf/torproject/language/br/)\n"
@@ -16,19 +16,19 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: br\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"Plural-Forms: nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Fazi"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/brx.po b/brx.po
deleted file mode 100644
index 8cd4db469..000000000
--- a/brx.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Bodo (http://www.transifex.com/otf/torproject/language/brx/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: brx\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/bs.po b/bs.po
index cfab57fbd..ba2f592ed 100644
--- a/bs.po
+++ b/bs.po
@@ -5,9 +5,9 @@
# Translators:
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Bosnian (http://www.transifex.com/otf/torproject/language/bs/)\n"
@@ -17,17 +17,17 @@ msgstr ""
"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"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/ca.po b/ca.po
index 7ca0beec5..282cd4791 100644
--- a/ca.po
+++ b/ca.po
@@ -5,14 +5,14 @@
# Translators:
# Carlos Marin <carlosmarinfernandez(a)gmail.com>, 2016
# laia_, 2014-2016
-# Miquel Bosch <m.bosch.sau(a)gmail.com>, 2018
+# Miquel Bosch, 2018
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-06-17 10:05+0000\n"
-"Last-Translator: Miquel Bosch <m.bosch.sau(a)gmail.com>\n"
+"Last-Translator: Miquel Bosch\n"
"Language-Team: Catalan (http://www.transifex.com/otf/torproject/language/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,18 +20,18 @@ msgstr ""
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr "Error"
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "No es troba el dispositiu des del qual s'està executant Tails. Potser ha utilitzat la opció 'toram'? "
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "No es troba la unitat des del qual s'està executant Tails. Potser ha utilitzat la opció 'toram'? "
+msgstr ""
diff --git a/ca_ES.po b/ca_ES.po
deleted file mode 100644
index e979a8428..000000000
--- a/ca_ES.po
+++ /dev/null
@@ -1,24 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2013-11-28 11:56+0100\n"
-"PO-Revision-Date: 2013-12-30 04:38+0000\n"
-"Last-Translator: Phoul <colin(a)torproject.org>\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"
-
-#: ../lib/Tails/RunningSystem.pm:139
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr ""
diff --git a/ceb.po b/ceb.po
deleted file mode 100644
index 4146ada75..000000000
--- a/ceb.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Cebuano (http://www.transifex.com/otf/torproject/language/ceb/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ceb\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/co.po b/co.po
deleted file mode 100644
index ec5740bae..000000000
--- a/co.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-01-11 15:40+0100\n"
-"PO-Revision-Date: 2016-01-12 08:13+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Corsican (http://www.transifex.com/otf/torproject/language/co/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: co\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr ""
diff --git a/cs.po b/cs.po
index 6a3cc68ee..087156646 100644
--- a/cs.po
+++ b/cs.po
@@ -22,16 +22,16 @@ msgstr ""
#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Chyba"
+msgstr ""
#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "Nelze nalézt zařízení, na kterém běží Tails. Možná jste použili volbu 'toram'?"
+msgstr ""
#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "Nelze nalézt disk, na kterém běží Tails. Možná jste použili volbu 'toram''?"
+msgstr ""
diff --git a/cs_CZ.po b/cs_CZ.po
deleted file mode 100644
index af1eb782f..000000000
--- a/cs_CZ.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-01-11 15:40+0100\n"
-"PO-Revision-Date: 2016-01-12 08:13+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Czech (Czech Republic) (http://www.transifex.com/otf/torproject/language/cs_CZ/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: cs_CZ\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr ""
diff --git a/csb.po b/csb.po
deleted file mode 100644
index 19283eb29..000000000
--- a/csb.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Kashubian (http://www.transifex.com/otf/torproject/language/csb/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: csb\n"
-"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/cv.po b/cv.po
deleted file mode 100644
index 1f6129331..000000000
--- a/cv.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Chuvash (http://www.transifex.com/otf/torproject/language/cv/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: cv\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/cy.po b/cy.po
index 25e085f33..84f013264 100644
--- a/cy.po
+++ b/cy.po
@@ -7,9 +7,9 @@
# Huw Waters <huwwaters(a)gmail.com>, 2014
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Welsh (http://www.transifex.com/otf/torproject/language/cy/)\n"
@@ -19,17 +19,17 @@ msgstr ""
"Language: cy\n"
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Gwall"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/cy_GB.po b/cy_GB.po
deleted file mode 100644
index 61f35d5e3..000000000
--- a/cy_GB.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-01-11 15:40+0100\n"
-"PO-Revision-Date: 2016-01-12 08:13+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/otf/torproject/language/cy_GB/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: cy_GB\n"
-"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr ""
diff --git a/da.po b/da.po
index 95f976011..4d60aeb20 100644
--- a/da.po
+++ b/da.po
@@ -7,9 +7,9 @@
# scootergrisen, 2017-2018
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-04-03 09:14+0000\n"
"Last-Translator: scootergrisen\n"
"Language-Team: Danish (http://www.transifex.com/otf/torproject/language/da/)\n"
@@ -19,18 +19,18 @@ msgstr ""
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Fejl"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "Kan ikke finde enheden som Tails kører fra. Måske bruger du 'toram'-valgmuligheden?"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "Kan ikke finde drevet som Tails kører fra. Måske bruger du 'toram'-valgmuligheden?"
+msgstr ""
diff --git a/da_DK.po b/da_DK.po
deleted file mode 100644
index 7d4bcb4f5..000000000
--- a/da_DK.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-01-11 15:40+0100\n"
-"PO-Revision-Date: 2016-01-12 08:13+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Danish (Denmark) (http://www.transifex.com/otf/torproject/language/da_DK/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: da_DK\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr ""
diff --git a/de.po b/de.po
index 2c75b1001..66e1a5fdc 100644
--- a/de.po
+++ b/de.po
@@ -10,9 +10,9 @@
# rike, 2014-2015
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-05-11 14:17+0000\n"
"Last-Translator: spriver\n"
"Language-Team: German (http://www.transifex.com/otf/torproject/language/de/)\n"
@@ -22,17 +22,17 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr "Fehler"
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr "Das Gerät, von dem Tails ausgeführt wird, konnte nicht gefunden werden. Haben Sie vielleicht die »toram«-Option benutzt?"
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/dz.po b/dz.po
deleted file mode 100644
index 759cdc884..000000000
--- a/dz.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Dzongkha (http://www.transifex.com/otf/torproject/language/dz/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: dz\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/el.po b/el.po
index af8e8ef34..b4879ff0e 100644
--- a/el.po
+++ b/el.po
@@ -4,14 +4,14 @@
#
# Translators:
# metamec, 2015
-# Panos <alwayslivid(a)protonmail.com>, 2018
+# Panagiotis Vasilopoulos, 2018
# Sofia K., 2018
# TitanJack <titanjack.com(a)gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2019-01-02 12:08+0000\n"
"Last-Translator: Sofia K.\n"
"Language-Team: Greek (http://www.transifex.com/otf/torproject/language/el/)\n"
@@ -21,17 +21,17 @@ msgstr ""
"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:190
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr "Σφάλμα"
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr "Δεν είναι δυνατή η εύρεση συσκευής, στην οποία τρέχει το Tails. Μήπως χρησιμοποιήσατε την επιλογή \"toram\";"
-#: ../lib/Tails/RunningSystem.pm:220
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/el_GR.po b/el_GR.po
deleted file mode 100644
index 904f1f2a3..000000000
--- a/el_GR.po
+++ /dev/null
@@ -1,24 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2013-11-28 11:56+0100\n"
-"PO-Revision-Date: 2013-12-30 04:38+0000\n"
-"Last-Translator: Phoul <colin(a)torproject.org>\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"
-
-#: ../lib/Tails/RunningSystem.pm:139
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr ""
diff --git a/en_GB.po b/en_GB.po
index 541f85b3d..0df6c9c45 100644
--- a/en_GB.po
+++ b/en_GB.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2019-01-02 02:07+0000\n"
"Last-Translator: Andi Chandler <andi(a)gowling.com>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/otf/torproject/language/en_GB/)\n"
@@ -19,18 +19,18 @@ msgstr ""
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:190
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Error"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "The device Tails is running from cannot be found. Maybe you used the 'toram' option?"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:220
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "The drive Tails is running from cannot be found. Maybe you used the 'toram' option?"
+msgstr ""
diff --git a/eo.po b/eo.po
index 157a77921..40284e49d 100644
--- a/eo.po
+++ b/eo.po
@@ -20,16 +20,16 @@ msgstr ""
#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Eraro"
+msgstr ""
#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "La aparato Tails ne funkcias. Eble vi uzis la opcion 'toram'?"
+msgstr ""
#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "La stirilo de Tails ne funkcias. Eble vi uzis la opcion 'toram'?"
+msgstr ""
diff --git a/es.po b/es.po
index fa7c1befd..a29b6b62e 100644
--- a/es.po
+++ b/es.po
@@ -7,12 +7,12 @@
# Emma Peel, 2017-2018
# eulalio barbero espinosa <eulaliob(a)gmail.com>, 2018
# strel, 2016
-# EzeqGO, 2016
+# 322ccc6cfb939d448f1137bdc72c015b, 2016
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-04-09 11:03+0000\n"
"Last-Translator: Emma Peel\n"
"Language-Team: Spanish (http://www.transifex.com/otf/torproject/language/es/)\n"
@@ -22,17 +22,17 @@ msgstr ""
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr "Error"
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr "La unidad desde la que se está ejecutando Tails no se pudo encontrar. ¿Quizás has elegido la opción 'toram'?"
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/es_AR.po b/es_AR.po
index 3f7437e8a..95ba0adc9 100644
--- a/es_AR.po
+++ b/es_AR.po
@@ -9,9 +9,9 @@
# Zuhualime Akoochimoya, 2018
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-09-15 03:13+0000\n"
"Last-Translator: Zuhualime Akoochimoya\n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/otf/torproject/language/es_AR/)\n"
@@ -21,17 +21,17 @@ msgstr ""
"Language: es_AR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:190
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr "Error"
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr "El dispositivo desde el cual Tails está corriendo no puede ser encontrado. ¿Tal vez utilizaste la opción 'toram'?"
-#: ../lib/Tails/RunningSystem.pm:220
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/es_CL.po b/es_CL.po
deleted file mode 100644
index d2d667192..000000000
--- a/es_CL.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Spanish (Chile) (http://www.transifex.com/otf/torproject/language/es_CL/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: es_CL\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/es_CO.po b/es_CO.po
deleted file mode 100644
index f390ea9d6..000000000
--- a/es_CO.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Spanish (Colombia) (http://www.transifex.com/otf/torproject/language/es_CO/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: es_CO\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/es_MX.po b/es_MX.po
index 80327edba..228ade053 100644
--- a/es_MX.po
+++ b/es_MX.po
@@ -7,9 +7,9 @@
# Sanxcher Motala <motala.sanxcher(a)yandex.com>, 2017
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-07-31 18:19+0000\n"
"Last-Translator: David Salinas <davidgeek(a)pm.me>\n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/otf/torproject/language/es_MX/)\n"
@@ -19,17 +19,17 @@ msgstr ""
"Language: es_MX\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Error"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "El dispositivo en el cual Tails se esta ejecutando no puede ser encontrado. ¿Tal vez usaste la opción \"toram\"?"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/es_NI.po b/es_NI.po
deleted file mode 100644
index 3a552b743..000000000
--- a/es_NI.po
+++ /dev/null
@@ -1,24 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2013-11-28 11:56+0100\n"
-"PO-Revision-Date: 2014-03-14 09:27+0000\n"
-"Last-Translator: Phoul <colin(a)torproject.org>\n"
-"Language-Team: Spanish (Nicaragua) (http://www.transifex.com/projects/p/torproject/language/es_NI/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: es_NI\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:139
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr ""
diff --git a/et.po b/et.po
index 592080636..2ca204490 100644
--- a/et.po
+++ b/et.po
@@ -6,9 +6,9 @@
# Kristjan Räts <kristjanrats(a)gmail.com>, 2016
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Estonian (http://www.transifex.com/otf/torproject/language/et/)\n"
@@ -18,17 +18,17 @@ msgstr ""
"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Viga"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/eu.po b/eu.po
index abd02ac5a..b0a02ac2a 100644
--- a/eu.po
+++ b/eu.po
@@ -6,9 +6,9 @@
# David García-Abad <dgarciabad(a)gmail.com>, 2017
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-04-12 19:08+0000\n"
"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Basque (http://www.transifex.com/otf/torproject/language/eu/)\n"
@@ -18,17 +18,17 @@ msgstr ""
"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Akatsa"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/fa.po b/fa.po
index 1c4644c87..dd2e69274 100644
--- a/fa.po
+++ b/fa.po
@@ -5,14 +5,14 @@
# Translators:
# NoProfile, 2016
# Sina Eghbal <s.eghbal(a)gmail.com>, 2016
-# Vox Pop, 2018
+# Vox, 2018
msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-12-16 12:46+0000\n"
-"Last-Translator: Vox Pop\n"
+"Last-Translator: Vox\n"
"Language-Team: Persian (http://www.transifex.com/otf/torproject/language/fa/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,18 +20,18 @@ msgstr ""
"Language: fa\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: ../lib/Tails/RunningSystem.pm:190
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "خطا"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "دستگاه شما که تیلز از آن اجرا میشود، پیدا نمیشود. شاید شما از گزینهی 'toram' استفاده کردهاید؟"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:220
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "درایوی که تیلز از آن اجرا میشود، پیدا نمیشود. شاید شما از گزینهی 'toram' استفاده کردهاید؟"
+msgstr ""
diff --git a/fi.po b/fi.po
index 2890e603d..1213a7827 100644
--- a/fi.po
+++ b/fi.po
@@ -24,16 +24,16 @@ msgstr ""
#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Virhe"
+msgstr ""
#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "Tails'in käyttämää laitetta ei löydy. Käytitkö 'toram'-valitsinta?"
+msgstr ""
#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "Tails'in käyttämää levyä ei löydy. Käytitkö 'toram'-valitsinta?"
+msgstr ""
diff --git a/fil.po b/fil.po
deleted file mode 100644
index 52ef28e5c..000000000
--- a/fil.po
+++ /dev/null
@@ -1,36 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Alvin Abuke <abuke.ac(a)gmail.com>, 2017
-# Kay P., 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Filipino (http://www.transifex.com/otf/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==2 || n==3) || (n % 10 != 4 || n % 10 != 6 || n % 10 != 9);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Error"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/fo.po b/fo.po
deleted file mode 100644
index a14a44620..000000000
--- a/fo.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Faroese (http://www.transifex.com/otf/torproject/language/fo/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: fo\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/fr.po b/fr.po
index 22a898153..a78142524 100644
--- a/fr.po
+++ b/fr.po
@@ -4,16 +4,16 @@
#
# Translators:
# Bronner Matthieu <mat.bronner(a)hotmail.fr>, 2016
-# AO French coordinator <ao(a)localizationlab.org>, 2017-2018
-# AO French coordinator <ao(a)localizationlab.org>, 2016
+# AO <ao(a)localizationlab.org>, 2017-2018
+# AO <ao(a)localizationlab.org>, 2016
# phil beau <philippebeau0(a)gmail.com>, 2016
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-08-08 18:00+0000\n"
-"Last-Translator: AO French coordinator <ao(a)localizationlab.org>\n"
+"Last-Translator: AO <ao(a)localizationlab.org>\n"
"Language-Team: French (http://www.transifex.com/otf/torproject/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -21,17 +21,17 @@ msgstr ""
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: ../lib/Tails/RunningSystem.pm:190
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr "Erreur"
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr "Le périphérique sur lequel Tails tourne ne peut pas être trouvé. Peut-être avez-vous utilisée l’option 'toram' ?"
-#: ../lib/Tails/RunningSystem.pm:220
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/fr_CA.po b/fr_CA.po
deleted file mode 100644
index 1153b425d..000000000
--- a/fr_CA.po
+++ /dev/null
@@ -1,38 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# French language coordinator <french.coordinator(a)rbox.me>, 2017
-# French language coordinator <french.coordinator(a)rbox.me>, 2016
-# French language coordinator <french.coordinator(a)rbox.me>, 2016
-# French language coordinator <french.coordinator(a)rbox.me>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: French (Canada) (http://www.transifex.com/otf/torproject/language/fr_CA/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: fr_CA\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Erreur"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/fur.po b/fur.po
deleted file mode 100644
index 9e091fe21..000000000
--- a/fur.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Friulian (http://www.transifex.com/otf/torproject/language/fur/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: fur\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/fy.po b/fy.po
index 294fbd491..63b44404d 100644
--- a/fy.po
+++ b/fy.po
@@ -5,9 +5,9 @@
# Translators:
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Western Frisian (http://www.transifex.com/otf/torproject/language/fy/)\n"
@@ -17,17 +17,17 @@ msgstr ""
"Language: fy\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Flater"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/ga.po b/ga.po
index b12b63e14..d9233d8f3 100644
--- a/ga.po
+++ b/ga.po
@@ -6,9 +6,9 @@
# Kevin Scannell <kscanne(a)gmail.com>, 2017-2018
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-04-03 13:22+0000\n"
"Last-Translator: Kevin Scannell <kscanne(a)gmail.com>\n"
"Language-Team: Irish (http://www.transifex.com/otf/torproject/language/ga/)\n"
@@ -18,17 +18,17 @@ msgstr ""
"Language: ga\n"
"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr "Earráid"
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr "Ní féidir teacht ar an ngléas óna bhfuil Tails ag rith. B'fhéidir gur úsáid tú an rogha 'toram'?"
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/gd.po b/gd.po
index 42aaf1b07..07ee4b2ff 100644
--- a/gd.po
+++ b/gd.po
@@ -5,9 +5,9 @@
# Translators:
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Gaelic, Scottish (http://www.transifex.com/otf/torproject/language/gd/)\n"
@@ -17,17 +17,17 @@ msgstr ""
"Language: gd\n"
"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/gl.po b/gl.po
index 74306fcbb..3c00c0b72 100644
--- a/gl.po
+++ b/gl.po
@@ -3,12 +3,12 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# JessicaD <jessicadominguez95(a)gmail.com>, 2015
+# jessica dominguez <jessicadominguez95(a)gmail.com>, 2015
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-04-12 19:08+0000\n"
"Last-Translator: Xosé M. Lamas <correo(a)xmgz.eu>\n"
"Language-Team: Galician (http://www.transifex.com/otf/torproject/language/gl/)\n"
@@ -18,17 +18,17 @@ msgstr ""
"Language: gl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Erro"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/gu.po b/gu.po
index 7defa1650..7c64b9955 100644
--- a/gu.po
+++ b/gu.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-11-22 19:05+0000\n"
-"Last-Translator: Drashti Kaushik <drashtipandya37(a)gmail.com>\n"
+"Last-Translator: Drashti Pandya <drashtipandya37(a)gmail.com>\n"
"Language-Team: Gujarati (http://www.transifex.com/otf/torproject/language/gu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -17,17 +17,17 @@ msgstr ""
"Language: gu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:190
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "ભૂલ"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:220
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/gu_IN.po b/gu_IN.po
deleted file mode 100644
index b21250915..000000000
--- a/gu_IN.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Gujarati (India) (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/gun.po b/gun.po
deleted file mode 100644
index c64f1003c..000000000
--- a/gun.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Gun (http://www.transifex.com/otf/torproject/language/gun/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: gun\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/ha.po b/ha.po
deleted file mode 100644
index b9a9b6ac5..000000000
--- a/ha.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Hausa (http://www.transifex.com/otf/torproject/language/ha/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ha\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/he.po b/he.po
index 3c7919e22..83d545612 100644
--- a/he.po
+++ b/he.po
@@ -6,9 +6,9 @@
# ION, 2017-2018
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-04-04 06:17+0000\n"
"Last-Translator: ION\n"
"Language-Team: Hebrew (http://www.transifex.com/otf/torproject/language/he/)\n"
@@ -16,19 +16,19 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: he\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr "שגיאה"
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr "ההתקן ממנו Tails רץ אינו יכול להימצא. אולי השתמשת באפשרות 'toram'?"
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/hi.po b/hi.po
index 737db71d9..d75d4dc87 100644
--- a/hi.po
+++ b/hi.po
@@ -6,10 +6,10 @@
# Aayush M <chaayushmalik(a)gmail.com>, 2018
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
-"PO-Revision-Date: 2018-08-31 06:45+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
+"PO-Revision-Date: 2018-08-31 06:46+0000\n"
"Last-Translator: Aayush M <chaayushmalik(a)gmail.com>\n"
"Language-Team: Hindi (http://www.transifex.com/otf/torproject/language/hi/)\n"
"MIME-Version: 1.0\n"
@@ -18,17 +18,17 @@ msgstr ""
"Language: hi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:190
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "त्रुटि"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "डिवाइस, जिसमें से टेल्स चल रहा है, पाया नहीं जा सकता है। शायद आपने 'toram' विकल्प का इस्तेमाल किया था?"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:220
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/hr.po b/hr.po
index a3b35d999..cea7172a7 100644
--- a/hr.po
+++ b/hr.po
@@ -20,16 +20,16 @@ msgstr ""
#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Greška"
+msgstr ""
#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "Uređaj s kojeg se Tails pokreće ne može biti pronađen. Možda ste koristili 'toram' opciju?"
+msgstr ""
#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "Pogon sa kojeg se Tails pokreće ne može biti pronađen. Možda ste koristili 'toram' opciju?"
+msgstr ""
diff --git a/hr_HR.po b/hr_HR.po
deleted file mode 100644
index 676893ea8..000000000
--- a/hr_HR.po
+++ /dev/null
@@ -1,37 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Igor <lyricaltumor(a)gmail.com>, 2016
-# Karlo Prikratki <karlo(a)karloprikratki.com>, 2018
-# Igor <lyricaltumor(a)gmail.com>, 2015
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
-"PO-Revision-Date: 2018-11-14 19:52+0000\n"
-"Last-Translator: Karlo Prikratki <karlo(a)karloprikratki.com>\n"
-"Language-Team: Croatian (Croatia) (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:190
-msgid "Error"
-msgstr "Pogreška"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Uređaj s kojeg se Tails pokreće ne može biti pronađen. Možda ste koristili 'toram' opciju?"
-
-#: ../lib/Tails/RunningSystem.pm:220
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Pogon sa kojeg se Tails pokreće ne može biti pronađen. Možda ste koristili 'toram' opciju?"
diff --git a/ht.po b/ht.po
deleted file mode 100644
index 2b6272289..000000000
--- a/ht.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Haitian (Haitian Creole) (http://www.transifex.com/otf/torproject/language/ht/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ht\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/hu.po b/hu.po
index 758972287..4dde3be2f 100644
--- a/hu.po
+++ b/hu.po
@@ -8,9 +8,9 @@
# vargaviktor <viktor.varga(a)gmail.com>, 2018
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-09-04 20:17+0000\n"
"Last-Translator: vargaviktor <viktor.varga(a)gmail.com>\n"
"Language-Team: Hungarian (http://www.transifex.com/otf/torproject/language/hu/)\n"
@@ -20,17 +20,17 @@ msgstr ""
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:190
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr "Hiba"
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr "Az eszköz amiről a Tails fut nem található. Lehetséges, hogy a \"toram\" opciót használta?"
-#: ../lib/Tails/RunningSystem.pm:220
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/hy.po b/hy.po
index 81fa1b147..c86cd9e24 100644
--- a/hy.po
+++ b/hy.po
@@ -5,9 +5,9 @@
# Translators:
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Armenian (http://www.transifex.com/otf/torproject/language/hy/)\n"
@@ -17,17 +17,17 @@ msgstr ""
"Language: hy\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Սխալ"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/hy_AM.po b/hy_AM.po
deleted file mode 100644
index 9b0c18f8e..000000000
--- a/hy_AM.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-01-11 15:40+0100\n"
-"PO-Revision-Date: 2016-01-12 08:13+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Armenian (Armenia) (http://www.transifex.com/otf/torproject/language/hy_AM/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: hy_AM\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr ""
diff --git a/ia.po b/ia.po
deleted file mode 100644
index ac7c4c614..000000000
--- a/ia.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Interlingua (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Error"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/is.po b/is.po
index 2755ade94..35d995baf 100644
--- a/is.po
+++ b/is.po
@@ -6,9 +6,9 @@
# Sveinn í Felli <sv1(a)fellsnet.is>, 2016,2018
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-04-03 11:49+0000\n"
"Last-Translator: Sveinn í Felli <sv1(a)fellsnet.is>\n"
"Language-Team: Icelandic (http://www.transifex.com/otf/torproject/language/is/)\n"
@@ -18,18 +18,18 @@ msgstr ""
"Language: is\n"
"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Villa"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "Tækið sem Tails er keyrt af finnst ekki. Getur verið að þú hafir notað 'toram' valkostinn?"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "Drifið sem Tails er keyrt af finnst ekki. Getur verið að þú hafir notað 'toram' valkostinn?"
+msgstr ""
diff --git a/it.po b/it.po
index bd6355833..ca6233e2c 100644
--- a/it.po
+++ b/it.po
@@ -5,13 +5,13 @@
# Translators:
# Alessandro Toffalini, 2017
# Francesca Ciceri <madamezou(a)zouish.org>, 2014
-# Giuseppe Pignataro (Fasbyte01) <rogepix(a)gmail.com>, 2016
+# Giuseppe Pignataro <rogepix(a)gmail.com>, 2016
# Random_R, 2018
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-04-03 12:51+0000\n"
"Last-Translator: Random_R\n"
"Language-Team: Italian (http://www.transifex.com/otf/torproject/language/it/)\n"
@@ -21,18 +21,18 @@ msgstr ""
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Errore"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "Impossibile trovare il dispositivo su cui sta girando Tails. Forse hai usato l'opzione 'toram'?"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "Impossibile trovare il disco su cui sta girando Tails. Forse hai usato l'opzione 'toram'?"
+msgstr ""
diff --git a/ja.po b/ja.po
index 06bca613e..c9fd3dc6e 100644
--- a/ja.po
+++ b/ja.po
@@ -8,9 +8,9 @@
# Tokumei Nanashi, 2018
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-04-18 07:43+0000\n"
"Last-Translator: Tokumei Nanashi\n"
"Language-Team: Japanese (http://www.transifex.com/otf/torproject/language/ja/)\n"
@@ -20,18 +20,18 @@ msgstr ""
"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "エラー"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "Tailsが動作しているデバイスを発見出来ませんでした。もしかして`toram' オプションを使ってはいませんか?"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "Tailsが動作しているドライブを発見出来ませんでした。もしかして`toram' オプションを使ってはいませんか?"
+msgstr ""
diff --git a/jbo.po b/jbo.po
deleted file mode 100644
index 25a8d1897..000000000
--- a/jbo.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-01-11 15:40+0100\n"
-"PO-Revision-Date: 2016-01-12 08:13+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Lojban (http://www.transifex.com/otf/torproject/language/jbo/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: jbo\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr ""
diff --git a/jv.po b/jv.po
deleted file mode 100644
index 3eec02248..000000000
--- a/jv.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Javanese (http://www.transifex.com/otf/torproject/language/jv/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: jv\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/ka.po b/ka.po
index 18ec2d612..30a89d2ae 100644
--- a/ka.po
+++ b/ka.po
@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# A. C. <georgianization(a)outlook.com>, 2018
+# Georgianization, 2018
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-09-30 00:02+0000\n"
-"Last-Translator: A. C. <georgianization(a)outlook.com>\n"
+"Last-Translator: Georgianization\n"
"Language-Team: Georgian (http://www.transifex.com/otf/torproject/language/ka/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -18,18 +18,18 @@ msgstr ""
"Language: ka\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-#: ../lib/Tails/RunningSystem.pm:190
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "შეცდომა"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "მოწყობილობა რომლიდანაც Tails ეშვება ვერ მოიძებნა. „toram“ პარამეტრს ხომ არ იყენებდით?"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:220
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "დისკწამყვანი რომლიდანაც Tails ეშვება ვერ მოიძებნა. „toram“ პარამეტრს ხომ არ იყენებდით?"
+msgstr ""
diff --git a/kk.po b/kk.po
index f66dda616..86c42b51d 100644
--- a/kk.po
+++ b/kk.po
@@ -20,16 +20,16 @@ msgstr ""
#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Қате"
+msgstr ""
#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "Қондырғы құрылғысы іске қосылып жатса, табылмайды. Мүмкін сіз «toram» опциясын қолдандыңыз ба?"
+msgstr ""
#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "Жетектің Tails жұмыс істей бермейді, табылмайды. Мүмкін сіз «toram» опциясын қолдандыңыз ба?"
+msgstr ""
diff --git a/km.po b/km.po
index e5d7b2006..f1e2461e0 100644
--- a/km.po
+++ b/km.po
@@ -6,9 +6,9 @@
# Sokhem Khoem <sokhem(a)open.org.kh>, 2014
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-04-12 19:08+0000\n"
"Last-Translator: Ty Sok <sokty2(a)gmail.com>\n"
"Language-Team: Khmer (http://www.transifex.com/otf/torproject/language/km/)\n"
@@ -18,17 +18,17 @@ msgstr ""
"Language: km\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "កំហុស"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/kn.po b/kn.po
index 7313c44f0..4e6760f07 100644
--- a/kn.po
+++ b/kn.po
@@ -6,9 +6,9 @@
# MSJ, 2017
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Kannada (http://www.transifex.com/otf/torproject/language/kn/)\n"
@@ -16,19 +16,19 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: kn\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/ko.po b/ko.po
index e94c04eda..40b9dc733 100644
--- a/ko.po
+++ b/ko.po
@@ -29,10 +29,10 @@ msgstr "오류발생"
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "Tails를 실행하는 장치를 찾을 수 없습니다. 혹시 'toram'옵션을 사용하셨나요?"
+msgstr ""
#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "Tails를 실행시키는 드라이브를 찾을 수 없습니다. 혹시 'toram'옵션을 사용하셨나요?"
+msgstr ""
diff --git a/ko_KR.po b/ko_KR.po
deleted file mode 100644
index f5f0295d3..000000000
--- a/ko_KR.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Korean (Korea) (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "오류"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/ku.po b/ku.po
deleted file mode 100644
index 1a86c602f..000000000
--- a/ku.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Kurdish (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/ku_IQ.po b/ku_IQ.po
deleted file mode 100644
index c396d6580..000000000
--- a/ku_IQ.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Kurdish (Iraq) (http://www.transifex.com/otf/torproject/language/ku_IQ/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ku_IQ\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "هەڵە"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/kw.po b/kw.po
deleted file mode 100644
index 0f05e24f2..000000000
--- a/kw.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Cornish (http://www.transifex.com/otf/torproject/language/kw/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: kw\n"
-"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n == 3) ? 2 : 3;\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/ky.po b/ky.po
deleted file mode 100644
index bdb4ca805..000000000
--- a/ky.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-04-12 19:08+0000\n"
-"Last-Translator: Chyngyz Monokbaev <monokbaev(a)gmail.com>\n"
-"Language-Team: Kyrgyz (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Ката"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/la.po b/la.po
deleted file mode 100644
index 4a10e4bf8..000000000
--- a/la.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Latin (http://www.transifex.com/otf/torproject/language/la/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: la\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Erratum"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/lb.po b/lb.po
deleted file mode 100644
index 6016098ab..000000000
--- a/lb.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Tyler Durden <virii(a)enn.lu>, 2015-2016
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Luxembourgish (http://www.transifex.com/otf/torproject/language/lb/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: lb\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Feeler"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/lg.po b/lg.po
deleted file mode 100644
index db371264f..000000000
--- a/lg.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Ganda (http://www.transifex.com/otf/torproject/language/lg/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: lg\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Ensobi"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/ln.po b/ln.po
deleted file mode 100644
index 74474de94..000000000
--- a/ln.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Lingala (http://www.transifex.com/otf/torproject/language/ln/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ln\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/lo.po b/lo.po
deleted file mode 100644
index b7d562ce3..000000000
--- a/lo.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# ສີສຸວັນ ສັງບົວບຸລົມ <sisouvan(a)gmail.com>, 2016
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Lao (http://www.transifex.com/otf/torproject/language/lo/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: lo\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "ຜິດພາດ"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/lt.po b/lt.po
index 8230fa01f..9578778a3 100644
--- a/lt.po
+++ b/lt.po
@@ -27,10 +27,10 @@ msgstr "Klaida"
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "Nepavyksta rasti įrenginio, iš kurio yra paleista Tails. Galbūt, jūs naudojote \"toram\" parametrą?"
+msgstr ""
#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "Nepavyksta rasti disko, iš kurio yra paleista Tails. Galbūt, jūs naudojote \"toram\" parametrą?"
+msgstr ""
diff --git a/lv.po b/lv.po
index 667cd28d4..4d9afc5b2 100644
--- a/lv.po
+++ b/lv.po
@@ -6,9 +6,9 @@
# Ojars Balcers <ojars.balcers(a)gmail.com>, 2016
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Latvian (http://www.transifex.com/otf/torproject/language/lv/)\n"
@@ -18,17 +18,17 @@ msgstr ""
"Language: lv\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Kļūda"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/mg.po b/mg.po
deleted file mode 100644
index c75befccf..000000000
--- a/mg.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Malagasy (http://www.transifex.com/otf/torproject/language/mg/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: mg\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/mi.po b/mi.po
deleted file mode 100644
index 92ad76468..000000000
--- a/mi.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Maori (http://www.transifex.com/otf/torproject/language/mi/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: mi\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/mk.po b/mk.po
index 127ca6848..a7a5cebce 100644
--- a/mk.po
+++ b/mk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-10-20 21:33+0000\n"
"Last-Translator: Liljana Ackovska <liljanagjurova(a)gmail.com>\n"
"Language-Team: Macedonian (http://www.transifex.com/otf/torproject/language/mk/)\n"
@@ -17,17 +17,17 @@ msgstr ""
"Language: mk\n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
-#: ../lib/Tails/RunningSystem.pm:190
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Грешка"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:220
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/ml.po b/ml.po
index 9003edecd..0d582ff86 100644
--- a/ml.po
+++ b/ml.po
@@ -5,9 +5,9 @@
# Translators:
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Malayalam (http://www.transifex.com/otf/torproject/language/ml/)\n"
@@ -17,17 +17,17 @@ msgstr ""
"Language: ml\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "പിശക്"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/mn.po b/mn.po
deleted file mode 100644
index 801eb366e..000000000
--- a/mn.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Mongolian (http://www.transifex.com/otf/torproject/language/mn/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: mn\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/mr.po b/mr.po
index 90161606e..a86a083b9 100644
--- a/mr.po
+++ b/mr.po
@@ -6,9 +6,9 @@
# Suraj Kawade, 2014
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Marathi (http://www.transifex.com/otf/torproject/language/mr/)\n"
@@ -18,17 +18,17 @@ msgstr ""
"Language: mr\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/ms_MY.po b/ms_MY.po
index 162641807..3a3420e74 100644
--- a/ms_MY.po
+++ b/ms_MY.po
@@ -8,9 +8,9 @@
# Razman Ramly <vgamezboy(a)gmail.com>, 2017
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-06-13 21:53+0000\n"
"Last-Translator: abuyop <abuyop(a)gmail.com>\n"
"Language-Team: Malay (Malaysia) (http://www.transifex.com/otf/torproject/language/ms_MY/)\n"
@@ -20,18 +20,18 @@ msgstr ""
"Language: ms_MY\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Ralat"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "Peranti Tail sedang berjalan tetapi tidak ditemui. Adakah anda menggunakan pilihan 'toram'?"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "Pemacu Tail sedang berjalan tetapi tidak ditemui. Adakah anda menggunakan pilihan 'toram'?"
+msgstr ""
diff --git a/mt.po b/mt.po
deleted file mode 100644
index 8f16eea86..000000000
--- a/mt.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Maltese (http://www.transifex.com/otf/torproject/language/mt/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: mt\n"
-"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n==0 || ( n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/my.po b/my.po
index 7c7e00849..dab0629de 100644
--- a/my.po
+++ b/my.po
@@ -5,9 +5,9 @@
# Translators:
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Burmese (http://www.transifex.com/otf/torproject/language/my/)\n"
@@ -17,17 +17,17 @@ msgstr ""
"Language: my\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "ချို့ယွင်းချက်"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/nah.po b/nah.po
deleted file mode 100644
index 7bc1ac6bd..000000000
--- a/nah.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Nahuatl (http://www.transifex.com/otf/torproject/language/nah/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: nah\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/nap.po b/nap.po
deleted file mode 100644
index 9b8a8573e..000000000
--- a/nap.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Neapolitan (http://www.transifex.com/otf/torproject/language/nap/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: nap\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/nb.po b/nb.po
index 3714206a5..2e16bffcf 100644
--- a/nb.po
+++ b/nb.po
@@ -7,9 +7,9 @@
# tyler moss <inactive+protonbeta(a)transifex.com>, 2016
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 18:05+0000\n"
"Last-Translator: Allan Nordhøy <epost(a)anotheragency.no>\n"
"Language-Team: Norwegian Bokmål (http://www.transifex.com/otf/torproject/language/nb/)\n"
@@ -19,18 +19,18 @@ msgstr ""
"Language: nb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Feil"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "Finner ikke enheten Tails kjører fra. Kanskje du brukte \"toram\"-valget?"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "Finner ikke CD-rom-stasjonen Tails kjører fra. Kanskje du brukte \"toram\"-valget?"
+msgstr ""
diff --git a/nds.po b/nds.po
deleted file mode 100644
index b57069125..000000000
--- a/nds.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Low German (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/ne.po b/ne.po
index 7c91c9736..6b006812b 100644
--- a/ne.po
+++ b/ne.po
@@ -5,9 +5,9 @@
# Translators:
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Nepali (http://www.transifex.com/otf/torproject/language/ne/)\n"
@@ -17,17 +17,17 @@ msgstr ""
"Language: ne\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/nl.po b/nl.po
index bdae2dbca..953a0ed5d 100644
--- a/nl.po
+++ b/nl.po
@@ -7,9 +7,9 @@
# Volluta <volluta(a)tutanota.com>, 2016
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-09-18 09:48+0000\n"
"Last-Translator: Nathan Follens\n"
"Language-Team: Dutch (http://www.transifex.com/otf/torproject/language/nl/)\n"
@@ -19,18 +19,18 @@ msgstr ""
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:190
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Fout"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "Het apparaat dat Tails uitvoert kan niet gevonden worden. Misschien heb je de optie 'toram' gebruikt?"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:220
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "Het schijfstation waar Tails op wordt uitgevoerd kan niet worden gevonden. Misschien heb je de optie 'toram' gebruikt?"
+msgstr ""
diff --git a/nl_BE.po b/nl_BE.po
index c896d9a9d..85e0e0c50 100644
--- a/nl_BE.po
+++ b/nl_BE.po
@@ -7,9 +7,9 @@
# Katrien Igodt <kigodt(a)gmail.com>, 2015
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-06-08 07:09+0000\n"
"Last-Translator: erinm\n"
"Language-Team: Dutch (Belgium) (http://www.transifex.com/otf/torproject/language/nl_BE/)\n"
@@ -19,17 +19,17 @@ msgstr ""
"Language: nl_BE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Foutmelding:"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/nn.po b/nn.po
index a29c9f606..cd50560b7 100644
--- a/nn.po
+++ b/nn.po
@@ -3,12 +3,12 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# Bjørn I. <bjorn.svindseth(a)online.no>, 2014,2016-2017
+# Bjørn I., 2014,2016-2017
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Norwegian Nynorsk (http://www.transifex.com/otf/torproject/language/nn/)\n"
@@ -18,17 +18,17 @@ msgstr ""
"Language: nn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Feil"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/nso.po b/nso.po
deleted file mode 100644
index 63562ea1c..000000000
--- a/nso.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Northern Sotho (http://www.transifex.com/otf/torproject/language/nso/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: nso\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/oc.po b/oc.po
index a9f4a7162..3b73b017e 100644
--- a/oc.po
+++ b/oc.po
@@ -5,9 +5,9 @@
# Translators:
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Occitan (post 1500) (http://www.transifex.com/otf/torproject/language/oc/)\n"
@@ -17,17 +17,17 @@ msgstr ""
"Language: oc\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/om.po b/om.po
deleted file mode 100644
index e6a0abf7a..000000000
--- a/om.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Oromo (http://www.transifex.com/otf/torproject/language/om/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: om\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Dogoggora"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/or.po b/or.po
index 7c41995f4..f83f2952b 100644
--- a/or.po
+++ b/or.po
@@ -5,9 +5,9 @@
# Translators:
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Oriya (http://www.transifex.com/otf/torproject/language/or/)\n"
@@ -17,17 +17,17 @@ msgstr ""
"Language: or\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/pa.po b/pa.po
index 20f04e646..915ad2f28 100644
--- a/pa.po
+++ b/pa.po
@@ -5,9 +5,9 @@
# Translators:
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/otf/torproject/language/pa/)\n"
@@ -17,17 +17,17 @@ msgstr ""
"Language: pa\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "ਗਲਤੀ:"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/pap.po b/pap.po
deleted file mode 100644
index e8838d475..000000000
--- a/pap.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Papiamento (http://www.transifex.com/otf/torproject/language/pap/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: pap\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/pl.po b/pl.po
index cb9ae9aeb..78fa62438 100644
--- a/pl.po
+++ b/pl.po
@@ -3,15 +3,15 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# Hoek <dawid.job(a)gmail.com>, 2018
+# Dawid Job <hoek(a)tuta.io>, 2018
# Tomasz Ciborski <zenji.yamada.nihon(a)gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-11-26 07:52+0000\n"
-"Last-Translator: Hoek <dawid.job(a)gmail.com>\n"
+"Last-Translator: Dawid Job <hoek(a)tuta.io>\n"
"Language-Team: Polish (http://www.transifex.com/otf/torproject/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,18 +19,18 @@ msgstr ""
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
-#: ../lib/Tails/RunningSystem.pm:190
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Błąd"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "Nie można znaleźć urządzenia, z którego działa Tails. Może użyłeś opcji \"toram\"?"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:220
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "Nie można znaleźć dysku z Tailsami. Może użyłeś opcji \"toram\"?"
+msgstr ""
diff --git a/pl_PL.po b/pl_PL.po
deleted file mode 100644
index b271925bd..000000000
--- a/pl_PL.po
+++ /dev/null
@@ -1,24 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2013-11-28 11:56+0100\n"
-"PO-Revision-Date: 2013-12-30 04:38+0000\n"
-"Last-Translator: Phoul <colin(a)torproject.org>\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"
-
-#: ../lib/Tails/RunningSystem.pm:139
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr ""
diff --git a/pms.po b/pms.po
deleted file mode 100644
index f139656f0..000000000
--- a/pms.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Piemontese (http://www.transifex.com/otf/torproject/language/pms/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: pms\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/ps.po b/ps.po
deleted file mode 100644
index 092bf0397..000000000
--- a/ps.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Pushto (http://www.transifex.com/otf/torproject/language/ps/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ps\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/pt.po b/pt.po
deleted file mode 100644
index acc3479ba..000000000
--- a/pt.po
+++ /dev/null
@@ -1,39 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# alfalb.as, 2015
-# André Monteiro <andre.monteir(a)gmail.com>, 2014
-# Cesar Silva <cesarsilvabx(a)gmail.com>, 2017
-# Eduardo Addad de Oliveira <eduardoaddad(a)hotmail.com>, 2018
-# Manuela Silva <inactive+h_manuela_rodsilva(a)transifex.com>, 2015
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
-"PO-Revision-Date: 2018-08-07 19:13+0000\n"
-"Last-Translator: Eduardo Addad de Oliveira <eduardoaddad(a)hotmail.com>\n"
-"Language-Team: Portuguese (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:190
-msgid "Error"
-msgstr "Erro"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "O dispositivo do qual o Tails está sendo executado não pode ser encontrado. Talvez você tenha usado a opção 'toram'?"
-
-#: ../lib/Tails/RunningSystem.pm:220
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "O drive Tails está sendo executado não pode ser encontrado. Talvez você tenha usado a opção 'toram'?"
diff --git a/pt_BR.po b/pt_BR.po
index 3a69ef3e5..0e25c1770 100644
--- a/pt_BR.po
+++ b/pt_BR.po
@@ -7,9 +7,9 @@
# Maxmalinha, 2014
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-04-01 15:26+0000\n"
"Last-Translator: Communia <ameaneantie(a)riseup.net>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/otf/torproject/language/pt_BR/)\n"
@@ -19,17 +19,17 @@ msgstr ""
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr "Erro"
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr "O dispositivo a partir do qual o Tails está rodando não foi encontrado. Talvez você tenha usado a opção 'toram'?"
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/pt_PT.po b/pt_PT.po
index 0f0eb3344..f235a4458 100644
--- a/pt_PT.po
+++ b/pt_PT.po
@@ -20,16 +20,16 @@ msgstr ""
#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Erro"
+msgstr ""
#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "O dispositivo do qual o Tails está a ser executado não pode ser encontrado. Talvez tenha usado a opção 'toram'?"
+msgstr ""
#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "O drive no qual o Tails está a ser executado não pode ser encontrado. Talvez tenha usado a opção 'toram'?"
+msgstr ""
diff --git a/ru.po b/ru.po
index 4a0da28b1..09c0efb04 100644
--- a/ru.po
+++ b/ru.po
@@ -3,18 +3,18 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# Jay_13, 2016
+# JZDLin, 2016
# Misha Dyachuk <Wikia(a)scryptmail.com>, 2016
# Roberto Brigante, 2017
# Uho Lot <yavinav(a)gmail.com>, 2016
-# Виктор Ерухин <folkraft(a)rambler.ru>, 2018
+# Виктор Ерухин <official159ru(a)mail.ru>, 2018
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-05-25 11:29+0000\n"
-"Last-Translator: Виктор Ерухин <folkraft(a)rambler.ru>\n"
+"Last-Translator: Виктор Ерухин <official159ru(a)mail.ru>\n"
"Language-Team: Russian (http://www.transifex.com/otf/torproject/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -22,18 +22,18 @@ msgstr ""
"Language: ru\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Ошибка"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "Запущенное устройство Tails не найдено. Возможно вы используете 'toram' опцию?"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "Запущенный носитель Tails не найден. Возможно вы используете 'toram' опцию?"
+msgstr ""
diff --git a/ru(a)petr1708.po b/ru(a)petr1708.po
deleted file mode 100644
index cd5997f3c..000000000
--- a/ru(a)petr1708.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Russian Petrine orthography (http://www.transifex.com/otf/torproject/language/ru%40petr1708/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ru@petr1708\n"
-"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/sa.po b/sa.po
deleted file mode 100644
index 3e129ae41..000000000
--- a/sa.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-01-11 15:40+0100\n"
-"PO-Revision-Date: 2016-01-12 08:13+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Sanskrit (http://www.transifex.com/otf/torproject/language/sa/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: sa\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==2 ? 1:2);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr ""
diff --git a/scn.po b/scn.po
deleted file mode 100644
index e2f8ebd91..000000000
--- a/scn.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Sicilian (http://www.transifex.com/otf/torproject/language/scn/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: scn\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/sco.po b/sco.po
deleted file mode 100644
index 974c5e992..000000000
--- a/sco.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Scots (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/si.po b/si.po
deleted file mode 100644
index 60f510b99..000000000
--- a/si.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-01-11 15:40+0100\n"
-"PO-Revision-Date: 2016-01-12 08:13+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Sinhala (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr ""
diff --git a/si_LK.po b/si_LK.po
index f32554e17..fd5e167e7 100644
--- a/si_LK.po
+++ b/si_LK.po
@@ -5,9 +5,9 @@
# Translators:
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/otf/torproject/language/si_LK/)\n"
@@ -17,17 +17,17 @@ msgstr ""
"Language: si_LK\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "දෝෂයකි"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/sk.po b/sk.po
index 3f53e6939..901c4a2fd 100644
--- a/sk.po
+++ b/sk.po
@@ -20,16 +20,16 @@ msgstr ""
#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Chyba"
+msgstr ""
#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "Nedá sa nájsť zariadenie, z ktorého beží Tails. Možno ste použili možnosť 'toram'?"
+msgstr ""
#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "Nedá sa nájsť zariadenie, z ktorého beží Tails. Možno ste použili možnosť 'toram'?"
+msgstr ""
diff --git a/sk_SK.po b/sk_SK.po
deleted file mode 100644
index d59ca55cc..000000000
--- a/sk_SK.po
+++ /dev/null
@@ -1,37 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Daša Matúšová, 2016
-# once, 2014
-# Vlado Jendroľ, 2018
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
-"PO-Revision-Date: 2018-08-11 20:52+0000\n"
-"Last-Translator: Vlado Jendroľ\n"
-"Language-Team: Slovak (Slovakia) (http://www.transifex.com/otf/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=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
-
-#: ../lib/Tails/RunningSystem.pm:190
-msgid "Error"
-msgstr "Chyba"
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr "Nedá sa nájsť zariadenie, z ktorého beží Tails. Možno ste použili možnosť 'toram'?"
-
-#: ../lib/Tails/RunningSystem.pm:220
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr "Nedá sa nájsť zariadenie, z ktorého beží Tails. Možno ste použili možnosť 'toram'?"
diff --git a/sl.po b/sl.po
index 5d9a79026..cde637c4a 100644
--- a/sl.po
+++ b/sl.po
@@ -5,9 +5,9 @@
# Translators:
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Slovenian (http://www.transifex.com/otf/torproject/language/sl/)\n"
@@ -17,17 +17,17 @@ msgstr ""
"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"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Napaka"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/sl_SI.po b/sl_SI.po
deleted file mode 100644
index 3323dfbe9..000000000
--- a/sl_SI.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Dušan <dusan.k(a)zoho.com>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Napaka"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/sn.po b/sn.po
deleted file mode 100644
index 539df4469..000000000
--- a/sn.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Shona (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Paita kanganiso"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/so.po b/so.po
deleted file mode 100644
index 2e6ad46af..000000000
--- a/so.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Somali (http://www.transifex.com/otf/torproject/language/so/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: so\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/son.po b/son.po
index d9169f611..43918e369 100644
--- a/son.po
+++ b/son.po
@@ -5,9 +5,9 @@
# Translators:
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Songhay (http://www.transifex.com/otf/torproject/language/son/)\n"
@@ -17,17 +17,17 @@ msgstr ""
"Language: son\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/sq.po b/sq.po
index 051fce5e7..2114baf98 100644
--- a/sq.po
+++ b/sq.po
@@ -7,9 +7,9 @@
# THick Atmosphere <co404(a)protonmail.ch>, 2018
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-07-23 12:41+0000\n"
"Last-Translator: THick Atmosphere <co404(a)protonmail.ch>\n"
"Language-Team: Albanian (http://www.transifex.com/otf/torproject/language/sq/)\n"
@@ -19,18 +19,18 @@ msgstr ""
"Language: sq\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Gabim"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "Pajisja Tails po ekzekutohet prej nga s'mund ta gjejmë. Mos ndoshta përdorët opsionin `toram'?"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "Njësia Tails po ekzekutohet nga ku s'është e mundur të gjendet. Ndoshta përdorët opsionin `toram'?"
+msgstr ""
diff --git a/sq_AL.po b/sq_AL.po
deleted file mode 100644
index 296d3ef08..000000000
--- a/sq_AL.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-01-11 15:40+0100\n"
-"PO-Revision-Date: 2016-01-12 08:13+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Albanian (Albania) (http://www.transifex.com/otf/torproject/language/sq_AL/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: sq_AL\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr ""
diff --git a/sr.po b/sr.po
index 223116bfc..8a9b30e99 100644
--- a/sr.po
+++ b/sr.po
@@ -5,9 +5,9 @@
# Translators:
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Serbian (http://www.transifex.com/otf/torproject/language/sr/)\n"
@@ -17,17 +17,17 @@ msgstr ""
"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"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Greška"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/sr(a)latin.po b/sr(a)latin.po
deleted file mode 100644
index 0586ad4ce..000000000
--- a/sr(a)latin.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Serbian (Latin) (http://www.transifex.com/otf/torproject/language/sr%40latin/)\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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/st.po b/st.po
deleted file mode 100644
index f9f3ccb31..000000000
--- a/st.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Sotho, Southern (http://www.transifex.com/otf/torproject/language/st/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: st\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/su.po b/su.po
deleted file mode 100644
index 7e0a90f5c..000000000
--- a/su.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Sundanese (http://www.transifex.com/otf/torproject/language/su/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: su\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/sv.po b/sv.po
index 907cecf0e..4bde4cdd5 100644
--- a/sv.po
+++ b/sv.po
@@ -8,9 +8,9 @@
# Jonatan Nyberg, 2018
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-06-10 09:01+0000\n"
"Last-Translator: Jonatan Nyberg\n"
"Language-Team: Swedish (http://www.transifex.com/otf/torproject/language/sv/)\n"
@@ -20,18 +20,18 @@ msgstr ""
"Language: sv\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr "Fel"
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "Enheten Tails körs från kan inte hittas. Kanske använde du alternativet \"toram\"?"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "Disken som Tails körs från kan inte hittas. Kanske använde du alternativet \"toram\"?"
+msgstr ""
diff --git a/sw.po b/sw.po
index 0716c8fdc..be9789d62 100644
--- a/sw.po
+++ b/sw.po
@@ -20,16 +20,16 @@ msgstr ""
#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "kosa"
+msgstr ""
#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "Kifaa cha tails hakiwezi kuonekana. Labda umetumia ulichagua kutumia toram?"
+msgstr ""
#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "Kihifadhi cha Tails kinafanya kazi ila hakisomi. Labda ulichagua kutumia 'toram'"
+msgstr ""
diff --git a/szl.po b/szl.po
deleted file mode 100644
index b6cce11cf..000000000
--- a/szl.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Silesian (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/ta.po b/ta.po
index 923595f05..d11438a9a 100644
--- a/ta.po
+++ b/ta.po
@@ -7,9 +7,9 @@
# Khaleel Jageer <jskcse4(a)gmail.com>, 2014
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-05-20 03:00+0000\n"
"Last-Translator: Senthil Kumar <paranthaba(a)gmail.com>\n"
"Language-Team: Tamil (http://www.transifex.com/otf/torproject/language/ta/)\n"
@@ -19,18 +19,18 @@ msgstr ""
"Language: ta\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "பிழை"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "Tails இருந்து இயங்கும் சாதனத்தை கண்டறிய முடியாது. ஒருவேளை நீங்கள் `toram' வகையினை பயன்படுத்தினதால்?"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "Tails இயங்கும் வட்டு காணப்பெறவில்லை. நீங்கள் 'toram' வகையினை பயன்படுத்தியிருக்கலாம்?"
+msgstr ""
diff --git a/te.po b/te.po
index 9fb9bcaf8..ff2c6f39e 100644
--- a/te.po
+++ b/te.po
@@ -5,9 +5,9 @@
# Translators:
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-04-22 07:12+0000\n"
"Last-Translator: sonusandeep <kapalawai.sandeep.sandeep(a)gmail.com>\n"
"Language-Team: Telugu (http://www.transifex.com/otf/torproject/language/te/)\n"
@@ -17,17 +17,17 @@ msgstr ""
"Language: te\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "లోపం"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/te_IN.po b/te_IN.po
deleted file mode 100644
index 59a7479c5..000000000
--- a/te_IN.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Telugu (India) (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "తప్పిదము"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/tg.po b/tg.po
deleted file mode 100644
index ac57964e2..000000000
--- a/tg.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Tajik (http://www.transifex.com/otf/torproject/language/tg/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: tg\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Хатогӣ"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/th.po b/th.po
index 82c7737f3..a3a33b843 100644
--- a/th.po
+++ b/th.po
@@ -6,9 +6,9 @@
# Thai Localization, 2016
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-04-12 19:08+0000\n"
"Last-Translator: Martus Translations <translations(a)martus.org>\n"
"Language-Team: Thai (http://www.transifex.com/otf/torproject/language/th/)\n"
@@ -18,17 +18,17 @@ msgstr ""
"Language: th\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "ข้อผิดพลาด"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/ti.po b/ti.po
deleted file mode 100644
index 5deab1e48..000000000
--- a/ti.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Tigrinya (http://www.transifex.com/otf/torproject/language/ti/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ti\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "ጌጋ"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/tk.po b/tk.po
deleted file mode 100644
index 4f953daca..000000000
--- a/tk.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-04-12 19:08+0000\n"
-"Last-Translator: Muhammed Soltanov <soltanoff.m(a)gmail.com>\n"
-"Language-Team: Turkmen (http://www.transifex.com/otf/torproject/language/tk/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: tk\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "Säwlik"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/tl_PH.po b/tl_PH.po
deleted file mode 100644
index 8028e4e69..000000000
--- a/tl_PH.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-01-11 15:40+0100\n"
-"PO-Revision-Date: 2016-01-12 08:13+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Tagalog (Philippines) (http://www.transifex.com/otf/torproject/language/tl_PH/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: tl_PH\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr ""
diff --git a/tr.po b/tr.po
index dfe106b39..cfb240f6f 100644
--- a/tr.po
+++ b/tr.po
@@ -8,9 +8,9 @@
# Ozancan Karataş <ozancankaratas96(a)outlook.com>, 2015
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:11+0200\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-08-16 18:17+0000\n"
"Last-Translator: Kaya Zeren <kayazeren(a)gmail.com>\n"
"Language-Team: Turkish (http://www.transifex.com/otf/torproject/language/tr/)\n"
@@ -20,17 +20,17 @@ msgstr ""
"Language: tr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: ../lib/Tails/RunningSystem.pm:190
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
msgstr "Hata"
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr "Tails uygulamasının çalıştığı bir aygıt bulunamadı. 'toram' seçeneğini mi kullanıyorsunuz?"
-#: ../lib/Tails/RunningSystem.pm:220
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/tzm.po b/tzm.po
deleted file mode 100644
index f2013c70b..000000000
--- a/tzm.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Central Atlas Tamazight (http://www.transifex.com/otf/torproject/language/tzm/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: tzm\n"
-"Plural-Forms: nplurals=2; plural=(n == 0 || n == 1 || (n > 10 && n < 100) ? 0 : 1;\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/ug(a)Arab.po b/ug(a)Arab.po
deleted file mode 100644
index f1c93fc47..000000000
--- a/ug(a)Arab.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Uighur (Arabic) (http://www.transifex.com/otf/torproject/language/ug%40Arab/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ug@Arab\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "خطأ"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/uk.po b/uk.po
index f5e784744..de3975a97 100644
--- a/uk.po
+++ b/uk.po
@@ -5,14 +5,14 @@
# Translators:
# LinuxChata, 2014
# mykola <mykola.bilovus(a)gmail.com>, 2016
-# - -, 2019
+# CuAl40qp, 2019
msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2019-04-20 12:43+0000\n"
-"Last-Translator: - -\n"
+"Last-Translator: CuAl40qp\n"
"Language-Team: Ukrainian (http://www.transifex.com/otf/torproject/language/uk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -22,16 +22,16 @@ msgstr ""
#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Помилка"
+msgstr ""
#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "Не вдається знайти пристрій, з якого запущений Tails. Може, ви скористалися опцією 'toram'?"
+msgstr ""
#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "Не вдалося знайти диск, з якого запущений Tails. Може, ви скористалися опцією 'toram'?"
+msgstr ""
diff --git a/ur.po b/ur.po
index 4e78f7aea..102623688 100644
--- a/ur.po
+++ b/ur.po
@@ -21,16 +21,16 @@ msgstr ""
#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "غلطی"
+msgstr ""
#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "جس آلہ پر ٹیلز چل رہا تھا وہ نہیں مل رہا۔ شاید آپ نے toram آپشن استعمال کیا ہے"
+msgstr ""
#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "جس آلہ پر ٹیلز چل رہا تھا وہ نہیں مل رہا۔ شاید آپ نے toram آپشن استعمال کیا ہے"
+msgstr ""
diff --git a/ur_PK.po b/ur_PK.po
deleted file mode 100644
index 4e9568942..000000000
--- a/ur_PK.po
+++ /dev/null
@@ -1,35 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Umar Hayat, 2015
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Urdu (Pakistan) (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr "خرابی"
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/uz.po b/uz.po
index 8dcf9fcb1..c276807fd 100644
--- a/uz.po
+++ b/uz.po
@@ -5,9 +5,9 @@
# Translators:
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-04-12 19:08+0000\n"
"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Uzbek (http://www.transifex.com/otf/torproject/language/uz/)\n"
@@ -17,17 +17,17 @@ msgstr ""
"Language: uz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Xato"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/ve.po b/ve.po
deleted file mode 100644
index a56aee6e3..000000000
--- a/ve.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Venda (http://www.transifex.com/otf/torproject/language/ve/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ve\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/vi.po b/vi.po
index 4202ef1bb..9d8bc25a7 100644
--- a/vi.po
+++ b/vi.po
@@ -6,9 +6,9 @@
# Khanh Nguyen <nguyenduykhanh85(a)gmail.com>, 2015-2016
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Vietnamese (http://www.transifex.com/otf/torproject/language/vi/)\n"
@@ -18,17 +18,17 @@ msgstr ""
"Language: vi\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "Lỗi"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/wa.po b/wa.po
deleted file mode 100644
index fa9e2d3b3..000000000
--- a/wa.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Walloon (http://www.transifex.com/otf/torproject/language/wa/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: wa\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/wo.po b/wo.po
deleted file mode 100644
index 5a6271539..000000000
--- a/wo.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Wolof (http://www.transifex.com/otf/torproject/language/wo/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: wo\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
diff --git a/yo.po b/yo.po
deleted file mode 100644
index 83eee8804..000000000
--- a/yo.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-01-11 15:40+0100\n"
-"PO-Revision-Date: 2016-01-12 08:13+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Yoruba (http://www.transifex.com/otf/torproject/language/yo/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: yo\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
-"option?"
-msgstr ""
diff --git a/zh.po b/zh.po
deleted file mode 100644
index 80d033ceb..000000000
--- a/zh.po
+++ /dev/null
@@ -1,24 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2013-11-28 11:56+0100\n"
-"PO-Revision-Date: 2013-12-30 18:31+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Chinese (http://www.transifex.com/projects/p/torproject/language/zh/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: zh\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/RunningSystem.pm:139
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr ""
diff --git a/zh_CN.GB2312.po b/zh_CN.GB2312.po
deleted file mode 100644
index 8f4443d69..000000000
--- a/zh_CN.GB2312.po
+++ /dev/null
@@ -1,24 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2013-11-28 11:56+0100\n"
-"PO-Revision-Date: 2014-01-07 02:28+0000\n"
-"Last-Translator: Phoul <colin(a)torproject.org>\n"
-"Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/torproject/language/zh_CN.GB2312/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: zh_CN.GB2312\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/RunningSystem.pm:139
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
-" option?"
-msgstr ""
diff --git a/zh_CN.po b/zh_CN.po
index 8c17ca037..20b70b177 100644
--- a/zh_CN.po
+++ b/zh_CN.po
@@ -11,7 +11,7 @@ msgstr ""
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2019-05-30 00:54+0000\n"
-"Last-Translator: Yikai Yang <ff98sha(a)gmail.com>\n"
+"Last-Translator: ff98sha\n"
"Language-Team: Chinese (China) (http://www.transifex.com/otf/torproject/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/zh_HK.po b/zh_HK.po
index 2c67c5263..bab39788a 100644
--- a/zh_HK.po
+++ b/zh_HK.po
@@ -8,9 +8,9 @@
# brendanyan <yan.brendan(a)gmail.com>, 2014
msgid ""
msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
+"POT-Creation-Date: 2019-01-06 16:58+0100\n"
"PO-Revision-Date: 2018-03-31 13:21+0000\n"
"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
"Language-Team: Chinese (Hong Kong) (http://www.transifex.com/otf/torproject/language/zh_HK/)\n"
@@ -20,17 +20,17 @@ msgstr ""
"Language: zh_HK\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "錯誤"
+msgstr ""
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
msgstr ""
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
diff --git a/zh_TW.po b/zh_TW.po
index b59fc1d0c..70045495c 100644
--- a/zh_TW.po
+++ b/zh_TW.po
@@ -24,16 +24,16 @@ msgstr ""
#: ../lib/Tails/RunningSystem.pm:193
msgid "Error"
-msgstr "錯誤"
+msgstr ""
#: ../lib/Tails/RunningSystem.pm:195
msgid ""
"The device Tails is running from cannot be found. Maybe you used the 'toram'"
" option?"
-msgstr "用於啟動 Tails 的裝置找不到。或許您使用了「toram」選項?"
+msgstr ""
#: ../lib/Tails/RunningSystem.pm:223
msgid ""
"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
"option?"
-msgstr "用於啟動 Tails 的磁碟找不到。或許您使用了「toram」選項?"
+msgstr ""
diff --git a/zu.po b/zu.po
deleted file mode 100644
index fa6cbaccf..000000000
--- a/zu.po
+++ /dev/null
@@ -1,34 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-15 12:15+0000\n"
-"PO-Revision-Date: 2018-03-31 13:21+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Zulu (http://www.transifex.com/otf/torproject/language/zu/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: zu\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/RunningSystem.pm:159
-msgid "Error"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:161
-msgid ""
-"The device Tails is running from cannot be found. Maybe you used the 'toram'"
-" option?"
-msgstr ""
-
-#: ../lib/Tails/RunningSystem.pm:192
-msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
-"option?"
-msgstr ""
1
0

[translation/tails-iuk_completed] Update translations for tails-iuk_completed
by translation@torproject.org 16 Aug '19
by translation@torproject.org 16 Aug '19
16 Aug '19
commit e4d27735046189c1cf96f38a1ab625c50f6c4e07
Author: Translation commit bot <translation(a)torproject.org>
Date: Fri Aug 16 10:19:06 2019 +0000
Update translations for tails-iuk_completed
---
ar.po | 257 -----------------------------------------------------------
az.po | 235 ------------------------------------------------------
bg.po | 251 ---------------------------------------------------------
bn.po | 266 -------------------------------------------------------------
bn_BD.po | 249 ---------------------------------------------------------
ca.po | 250 ---------------------------------------------------------
cs.po | 267 -------------------------------------------------------------
da.po | 270 --------------------------------------------------------------
de.po | 259 -----------------------------------------------------------
el.po | 258 -----------------------------------------------------------
en_GB.po | 265 ------------------------------------------------------------
fa.po | 268 -------------------------------------------------------------
fi.po | 266 -------------------------------------------------------------
fr_CA.po | 254 ----------------------------------------------------------
hr_HR.po | 250 ---------------------------------------------------------
id.po | 270 --------------------------------------------------------------
is.po | 264 ------------------------------------------------------------
it.po | 257 -----------------------------------------------------------
ja.po | 268 -------------------------------------------------------------
ka.po | 264 ------------------------------------------------------------
km.po | 236 ------------------------------------------------------
ko.po | 269 -------------------------------------------------------------
lb.po | 248 ---------------------------------------------------------
lt.po | 265 ------------------------------------------------------------
lv.po | 249 ---------------------------------------------------------
ms_MY.po | 267 -------------------------------------------------------------
nb.po | 269 -------------------------------------------------------------
nl.po | 274 ---------------------------------------------------------------
nl_BE.po | 249 ---------------------------------------------------------
pl.po | 253 ----------------------------------------------------------
pt.po | 256 ----------------------------------------------------------
pt_PT.po | 265 ------------------------------------------------------------
ru.po | 270 --------------------------------------------------------------
sk.po | 265 ------------------------------------------------------------
sk_SK.po | 249 ---------------------------------------------------------
sl_SI.po | 235 ------------------------------------------------------
sq.po | 249 ---------------------------------------------------------
sr.po | 265 ------------------------------------------------------------
sv.po | 268 -------------------------------------------------------------
th.po | 249 ---------------------------------------------------------
uk.po | 268 -------------------------------------------------------------
vi.po | 248 ---------------------------------------------------------
zh_CN.po | 2 +-
zh_HK.po | 240 -------------------------------------------------------
zh_TW.po | 271 --------------------------------------------------------------
45 files changed, 1 insertion(+), 11366 deletions(-)
diff --git a/ar.po b/ar.po
deleted file mode 100644
index 8f6c1b175..000000000
--- a/ar.po
+++ /dev/null
@@ -1,257 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# skygazer <abudayeh.saleh(a)gmail.com>, 2014
-# Amr Syria <3amrx(a)hmamail.com>, 2015
-# Arwa, 2014
-# emad0d <emad.moussa95(a)gmail.com>, 2016
-# xSuperMan <ksa(a)outlook.ie>, 2014
-# Mohammed ALDOUB <voulnet(a)gmail.com>, 2014
-# ramli_omar <ramli_omar(a)hotmail.com>, 2014
-# Sherief Alaa <sheriefalaa.w(a)gmail.com>, 2013-2014
-# Singapore Goldindor, 2016
-# Ù
ØÙÙ Ø§ÙØ¯ÙÙ <tx99h4(a)hotmail.com>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-01 21:30+0100\n"
-"PO-Revision-Date: 2018-04-12 19:08+0000\n"
-"Last-Translator: ealtimimi <ealtimimi(a)gmail.com>\n"
-"Language-Team: Arabic (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "ÙØªØµØÙØ Ø§ÙÙ
عÙÙÙ
ات, ÙÙÙØ° Ø§ÙØ£Ù
ر Ø§ÙØ¢ØªÙ: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr "خطأ Ø£Ø«ÙØ§Ø¡ Ø§ÙØªØÙÙ Ù
Ù ÙØ¬Ùد ترÙÙØ§Øª"
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "ÙÙ
ÙØªÙ
ÙÙ Ù
Ù ØªØØ¯Ùد ترÙÙÙ Ù
تاØÙ Ù
Ù Ù
ÙÙØ¹Ùا.\n\nØªØ£ÙØ¯ Ù
Ù Ø§ÙØ£ØªØµØ§Ù Ø«Ù
أعد ت؎غÙ٠تاÙÙØ² ÙÙ
ØØ§ÙÙÙ Ø§ÙØªØ±ÙÙÙ Ù
Ù Ø¬Ø¯ÙØ¯.\n\nإذا استÙ
رت اÙÙ
ØŽÙÙÙ, Ø£Ø°ÙØš Ø¥ÙÙ file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "Ø§ÙØªØØ¯ÙØ« Ø§ÙØªÙÙØ§ØŠÙ ØºÙØ± Ù
تÙÙØ± ÙÙ Ù
ÙÙØ¹Ùا ÙÙØ°Ù اÙÙØ³Ø®Ø©"
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr "ÙÙ
ÙØªÙ
Ø¥ÙØŽØ§Ø¡ Ø¬ÙØ§Ø²Ù ؚاستخداÙ
Ù
ثؚت Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "تÙ
ت؎غÙÙ Tails Ø§ÙØ·ÙØ§ÙØ§ Ù
Ù ÙØ±Øµ DVD Ø£Ù Ù
Ù Ø¬ÙØ§Ø² ÙØ§ØšÙ ÙÙÙØ±Ø§Ø¡Ø© ÙÙØ·"
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr "ÙØ§ ÙÙØ¬Ø¯ Ù
ÙØ§Ù ÙØ§Ø±Øº ÙØ§ÙÙ ÙÙ ØªÙØ³ÙÙ
ÙØžØ§Ù
Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr "Ø°Ø§ÙØ±Ø© ØºÙØ± ÙØ§ÙÙØ© ÙÙ ÙØ°Ø§ اÙÙØžØ§Ù
"
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "ÙØ§ ÙÙØ¬Ø¯ ØªÙØ³Ùر ÙÙØ°Ø§ Ø§ÙØ£Ù
ر '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr "ÙØ§ ÙÙØ¬Ø¯ ØªØØ¯Ùثات ÙÙÙØ·Ø§Ù
"
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "ÙØ°Ù اÙÙØ³Ø®Ø© Ù
٠تÙÙØ² ÙØ¯ÙÙ
Ø© Ù ÙØ¯ ÙÙÙÙ ØšÙØ§ ثغرات اÙ
ÙÙØ©."
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "Ø§ÙØªØØ¯ÙØ« Ø§ÙØ§Ø¶Ø§Ù٠اÙÙ
ØªØ§Ø ÙØØªØ§Ø¬ Ø¥ÙÙ %{space_needed} Ù
Ø³Ø§ØØ© ÙØ§Ø±ØºØ© عÙÙ ÙØ±Øµ تÙÙØ²Ø ÙÙÙÙ ÙÙØ¬Ø¯ ÙÙØ· %{free_space}."
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "Ø§ÙØªØØ¯ÙØ« Ø§ÙØ§Ø¶Ø§Ù٠اÙÙ
ØªØ§Ø ÙØØªØ§Ø¬ Ø¥ÙÙ %{memory_needed} Ø°Ø§ÙØ±Ø© ÙØ§Ø±ØºØ©Ø ÙÙÙÙ ÙÙØ¬Ø¯ ÙÙØ· %{free_memory}."
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "ÙÙØ¬Ø¯ ØªØØ¯ÙØ« اضاÙÙ Ù
ØªØ§Ø Ù ÙÙØ³ ØªØØ¯ÙØ« ÙØ§Ù
Ù.\nÙØ°Ø§ ÙØ§ ÙÙØšØºÙ Ø£Ù ÙØØ¯Ø«. Ø§ÙØ±Ø¬Ø§Ø¡ Ø§ÙØªØšÙÙØº Ø¹Ù Ø§ÙØ®Ø·Ø£."
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr "ØØ¯Ø« خطأ Ø£Ø«ÙØ§Ø¡ اÙÙØŽÙ Ø¹Ù Ø§ÙØªØØ¯Ùثات اÙÙ
تÙÙØ±Ø©"
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>ÙÙØšØºÙ عÙÙÙ Ø§ÙØªØ±ÙÙØ© Ø¥ÙÙ %{name}s %{version}s.</b>\n\nÙÙ
Ø²ÙØ¯ Ù
Ù Ø§ÙØªÙاصÙÙ ØÙÙ ÙØ°Ø§ Ø§ÙØ¥ØµØ¯Ø§Ø± Ø§ÙØ¬Ø¯ÙØ¯Ø ÙÙ
ØšØ²ÙØ§Ø±Ø© %{details_url}s.\n\nÙÙØµØ ØšØ¥ØºÙØ§Ù جÙ
ÙØ¹ Ø§ÙØªØ·ØšÙÙØ§Øª اÙÙ
ÙØªÙØØ© Ø£Ø«ÙØ§Ø¡ Ø§ÙØªØ±ÙÙØ©.\nÙØ¯ ÙØ³ØªØºØ±Ù ØªÙØ²ÙÙ Ø§ÙØªØ±ÙÙØ© ÙÙØªØ§Ù Ø·ÙÙÙØ§Ø Ù
٠عدة Ø¯ÙØ§ØŠÙ Ø¥Ù٠ؚضع ساعات.\nØ³ÙØªÙ
تعطÙ٠عÙ
ÙÙØ§Øª Ø§ÙØŽØšÙØ© ؚعد ØªÙØ²ÙÙ Ø§ÙØªØ±ÙÙØ©.\n\nØØ¬Ù
Ø§ÙØªÙزÙÙ: %{size}s\n\nÙÙ ØªØ±ÙØ¯ Ø§ÙØªØ±ÙÙØ© Ø§ÙØ¢ÙØ"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "ÙÙØ¬Ø¯ ØªØØ¯ÙØ« Ù
تاØ"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "رÙÙ Ø§ÙØ¢Ù"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "رÙÙ ÙØ§ØÙاÙ"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>ÙÙØšØºÙ عÙÙ٠إجراء ترÙÙØ© ÙØ¯ÙÙØ© Ø¥ÙÙ %{name}s %{version}s.</b>\n\nÙÙ
Ø²ÙØ¯ Ù
Ù Ø§ÙØªÙاصÙÙ Ø¹Ù ÙØ°Ø§ Ø§ÙØ¥ØµØ¯Ø§Ø± Ø§ÙØ¬Ø¯ÙØ¯Ø ÙÙ
ØšØ²ÙØ§Ø±Ø© %{details_url}s.\n\nÙØ§ ÙÙ
Ù٠ترÙÙØ© Ø¬ÙØ§Ø²Ù Ø¥ÙÙ ÙØ°Ø§ Ø§ÙØ¥ØµØ¯Ø§Ø± Ø§ÙØ¬Ø¯Ùد Ø¢ÙÙØ§Ù: %{explanation}s.\n\nÙØªØ¹ÙÙ
ÙÙÙÙØ© اÙÙÙØ§Ù
ؚإجراء ترÙÙØ© ÙØ¯ÙÙØ©Ø ÙÙ
ØšØ²ÙØ§Ø±Ø© https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "ÙÙØ¬Ø¯ ÙØ³Ø®Ø© Ø¬Ø¯ÙØ¯Ø© Ù
تÙÙØ±Ø©"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "ØØ§Ø±Ù ØªÙØ²ÙÙ Ø§ÙØªØØ¯ÙØ«"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Ø¬Ø§Ø±Ù ØªÙØ²ÙÙ Ø§ÙØªØ±ÙÙÙ ÙÙ %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>ÙÙ
ÙØªÙ
ØªÙØ²ÙÙ Ø§ÙØªØ±ÙÙÙ.</b>\\n\\nØªØ£ÙØ¯ Ù
Ù Ø§ÙØ£ØªØµØ§Ù ٠أعد ت؎غÙ٠تاÙÙØ² ÙÙÙ
ØØ§ÙÙÙ Ù
رة أخرÙ\\n\\nإذا استÙ
رت اÙÙ
ØŽÙÙØ©, Ø¥Ø°ÙØš Ø¥ÙÙ file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "ØØ¯Ø« خطأ Ø§Ø«ÙØ§Ø¡ ØªÙØ²ÙÙ Ø§ÙØªØØ¯ÙØ«"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "اÙÙ
ÙÙ '%{output_file}s' ØºÙØ± Ù
ÙØ¬Ùد, ÙÙÙÙ tails-iuk-get-target-file ÙÙ
ÙØ¹ØªØ±Ø¶. ÙØ±Ø¬Ù Ø§ÙØªØšÙÙØº Ø¹Ù Ø§ÙØ®Ø·Ø£ Ø§ÙØšØ±Ù
جÙ."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "ÙØŽÙ Ø§Ø«ÙØ§Ø¡ عÙ
ÙÙØ© Ø¥ÙØŽØ§Ø¡ Ù
ÙÙ Ù
Ø€ÙØª خاص ØšØ§ÙØªØÙ
ÙÙ"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "ÙØŽÙ Ù٠عÙ
ÙÙØ© Ø¥ÙØŽØ§Ø¡ Ù
ÙÙ Ù
Ø€ÙØª خاص ØšØ§ÙØªØÙ
ÙÙ"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>ÙÙ
ÙØªÙ
ÙÙ Ù
Ù Ø¥Ø®ØªÙØ§Ø± خادÙ
Ø§ÙØªÙزÙÙ.</b>\n\nÙØ°Ø§ ÙØ§ ÙÙØšØºÙ Ø£Ù ÙØØ¯Ø«. Ø§ÙØ±Ø¬Ø§Ø¡ Ø§ÙØ¥ØšÙاغ ع٠خطأ."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "خطأ Ø£Ø«ÙØ§Ø¡ Ø§Ø®ØªÙØ§Ø± خادÙ
تØÙ
ÙÙ"
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>تÙ
ØªØØ¯ÙØ« Ø¬ÙØ§Ø² Ø§ÙØªØ§ÙÙØ² ÙØ¯ÙÙ ØšÙØ¬Ø§Ø.</b>\n\nتÙ
Ø§ØºÙØ§Ù ؚعض Ø§ÙØ®Ùاص Ø§ÙØ£Ù
ÙÙØ© Ù
Ø€ÙØªØ§Ù.\nÙØ¬Øš عÙÙ٠إعادة Ø§ÙØªØŽØºÙÙ ØšØ£ÙØ±Øš ÙÙØª Ù
Ù
ÙÙ.\n\nÙÙ ØªØ±ÙØ¯ إعادة Ø§ÙØªØŽØºÙÙ Ø§ÙØ¢ÙØ"
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr "أعد ت؎غÙ٠تÙÙØ²"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr "أعد Ø§ÙØªØŽØ¹ÙÙ Ø§ÙØ§Ù"
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr "أعد Ø§ÙØªØŽØºÙÙ ÙØ§ØÙاÙ"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr "ØØ¯Ø« خطأ Ø§Ø«ÙØ§Ø¡ عÙ
ÙÙØ© أعادة Ø§ÙØªØŽØºÙÙ"
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr "ÙØŽÙت عÙ
ÙÙØ© أعادة Ø§ÙØªØŽØºÙÙ"
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr "ØØ¯Ø« خطأ Ø§Ø«ÙØ§Ø¡ Ø§ØºÙØ§Ù Ø§ÙØŽØšÙØ©"
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr "ÙØŽÙت عÙ
ÙÙØ© Ø§ØºÙØ§Ù Ø§ÙØŽØšÙØ©"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr "Ø¬Ø§Ø±Ù ØªØØ¯ÙØ« اÙÙØžØ§Ù
"
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>ÙØªÙ
ØªØØ¯ÙØ« Ø¬ÙØ§Ø² Ø§ÙØªØ§ÙÙØ² ÙØ¯ÙÙ...</b>\n\nÙØšØ¹Ø¶ Ø§ÙØ£Ø³ØšØ§Øš Ø§ÙØ£Ù
ÙÙØ©Ø تÙ
تعطÙÙ Ø§ÙØ§ØªØµØ§Ù ØšØ§ÙØŽØšÙØ©."
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>ØØµÙ خطأ Ø£Ø«ÙØ§Ø¡ Ø§ÙØªØØ¯ÙØ«.</b>\\n\\nØ¬ÙØ§Ø² Ø§ÙØªØ§ÙÙØ² ÙØ¯ÙÙ ÙØØªØ§Ø¬ Ø¥ÙÙ Ø¥ØµÙØ§Ø ÙÙØ¯ ÙØ§ ÙØªÙ
ÙÙ Ù
٠إعادة Ø§ÙØªØŽØºÙÙ.\\n\\nاتؚع Ø§ÙØªØ¹ÙÙÙ
ات عÙÙ file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr "ØØ¯Ø« خطأ Ø§Ø«ÙØ§Ø¡ ØªØ«ØšÙØª Ø§ÙØªØØ¯ÙØ«"
diff --git a/az.po b/az.po
deleted file mode 100644
index f536aa69d..000000000
--- a/az.po
+++ /dev/null
@@ -1,235 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# E <ehuseynzade(a)gmail.com>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2014-12-02 09:42+0100\n"
-"PO-Revision-Date: 2014-12-28 09:00+0000\n"
-"Last-Translator: E <ehuseynzade(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=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:146 ../lib/Tails/IUK/Frontend.pm:523
-#: ../lib/Tails/IUK/Frontend.pm:667
-msgid "For debugging information, see /home/amnesia/.xsession-errors"
-msgstr "Sazlama mÉlumatı ÌçÌn /home/amnesia/.xsession-errors sÉhifÉsinÉ bax"
-
-#: ../lib/Tails/IUK/Frontend.pm:216
-msgid "Error while checking for upgrades"
-msgstr "TÉkmillÉÅmÉlÉrin yoxlanması zamanı xÉta"
-
-#: ../lib/Tails/IUK/Frontend.pm:219
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Bizim vebsaytımızdan tÉkmillÉÅmÉlÉrin mÃŒmkÃŒn olub olmaması mÃŒÉyyÉnlÉÅdirilÉ bilmÉdi.</b>\n\nÅÉbÉkÉ ÉlaqÉni yoxla, yenidÉn tÉkmillÉÅdirmÉyÉ cÉhd etmÉk ÌçÌn TaillÉri yenidÉn aç.\n\nProblem qalmaqda davam etsÉ, file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html sÉhifÉsinÉ keç."
-
-#: ../lib/Tails/IUK/Frontend.pm:234
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "bu versiya ÌçÌn bizim saytımızdan avtomatik tÉkmillÉÅmÉ yoxdur"
-
-#: ../lib/Tails/IUK/Frontend.pm:240
-msgid "your device was not created using Tails Installer"
-msgstr "sÉnin ötÃŒrÃŒcÃŒn Tails QuraÅdırıcının vasitÉsilÉ yaradılmamıÅdır"
-
-#: ../lib/Tails/IUK/Frontend.pm:245
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails DVD vÉ ya yalnız-ozuna bilÉn ötÃŒrÃŒcÃŒ tÉrÉfindÉn baÅlanmıÅdır"
-
-#: ../lib/Tails/IUK/Frontend.pm:250
-msgid "there is not enough free space on the Tails system partition"
-msgstr "Tails sistem bölmÉsindÉ kifayÉt qÉdÉr boÅ yer yoxdur"
-
-#: ../lib/Tails/IUK/Frontend.pm:255
-msgid "not enough memory is available on this system"
-msgstr "bu sistemdÉ kifayÉt qÉdÉr yaddaÅ yeri yoxdur"
-
-#: ../lib/Tails/IUK/Frontend.pm:261
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "'%{reason}s' sÉbÉbi ÌçÌn heç bir izah yoxdur."
-
-#: ../lib/Tails/IUK/Frontend.pm:281
-msgid "The system is up-to-date"
-msgstr "Sistem Én son versiyadadır"
-
-#: ../lib/Tails/IUK/Frontend.pm:286
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Tail-in bu versiyasının vaxtı ötÃŒb vÉ tÉhlÃŒkÉsizlik problemlÉri ola bilÉr."
-
-#: ../lib/Tails/IUK/Frontend.pm:318
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "Artan tÉkmillÉÅmÉ Tail sistem bölmÉsindÉ %{space_needed}s boÅ sahÉ tÉlÉb etdiyi halda, cÉmi %{free_space}s boÅ yaddaÅ sahÉsinÉ sahibsÉn."
-
-#: ../lib/Tails/IUK/Frontend.pm:334
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "Artan tÉkmillÉÅmÉ %{memory_needed}s boÅ sahÉ tÉlÉb etdiyi halda, cÉmi %{free_memory}s boÅ yaddaÅ sahÉsinÉ sahibsÉn."
-
-#: ../lib/Tails/IUK/Frontend.pm:356
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Artan tÉkmillÉÅmÉ mÃŒmkÃŒn olsa da tam deyil.\nBu baÅ vermÉmÉlidir. LÃŒtfÉn, problem haqqında xÉbÉr ver."
-
-#: ../lib/Tails/IUK/Frontend.pm:360
-msgid "Error while detecting available upgrades"
-msgstr "MÃŒmkÃŒn tÉkmillÉÅmÉlÉrin mÃŒÉyyÉn edilmÉsi zamanı xÉta"
-
-#: ../lib/Tails/IUK/Frontend.pm:370
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>SÉn %{name}s %{version}s tÉkmillÉÅdirmÉlisÉn.</b>\n\nBu yeni versiya haqqında daha Étraflı mÉlumat ÌçÌn %{details_url}s linkinÉ keç.\n\nTÉkmillÉÅmÉ prosesi zamanı bÃŒtÃŒn açıq aplikasiyaların baÄlanması mÉslÉhÉtdir.\nTÉkmillÉÅmÉnin yÃŒklÉnmÉsi bir neÃ§É dÉqiqÉdÉn bir neÃ§É saata qÉdÉr davam edÉ bilÉr.\nÅÉbÉkÉlÉÅmÉ tÉkmillÉÅmÉ yÃŒklÉndikdÉn sonra deaktivÉ edilÉcÉk.\n\nYÃŒklÉmÉ Ã¶lçÌsÃŒ: %{size}s\n\nİndi tÉkmillÉÅdirmÉk istÉyirsÉn?"
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade available"
-msgstr "TÉkmillÉÅmÉ mÃŒmkÃŒndÃŒr"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade now"
-msgstr "İndi tÉkmillÉÅdir"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade later"
-msgstr "Daha sonra tÉkmillÉÅdir"
-
-#: ../lib/Tails/IUK/Frontend.pm:395
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>%{name}s %{version}s ÌçÌn manual tÉkmillÉÅmÉ etmÉlisÉn.</b>\n\nBu yeni versiya haqqında daha Étraflı mÉlumat ÌçÌn %{details_url}s linkinÉ keç.\n\nBu yeni versiyaya ötÃŒrÃŒcÃŒnÃŒn avtomatik tÉkmillÉÅdirilmÉsi qeyri-mÃŒmkÃŒndÃŒr: %{explanation}s\n\nManual tÉkmillÉÅmÉnin necÉ edilÉcÉyini burada öyrÉnÉ bilÉrsÉn:https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:411
-msgid "New version available"
-msgstr "Yeni versiya mÃŒmkÃŒndÃŒr"
-
-#: ../lib/Tails/IUK/Frontend.pm:468
-msgid "Downloading upgrade"
-msgstr "TÉkmillÉÅmÉnin yÃŒklÉnmÉsi"
-
-#: ../lib/Tails/IUK/Frontend.pm:471
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "TÉkmillÉÅmÉnin %{name}s %{version}s-a yÃŒklÉnmÉsi..."
-
-#: ../lib/Tails/IUK/Frontend.pm:512
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>TÉkmillÉÅmÉ yÃŒklÉnÉ bilmÉdi..</b>\\n\\nÅÉbÉkÉ ÉlaqÉni yoxla vÉ yenidÉn tÉkmillÉÅmÉyÉ cÉhd etmÉk ÌçÌn Tails-i yenidÉn baÅlat.\\n\\nÆgÉr problem olduÄu kimi qalsa, bu fayla keç:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:528 ../lib/Tails/IUK/Frontend.pm:547
-msgid "Error while downloading the upgrade"
-msgstr "TÉkmillÉÅmÉnin yÃŒklÉnmÉsi zamanı xÉta"
-
-#: ../lib/Tails/IUK/Frontend.pm:540
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr " '%{output_file}s' çıxıŠfaylı olmamasına baxmayaraq tails-iuk-niÅanlanmıÅ-faylı-ÉldÉ-et ÅikayÉt etmÉdi. LÃŒtfÉn, problem haqqında xÉbÉr ver."
-
-#: ../lib/Tails/IUK/Frontend.pm:559
-msgid "Error while creating temporary downloading directory"
-msgstr "MÃŒvÉqqÉti yÃŒklÉmÉ kateqoriyası yaradılan zaman xÉta"
-
-#: ../lib/Tails/IUK/Frontend.pm:562
-msgid "Failed to create temporary download directory"
-msgstr "MÃŒvÉqqÉti yÃŒklÉmÉ kateqoriyası yaradıla bilmÉdi"
-
-#: ../lib/Tails/IUK/Frontend.pm:574
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>SÉnin Tails ötÃŒrÃŒcÃŒn mÃŒvÉffÉqiyyÉtlÉ tÉkmillÉÅdi.</b>\n\nBÉzi tÉhlÃŒkÉsizlik xÃŒsusiyyÉtlÉri mÃŒvÉqqÉti olaraq dayandırılmıÅdı.\nÆn qısa zamanda Tails-i yeni versiya ilÉ yenidÉn baÅlatmalısan.\n\nİndi baÅlatmaq istÉyirsÉn?"
-
-#: ../lib/Tails/IUK/Frontend.pm:579
-msgid "Restart Tails"
-msgstr "Tails-i YenidÉn BaÅlat"
-
-#: ../lib/Tails/IUK/Frontend.pm:580
-msgid "Restart now"
-msgstr "İndi YenidÉn BaÅlat"
-
-#: ../lib/Tails/IUK/Frontend.pm:581
-msgid "Restart later"
-msgstr "Daha sonra yenidÉn baÅlat"
-
-#: ../lib/Tails/IUK/Frontend.pm:592
-msgid "Error while restarting the system"
-msgstr "Sistemin yenidın baÅladılmazı zamanı xÉta"
-
-#: ../lib/Tails/IUK/Frontend.pm:595
-msgid "Failed to restart the system"
-msgstr "Sistem yenidÉn baÅladıla bilmÉdi"
-
-#: ../lib/Tails/IUK/Frontend.pm:610
-msgid "Error while shutting down the network"
-msgstr "ÅÉbÉkÉ söndÃŒrÃŒlÉn zaman xÉta"
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Failed to shutdown network"
-msgstr "ÅÉbÉkÉ söndÃŒrÃŒlÉ bilmÉdi"
-
-#: ../lib/Tails/IUK/Frontend.pm:623
-msgid "Upgrading the system"
-msgstr "Sistem tÉkmillÉÅdirilir"
-
-#: ../lib/Tails/IUK/Frontend.pm:625
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Tails ötÃŒrÃŒcÃŒn tÉkmillÉÅdirilmÉkdÉdir...</b>\n\nTÉhlÃŒkÉsizlik sÉbÉblÉri ilÉ ÅÉbÉkÉ hazırda söndÃŒrÃŒlmÃŒÅdÃŒr."
-
-#: ../lib/Tails/IUK/Frontend.pm:662
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>TÉkmillÉÅmÉnin quraÅdırılması zamanı xÉta.</b>\\n\\nSÉnin Tails ötÃŒrÃŒcÃŒn tÉmir olunmalıdir, amma ola bilsin ki, yenidÉn baÅlaya bilmÉsin.\\n\\nLÃŒtfÉn, fayldakı qaydalara riayÉt et:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid "Error while installing the upgrade"
-msgstr "TÉkmillÉÅmÉnin quraÅdırılmasında xÉta"
diff --git a/bg.po b/bg.po
deleted file mode 100644
index 8f505d41e..000000000
--- a/bg.po
+++ /dev/null
@@ -1,251 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# aramaic <aramaicbg(a)gmail.com>, 2014
-# Kaloyan Nikolov <kotipuka01(a)gmail.com>, 2016
-# pl71, 2014
-# Tsvetan Nikolov <slakware(a)gmail.com>, 2016
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-04-18 12:13+0200\n"
-"PO-Revision-Date: 2017-09-19 22:50+0000\n"
-"Last-Translator: Tsvetan Nikolov <slakware(a)gmail.com>\n"
-"Language-Team: Bulgarian (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "ÐÑМПÑМП ОМÑПÑЌаÑÐžÑ Ð·Ð° ЎебÑгваМе, ОзпÑлМеÑе кПЌаМЎаÑа: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr "ÐÑеÑка пÑО пÑПвеÑка Ма ПбМПвлеМОÑÑа"
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Ðе ЌПжаÑ
Ўа ÑазбеÑа, ЎалО е МалОÑМП ПбМПвлеМОе ÐŸÑ ÐœÐ°ÑÐžÑ ÑайÑ. </b>\nÐÑПвеÑеÑе вÑÑзкаÑа ÑО кÑÐŒ ÐŒÑежаÑа, О ÑеÑÑаÑÑОÑайÑе Tails за Ўа ПпÑОÑаÑе ПÑМПвП.\nÐкП пÑПблеЌа пÑПЎÑлжО, ПÑОЎеÑе Ма file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "за ÑазО веÑÑÐžÑ ÐœÑЌа авÑПЌаÑОÑМП ПбМПвлеМОе Ма МаÑаÑа ÑÑÑаМОÑа"
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr "ÐаÑеÑП ÑÑÑÑПйÑÑвП Ме е ÑÑзЎаЎеМП ÑÑез Tails Installer"
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails беÑе ÑÑаÑÑОÑаМ ÐŸÑ DVD ОлО ÐŸÑ ÑÑÑÑПйÑÑвП в ÑежОЌ ÑеÑеМе."
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr "ÐÑЌа ЎПÑÑаÑÑÑМП ÐŒÑÑÑП Ма ÑОÑÑÐµÐŒÐœÐžÑ Ð¿Ð°ÑÑОÑÑМ Ма Tails."
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr "СОÑÑеЌаÑа МÑЌа ЎПÑÑаÑÑÑМП паЌеÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "ÐÑЌа ПбÑÑМеМОе за пÑОÑОМаÑа '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr "СОÑÑеЌаÑа е акÑÑалОзОÑаМа"
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "ÐеÑÑОÑÑа Ма Tails е ПÑÑаÑÑла О ЌПже Ўа ОЌа пÑПблеЌО ÑÑÑ ÑОгÑÑМПÑÑÑа"
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "ЧаÑÑОÑМОÑÑ ÑпгÑейЎ ОзОÑква %{space_needed}s пÑазМП ÐŒÑÑÑП Ма ЎОÑка Ñ Tails, МП еЎОМÑÑвеМП %{free_space}s Ñа Ма ÑазпПлПжеМОе."
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "ЧаÑÑОÑМОÑÑ ÑпгÑейЎ ОзОÑква %{space_needed}s ÑвПбПЎМа ПпеÑаÑОвМа паЌеÑ, МП еЎОМÑÑвеМП %{free_space}s Ñа Ма ÑазпПлПжеМОе."
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "ЧаÑÑОÑеМ ÑпгÑейЎ е Ма ÑазапПлПжеМОеМП Ме О пÑÐ»ÐœÐžÑ ÑпгÑейЎ. \nТПва Ме ÑÑÑбва Ўа Ñе бÑÑка. УвеЎПЌеÑе за гÑеÑка."
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr "ÐÑеÑка пÑО пÑПвеÑка за вÑзЌПжМО ÑпгÑейЎО"
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>ÐкÑÑалОзОÑайÑе ЎП %{name}s %{version}s.</b>\nÐа пПвеÑе ОМÑПÑЌаÑÐžÑ ÐŸÑМПÑМП ÑазО МПва веÑÑОÑ, ПÑОЎеÑе Ма %{details_url}s\n\nÐÑепПÑÑÑОÑелМП е Ўа заÑвПÑОÑе вÑОÑкО ПÑвПÑеМО пÑПгÑаЌО О аплОкаÑОО пП вÑеЌе Ма акÑÑалОзаÑОÑÑа. \nСвалÑМеÑП Ма акÑÑалОзаÑОÑÑа ЌПже Ўа ПÑМеЌе ЌМПгП вÑеЌе, ÐŸÑ ÐœÑкПлкП ЌОМÑÑО Ўа ÑаÑПве.\nÐÑежаÑа Ñе бÑЎе ОзклÑÑеМа ÑлеЎ ÑвалÑМеÑП Ма акÑÑалОзаÑОÑÑа.\n\nÐ Ð°Ð·ÐŒÐµÑ Ð·Ð° ÑвалÑМе: %{size}s\n\nÐÑкаÑе лО Ўа акÑÑалОзОÑаÑе Ñега?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "ÐкÑÑалОзаÑÐžÑ Ð²ÑзЌПжМа"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "ÐкÑÑалОзОÑай Ñега"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "ÐкÑÑалОзОÑай пП кÑÑМП"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>ТÑÑбва Ўа акÑÑалОзОÑаÑе ÑÑÑМП кÑÐŒ %{name}s %{version}s.</b>\n\nÐа пПвеÑе ОМÑПÑЌаÑÐžÑ ÐŸÑМПÑМП ÑазО акÑÑалОзаÑОÑ, ПÑОЎеÑе Ма %{details_url}s\n\nÐе е вÑзЌПжМа авÑПЌаÑОÑМа акÑÑалОзаÑÐžÑ ÐºÑÐŒ ÑазО МПва веÑÑОÑ: %{explanation}s.\n\nÐа Ўа МаÑÑОÑе как Ўа акÑÑалОзОÑаÑе ÑÑÑМП, ПÑОЎеÑе Ма https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "ÐалОÑМа е МПва веÑÑОÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "СвалÑМе Ма акÑÑалОзаÑОÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "ÐапОÑваМе Ма акÑÑалОзаÑОÑÑа в %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>ÐкÑÑалОзаÑОÑÑа Ме ЌПже Ўа бÑЎе ÑвалеМа.</b> ÐÑПвеÑеÑе за вÑÑзка Ñ ÐМÑеÑМеÑ, О ÑеÑÑаÑÑОÑайÑе Tails О ПпОÑайÑе Ўа акÑÑалОзОÑаÑе ПÑМПвП.\\n\\nÐкП пÑПблеЌа Ме Ñе ÑазÑеÑО ПÑОЎеÑе Ма file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "ÐÑеÑка пÑО ÑвалÑМеÑП"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "ÐзÑ
ПЎÑÑÐžÑ Ñайл '%{output_file}s' Ме ÑÑÑÑеÑÑвÑва, МП tails-iuk-get-target-file Ме ПÑÑОÑа пÑПблеЌ. ÐПлÑ, ÑОгМалОзОÑайÑе за гÑеÑка."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "ÐÑеÑка пÑО ÑÑзЎаваМе Ма вÑеЌеММа ЎОÑекÑПÑÐžÑ Ð·Ð° ÑвалÑМе."
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "ÐеÑÑпеÑМП ÑÑзЎаваМе Ма вÑеЌеММа ЎОÑекÑПÑÐžÑ Ð·Ð° ÑвалÑМе."
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Ðе ЌПже Ўа ОзбеÑеÑе ÑÑÑвÑÑа за ÑвалÑМе.</b>\n\nТПва Ме ÑÑÑбва Ўа Ñе ÑлÑÑва. ÐÐŸÐ»Ñ ÑÑПбÑeÑе за бÑг."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "ÐÑеÑка пÑО ОзбПÑа Ма ÑÑÑвÑÑ Ð·Ð° ОзÑеглÑМе"
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b> ÐаÑеÑП Tails ÑÑÑÑПйÑÑвП беÑе акÑÑалОзОÑаМП ÑÑпеÑМП. </b>\n\nÐÑкПй МаÑÑÑПйкО пП ÑОгÑÑМПÑÑа Ñа вÑеЌеММП ОзклÑÑеМО.\nРеÑÑаÑÑОÑайÑе Tails Ñ ÐœÐŸÐ²Ð°Ñа веÑÑÐžÑ Ð²ÑзЌПжМП Май ÑкПÑП.\n\nÐÑкаÑе лО Ўа ÑеÑÑаÑÑОÑаÑе Ñега?"
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr "РеÑÑаÑÑОÑай Tails "
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr "РеÑÑаÑÑОÑай Ñега"
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr "РеÑÑаÑÑОÑай пП кÑÑМП"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr "ÐÑеÑка пÑО ÑеÑÑаÑÑОÑаМе Ма ÑОÑÑеЌаÑа."
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr "ÐÑПблеЌ пÑО ÑеÑÑаÑÑОÑаМеÑП"
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr "ÐÑеÑка пП вÑеЌе Ма ОзклÑÑваМе Ма ÐŒÑежаÑа"
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr "ÐÑеÑка пÑО ÑпОÑаМе Ма ÐŒÑежаÑа"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr "ЪпгÑейЎваМе Ма ÑОÑÑеЌаÑа"
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>ÐаÑеÑП Tails ÑÑÑÑПйÑÑвП беÑе акÑÑалОзОÑаМП...</b>\n\nÐÑ ÑÑПбÑÐ°Ð¶ÐµÐœÐžÑ Ð·Ð° ÑОгÑÑМПÑÑ, ÐŒÑежаÑа в ЌПЌеМÑа е ОзклÑÑеМа."
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>ÐÑеÑка пÑО ОМÑÑалОÑаМе Ма акÑÑалОзаÑОÑÑа.</b>\\n\\nÐаÑеÑП Tails ÑÑÑÑПйÑÑвП Ñе МÑжЎае ÐŸÑ ÑеЎакÑОÑаМе О ЌПже Ўа Ме е в ÑÑÑÑПÑМОе Ўа ÑеÑÑаÑÑОÑа.\\n\\nÐÐŸÐ»Ñ Ð¿ÑПвеÑеÑе за ОМÑÑÑÑкÑОО Ма file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr "ÐÑеÑка пÑО ОМÑÑалаÑОÑÑа Ма ÑпгÑейЎа"
diff --git a/bn.po b/bn.po
deleted file mode 100644
index 173435a22..000000000
--- a/bn.po
+++ /dev/null
@@ -1,266 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Al Shahrior Hasan Sagor <shahrior3814(a)gmail.com>, 2018
-# Mahmud Numan <mahmudnuman(a)gmail.com>, 2016
-# Sakib Abrar <skbabrar(a)gmail.com>, 2015
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2019-01-15 12:26+0000\n"
-"Last-Translator: erinm\n"
-"Language-Team: Bengali (http://www.transifex.com/otf/torproject/language/bn/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: bn\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "àŠ€àŠ¥à§àН àŠ¡àŠ¿àŠ¬àŠŸàŠ àŠàŠ°àŠŸàŠ° àŠàŠšà§àН àŠšàŠ¿àŠ®à§àŠšàŠ²àŠ¿àŠàŠ¿àŠ€ àŠàŠ®àŠŸàŠšà§àŠ¡àŠàŠ¿ àŠàŠŸàŠ²àŠŸàŠš: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "àŠàŠªàŠà§àаà§àŠ¡ àŠà§àŠàŠŸàŠ° àŠžàŠ®à§ àŠžàŠ®àŠžà§àŠ¯àŠŸ àŠ¹à§à§àŠà§"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>àŠàŠ®àŠŸàŠŠà§àа àŠà§à§àŠ¬àŠžàŠŸàŠàŠà§ àŠàŠªàŠà§àаà§àŠ¡ àŠàŠà§ àŠàŠ¿àŠšàŠŸ àŠšàŠ¿àŠ°à§àŠ§àŠŸàŠ°àŠ£ àŠàŠ°àŠŸ àŠžàŠ®à§àŠàЬ àŠ¹à§àŠšàŠ¿</b>\n\nàŠàŠªàŠšàŠŸàŠ° àŠšà§àŠàŠà§àŠŸàŠ°à§àŠ àŠžàŠàНà§àŠ àŠªàŠ°à§àŠà§àŠ·àŠŸ àŠàаà§àŠš àŠàŠ¬àŠ àŠà§àŠàŠ²àŠž àŠªà§àŠšàŠ°àŠŸà§ àŠàŠŸàŠ²à§ àŠàŠ°à§ àŠàŠªàŠà§àаà§àŠ¡ àŠàŠ°àŠŸàŠ° àŠà§àŠ·à§àŠàŠŸ àŠàаà§àŠš\n\nàŠ€àŠŸàŠ°àŠªàŠ°à§àŠ àŠžàŠ®àŠžà§àŠ¯àŠŸ àŠ¹àŠ²à§ , àŠàŠ àŠ àŠ¿àŠàŠŸàŠšàŠŸà§ àŠ¯àŠŸàŠš file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "àŠàŠ àŠžàŠàŠžà§àŠàŠ°àŠ£à§àа àŠàŠšà§àН àŠàŠ®àŠŸàŠŠà§àа àŠàŠ¯àŠŒà§àŠ¬àŠžàŠŸàŠàŠ àŠ¥à§àŠà§ àŠžà§àŠ¬àŠ¯àŠŒàŠàŠà§àŠ°àŠ¿àŠ¯àŠŒ àŠàŠªàŠà§àаà§àŠ¡ àŠàŠªàŠ²àŠ¬à§àЧ àŠšà§àŠ"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "àŠàŠªàŠšàŠŸàŠ° àŠ¡àŠ¿àŠàŠŸàŠàŠž àŠà§àŠàŠ²àŠž àŠàŠšàŠžà§àŠàŠ²àŠŸàŠ° àŠŠà§àŠ¬àŠŸàŠ°àŠŸ àŠ€à§àŠ°àŠ¿ àŠàŠ°àŠŸ àŠ¹à§àŠšàŠ¿"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "àŠàŠàŠàŠ¿ àŠ¡àŠ¿àŠàŠ¿àŠ¡àŠ¿ àŠ¬àŠŸ àŠàŠàŠàŠ¿ àŠªàŠ àŠšàŠ¯à§àŠà§àН àŠ¡àŠ¿àŠàŠŸàŠàŠž àŠ¥à§àŠà§ àŠªà§àŠà§àŠ àŠ¶à§àŠ°à§ àŠ¹àŠ¯àŠŒà§àŠàŠ¿àŠ²"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "Tails àŠžàŠ¿àŠžà§àŠà§àŠ® àŠ¬àŠ¿àŠàŠŸàŠàŠšà§ àŠ¯àŠ¥à§àŠ·à§àŠ àŠ¬àŠ¿àŠšàŠŸàŠ®à§àвà§àŠ¯à§ àŠžà§àŠ¥àŠŸàŠš àŠšà§àŠ"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "àŠàŠ àŠžàŠ¿àŠžà§àŠà§àŠ®à§ àŠ¯àŠ¥à§àŠ·à§àŠ àŠ®à§àŠ®àŠ°àŠ¿ àŠªàŠŸàŠàŠ¯àŠŒàŠŸ àŠ¯àŠŸàŠ¯àŠŒ àŠšàŠŸ"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "àŠàŠŸàŠ°àŠ£ ' {reason} àŠà§àŠ²àŠ¿' àŠàа àŠàŠšà§àН àŠà§àŠš àŠ¬à§àŠ¯àŠŸàŠà§àŠ¯àŠŸ àŠàŠªàŠ²àŠ¬à§àЧ àŠšà§àŠ"
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "àŠžàŠ¿àŠžà§àŠà§àŠ® àŠàŠª àŠà§ àŠ¡à§àŠ"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "àŠªà§àŠà§àŠ àŠàа àŠàŠ àŠžàŠàŠžà§àŠàŠ°àŠ£ àŠªà§àŠ°àŠŸàŠšà§ àŠ¹àŠ¯àŠŒ, àŠàŠ¬àŠ àŠšàŠ¿àŠ°àŠŸàŠªàŠ€à§àŠ€àŠŸ àŠ¬àŠ¿àŠ·àŠ¯àŠŒ àŠ¥àŠŸàŠàŠ€à§ àŠªàŠŸàŠ°à§à¥€"
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "àŠàŠªàŠ²àŠ¬à§àЧ àŠà§àŠ°àŠ®àŠ¬àŠ°à§àŠ§àŠ®àŠŸàŠš àŠàŠªàŠà§àаà§àŠ¡à§àа àŠàŠšà§àН% {space_needed} àŠàŠ¿ àŠàŠŸàŠàŠ²àŠž àŠžàŠ¿àŠžà§àŠà§àŠ® àŠªàŠŸàŠ°à§àŠàŠ¿àŠ¶àŠšà§àа àŠ¬àŠ¿àŠšàŠŸàŠ®à§àвà§àŠ¯à§ àŠžà§àŠ¥àŠŸàŠš àŠªà§àŠ°àŠ¯àŠŒà§àŠàŠš, àŠàŠ¿àŠšà§àŠ€à§ àŠ¶à§àЧà§àŠ®àŠŸàŠ€à§àа% {free_space} s àŠàŠªàŠ²àŠ¬à§àŠ§à¥€"
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "àŠàŠªàŠ²àŠ¬à§àЧ àŠà§àŠ°àŠ®àŠ¬àŠ°à§àŠ§àŠ®àŠŸàŠš àŠàŠªàŠà§àаà§àŠ¡à§àа àŠàŠšà§àН% {memory_needed} àŠà§àŠ²àŠ¿ àŠ¬àŠ¿àŠšàŠŸàŠ®à§àвà§àŠ¯à§ àŠ®à§àŠ®àŠ°àŠ¿ àŠªà§àŠ°àŠ¯àŠŒà§àŠàŠš, àŠàŠ¿àŠšà§àŠ€à§ àŠ¶à§àЧà§àŠ®àŠŸàŠ€à§àа% {free_ememory} àŠà§àŠ²àŠ¿ àŠàŠªàŠ²àŠ¬à§àŠ§à¥€"
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "àŠàŠàŠàŠ¿ àŠà§àŠ°àŠ®àŠ¬àŠ°à§àŠ§àŠ®àŠŸàŠš àŠàŠªàŠà§àаà§àŠ¡ àŠàŠªàŠ²àŠ¬à§àЧ, àŠàŠ¿àŠšà§àŠ€à§ àŠà§àŠš àŠªà§àаà§àŠ£ àŠàŠªàŠà§àаà§àŠ¡ àŠšà§àŠà¥€\nàŠàŠ àŠàŠàŠ€à§ àŠšàŠŸ àŠ¹àŠàŠ¯àŠŒàŠŸ àŠàŠàŠ¿àŠ€à¥€ àŠàŠàŠàŠ¿ àŠ¬àŠŸàŠ àŠ°àŠ¿àŠªà§àаà§àŠ àŠàаà§àŠš"
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "àŠàŠªàŠ²àŠà§àН àŠàŠªàŠà§àаà§àŠ¡ àŠžàŠšàŠŸàŠà§àŠ€ àŠàŠ°àŠŸàŠ° àŠžàŠ®àŠ¯àŠŒ àŠ€à§àаà§àŠàŠ¿"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>àŠàŠªàŠšàŠŸàŠ° àŠàŠªàŠà§àаà§àŠ¡ àŠàŠ°àŠŸ àŠàŠàŠ¿àŠ€ %{name}s %{version}s.</b>\n\nàŠàŠ àŠšàŠ€à§àŠš àŠžàŠàŠžà§àŠàŠ°àŠ£ àŠžàŠ®à§àŠªàŠ°à§àŠà§ àŠàŠ°àŠ àŠ€àŠ¥à§àНà§àа àŠàŠšà§àН, àŠ¯àŠŸàŠš %{details_url}s\n\nàŠàŠ®àŠ°àŠŸ àŠàŠªàŠšàŠŸàŠà§ àŠàŠªàŠà§àаà§àŠ¡ àŠžàŠ®àŠ¯àŠŒ àŠ
àŠšà§àŠ¯àŠŸàŠšà§àН àŠ
à§àŠ¯àŠŸàŠªà§àŠ²àŠ¿àŠà§àŠ¶àŠš àŠ¬àŠšà§àЧ àŠžà§àŠªàŠŸàŠ°àŠ¿àŠ¶à¥€\nàŠàŠªàŠà§àаà§àŠ¡ àŠ¡àŠŸàŠàŠšàŠ²à§àŠ¡ àŠàŠ¯àŠŒà§àŠ àŠ®àŠ¿àŠšàŠ¿àŠ àŠ¥à§àŠà§ àŠàŠ¯àŠŒà§àŠ àŠàŠšà§àŠàŠŸàŠ° àŠ®àŠ§à§àŠ¯à§ àŠŠà§àаà§àŠ àŠžàŠ®àŠ¯àŠŒ àŠšàŠ¿àŠ€à§ àŠªàŠŸàŠ°à§à¥€\n\n àŠ¡àŠŸàŠàŠšàŠ²à§àŠ¡à§àа àŠàŠàŠŸàŠ°: %{size}s\n\nàŠàŠªàŠšàŠ¿ àŠàŠàŠš àŠàŠªàŠà§àаà§àŠ¡ àŠàŠ°àŠ€à§ àŠàŠŸàŠš?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "àŠªàŠ°à§àŠ¯àŠŸàŠªà§àŠ€ àŠàŠšà§àŠšàŠ€ àŠžàŠàŠžà§àŠàŠ°àŠ£"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "àŠàŠàŠš àŠàŠšà§àŠšàŠ€àŠ¿ àŠàа"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "àŠªàŠ°à§ àŠàŠªàŠà§àаà§àŠ¡ àŠàаà§àŠš"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>àŠàŠªàŠšàŠ¿ àŠàŠàŠàŠ¿ àŠ®à§àŠ¯àŠŸàŠšà§à§àŠŸàŠ² àŠàŠªàŠà§àаà§àŠ¡ àŠ àŠàŠ°àŠ€à§ àŠªàŠŸàŠ°à§àŠš %{name}s %{version}s.</b>\nàŠ¬àŠ¿àŠžà§àŠ€àŠŸàŠ°àŠ¿àŠ€ àŠ€àŠ¥à§àНà§àа àŠàŠšà§àН , àŠàŠàŠŸàŠšà§ àŠ¯àŠŸàŠš %{details_url}s\nàŠàŠªàŠšàŠŸàŠ° àŠ¬àŠ°à§àŠ€àŠ®àŠŸàŠš àŠ¡àŠ¿àŠàŠŸàŠàŠžàŠàŠ¿ àŠ¬àŠ°à§àŠ€àŠ®àŠŸàŠš àŠžàŠàŠžà§àŠàŠ°àŠ£à§ àŠžà§àЬà§àŠàŠà§àŠ°àŠ¿à§ àŠàŠªàŠà§àаà§àŠ¡ àŠžàŠ®à§àŠàЬ àŠšà§ %{explanation}s\nàŠàŠ¿àŠàŠŸàŠ¬à§ àŠ®à§àŠ¯àŠŸàŠšà§à§àŠŸàŠ²à§ àŠàŠªàŠà§àаà§àŠ¡ àŠàŠ°àŠ€à§ àŠ¹à§ àŠ€àŠŸ àŠàŠŸàŠšàŠ€à§, àŠàŠàŠŸàŠšà§ àŠ¯àŠŸàŠš https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "àŠšàŠ€à§àŠš àŠžàŠàŠžà§àŠàŠ°àŠ£ àŠàŠªàŠ²àŠ¬à§àЧ"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "àŠàŠªàŠà§àаà§àŠ¡ àŠ¡àŠŸàŠàŠšàŠ²à§àŠ¡ àŠ¹àŠà§àŠà§"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "% {Name} s% {version} s àŠ àŠàŠªàŠà§àаà§àŠ¡ àŠ¡àŠŸàŠàŠšàŠ²à§àŠ¡ àŠ¹àŠà§àŠà§ ..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b> àŠàŠªàŠà§àаà§àŠ¡àŠàŠ¿ àŠ¡àŠŸàŠàŠšàŠ²à§àŠ¡ àŠàŠ°àŠŸ àŠ¯àŠŸàŠ¬à§ àŠšàŠŸà¥€ </ b>\\n\\ n àŠàŠªàŠšàŠŸàŠ° àŠšà§àŠàŠàŠ¯àŠŒàŠŸàŠ°à§àŠ àŠžàŠàНà§àŠ àŠªàŠ°à§àŠà§àŠ·àŠŸ àŠàаà§àŠš àŠàŠ¬àŠ àŠªà§àŠšàŠ°àŠŸàŠ¯àŠŒ àŠàŠªàŠà§àаà§àŠ¡ àŠàŠ°àŠŸàŠ° àŠà§àŠ·à§àŠàŠŸ àŠàŠ°àŠŸàŠ° àŠàŠšà§àН àŠàŠŸàŠàвàŠà§àŠ²àŠ¿ àŠªà§àŠšàŠ°àŠŸàŠ¯àŠŒ àŠàŠ°àŠ®à§àŠ àŠàаà§àŠšà¥€ \\n\\n àŠ¯àŠŠàŠ¿ àŠžàŠ®àŠžà§àŠ¯àŠŸàŠàŠ¿ àŠ¥à§àŠà§ àŠ¯àŠŸàŠ¯àŠŒ àŠ€àŠ¬à§ àŠ«àŠŸàŠàвàŠàŠ¿ àŠ¯àŠŸàŠš file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "àŠàŠªàŠà§àаà§àŠ¡ àŠ¡àŠŸàŠàŠšàŠ²à§àŠ¡ àŠàŠ°àŠŸàŠ° àŠžàŠ®àŠ¯àŠŒ àŠ€à§àаà§àŠàŠ¿"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "àŠàŠàŠàŠªà§àŠ àŠ«àŠŸàŠàв '% {output_file} s' àŠ¬àŠ¿àŠŠà§àŠ¯àŠ®àŠŸàŠš àŠšàŠ¯àŠŒ, àŠ€àŠ¬à§ àŠàŠŸàŠàŠ²àŠž-àŠàŠàŠàŠàŠà§-àŠà§-àŠàŠŸàŠ°à§àŠà§àŠ-àŠ«àŠŸàŠàв àŠ
àŠàŠ¿àŠ¯à§àŠ àŠàаà§àŠšàŠ¿à¥€ àŠàŠàŠàŠ¿ àŠ¬àŠŸàŠ àŠ°àŠ¿àŠªà§àаà§àŠ àŠàаà§àŠš"
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "àŠžàŠŸàŠ®à§àŠ¿àŠ àŠ¡àŠŸàŠàŠšàŠ²à§àŠ¡ àŠ¡àŠ¿àŠ°à§àŠà§àŠàŠ°àŠ¿ àŠ€à§àŠ°àŠ¿ àŠàŠ°àŠŸàŠ° àŠžàŠ®à§ àŠžàŠ®àŠžà§àŠ¯àŠŸ àŠ¹à§à§àŠà§"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "àŠ
àŠžà§àŠ¥àŠŸàŠ¯àŠŒà§ àŠ¡àŠŸàŠàŠšàŠ²à§àŠ¡ àŠ¡àŠ¿àŠ°à§àŠà§àŠàŠ°àŠ¿ àŠ€à§àŠ°àŠ¿ àŠàŠ°àŠ€à§ àŠ¬à§àŠ¯àŠ°à§àŠ¥"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b> àŠàŠàŠàŠ¿ àŠ¡àŠŸàŠàŠšàŠ²à§àŠ¡ àŠžàŠŸàŠ°à§àŠàŠŸàŠ° àŠšàŠ¿àŠ°à§àŠ¬àŠŸàŠàŠš àŠàŠ°àŠŸ àŠ¯àŠŸàŠ¯àŠŒàŠšàŠ¿à¥€ </ b>\n\nàŠàŠ àŠàŠàŠ€à§ àŠšàŠŸ àŠ¹àŠàŠ¯àŠŒàŠŸ àŠàŠàŠ¿àŠ€à¥€ àŠàŠàŠàŠ¿ àŠ¬àŠŸàŠ àŠ°àŠ¿àŠªà§àаà§àŠ àŠàаà§àŠš"
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "àŠàŠàŠàŠ¿ àŠ¡àŠŸàŠàŠšàŠ²à§àŠ¡ àŠžàŠŸàŠ°à§àŠàŠŸàŠ° àŠšàŠ¿àŠ°à§àŠ¬àŠŸàŠàŠš àŠàŠ°àŠŸàŠ° àŠžàŠ®àŠ¯àŠŒ àŠ€à§àаà§àŠàŠ¿"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr "àŠàŠªàŠà§àаà§àŠ¡ àŠžàŠ«àŠ²àŠàŠŸàŠ¬à§ àŠ¡àŠŸàŠàŠšàŠ²à§àŠ¡ àŠàŠ°àŠŸ àŠ¹àŠ¯àŠŒà§àŠà§à¥€\n\nàŠšà§àŠàŠàŠ¯àŠŒàŠŸàŠ°à§àŠ àŠžàŠàНà§àŠ àŠàŠàŠš àŠšàŠ¿àŠ·à§àŠà§àŠ°àŠ¿àŠ¯àŠŒ àŠàŠ°àŠŸ àŠ¹àŠ¬à§à¥€\n\nàŠàŠªàŠšàŠŸàŠ° àŠàŠŸàŠ àŠžàŠàаàŠà§àŠ·àŠ£ àŠàаà§àŠš àŠàŠ¬àŠ àŠ
àŠšà§àŠ¯àŠŸàŠšà§àН àŠ
àŠšà§àŠ¯àŠŸàŠšà§àН àŠ
à§àŠ¯àŠŸàŠªà§àŠ²àŠ¿àŠà§àŠ¶àŠš àŠ¬àŠšà§àЧ àŠàаà§àŠšà¥€"
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr "àŠàŠªàŠà§àаà§àŠ¡ àŠžàŠ«àŠ²àŠàŠŸàŠ¬à§ àŠ¡àŠŸàŠàŠšàŠ²à§àŠ¡ àŠ¹à§à§àŠà§"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr "àŠàŠªàŠà§àаà§àŠ¡ àŠªà§àŠ°àŠ¯àŠŒà§àŠ àŠàаà§àŠš"
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b> àŠàŠªàŠšàŠŸàŠ° àŠªà§àŠàŠ²àŠ¿ àŠ¡àŠ¿àŠàŠŸàŠàŠž àŠžàŠ«àŠ²àŠàŠŸàŠ¬à§ àŠàŠªàŠà§àаà§àŠ¡ àŠàŠ°àŠŸ àŠ¹àŠ¯àŠŒà§àŠà§à¥€ </ b>\n\nàŠàŠ¿àŠà§ àŠšàŠ¿àŠ°àŠŸàŠªàŠ€à§àŠ€àŠŸ àŠ¬à§àŠ¶àŠ¿àŠ·à§àŠà§àН àŠ
àŠžà§àŠ¥àŠŸàŠ¯àŠŒà§àŠàŠŸàŠ¬à§ àŠ
àŠà§àŠ·àŠ® àŠàŠ°àŠŸ àŠ¹àŠ¯àŠŒà§àŠà§à¥€\nàŠàŠªàŠšàŠ¿ àŠ¯àŠ€ àŠ€àŠŸàŠ¡àŠŒàŠŸàŠ€àŠŸàŠ¡àŠŒàŠ¿ àŠžàŠ®à§àŠàЬ àŠšàŠ€à§àŠš àŠžàŠàŠžà§àŠàŠ°àŠ£ àŠšà§àŠàŠ¿àŠà§àŠ¶àŠš àŠªà§àŠà§àŠ àŠªà§àŠšàŠ°àŠŸàŠ¯àŠŒ àŠàŠ°àŠ®à§àŠ àŠàŠ°àŠŸ àŠàŠàŠ¿àŠ€à¥€\n\nàŠàŠªàŠšàŠ¿ àŠàŠàŠš àŠªà§àŠšàŠ°àŠŸàŠ¯àŠŒ àŠàŠ°àŠ®à§àŠ àŠàŠ°àŠ€à§ àŠàŠŸàŠš?"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "Tails àŠªà§àŠšàŠ°àŠŸàŠ°àŠ®à§àŠ àŠàаà§àŠš"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "àŠàŠàŠš àŠàŠ¬àŠŸàŠ° àŠàŠŸàŠ²à§ àŠàаà§àŠš"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "àŠªàŠ°à§ àŠªà§àŠšàŠ°àŠŸàŠ¯àŠŒ àŠàŠ°àŠ®à§àŠ àŠàаà§àŠš"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "àŠžàŠ¿àŠžà§àŠà§àŠ® àŠªà§àŠšàŠ°àŠŸà§ àŠàŠŸàŠ²à§ àŠàŠ°àŠŸàŠ° àŠžàŠ®à§ àŠžàŠ®àŠžà§àŠ¯àŠŸ àŠ¹à§à§àŠà§"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "àŠžàŠ¿àŠžà§àŠà§àŠ® àŠªà§àŠšàŠ°àŠŸàŠ¯àŠŒ àŠàŠ°àŠ®à§àŠ àŠàŠ°àŠ€à§ àŠ¬à§àŠ¯àŠ°à§àŠ¥ àŠ¹àŠ¯àŠŒà§àŠà§"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "àŠšà§àŠàŠàŠ¯àŠŒàŠŸàŠ°à§àŠ àŠ¬àŠšà§àЧ àŠàŠ°àŠŸàŠ° àŠžàŠ®àŠ¯àŠŒ àŠ€à§àаà§àŠàŠ¿"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "àŠšà§àŠàŠàŠ¯àŠŒàŠŸàŠ°à§àŠ àŠ¬àŠšà§àЧ àŠàŠ°àŠ€à§ àŠ¬à§àŠ¯àŠ°à§àŠ¥ àŠ¹àŠ¯àŠŒà§àŠà§"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "àŠžàŠ¿àŠžà§àŠà§àŠ® àŠàŠªàŠà§àаà§àŠ¡ àŠàŠ°àŠŸ àŠ¹àŠà§àŠà§"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>àŠàŠªàŠšàŠŸàŠ° àŠà§àŠàŠ²àŠž àŠ¯àŠšà§àŠ€à§àа àŠàŠªàŠà§àаà§àŠ¡ àŠàŠ°àŠŸ àŠ¹àŠà§àŠà§...</b>\n\nàŠšàŠ¿àŠ°àŠŸàŠªàŠ€à§àŠ€àŠŸàŠ° àŠàŠšà§àŠ¯à§ àŠšà§àŠàŠà§àŠŸàŠ°à§àŠàŠ¿àŠ àŠàŠàŠš àŠ¬àŠšà§àŠ§à¥€"
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>àŠàŠªàŠà§àаà§àŠ¡ àŠàŠšàŠžà§àŠàв àŠàŠ°àŠŸàŠ° àŠžàŠ®à§ àŠžàŠ®àŠžà§àŠ¯àŠŸ àŠ¹à§à§àŠà§à¥€<b>àŠàŠªàŠšàŠŸàŠ° àŠà§àŠàŠ²àŠž àŠ¯àŠšà§àŠ€à§àа àŠ àŠ¿àŠ àŠàŠ°àŠŸ àŠ²àŠŸàŠàŠ€à§ àŠªàŠŸàŠ°à§ àŠàŠ¬àŠ àŠªà§àŠšàŠ°àŠŸà§ àŠàŠŸàŠ²à§ àŠàŠ°àŠ€à§ àŠ
àŠªàŠŸàŠ°àŠ àŠ¹àŠ€à§ àŠªàŠŸàŠ°à§à¥€\n\nàŠàŠ àŠšàŠ¿àŠ°à§àŠŠà§àŠ¶àŠšàŠŸ àŠ
àŠšà§àŠžàŠ°àŠ£ àŠàаà§àŠš - file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "àŠàŠªàŠà§àаà§àŠ¡ àŠàŠšàŠžà§àŠàв àŠàŠ°àŠŸàŠ° àŠžàŠ®àŠ¯àŠŒ àŠ€à§àаà§àŠàŠ¿"
diff --git a/bn_BD.po b/bn_BD.po
deleted file mode 100644
index d76374d67..000000000
--- a/bn_BD.po
+++ /dev/null
@@ -1,249 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Al Shahrior Hasan Sagor <shahrior3814(a)gmail.com>, 2018
-# Al Shahrior Hasan Sagor <shahrior3814(a)gmail.com>, 2017
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-05-07 19:26+0200\n"
-"PO-Revision-Date: 2018-07-21 09:50+0000\n"
-"Last-Translator: Al Shahrior Hasan Sagor <shahrior3814(a)gmail.com>\n"
-"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/otf/torproject/language/bn_BD/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: bn_BD\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "àŠ€àŠ¥à§àН àŠ¡àŠ¿àŠ¬àŠŸàŠ àŠàŠ°àŠŸàŠ° àŠàŠšà§àН àŠšàŠ¿àŠ®à§àŠšàŠ²àŠ¿àŠàŠ¿àŠ€ àŠàŠ®àŠŸàŠšà§àŠ¡àŠàŠ¿ àŠàŠŸàŠ²àŠŸàŠš: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr "àŠàŠªàŠà§àаà§àŠ¡àŠà§àŠ²àŠ¿àŠ° àŠàŠšà§àН àŠà§àŠ àŠàŠ°àŠŸàŠ° àŠžàŠ®àŠ¯àŠŒ àŠ€à§àаà§àŠàŠ¿"
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b> àŠàŠ®àŠŸàŠŠà§àа àŠàŠ¯àŠŒà§àŠ¬àŠžàŠŸàŠàŠ àŠ¥à§àŠà§ àŠàŠàŠàŠ¿ àŠàŠªàŠà§àаà§àŠ¡ àŠàŠªàŠ²àŠ¬à§àЧ àŠàŠ¿àŠšàŠŸ àŠ€àŠŸ àŠšàŠ¿àŠ°à§àŠ§àŠŸàŠ°àŠ£ àŠàŠ°àŠŸ àŠ¯àŠŸàŠ¯àŠŒàŠšàŠ¿à¥€ \n\nàŠàŠªàŠšàŠŸàŠ° àŠšà§àŠàŠàŠ¯àŠŒàŠŸàŠ°à§àŠ àŠžàŠàНà§àŠ àŠªàŠ°à§àŠà§àŠ·àŠŸ àŠàаà§àŠš, àŠàŠ¬àŠ àŠªà§àŠšàŠ°àŠŸàŠ¯àŠŒ àŠàŠªàŠà§àаà§àŠ¡ àŠàŠ°àŠŸàŠ° àŠà§àŠ·à§àŠàŠŸ àŠàŠ°àŠŸàŠ° àŠàŠšà§àН àŠªà§àŠšàŠ°à§àŠà§àŠ€ àŠàаà§àŠšà¥€\n\nàŠ¯àŠŠàŠ¿ àŠžàŠ®àŠžà§àŠ¯àŠŸàŠàŠ¿ àŠ¬àŠàŠŸàŠ¯àŠŒ àŠ¥àŠŸàŠà§ àŠ€àŠ¬à§ àŠ«àŠŸàŠàвàŠàŠ¿àŠ€à§ àŠ¯àŠŸàŠš file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "àŠàŠ àŠžàŠàŠžà§àŠàŠ°àŠ£à§àа àŠàŠšà§àН àŠàŠ®àŠŸàŠŠà§àа àŠàŠ¯àŠŒà§àŠ¬àŠžàŠŸàŠàŠ àŠ¥à§àŠà§ àŠžà§àŠ¬àŠ¯àŠŒàŠàŠà§àŠ°àŠ¿àŠ¯àŠŒ àŠàŠªàŠà§àаà§àŠ¡ àŠàŠªàŠ²àŠ¬à§àЧ àŠšà§àŠ"
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr "àŠàŠªàŠšàŠŸàŠ° àŠ¡àŠ¿àŠàŠŸàŠàŠžàŠàŠ¿ àŠàŠŸàŠ²àŠž àŠàŠšàŠžà§àŠàŠ²àŠŸàŠ°à§àа àŠ®àŠŸàŠ§à§àŠ¯àŠ®à§ àŠ€à§àŠ°àŠ¿ àŠàŠ°àŠŸ àŠ¹àŠ¯àŠŒàŠšàŠ¿"
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "àŠàŠàŠàŠ¿ àŠ¡àŠ¿àŠàŠ¿àŠ¡àŠ¿ àŠ¬àŠŸ àŠàŠàŠàŠ¿ àŠªàŠ àŠšàŠ¯à§àŠà§àН àŠ¡àŠ¿àŠàŠŸàŠàŠž àŠ¥à§àŠà§ àŠªà§àŠà§àŠ àŠ¶à§àŠ°à§ àŠ¹àŠ¯àŠŒà§àŠàŠ¿àŠ²"
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr "Tails àŠžàŠ¿àŠžà§àŠà§àŠ® àŠ¬àŠ¿àŠàŠŸàŠàŠšà§ àŠ¯àŠ¥à§àŠ·à§àŠ àŠ¬àŠ¿àŠšàŠŸàŠ®à§àвà§àŠ¯à§ àŠžà§àŠ¥àŠŸàŠš àŠšà§àŠ"
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr "àŠàŠ àŠžàŠ¿àŠžà§àŠà§àŠ®à§ àŠ¯àŠ¥à§àŠ·à§àŠ àŠ®à§àŠ®àŠ°àŠ¿ àŠªàŠŸàŠàŠ¯àŠŒàŠŸ àŠ¯àŠŸàŠ¯àŠŒ àŠšàŠŸ"
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "àŠàŠŸàŠ°àŠ£ ' {reason} àŠà§àŠ²àŠ¿' àŠàа àŠàŠšà§àН àŠà§àŠš àŠ¬à§àŠ¯àŠŸàŠà§àŠ¯àŠŸ àŠàŠªàŠ²àŠ¬à§àЧ àŠšà§àŠ"
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr "àŠžàŠ¿àŠžà§àŠà§àŠ® àŠàŠª àŠà§ àŠ¡à§àŠ"
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "àŠªà§àŠà§àŠ àŠàа àŠàŠ àŠžàŠàŠžà§àŠàŠ°àŠ£ àŠªà§àŠ°àŠŸàŠšà§ àŠ¹àŠ¯àŠŒ, àŠàŠ¬àŠ àŠšàŠ¿àŠ°àŠŸàŠªàŠ€à§àŠ€àŠŸ àŠ¬àŠ¿àŠ·àŠ¯àŠŒ àŠ¥àŠŸàŠàŠ€à§ àŠªàŠŸàŠ°à§à¥€"
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "àŠàŠªàŠ²àŠ¬à§àЧ àŠà§àŠ°àŠ®àŠ¬àŠ°à§àŠ§àŠ®àŠŸàŠš àŠàŠªàŠà§àаà§àŠ¡à§àа àŠàŠšà§àН% {space_needed} àŠàŠ¿ àŠàŠŸàŠàŠ²àŠž àŠžàŠ¿àŠžà§àŠà§àŠ® àŠªàŠŸàŠ°à§àŠàŠ¿àŠ¶àŠšà§àа àŠ¬àŠ¿àŠšàŠŸàŠ®à§àвà§àŠ¯à§ àŠžà§àŠ¥àŠŸàŠš àŠªà§àŠ°àŠ¯àŠŒà§àŠàŠš, àŠàŠ¿àŠšà§àŠ€à§ àŠ¶à§àЧà§àŠ®àŠŸàŠ€à§àа% {free_space} s àŠàŠªàŠ²àŠ¬à§àŠ§à¥€"
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "àŠàŠªàŠ²àŠ¬à§àЧ àŠà§àŠ°àŠ®àŠ¬àŠ°à§àŠ§àŠ®àŠŸàŠš àŠàŠªàŠà§àаà§àŠ¡à§àа àŠàŠšà§àН% {memory_needed} àŠà§àŠ²àŠ¿ àŠ¬àŠ¿àŠšàŠŸàŠ®à§àвà§àŠ¯à§ àŠ®à§àŠ®àŠ°àŠ¿ àŠªà§àŠ°àŠ¯àŠŒà§àŠàŠš, àŠàŠ¿àŠšà§àŠ€à§ àŠ¶à§àЧà§àŠ®àŠŸàŠ€à§àа% {free_ememory} àŠà§àŠ²àŠ¿ àŠàŠªàŠ²àŠ¬à§àŠ§à¥€"
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "àŠàŠàŠàŠ¿ àŠà§àŠ°àŠ®àŠ¬àŠ°à§àŠ§àŠ®àŠŸàŠš àŠàŠªàŠà§àаà§àŠ¡ àŠàŠªàŠ²àŠ¬à§àЧ, àŠàŠ¿àŠšà§àŠ€à§ àŠà§àŠš àŠªà§àаà§àŠ£ àŠàŠªàŠà§àаà§àŠ¡ àŠšà§àŠà¥€\nàŠàŠ àŠàŠàŠ€à§ àŠšàŠŸ àŠ¹àŠàŠ¯àŠŒàŠŸ àŠàŠàŠ¿àŠ€à¥€ àŠàŠàŠàŠ¿ àŠ¬àŠŸàŠ àŠ°àŠ¿àŠªà§àаà§àŠ àŠàаà§àŠš"
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr "àŠàŠªàŠ²àŠà§àН àŠàŠªàŠà§àаà§àŠ¡ àŠžàŠšàŠŸàŠà§àŠ€ àŠàŠ°àŠŸàŠ° àŠžàŠ®àŠ¯àŠŒ àŠ€à§àаà§àŠàŠ¿"
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b> àŠàŠªàŠšàŠŸàŠà§% {name} s% {version} s àŠ àŠàŠªàŠà§àаà§àŠ¡ àŠàŠ°àŠŸ àŠàŠàŠ¿àŠ€à¥€ </ b>\n\nàŠàŠ àŠšàŠ€à§àŠš àŠžàŠàŠžà§àŠàŠ°àŠ£ àŠžàŠ®à§àŠªàŠ°à§àŠà§ àŠàŠ°àŠ àŠ€àŠ¥à§àНà§àа àŠàŠšà§àН,% {details_url} s àŠ àŠ¯àŠŸàŠš\n\nàŠàŠªàŠà§àаà§àŠ¡à§àа àŠžàŠ®àŠ¯àŠŒ àŠžàŠ¬ àŠà§àŠ²àŠŸ àŠ
à§àŠ¯àŠŸàŠªà§àŠ²àŠ¿àŠà§àŠ¶àŠš àŠ¬àŠšà§àЧ àŠàŠ°àŠŸàŠ° àŠªàŠ°àŠŸàŠ®àŠ°à§àж àŠŠà§àŠàŠ¯àŠŒàŠŸ àŠ¹àŠà§àŠà§à¥€\nàŠàŠªàŠà§àаà§àŠ¡ àŠ¡àŠŸàŠàŠšàŠ²à§àŠ¡ àŠàŠ¯àŠŒà§àŠ àŠ®àŠ¿àŠšàŠ¿àŠ àŠ¥à§àŠà§ àŠàŠ¯àŠŒà§àŠ àŠàŠšà§àŠàŠŸ àŠªàŠ°à§àŠ¯àŠšà§àŠ€, àŠàŠàŠàŠ¿ àŠŠà§àаà§àŠ àŠžàŠ®àŠ¯àŠŒ àŠšàŠ¿àŠ€à§ àŠªàŠŸàŠ°à§à¥€\nàŠàŠªàŠà§àаà§àŠ¡ àŠ¡àŠŸàŠàŠšàŠ²à§àŠ¡à§àа àŠªàŠ°à§ àŠšà§àŠàŠàŠ¯àŠŒàŠŸàŠ°à§àŠàŠ¿àŠ àŠ
àŠà§àŠ·àŠ® àŠàŠ°àŠŸ àŠ¹àŠ¬à§à¥€\n\nàŠ¡àŠŸàŠàŠšàŠ²à§àŠ¡ àŠàŠàŠŸàŠ°:% {size} s\n\nàŠàŠªàŠšàŠ¿ àŠàŠàŠš àŠàŠªàŠà§àаà§àŠ¡ àŠàŠ°àŠ€à§ àŠàŠŸàŠš?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "àŠªàŠ°à§àŠ¯àŠŸàŠªà§àŠ€ àŠàŠšà§àŠšàŠ€ àŠžàŠàŠžà§àŠàŠ°àŠ£"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "àŠàŠàŠš àŠàŠšà§àŠšàŠ€àŠ¿ àŠàа"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "àŠªàŠ°à§ àŠàŠªàŠà§àаà§àŠ¡ àŠàаà§àŠš"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b> àŠàŠªàŠšàŠŸàŠà§% {name} s% {version} sी àŠàа àŠàŠšà§àН àŠ®à§àŠ¯àŠŸàŠšà§àŠ¯àŠŒàŠŸàŠ² àŠàŠªàŠà§àаà§àŠ¡ àŠàŠ°àŠ€à§ àŠ¹àŠ¬à§à¥€ </b>\n\nàŠàŠ àŠšàŠ€à§àŠš àŠžàŠàŠžà§àŠàŠ°àŠ£ àŠžàŠ®à§àŠªàŠ°à§àŠà§ àŠàŠ°àŠ àŠ€àŠ¥à§àНà§àа àŠàŠšà§àН,% {details_url} s àŠ àŠ¯àŠŸàŠš\n\nàŠàŠªàŠšàŠŸàŠ° àŠ¡àŠ¿àŠàŠŸàŠàŠžàŠàŠ¿ àŠžà§àŠ¬àŠ¯àŠŒàŠàŠà§àŠ°àŠ¿àŠ¯àŠŒàŠàŠŸàŠ¬à§ àŠàŠ àŠšàŠ€à§àŠš àŠžàŠàŠžà§àŠàŠ°àŠ£à§ àŠàŠªàŠà§àаà§àŠ¡ àŠàŠ°àŠŸ àŠžàŠ®à§àŠàЬ àŠšàŠ¯àŠŒ:% {explanation} s\n\nàŠ®à§àŠ¯àŠŸàŠšà§àŠ¯àŠŒàŠŸàŠ² àŠàŠªàŠà§àаà§àŠ¡ àŠà§àŠàŠŸàŠ¬à§ àŠ¶àŠ¿àŠàŠ€à§ àŠ¹àŠ¬à§, https://tails.boum.org/doc/first_steps/upgrade/#manual - àŠ àŠ¯àŠŸàŠš"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "àŠšàŠ€à§àŠš àŠžàŠàŠžà§àŠàŠ°àŠ£ àŠàŠªàŠ²àŠ¬à§àЧ"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "àŠàŠªàŠà§àаà§àŠ¡ àŠ¡àŠŸàŠàŠšàŠ²à§àŠ¡ àŠ¹àŠà§àŠà§"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "% {Name} s% {version} s àŠ àŠàŠªàŠà§àаà§àŠ¡ àŠ¡àŠŸàŠàŠšàŠ²à§àŠ¡ àŠ¹àŠà§àŠà§ ..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b> àŠàŠªàŠà§àаà§àŠ¡àŠàŠ¿ àŠ¡àŠŸàŠàŠšàŠ²à§àŠ¡ àŠàŠ°àŠŸ àŠ¯àŠŸàŠ¬à§ àŠšàŠŸà¥€ </ b>\\n\\ n àŠàŠªàŠšàŠŸàŠ° àŠšà§àŠàŠàŠ¯àŠŒàŠŸàŠ°à§àŠ àŠžàŠàНà§àŠ àŠªàŠ°à§àŠà§àŠ·àŠŸ àŠàаà§àŠš àŠàŠ¬àŠ àŠªà§àŠšàŠ°àŠŸàŠ¯àŠŒ àŠàŠªàŠà§àаà§àŠ¡ àŠàŠ°àŠŸàŠ° àŠà§àŠ·à§àŠàŠŸ àŠàŠ°àŠŸàŠ° àŠàŠšà§àН àŠàŠŸàŠàвàŠà§àŠ²àŠ¿ àŠªà§àŠšàŠ°àŠŸàŠ¯àŠŒ àŠàŠ°àŠ®à§àŠ àŠàаà§àŠšà¥€ \\n\\n àŠ¯àŠŠàŠ¿ àŠžàŠ®àŠžà§àŠ¯àŠŸàŠàŠ¿ àŠ¥à§àŠà§ àŠ¯àŠŸàŠ¯àŠŒ àŠ€àŠ¬à§ àŠ«àŠŸàŠàвàŠàŠ¿ àŠ¯àŠŸàŠš file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "àŠàŠªàŠà§àаà§àŠ¡ àŠ¡àŠŸàŠàŠšàŠ²à§àŠ¡ àŠàŠ°àŠŸàŠ° àŠžàŠ®àŠ¯àŠŒ àŠ€à§àаà§àŠàŠ¿"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "àŠàŠàŠàŠªà§àŠ àŠ«àŠŸàŠàв '% {output_file} s' àŠ¬àŠ¿àŠŠà§àŠ¯àŠ®àŠŸàŠš àŠšàŠ¯àŠŒ, àŠ€àŠ¬à§ àŠàŠŸàŠàŠ²àŠž-àŠàŠàŠàŠàŠà§-àŠà§-àŠàŠŸàŠ°à§àŠà§àŠ-àŠ«àŠŸàŠàв àŠ
àŠàŠ¿àŠ¯à§àŠ àŠàаà§àŠšàŠ¿à¥€ àŠàŠàŠàŠ¿ àŠ¬àŠŸàŠ àŠ°àŠ¿àŠªà§àаà§àŠ àŠàаà§àŠš"
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "àŠ
àŠžà§àŠ¥àŠŸàŠ¯àŠŒà§ àŠ¡àŠŸàŠàŠšàŠ²à§àŠ¡àŠ¿àŠ àŠ¡àŠ¿àŠ°à§àŠà§àŠàŠ°àŠ¿ àŠ€à§àŠ°àŠ¿ àŠàŠ°àŠŸàŠ° àŠžàŠ®àŠ¯àŠŒ àŠ€à§àаà§àŠàŠ¿"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "àŠ
àŠžà§àŠ¥àŠŸàŠ¯àŠŒà§ àŠ¡àŠŸàŠàŠšàŠ²à§àŠ¡ àŠ¡àŠ¿àŠ°à§àŠà§àŠàŠ°àŠ¿ àŠ€à§àŠ°àŠ¿ àŠàŠ°àŠ€à§ àŠ¬à§àŠ¯àŠ°à§àŠ¥"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b> àŠàŠàŠàŠ¿ àŠ¡àŠŸàŠàŠšàŠ²à§àŠ¡ àŠžàŠŸàŠ°à§àŠàŠŸàŠ° àŠšàŠ¿àŠ°à§àŠ¬àŠŸàŠàŠš àŠàŠ°àŠŸ àŠ¯àŠŸàŠ¯àŠŒàŠšàŠ¿à¥€ </ b>\n\nàŠàŠ àŠàŠàŠ€à§ àŠšàŠŸ àŠ¹àŠàŠ¯àŠŒàŠŸ àŠàŠàŠ¿àŠ€à¥€ àŠàŠàŠàŠ¿ àŠ¬àŠŸàŠ àŠ°àŠ¿àŠªà§àаà§àŠ àŠàаà§àŠš"
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "àŠàŠàŠàŠ¿ àŠ¡àŠŸàŠàŠšàŠ²à§àŠ¡ àŠžàŠŸàŠ°à§àŠàŠŸàŠ° àŠšàŠ¿àŠ°à§àŠ¬àŠŸàŠàŠš àŠàŠ°àŠŸàŠ° àŠžàŠ®àŠ¯àŠŒ àŠ€à§àаà§àŠàŠ¿"
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b> àŠàŠªàŠšàŠŸàŠ° àŠªà§àŠàŠ²àŠ¿ àŠ¡àŠ¿àŠàŠŸàŠàŠž àŠžàŠ«àŠ²àŠàŠŸàŠ¬à§ àŠàŠªàŠà§àаà§àŠ¡ àŠàŠ°àŠŸ àŠ¹àŠ¯àŠŒà§àŠà§à¥€ </ b>\n\nàŠàŠ¿àŠà§ àŠšàŠ¿àŠ°àŠŸàŠªàŠ€à§àŠ€àŠŸ àŠ¬à§àŠ¶àŠ¿àŠ·à§àŠà§àН àŠ
àŠžà§àŠ¥àŠŸàŠ¯àŠŒà§àŠàŠŸàŠ¬à§ àŠ
àŠà§àŠ·àŠ® àŠàŠ°àŠŸ àŠ¹àŠ¯àŠŒà§àŠà§à¥€\nàŠàŠªàŠšàŠ¿ àŠ¯àŠ€ àŠ€àŠŸàŠ¡àŠŒàŠŸàŠ€àŠŸàŠ¡àŠŒàŠ¿ àŠžàŠ®à§àŠàЬ àŠšàŠ€à§àŠš àŠžàŠàŠžà§àŠàŠ°àŠ£ àŠšà§àŠàŠ¿àŠà§àŠ¶àŠš àŠªà§àŠà§àŠ àŠªà§àŠšàŠ°àŠŸàŠ¯àŠŒ àŠàŠ°àŠ®à§àŠ àŠàŠ°àŠŸ àŠàŠàŠ¿àŠ€à¥€\n\nàŠàŠªàŠšàŠ¿ àŠàŠàŠš àŠªà§àŠšàŠ°àŠŸàŠ¯àŠŒ àŠàŠ°àŠ®à§àŠ àŠàŠ°àŠ€à§ àŠàŠŸàŠš?"
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr "Tails àŠªà§àŠšàŠ°àŠŸàŠ°àŠ®à§àŠ àŠàаà§àŠš"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr "àŠàŠàŠš àŠàŠ¬àŠŸàŠ° àŠàŠŸàŠ²à§ àŠàаà§àŠš"
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr "àŠªàŠ°à§ àŠªà§àŠšàŠ°àŠŸàŠ¯àŠŒ àŠàŠ°àŠ®à§àŠ àŠàаà§àŠš"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr "àŠžàŠ¿àŠžà§àŠà§àŠ® àŠªà§àŠšàŠ°àŠŸàŠ¯àŠŒ àŠàŠ°àŠ®à§àŠ àŠàŠ°àŠŸàŠ° àŠžàŠ®àŠ¯àŠŒ àŠ€à§àаà§àŠàŠ¿"
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr "àŠžàŠ¿àŠžà§àŠà§àŠ® àŠªà§àŠšàŠ°àŠŸàŠ¯àŠŒ àŠàŠ°àŠ®à§àŠ àŠàŠ°àŠ€à§ àŠ¬à§àŠ¯àŠ°à§àŠ¥ àŠ¹àŠ¯àŠŒà§àŠà§"
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr "àŠšà§àŠàŠàŠ¯àŠŒàŠŸàŠ°à§àŠ àŠ¬àŠšà§àЧ àŠàŠ°àŠŸàŠ° àŠžàŠ®àŠ¯àŠŒ àŠ€à§àаà§àŠàŠ¿"
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr "àŠšà§àŠàŠàŠ¯àŠŒàŠŸàŠ°à§àŠ àŠ¬àŠšà§àЧ àŠàŠ°àŠ€à§ àŠ¬à§àŠ¯àŠ°à§àŠ¥ àŠ¹àŠ¯àŠŒà§àŠà§"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr "àŠžàŠ¿àŠžà§àŠà§àŠ® àŠàŠªàŠà§àаà§àŠ¡ àŠàŠ°àŠŸ àŠ¹àŠà§àŠà§"
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b> àŠàŠªàŠšàŠŸàŠ° àŠªà§àаà§àŠ£ àŠ¡àŠ¿àŠàŠŸàŠàŠžàŠàŠ¿ àŠàŠªàŠà§àаà§àŠ¡ àŠàŠ°àŠŸ àŠ¹àŠà§àŠà§ ... </ b>\n\nàŠšàŠ¿àŠ°àŠŸàŠªàŠ€à§àŠ€àŠŸ àŠàŠŸàŠ°àŠ£à§, àŠšà§àŠàŠàŠ¯àŠŒàŠŸàŠ°à§àŠàŠ¿àŠ àŠàŠàŠš àŠšàŠ¿àŠ·à§àŠà§àŠ°àŠ¿àŠ¯àŠŒ àŠàŠ°àŠŸ àŠ¹àŠ¯àŠŒà¥€"
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b> àŠàŠªàŠà§àаà§àŠ¡ àŠàŠšàŠžà§àŠàв àŠàŠ°àŠŸàŠ° àŠžàŠ®àŠ¯àŠŒ àŠàŠàŠàŠ¿ àŠ€à§àаà§àŠàŠ¿ àŠàŠà§àŠà§à¥€</b> \\n\\n àŠàŠªàŠšàŠŸàŠ° àŠàŠŸàŠ²àŠ¿ àŠ¡àŠ¿àŠàŠŸàŠàŠž àŠ®à§àŠ°àŠŸàŠ®àŠ€ àŠàŠ°àŠŸ àŠªà§àŠ°àŠ¯àŠŒà§àŠàŠš àŠàŠ¬àŠ àŠªà§àŠšàŠ°à§àŠžà§àŠàŠšàŠŸ àŠàŠ°àŠ€à§ àŠ
àŠà§àŠ·àŠ® àŠ¹àŠ€à§ àŠªàŠŸàŠ°à§à¥€ \\n\\n àŠ«àŠŸàŠàвà§àа àŠšàŠ¿àŠ°à§àŠŠà§àŠ¶àŠŸàŠ¬àŠ²à§ àŠ
àŠšà§àŠžàŠ°àŠ£ àŠàаà§àŠš file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr "àŠàŠªàŠà§àаà§àŠ¡ àŠàŠšàŠžà§àŠàв àŠàŠ°àŠŸàŠ° àŠžàŠ®àŠ¯àŠŒ àŠ€à§àаà§àŠàŠ¿"
diff --git a/ca.po b/ca.po
deleted file mode 100644
index 3a711e1d7..000000000
--- a/ca.po
+++ /dev/null
@@ -1,250 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# David Anglada <codiobert(a)codiobert.es>, 2014
-# laia_, 2014-2016
-# sergi <sergi.mansilla(a)gmail.com>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-04-18 12:13+0200\n"
-"PO-Revision-Date: 2017-09-23 19:27+0000\n"
-"Last-Translator: laia_\n"
-"Language-Team: Catalan (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Per informació de depuració, executeu l'ordre segÌent: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr "Hi ha hagut un error mentre es cercaven actualitzacions"
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>No es pot determinar si hi ha una actualització disponible del nostre lloc web</b>\n\nRevisa la connexió de xarxa i reinicia Tails per intentar actualitzar-lo un altre cop\n\nSi el problema romà n, vés a file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "no hi ha disponible cap actualització automà tica al lloc web per aquesta versió"
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr "aquest dispositiu no s'ha creat usant Tails Installer"
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails s'ha iniciat a partir d'un DVD o un dispositiu de només lectura"
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr "no hi ha prou espai lliure a la partició del sistema Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr "no hi ha prou memòria disponible en aquest sistema"
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "No hi ha cap explicació disponible per a la raó '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr "El sistema està actualitzat"
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Aquesta versió de Tails està obsoleta i pot presentar problemes de seguretat. "
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "L'actualització incremental disponible requereix %{space_needed}s d'espai lliure a la partició de Tails, però només hi ha %{free_space}s disponible. "
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "L'actualització incremental requereix %{memory_needed}s de memòria lliure, però nomes hi ha %{free_memory}s disponible. "
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Hi ha una actualització incremental disponible, però cap de completa.\nAixò no hauria de passar. Si us plau, informa de l'error. "
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr "Hi ha hagut un error durant la detecció d'actualitzacions"
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>HaurÃeu d'actualitzar a %{name}s %{version}s.</b>\n\nPer obtenir més informació de la nova versió, vegeu %{details_url}s\n\nEs recomana tancar totes les aplicacions obertes durant l'actualització.\nDescarregar la nova versió pot portar força temps, des d'uns minuts a unes poques hores.\nLa xarxa es desactivarà després de descarregar l'actualització.\n\nMida de la baixada: %{size}s\n\nVoleu actualitzar ara?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Hi ha una actualització disponible"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Actualitza ara"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Actualitza després"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Heu de fer una actualització manual per %{name}s %{version}s.</b>\n\nPer obtenir més informació sobre aquesta nova versió, aneu a %{details_url}s\n\nNo és possible actualitzar automà ticament el dispositiu a aquesta nova versió: %{explanation}s.\n\nPer aprendre a fer una actualització manual, aneu a https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Hi ha una nova versió disponible"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Descarregant l'actualització"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Descarregant l'actualització a %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>L'actualtzació no s'ha pogut descarregar.</b>\\n\\nReviseu la connexió en xarxa i reinicieu el Tails per intentar actualitzar-lo un altre cop.\\n\\nSi el problema persisteix, vegeu file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Error mentre es descarregava l'actualització"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "L'arxiu de sortida '%{output_file}s' no existeix, però tails-iuk-get-target-file no s'ha queixat. Si us plau, informa de l'error. "
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Error mentre es creava el directori temporal de descà rrega"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "No s'ha pogut crear el directori temporal de descà rrega"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>No s'ha pogut triar un servidor de baixada.</b>\n\nAixò no hauria de pasar. Si us plau, informa de l'error."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Hi ha hagut un error mentre es triava el servidor de baixada"
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>El dispositiu Tails ha estat actualitzat correctament.</b>\n\nAlgunes caracterÃstiques de seguretat han estat temporalment deshabilitades.\nReinicieu el Tails amb la nova versió tan aviat com sigui possible.\n\nVoleu reiniciar ara?"
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr "Reinicia Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr "Reinicia ara"
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr "Reinicia després"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr "Hi ha hagut un error mentre es reiniciava el sistema"
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr "No s'ha pogut reiniciar el sistema"
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr "Hi ha hagut un error mentre s'apagava la xarxa"
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr "Hi ha hagut un error en apagar la xarxa"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr "S'està actualitzant el sistema"
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>El dispositiu Tails s'està actualitzant...</b>\n\nPer raons de seguertat, la xarxa està deshabilitada. "
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Hi ha hagut un error mentre s'instal·lava l'actualització.</b>\\n\\nEl dispositiu Tails s' ha de reparar i pot ser que no pugui reiniciar-se.\\n\\nSi us plau seguiu les instruccions que hi ha a file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr "Hi ha hagut un error mentre s'instal·lava l'actualització"
diff --git a/cs.po b/cs.po
deleted file mode 100644
index 4442b3951..000000000
--- a/cs.po
+++ /dev/null
@@ -1,267 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# A5h8d0wf0x <littleslyfoxie28(a)gmail.com>, 2014
-# JiÅÃ VÃrava <appukonrad(a)gmail.com>, 2014,2017
-# Mikulas Holy, 2017
-# multiflexi <multi.flexi(a)seznam.cz>, 2019
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2019-04-06 08:46+0000\n"
-"Last-Translator: multiflexi <multi.flexi(a)seznam.cz>\n"
-"Language-Team: Czech (http://www.transifex.com/otf/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=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Pro informace z ladÄnà proveÄte následujÃcà pÅÃkaz: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "Chyba pÅi kontrole aktualizacÃ"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Nelze urÄit, zda je k dispozici na naÅ¡ich webovÜch stránkách aktualizace.</b>\n\nZkontrolujte pÅipojenà k sÃti, restartujte Tails a vyzkouÅ¡ejte aktualizaci znovu. \n\nPokud problém pÅetrvává, pÅejdÄte na soubor ::///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "pro tuto verzi nenà na našich stránkách dostupná şádná automatická aktualizace"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "vaÅ¡e zaÅÃzenà nebylo vytvoÅeno pomocà Tails instalátoru"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails byl spuÅ¡tÄn z disku DVD nebo zaÅÃzenà pouze pro ÄtenÃ"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "nenà dostatek volného mÃsta na systémovém oddÃlu Tails "
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "V systému nebyl nalezen dostatek pamÄti."
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Nebylo nalezenà şádné vysvÄtlenà pro tuto pÅÃÄinu '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "Systém je aktuálnÃ"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Tato verze Tails je zastaralá a můşe mÃt problémy se zabezpeÄenÃm."
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "Dostupná pÅÃrustková aktualizace vyÅŸaduje %{space_needed}s volného mÃsta na systémovém oddÃlu Tails, ale je k dispozici pouze %{free_space}s ."
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "Dostupná pÅÃrustková aktualizace vyÅŸaduje %{memory_needed}s volného mÃsta v pamÄti, ale je k dispozici pouze %{free_memory}s volné pamÄti ."
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Inkrementálnà update je dostupnÜ, ale nenà dostupnÜ plnÜ update.\nToto by se nemÄlo stát. ProsÃme nahlaÅ¡te chybu."
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "Chyba pÅi zjišťovánà dostupnÜch aktualizacÃ"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>MÄli byste upgradovat na %{name}s %{version}s.</b>\n\nVÃce informacà o této nové verzi naleznete na %{details_url}s\n\nDoporuÄujeme vám ukonÄit vÅ¡echny ostatnÃch aplikace bÄhem upgradu.\nStahovánà upgradu můşe trvat dlouho, od nÄkolika minut aÅŸ po nÄkolik hodin.\n\nVelikost: %{size}s\n\nPÅejete si upgradovat nynÃ?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Aktualizace k dispozici"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Aktualizovat nynÃ"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Aktualizovat pozdÄji"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>MÄli byste provést ruÄnà upgrade na %{name}s %{version}s.</b>\n\nPro vÃce informacà o nové verzi bÄÅŸte na %{details_url}s\n\nNenà moÅŸné vaÅ¡e zaÅÃzenà upgradovat na nejnovÄjšà verzi: %{explanation}s.\n\nChcete-li se dozvÄdÄt, jak provést ruÄnà upgrade, pÅejdÄte na https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Dostupná nová verze"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Stahovánà aktualizace"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Stahovánà aktualizace %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b> Upgrade nemohl bÜt staÅŸen.</b>\\n\\nZkontrolujte pÅipojenà k internetu, restartujte Tails a pokuste se upgradovat znovu. .\\n\\nPokud problém pÅetrvává jdÄte do sloÅŸky:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Chyba pÅi stahovánà aktualizace"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "VÜstupnà sloÅŸka '%{output_file}s' neexistuje, ale but tails-iuk-get-target-file nehlásà chybu. ProsÃme nahlaÅ¡tÄ chybu."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Chyba pÅi vytváÅenà doÄasného adresáÅe stahovánÃ"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "NepodaÅilo se vytvoÅit doÄasnÜ adresáŠpro stahovánÃ"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Nelze vybrat server pro stahovánÃ.</b>\n\nToto by se nemÄlo stát. ProsÃme nahlaste to jako chybu."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Chyba pÅi vÜbÄru serveru stahovánÃ"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr "Upgrade byl úspÄÅ¡nÄ staÅŸen.\n\nSÃÅ¥ové pÅipojenà bude nynà vypnuto.\n\nProsÃm, uloÅŸte si vaÅ¡i práci a zavÅete vÅ¡echny ostatnà aplikace."
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr "Upgrade byl úspÄÅ¡nÄ staÅŸen"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr "Instalovat upgrade"
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>VaÅ¡e Tails zaÅÃzenà bylo upgradováno.</b>\n\nNÄkteré bezpeÄnostnà prvky jsou doÄasnÄ nedostupné.\nMÄl by jste restartovat Tails s novou verzà co nejdÅÃve.\n\nChcete nynà restartovat?"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "Restartovat Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "Restartovat nynÃ"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "Restartovat pozdÄji"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "Chyba pÅi restartu systému"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "NepodaÅilo se restartovat systém"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "Chyba pÅi vypÃnánà sÃtÄ"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "NepodaÅilo se vypnout sÃÅ¥"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "Aktualizace systému"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>VaÅ¡e Tails zaÅÃzenà se nynà upgraduje...</b>\n\nZ bezpeÄnostnÃch důvodů je nynà sÃÅ¥ nedostupná."
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Pri instalovánà upgradu se objevil error.</b>\\n\\nVaÅ¡e Tails zaÅÃzenà potÅebuje bÜt opraveno a můşe bÜt neschopno se restartovat. \\n\\nProsÃme pokraÄujte podle instrukcà ve sloÅŸce:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "Chyba pÅi instalaci aktualizace"
diff --git a/da.po b/da.po
deleted file mode 100644
index aa7389ca9..000000000
--- a/da.po
+++ /dev/null
@@ -1,270 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Anders Damsgaard <andersd(a)riseup.net>, 2013
-# bna1605 <bna1605(a)gmail.com>, 2014
-# Christian Villum <villum(a)autofunk.dk>, 2014
-# Mikkel Munch Mortensen <3xm(a)detfalskested.dk>, 2014
-# mort3n <nalholm(a)yahoo.dk>, 2016
-# cookiefox <neoleo(a)gmail.com>, 2014
-# scootergrisen, 2017-2019
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2019-03-23 18:09+0000\n"
-"Last-Translator: scootergrisen\n"
-"Language-Team: Danish (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Få fejlretningsinfo ved at kÞre kommandoen: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "Fejl under sÞgning efter opgraderinger"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Kunne ikke fastsÊtte om der er en opgradering tilgÊngelig på vores websted.</b>\n\nCheck din netvÊrksforbindelse og genstart Tails for at prÞve at opgradere igen.\n\nHvis problemet ikke forsvinder, gå til filen:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "ingen automatisk opgradering er tilgÊngelig fra vores websted for denne version"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "din enhed er ikke oprettet med Tails-installationsprogram"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails er startet fra en DVD eller en enhed der ikke kan skrives til"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "der er ikke nok fri plads på Tails system partition"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "systemet har ikke nok tilgÊngelig hukommelse"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Ingen forklaring tilgÊngelig fordi \"%{reason}s\"."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "Systemet er ajour"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Denne version af Tails er forÊldet, og kan indeholde sikkerhedsproblemer."
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "Den tilgÊngelige gradvise opgradering krÊver %{space_needed} ledig plads på Tails system-partitionen, men der er kun %{free_space} til rådighed."
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "Den tilgÊngelige gradvise opgradering krÊver %{memory_needed} ledig hukommelse, men der er kun %{free_memory} til rådighed."
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "En gradvis opgradering er tilgÊngelig uden at der eksisterer en tilsvarende komplet opgradering.\nDette burde ikke ske. Rapportér venligst fejlen."
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "Der opstod en fejl mens der blev sÞgt efter tilgÊngelige opgraderinger"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>Du bÞr opgradere til %{name}s %{version}s.</b>\n\nFor mere information om den nye version, se %{details_url}s\n\nVi anbefaler at du lukker alle andre programmer under opgraderingen.\nAt downloade opgraderingen kan tage fra nogle minutter til få timer.\n\nDownloadstÞrrelse: %{size}s\n\nVil du at opgradere nu?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Opgradering tilgÊngelig"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Opgrader nu"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Opgrader senere"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Du bÞr foretage en manuel opgradering til %{name}s %{version}s.</b> \n\nFor mere information om den nye version, gå til %{details_url}s. \n\nDet er ikke muligt at opgradere din enhed automatisk til den nye version: %{explanation}s. \n\nFor at lÊre hvordan man opgraderer manuelt, gå til https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "En ny version er tilgÊngelig"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Downloader opgradering"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Downloader opgraderingen til %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Opgraderingen kunne ikke blive downloadet.</b>\\n\\nCheck din netvÊrksforbindelse, og genstart Tails for at prÞve igen.\\n\\nHvis problemet ikke forsvinder, gå til file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Fejl under download af opgradering"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Outputfilen \"%{output_file}s\" eksisterer ikke, men tails-iuk-get-target-file meldte ingen fejl. Rapportér venligst en fejl."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Der opstod en fejl under oprettelsen af den midlertidlige download-mappe"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Den midlertidige download mappe kunne ikke oprettes"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Kunne ikke vÊlge en downloadserver.</b>\n\nDette burde ikke ske. Rapportérr venligst en fejl."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Der opstod en fejl under valg af downloadserver"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr "Opgraderingen blev downloadet.\n\nNetvÊrksforbindelsen vil nu blive deaktiveret.\n\nGem venligst dit arbejde og luk alle andre programmer."
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr "Opgradering downloadet"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr "Anvend opgradering"
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Din Tails-enhed blev opgraderet.</b>\n\nNogle sikkerheds komponenter blev deaktiveret midlertidigt.\nDu burde genstarte Tails med den nyeste version så snart som muligt.\n\nVil du genstarte nu?"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "Genstart Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "Genstart nu"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "Genstart senere"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "Der opstod en fejl under genstart af systemet"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "Systemet kunne ikke genstartes"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "Der opstod en fejl under nedlukningen af netvÊrket"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "Kunne ikke lukke netvÊrket"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "Opgraderer systemet"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Din Tails-enhed er ved at blive opgraderet...</b>\n\nAf sikkerhedsgrunde er al brug af netvÊrk nu deaktiveret."
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>En fejl opstod mens opgraderingen blev installeret.</b>\\n\\nDin Tails-enhed har brug for at blive repareret, og kan muligvis ikke genstarte.\\n\\nVÊr venlig at fÞlge instruktionerne i filen:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "Fejl under installeringen af opgradering"
diff --git a/de.po b/de.po
deleted file mode 100644
index 5e45282ad..000000000
--- a/de.po
+++ /dev/null
@@ -1,259 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# 2Pacalypse <kingmichele99(a)gmail.com>, 2016
-# Andreas Demmelbauer, 2014
-# max weber, 2015
-# noble <noble(a)posteo.de>, 2013
-# rike, 2014
-# spriver, 2018
-# sycamoreone <sycamoreone(a)riseup.net>, 2014
-# Tobias Bannert <tobannert(a)gmail.com>, 2013-2014
-# Knight222 <tobias(a)tobiassachs.de>, 2014
-# tom_fate <tomoffate(a)gmail.com>, 2014
-# nufuk <tor(a)nufuk.com>, 2013
-# rike, 2014-2015
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-03-01 21:30+0100\n"
-"PO-Revision-Date: 2018-04-16 10:10+0000\n"
-"Last-Translator: spriver\n"
-"Language-Team: German (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "FÃŒhren Sie folgenden Befehl fÃŒr Informationen zur Fehlerdiagnose aus: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr "Fehler beim Suchen nach Aktualisierungen"
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Es konnte nicht festgestellt werden, ob auf unserer Website eine Aktualisierung verfÃŒgbar ist.</b>\n\nBitte die Netzwerkverbindung ÃŒberprÃŒfen, und Tails fÃŒr einen erneuten Versuch einer Aktualisierung neu starten.\\n\\nWenn das Problem weiterhin besteht, lesen Sie bitte 'file:///usr/share/doc/tails/website/doc/upgrade/error/check.de.html'."
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "FÃŒr diese Version steht keine automatische Aktualisierung auf unserer Website zur VerfÃŒgung."
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr "Ihr Medium wurde nicht mit dem Tails-Installationsprogramm erstellt"
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails wurde von einer DVD oder einem anderen Medium gestartet, auf das nur lesend zugegriffen werden kann"
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr "Die Partition, auf der Tails installiert ist, besitzt nicht genug freien Speicher"
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr "Auf diesem System steht nicht genug Speicher zur VerfÃŒgung"
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "FÌr Ursache »%{reason}s« ist keine ErklÀrung vorhanden."
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr "Das System ist auf dem neuesten Stand"
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Diese Version von Tails ist veraltet und könnte SicherheitslÌcken haben."
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "Die inkrementelle Aktualisierung benötigt %{space_needed}s freien Speicherplatz auf der Tails-Systempartition, aber es sind nur %{free_space}s verfÌgbar."
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "\"Die inkrementelle Aktualisierung benötigt %{memory_needed}s freien Arbeitsspeicher, aber es sind nur %{free_memory}s verfÌgbar."
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Eine inkrementelle Aktualisierung ist verfÌgbar, jedoch keine vollstÀndige Aktualisierung.\\nDas sollte nicht passieren. Bitte melden Sie diesen Fehler."
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr "Fehler beim Suchen nach Aktualisierungen"
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>Sie sollten auf %{name}s %{version}s aktualisieren.</b>\n\nFÃŒr weitere Informationen ÃŒber diese neue Version siehe %{details_url}s\n\nEs wird empfohlen, alle offenen Anwendungen wÀhrend der Aktualisierung zu schlieÃen.\nDas Herunterladen der Aktualisierung kann möglicherweise sehr lange dauern, von einigen Minuten bis zu einigen Stunden\nNach dem Herunterladen und Aktualisieren wird das Netzwerk deaktiviert.\n\nGröÃe zum Herunterladen: %{size}s\\n\\nWollen Sie jetzt aktualisieren?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Aktualisierung verfÃŒgbar"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Jetzt aktualisieren"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "SpÀter aktualisieren"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Sie sollten eine manuelle Aktualisierung auf %{name}s %{version}s vornehmen.</b>\n\nFÌr weitere Informationen zur neuen Version besuchen Sie bitte %{details_url}s.\n\nEs ist nicht möglich, automatisch auf diese neue Version zu aktualisieren: %{explanation}s.\n\nUm zu lernen, wie man eine manuelle Aktualisierung vornimmt, besuchen Sie bitte https://tails.boum.org/doc/first_steps/upgrade/index.de.html#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Eine neue Version ist verfÃŒgbar"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Aktualisierung wird heruntergeladen"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Aktualisierung auf %{name}s %{version}s wird heruntergeladen âŠ"
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Die Aktualisierung konnte nicht heruntergeladen werden.</b>\\n\\nBitte ÃŒberprÃŒfen Sie Ihre Netzwerkverbindung, und starten Sie Tails fÃŒr einen erneuten Versuch einer Aktualisierung neu.\\n\\nWenn das Problem weiterhin besteht, lesen Sie bitte file:///usr/share/doc/tails/website/doc/upgrade/error/download.de.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Fehler beim Herunterladen der Aktualisierung"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Die Ausgabedatei »%{output_file}s« existiert nicht, aber tails-iuk-get-target-file hat nichts beanstandet. Bitte melden Sie diesen Fehler."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Fehler beim Erstellen eines temporÀren Verzeichnisses zum Herunterladen"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Es konnte kein temporÀres Verzeichnis zum Herunterladen erstellt werden"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Es konnte kein geeigneter Download-Server gefunden werden.</b>\n\nDies sollte eigentlich nicht passieren. Senden sie uns bitte einen Fehlerbericht."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Fehler beim AuswÀhlen eines Download-Servers"
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Ihr Tails-Medium wurde erfolgreich aktualisiert.</b>\n\nEinige Sicherheitsfunktionen wurden vorÌbergehend abgeschaltet.\nSie sollten Tails mit der neuen Version so bald wie möglich neu starten.\n\nWollen Sie jetzt neu starten?"
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr "Tails neu starten"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr "Jetzt neu starten"
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr "SpÀter neu starten"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr "Beim Neustart des Systems ist ein Fehler aufgetreten"
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr "Das System konnte nicht neu gestartet werden"
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr "Fehler beim Herunterfahren des Netzwerks"
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr "Herunterfahren des Netzwerks ist fehlgeschlagen"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr "System wird aktualisiert"
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Ihr Tails-Medium wird aktualisiert âŠ</b>\n\nAus SicherheitsgrÃŒnden wird das Netzwerk jetzt abgeschaltet."
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Ein Fehler ist wÀhrend der Aktualisierung aufgetreten.</b>\\\\n\\\\nIhr Tails-Medium muss repariert werden und kann eventuell nicht neu gestartet werden.\\\\n\\\\nBitte folgen Sie den Anweisungen in der Datei file:///usr/share/doc/tails/website/doc/upgrade/error/install.de.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr "Fehler beim Installieren der Aktualisierungen"
diff --git a/el.po b/el.po
deleted file mode 100644
index df6236abd..000000000
--- a/el.po
+++ /dev/null
@@ -1,258 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Adrian Pappas <pappasadrian(a)gmail.com>, 2014,2016
-# A Papac <ap909219(a)protonmail.com>, 2018
-# firespin <dartworldgr(a)hotmail.com>, 2014
-# ggoniotakis <ioannis.goniotakis(a)gmail.com>, 2014
-# isv31 <36b043a6(a)anon.leemail.me>, 2014
-# kotkotkot <kotakota(a)gmail.com>, 2014
-# metamec, 2015
-# Sofia K., 2018
-# stratosgl <stratos_gl(a)yahoo.com>, 2014
-# Theodore Grammenos <inactive+Teogramm(a)transifex.com>, 2014
-# TitanJack <titanjack.com(a)gmail.com>, 2016
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:16+0200\n"
-"PO-Revision-Date: 2018-11-02 14:14+0000\n"
-"Last-Translator: Sofia K.\n"
-"Language-Team: Greek (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:523
-#: ../lib/Tails/IUK/Frontend.pm:696
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Îια ÏληÏοÏοÏÎ¯ÎµÏ Î±ÏοÏÏαλΌάÏÏÏηÏ, εκÏελÎÏÏε ÏηΜ ακÏλοÏ
Ξη εΜÏολή: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:216
-msgid "Error while checking for upgrades"
-msgstr "ΣÏάλΌα καÏά ÏοΜ ÎλεγÏο για αΜαβαΞΌίÏειÏ"
-
-#: ../lib/Tails/IUK/Frontend.pm:219
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>ÎεΜ ήÏαΜ ÎŽÏ
ΜαÏÏ ÎœÎ± ÏÏοÏΎιοÏιÏÏεί αΜ Ï
ÏάÏÏει ΎιαΞÎÏιΌη αΜαβάΞΌιÏη ÏÏηΜ ιÏÏοÏελίΎα ΌαÏ.</b>\n\nÎλÎγΟÏε Ïη ÏÏΜΎεÏη ΎικÏÏοÏ
ÏÎ±Ï ÎºÎ±Î¹ κάΜÏε εÏαΜεκκίΜηÏη ÏοÏ
Tails για Μα εÏαΜαληÏΞεί η ÏÏοÏÏάΞεια αΜαβάΞΌιÏηÏ.\n\nÎΜ Ïο ÏÏÏβληΌα ÏÏ
ΜεÏιÏÏεί, ÏηγαίΜεÏε ÏÏο file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:234
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "ÎεΜ Ï
ÏάÏÏει αÏ
ÏÏΌαÏη αΜαβάΞΌιÏη ΎιαΞÎÏιΌη αÏÏ ÏοΜ ιÏÏÏÏοÏο ÏοÏ
Tails για αÏ
ÏήΜ ÏηΜ ÎκΎοÏη."
-
-#: ../lib/Tails/IUK/Frontend.pm:240
-msgid "your device was not created using Tails Installer"
-msgstr "η ÏÏ
ÏκεÏ
ή Ύε ÎÏει ΎηΌιοÏ
ÏγηΞεί Όε Ïο Î ÏÏγÏαΌΌα εγκαÏάÏÏαÏÎ·Ï ÏοÏ
Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:245
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "΀ο Tails ÎÏει εκκιΜηΞεί αÏÏ DVD ή αÏÏ ÎŒÎ¹Î± Όη-εγγÏάÏιΌη ÏÏ
ÏκεÏ
ή."
-
-#: ../lib/Tails/IUK/Frontend.pm:250
-msgid "there is not enough free space on the Tails system partition"
-msgstr "ÎεΜ Ï
ÏάÏÏει αÏκεÏÏÏ ÏÏÏÎ¿Ï ÏÏο ΎίÏκο."
-
-#: ../lib/Tails/IUK/Frontend.pm:255
-msgid "not enough memory is available on this system"
-msgstr "΀ο ÏÏÏÏηΌα ΎεΜ ÎÏει αÏκεÏή ΎιαΞÎÏιΌη ΌΜήΌη."
-
-#: ../lib/Tails/IUK/Frontend.pm:261
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "ÎεΜ Ï
ÏάÏÏει ΎιαΞÎÏιΌη εΟηγηÏη για '%{reason}'."
-
-#: ../lib/Tails/IUK/Frontend.pm:281
-msgid "The system is up-to-date"
-msgstr "΀ο ÏÏÏÏηΌα είΜαι εΜηΌεÏÏÎŒÎΜο."
-
-#: ../lib/Tails/IUK/Frontend.pm:286
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "ÎÏ
Ïή η ÎκΎοÏη ÏοÏ
Tails είΜαι ÏαÏÏÏηΌÎΜη και ÎŒÏοÏεί Μα ÏεÏιÎÏει κεΜά αÏÏάλειαÏ."
-
-#: ../lib/Tails/IUK/Frontend.pm:318
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "ΠΎιαΞÎÏιΌη ΌεÏική αΜαβάΞΌιÏη ÏÏειάζεÏαι %{space_needed}s ελεÏΞεÏοÏ
ÏÏÏοÏ
ÏÏο ΎίÏκο ÏοÏ
Tails, αλλά ÎŒÏΜο %{free_space}s είΜαι ΎιαΞÎÏιΌα."
-
-#: ../lib/Tails/IUK/Frontend.pm:334
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "ΠΎιαΞÎÏιΌη ΌεÏική αΜαβάΞΌιÏη ÏÏειάζεÏαι %{memory_needed}s ελεÏΞεÏοÏ
ÏÏÏοÏ
ÏÏο ΎίÏκο, αλλά ÎŒÏΜο %{free_space}s είΜαι ΎιαΞÎÏιΌα."
-
-#: ../lib/Tails/IUK/Frontend.pm:356
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "ÎεÏική αΜαβάΞΌιÏη είΜαι ÏλÎοΜ ΎιαΞÎÏιΌη, αλλά ÏÏι ÏλήÏÎ·Ï Î±ÎœÎ±Î²Î¬ÎžÎŒÎ¹Ïη.\nÎÏ
ÏÏ ÎŽÎµÎœ Ξα ÎÏÏεÏε Μα ÏÏ
ΌβαίΜει. ΠαÏÎ±ÎºÎ±Î»Ï ÎµÎ¹ÎŽÎ¿ÏοιήÏÏε ÎŒÎ±Ï Î³Î¹Î± αÏ
ÏÏ Ïο ÏÏάλΌα."
-
-#: ../lib/Tails/IUK/Frontend.pm:360
-msgid "Error while detecting available upgrades"
-msgstr "Î ÏÏβληΌα καÏά ÏοΜ ÎλεγÏο ÏÏΜ ΎιαΞÎÏιΌÏΜ αΜαβαΞΌίÏεÏΜ"
-
-#: ../lib/Tails/IUK/Frontend.pm:370
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>ΠαÏÎ±ÎºÎ±Î»Ï Î±ÎœÎ±Î²Î±ÎžÎŒÎ¯ÏÏε Ïε %{name}s %{version}s.</b>\n\nÎια ÏεÏιÏÏÏÏεÏÎµÏ Î»ÎµÏÏοΌÎÏÎµÎ¹ÎµÏ ÏÏεÏικά Όε αÏ
Ïή Ïη ΜÎα ÎκΎοÏη, ÏηγαίΜεÏε ÏÏο %{details_url}s\n\nÎ ÏοÏείΜεÏαι Μα κλείÏεÏε ÏÎ»ÎµÏ ÏÎ¹Ï ÎµÏαÏΌογÎÏ ÏÏιΜ ÏηΜ αΜαβάΞΌιÏη.\n΀ο καÏÎβαÏΌα ÏÎ·Ï Î±ÎœÎ±Î²Î¬ÎžÎŒÎ¹ÏÎ·Ï ÎŒÏοÏεί Μα ÏάÏει αÏÏ Î»ÎµÏÏά ÎÏÏ ÎºÎ±Î¹ ÏÏεÏ.\nÎ ÏÏΜΎεÏη ÏÏο ΎιαΎίκÏÏ
ο Ξα ΎιακοÏεί ÎŒÏÎ»Î¹Ï ÎºÎ±ÏεβάÏοÏ
Όε ÏÎ»ÎµÏ ÏÎ¹Ï ÎµÎœÎ·ÎŒÎµÏÏÏειÏ.\n\nÎÎγεΞοÏ: %{size}s\n\nÎÎλεÏε Μα ÏÏοÏÏÏήÏεÏε ÏÏηΜ αΜαβάΞΌιÏη?"
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade available"
-msgstr "ÎιαΞÎÏιΌη αΜαβάΞΌιÏη"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade now"
-msgstr "ÎΜαβάΞΌιÏη ÏÏÏα"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade later"
-msgstr "ÎΜαβάΞΌιÏη αÏγÏÏεÏα"
-
-#: ../lib/Tails/IUK/Frontend.pm:395
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>ΠαÏÎ±ÎºÎ±Î»Ï Î±ÎœÎ±Î²Î±ÎžÎŒÎ¯ÏÏε ÏειÏοκίΜηÏα Ïε %{name}s %{version}s.</b>\n\nÎια ÏεÏιÏÏÏÏεÏÎµÏ ÏληÏοÏοÏÎ¯ÎµÏ Î³Î¹Î± αÏ
Ïή ÏηΜ ÎκΎοÏη, ÏηγαίΜεÏε ÏÏο %{details_url}s\n\nÎεΜ είΜαι ÎŽÏ
ΜαÏÏ ÎœÎ± αΜαβαΞΌιÏÏεί αÏ
ÏÏΌαÏα η ÏÏ
ÏκεÏ
ή ÏÎ±Ï ÏÏη ΜÎα ÎκΎοÏη: %{explanation}s.\n\nÎια Μα ΌάΞεÏε ÏÏÏ ÎœÎ± κάΜεÏε ÏειÏοκίΜηÏÎµÏ Î±ÎœÎ±Î²Î±ÎžÎŒÎ¯ÏειÏ, εÏιÏκεÏΞείÏε Ïο https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:411
-msgid "New version available"
-msgstr "ÎÎα ΎιαΞÎÏιΌη ÎκΎοÏη"
-
-#: ../lib/Tails/IUK/Frontend.pm:468
-msgid "Downloading upgrade"
-msgstr "ÎήÏη αΜαβάΞΌιÏηÏ"
-
-#: ../lib/Tails/IUK/Frontend.pm:471
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "ÎήÏη αΜαβάΞΌιÏÎ·Ï %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:512
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>ΠαΜαβάΞΌιÏη ΎεΜ καÏÎÏÏη ÎŽÏ
ΜαÏÏ ÎœÎ± καÏÎβει.</b>\\n\\nÎλÎγΟÏε Ïη ÏÏΜΎεÏή ÏÎ±Ï ÏÏο ΎιαΎίκÏÏ
ο, εÏαΜεκκιΜήÏÏε Ïο ÏÏÏγÏαΌΌα και ÏÏοÏÏαΞήÏÏε ΟαΜά.\\n\\nÎάΜ Ïο ÏÏÏβληΌα ÏαÏαΌÎΜει, εÏιÏκεÏÏείÏε Ïο file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:528 ../lib/Tails/IUK/Frontend.pm:547
-msgid "Error while downloading the upgrade"
-msgstr "ΣÏάλΌα καÏά Ïη λήÏη ÏÎ·Ï Î±ÎœÎ±Î²Î¬ÎžÎŒÎ¹ÏηÏ"
-
-#: ../lib/Tails/IUK/Frontend.pm:540
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "΀ο αÏÏείο εΟÏΎοÏ
'%{output_file}s' ΎεΜ Ï
ÏάÏÏει, αλλά Ïο tails-iuk-get-target-file ΎεΜ ΎιαΌαÏÏÏ
ÏήΞηκε. ΠαÏÎ±ÎºÎ±Î»Ï ÎºÎ±ÏαÏÏÏήÏÏε Όία αΜαÏοÏά ÏÏάλΌαÏοÏ."
-
-#: ../lib/Tails/IUK/Frontend.pm:559
-msgid "Error while creating temporary downloading directory"
-msgstr "ΣÏάλΌα καÏά Ïη ΎηΌιοÏ
Ïγία ÏÏοÏÏÏÎ¹ÎœÎ¿Ï ÏακÎλοÏ
λήÏηÏ"
-
-#: ../lib/Tails/IUK/Frontend.pm:562
-msgid "Failed to create temporary download directory"
-msgstr "ÎÏοÏÏ
Ïία ΎηΌιοÏ
ÏÎ³Î¯Î±Ï ÏÏοÏÏÏÎ¹ÎœÎ¿Ï ÏακÎλοÏ
λήÏηÏ"
-
-#: ../lib/Tails/IUK/Frontend.pm:586
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>ÎεΜ ÎŒÏοÏεί Μα γίΜει εÏιλογή ÏÎÏÎ²ÎµÏ Î³Î¹Î± Ïη λήÏη.</b>\nÎÏ
ÏÏ ÎŽÎµÎœ Ξα ÎÏÏεÏε Μα ÏÏ
ΌβαίΜει. ΠαÏÎ±ÎºÎ±Î»Ï ÎµÎ¹ÎŽÎ¿ÏοιήÏÏε ÎŒÎ±Ï Î³Î¹Î± αÏ
ÏÏ Ïο ÏÏάλΌα."
-
-#: ../lib/Tails/IUK/Frontend.pm:590
-msgid "Error while choosing a download server"
-msgstr "ΣÏάλΌα καÏά ÏηΜ εÏιλογή server για Ïη λήÏη"
-
-#: ../lib/Tails/IUK/Frontend.pm:607
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Î ÏÏ
ÏκεÏ
ή Tails ÏÎ±Ï Î±ÎœÎ±Î²Î±ÎžÎŒÎ¯ÏÏηκε εÏιÏÏ
ÏÏÏ.</b>\n\nÎάÏÎ¿Î¹ÎµÏ ÎŽÎ¹ÎºÎ»ÎµÎ¯ÎŽÎµÏ Î±ÏÏÎ±Î»ÎµÎ¯Î±Ï Î±ÏεΜεÏγοÏοιήΞηκαΜ ÏÏοÏÏÏιΜά.\nΠαÏÎ±ÎºÎ±Î»Ï ÎµÏαΜεκκιΜήÏÏε Ïο Tails Ïο ÏÏ
ΜÏοΌÏÏεÏο ÎŽÏ
ΜαÏÏ.\n\nÎα γίΜει εÏαΜεκκίΜηÏη ÏÏÏα;"
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Restart Tails"
-msgstr "ÎÏαΜεκκίΜηÏη ÏοÏ
Talis"
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart now"
-msgstr "ÎÏαΜεκκίΜηÏη ÏÏÏα"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart later"
-msgstr "ÎÏαΜεκκίΜηÏη αÏγÏÏεÏα"
-
-#: ../lib/Tails/IUK/Frontend.pm:625
-msgid "Error while restarting the system"
-msgstr "Î ÏÏβληΌα καÏά ÏηΜ εÏαΜεκκίΜηÏη"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Failed to restart the system"
-msgstr "ÎÏοÏÏ
Ïία εÏαΜεκκίΜηÏÎ·Ï ÏοÏ
ÏÏ
ÏÏήΌαÏοÏ"
-
-#: ../lib/Tails/IUK/Frontend.pm:643
-msgid "Error while shutting down the network"
-msgstr "ΣÏάλΌα καÏά ÏηΜ αÏεΜεÏγοÏοίηÏη ÏοÏ
ΎικÏÏοÏ
"
-
-#: ../lib/Tails/IUK/Frontend.pm:646
-msgid "Failed to shutdown network"
-msgstr "ÎÏοÏÏ
Ïία αÏεΜεÏγοÏοίηÏÎ·Ï ÏοÏ
ΎικÏÏοÏ
"
-
-#: ../lib/Tails/IUK/Frontend.pm:656
-msgid "Upgrading the system"
-msgstr "ÎΜαβάΞΌιÏη ÏοÏ
ÏÏ
ÏÏήΌαÏοÏ"
-
-#: ../lib/Tails/IUK/Frontend.pm:658
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Î ÏÏ
ÏκεÏ
ή Tails ÏÎ±Ï Î±ÎœÎ±Î²Î±ÎžÎŒÎ¯Î¶ÎµÏαι...</b>\n\nÎια λÏγοÏ
Ï Î±ÏÏÎ±Î»ÎµÎ¯Î±Ï Î¿ Ï
ÏολογιÏÏÎ®Ï ÎÏει ÏÏÏα αÏοÏÏ
ΜΎεΞεί αÏÏ Ïο ΎίκÏÏ
ο."
-
-#: ../lib/Tails/IUK/Frontend.pm:691
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>ΣÏάλΌα καÏά ÏηΜ αΜαβάΞΌιÏη.</b>\\n\\nÎ ÏÏ
ÏκεÏ
ή Tails ÏÎ±Ï ÏÏειάζεÏαι εÏιÏκεÏ
ή και ίÏÏÏ ÎœÎ± Όη ÎŒÏοÏεί Μα εÏαΜεκκιΜήΞει.\\n\\nΠαÏÎ±ÎºÎ±Î»Ï Î±ÎºÎ¿Î»Î¿Ï
ΞήÏÏε ÏÎ¹Ï Î¿ÎŽÎ·Î³Î¯ÎµÏ ÏÏο file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:701
-msgid "Error while installing the upgrade"
-msgstr "ΣÏάλΌα καÏά ÏηΜ εγκαÏάÏÏαÏη ÏÎ·Ï Î±ÎœÎ±Î²Î¬ÎžÎŒÎ¹ÏηÏ"
diff --git a/en_GB.po b/en_GB.po
deleted file mode 100644
index 80f82abc5..000000000
--- a/en_GB.po
+++ /dev/null
@@ -1,265 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Andi Chandler <andi(a)gowling.com>, 2014,2016-2017,2019
-# Richard Shaylor <rshaylor(a)me.com>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2019-01-02 02:06+0000\n"
-"Last-Translator: Andi Chandler <andi(a)gowling.com>\n"
-"Language-Team: English (United Kingdom) (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "For debugging information, execute the following command: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "Error while checking for upgrades"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Could not determine whether an upgrade is available from our website.</b>\n\nCheck your network connection, and restart Tails to try upgrading again.\n\nIf the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "no automatic upgrade is available from our website for this version"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "your device was not created using Tails Installer"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails was started from a DVD or a read-only device"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "there is not enough free space on the Tails system partition"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "not enough memory is available on this system"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "No explanation available for reason '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "The system is up-to-date"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "This version of Tails is outdated, and may have security issues."
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "The available incremental upgrade requires %{space_needed}s of free space on Tails system partition, but only %{free_space}s is available."
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "The available incremental upgrade requires %{memory_needed}s of free memory, but only %{free_memory}s is available."
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "An incremental upgrade is available, but no full upgrade is.\nThis should not happen. Please report a bug."
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "Error while detecting available upgrades"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>You should upgrade to %{name}s %{version}s.</b>\n\nFor more information about this new version, go to %{details_url}s\n\nWe recommend you close all other applications during the upgrade.\nDownloading the upgrade might take a long time, from several minutes to a few hours.\n\nDownload size: %{size}s\n\nDo you want to upgrade now?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Upgrade available"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Upgrade now"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Upgrade later"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n\nFor more information about this new version, go to %{details_url}s\n\nIt is not possible to automatically upgrade your device to this new version: %{explanation}s.\n\nTo learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "New version available"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Downloading upgrade"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Downloading the upgrade to %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network connection, and restart Tails to try upgrading again.\\n\\nIf the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Error while downloading the upgrade"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file did not complain. Please report a bug."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Error while creating temporary downloading directory"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Failed to create temporary download directory"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Could not choose a download server.</b>\n\nThis should not happen. Please report a bug."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Error while choosing a download server"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr "The upgrade was successfully downloaded.\n\nThe network connection will now be disabled.\n\nPlease save your work and close all other applications."
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr "Upgrade successfully downloaded"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr "Apply upgrade"
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Your Tails device was successfully upgraded.</b>\n\nSome security features were temporarily disabled.\nYou should restart Tails on the new version as soon as possible.\n\nDo you want to restart now?"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "Restart Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "Restart now"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "Restart later"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "Error while restarting the system"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "Failed to restart the system"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "Error while shutting down the network"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "Failed to shutdown network"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "Upgrading the system"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Your Tails device is being upgraded...</b>\n\nFor security reasons, the networking is now disabled."
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device needs to be repaired and might be unable to restart.\\n\\nPlease follow the instructions at file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "Error while installing the upgrade"
diff --git a/fa.po b/fa.po
deleted file mode 100644
index 20b6b124c..000000000
--- a/fa.po
+++ /dev/null
@@ -1,268 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# signal89, 2014
-# Mohammad Hossein <desmati(a)gmail.com>, 2014
-# Ebr Jah <e.jahan(a)gmail.com>, 2014
-# Sina Eghbal <s.eghbal(a)gmail.com>, 2016
-# Vox Pop, 2018
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-16 12:50+0000\n"
-"Last-Translator: Vox Pop\n"
-"Language-Team: Persian (http://www.transifex.com/otf/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=2; plural=(n > 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "ØšØ±Ø§Û Ø§Ø·ÙØ§Ø¹Ø§Øª ا؎کا٠زداÛÛØâ Ø¯Ø³ØªÙر Ø²ÛØ± را در ترÙ
ÛÙØ§Ù اجرا Ú©ÙÛØ¯: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "در ØÛÙ ØšØ±Ø±Ø³Û Ù
ÙØ¬Ùد ØšÙØ¯Ù ØšØ³ØªÙ ØšÙ Ø±ÙØ² رساÙÛ Ø®Ø·Ø§ رخ داد"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>ÙØªÙØ§ÙØ³ØªÛÙ
ØšØ±Ø±Ø³Û Ú©ÙÛÙ
Ú©Ù Ø¢ÛØ§ ؚر رÙÛ Ø³Ø§ÛØª Ù
ا ØšØ³ØªÙ ØšÙ Ø±ÙØ² رساÙÛ Ù
ÙØ¬Ùد است ÛØ§ ÙÙ.</b>\n\nØ§ØªØµØ§Ù Ø®ÙØ¯ را ØšÙ ØŽØšÚ©Ù ØšØ±Ø±Ø³Û Ú©ÙÛØ¯Ø تÛÙØ² را Ø±Ø§Ù Ø§Ø¯Ø§Ø²Û Ù
جدد کرد٠٠Ù
Ø¬Ø¯Ø¯Ø§Ù ØªÙØ§ØŽ Ú©ÙÛØ¯.\n\nاگر Ù
ØŽÚ©Ù ØÙ ÙØŽØ¯Ø اÛ٠جا را ØšØ®ÙØ§ÙÛØ¯: file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "ØšÙ Ø±ÙØ² رساÙÛ Ø®ÙØ¯Ú©Ø§Ø± ØšØ±Ø§Û Ø§ÛÙ ÙØ³Ø®Ù در ÙØš Ø³Ø§ÛØª Ù
ا Ù
ÙØ¬Ùد ÙÛØ³Øª"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "دستگا٠؎Ù
ا ØšÙ ÙØ³ÛÙÙ ØšØ±ÙØ§Ù
Ù ÙØµØš تÛÙØ² Ø³Ø§Ø®ØªÙ ÙØŽØ¯Ù است"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "تÛÙØ² از رÙÛ ÛÚ© Ø¯Û ÙÛ Ø¯Û Ù ÛØ§ ÛÚ© دستگاÙÛ Ú©Ù ÙÙØ· Ù
Û ØŽÙØ¯ از رÙÛ Ø¢Ù Ø®ÙØ§Ùد اجرا ؎د٠است"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "ÙØ¶Ø§Û خاÙÛ Ú©Ø§ÙÛ ØšØ± رÙÛ ÙŸØ§Ø±ØªÛØŽÙ Ø³ÛØ³ØªÙ
تÙÛØ² Ù
ÙØ¬Ùد ÙÛØ³Øª"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "ØØ§Ù؞٠رÙ
کاÙÛ Ø±ÙÛ Ø§ÛÙ Ø³ÛØ³ØªÙ
Ù
ÙØ¬Ùد ÙÛØ³Øª"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "ÙÛÚ ØŽØ±ØÛ ØšØ±Ø§Û '%{reason}s' ÙØ¬Ùد ÙØ¯Ø§Ø±Ø¯."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "Ø³ÛØ³ØªÙ
ØšÙ Ø±ÙØ² است"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "اÛÙ ÙØ³Ø®Ù تÙÛÙØ² Ú©ÙÙ٠است Ù Ù
Ù
ک٠است Ú©Ø§Ø³ØªÛ ÙØ§Û اÙ
ÙÛÙÛ Ø¯Ø§ØŽØªÙ ØšØ§ØŽØ¯"
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "اÛÙ ØšØ³ØªÙ ØšÙ Ø±ÙØ² رساÙÛ %{space_needed}s ÙØ¶Ø§Û خاÙÛ Ø±ÙÛ ÙŸØ§Ø±ØªÛØŽÙÛ Ú©Ù ØªÛÙØ² ÙØµØš ؎د٠است ÙØ§Ø²Ù
دارد. اÙ
ا ÙÙØ· %{free_space}s ÙØ¶Ø§Û خاÙÛ Ù
ÙØ¬Ùد است."
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "اÛÙ ØšØ³ØªÙ ØšÙ Ø±ÙØ² رساÙÛ ÙÛØ§Ø² ØšÙ %{memory_needed}s ØØ§Ù؞٠رÙ
دارد. اÙ
ا رÙ
ØŽÙ
ا %{free_memory}s است."
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "ÛÚ© ØšÙ Ø±ÙØ² رساÙÛ Ù
ÙØ¬Ùد است اÙ
ا ÛÚ© ØšØ³ØªÙ ØšÙ Ø±ÙØ² رساÙÛ Ú©Ø§Ù
Ù Ù
ÙØ¬Ùد ÙÛØ³Øª. \nاÛÙ ÙØ¶Ø¹Ûت Ø¹Ø§Ø¯Û ÙÛØ³Øª. ÙØ·Ùا٠ÛÚ© گزار؎ ؚاگ ارسا٠کÙÛØ¯."
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "Ø§ÛØ±Ø§Ø¯Û در ÙÙگاÙ
ÙŸÛØ¯Ø§ Ú©Ø±Ø¯Ù ØšØ±ÙØ² رساÙÛ ÙØ§Û Ù
ÙØ¬Ùد ÙŸÛØ¯Ø§ ؎د"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>ØŽÙ
ا ØšØ§ÛØ¯ ØšÙ %{ÙØ§Ù
}s %{ÙØ³Ø®Ù}s Ø§Ø±ØªÙØ§ دÙÛØ¯.</b>\n\nØšØ±Ø§Û Ø§Ø·ÙØ§Ø¹Ø§Øª ØšÛØŽØªØ± درؚارÙâÛ ÙØ³Ø®ÙâÛ Ø¬Ø¯ÛØ¯Ø ØšÙ %{details_url}s ؚرÙÛØ¯\n\nÙ
ا ؚست٠ÙÙ
ÙâÛ ØšØ±ÙØ§Ù
ÙâÙØ§Û دÛگر را در زÙ
Ø§Ù Ø§Ø±ØªÙØ§ ØªÙØµÛÙ Ù
ÛâÚ©ÙÛÙ
.\nØšØ§Ø±Ú¯ÛØ±Û Ø§Ø±ØªÙØ§ Ù
Ù
ک٠است از ÚÙØ¯ دÙÛÙ٠تا ÚÙØ¯ ساعت ØšÙ Ø·ÙÙ Ø§ÙØ¬Ø§Ù
د.\n\nØ§ÙØ¯Ø§Ø²Ù ØšØ§Ø±Ú¯ÛØ±Û: %{Ø§ÙØ¯Ø§Ø²Ù}s\n\nØ¢ÛØ§ Ù
ÛâØ®ÙØ§ÙÛØ¯ Ø§ÙØ¢Ù Ø§Ø±ØªÙØ§ دÙÛØ¯Ø"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "ØšØ±ÙØ² رساÙÛ Ù
ÙØ¬Ùد است"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Ø§ÙØ¢Ù ØšÙ Ø±ÙØ² رساÙÛ Ú©Ù"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "ØšØ¹Ø¯Ø§Ù ØšÙ Ø±ÙØ² رساÙÛ Ú©Ù"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>ØŽÙ
ا ØšØ§ÛØ¯ ØšÙ ØµÙØ±Øª Ø¯Ø³ØªÛ ØšÙ %{name}s %{version}s ØšÙâØ±ÙØ²Ø±Ø³Ø§ÙÛ Ú©ÙÛØ¯.</b> \n\nØšØ±Ø§Û Ø§Ø·ÙØ§Ø¹Ø§Øª ØšÛØŽØªØ± در Ù
ÙØ±Ø¯ اÛÙ ÙØ³Ø®ÙÙâØ¬Ø¯ÛØ¯ ØšÙ ØµÙØÙÙ %{details_url}s Ù
راجع٠ÙÙ
اÛÛØ¯\n\nاÙ
کا٠ؚÙâØ±ÙØ²Ø±Ø³Ø§ÙÛ Ø®ÙØ¯Ú©Ø§Ø± ØšØ±Ø§Û ÙØ³ÛÙÙÙ ØŽÙ
ا ؚ٠اÛÙ ÙØ³Ø®Ù ÙØ¬Ùد ÙØ¯Ø§Ø±Ø¯: %{explanation}s.\n\nØšØ±Ø§Û Ø¢Ù
ÙØ²ØŽ را٠ؚÙâØ±ÙØ²Ø±Ø³Ø§ÙÛ Ø¯Ø³ØªÛ ØšÙ ØµÙØÙ https://tails.boum.org/doc/first_steps/upgrade/#manual Ù
راجع٠کÙÛØ¯"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "ÙØ³Ø®Ù Ø¬Ø¯ÛØ¯Û Ù
ÙØ¬Ùد است"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "ØšØ§Ø±Ú¯Ø°Ø§Ø±Û ØšØ±ÙØ²Ø±Ø³Ø§ÙÛÙØ§"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "در ØØ§Ù داÙÙÙØ¯ ØšØ³ØªÙ ØšÙ Ø±ÙØ² رساÙÛ ØšÙ %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>ØšØ³ØªÙ ØšÙ Ø±ÙØ² رساÙÛ Ø¯Ø§ÙÙÙØ¯ ÙØŽØ¯!</b> \\n\\n\nÙØ·ÙØ§Ù Ø§ØªØµØ§Ù Ø®ÙØ¯ را ØšÙ ØŽØšÚ©Ù ØšØ±Ø±Ø³Û Ú©ÙÛØ¯ ٠تÛÙØ² را Ù
Ø¬Ø¯Ø¯Ø§Ù Ø±Ø§Ù Ø§ÙØ¯Ø§Ø²Û Ú©Ø±Ø¯Ù Ù Ø¯ÙØšØ§Ø±Ù Ø§ÙØ¯Ø§Ù
ØšÙ ØšÙ Ø±ÙØ² رساÙÛ Ú©ÙÛØ¯.\\n\\n\nاگر Ù
ØŽÚ©Ù ØÙ ÙØŽØ¯Ø ؚ٠اÛ٠جا سر ؚزÙÛØ¯: file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "خطا در ÙÙگاÙ
داÙÙÙØ¯ ØšÙ Ø±ÙØ² رساÙÛ Ø±Ø® داد٠است."
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "ÙØ§ÛÙ Ø®Ø±ÙØ¬Û ؚا عÙÙØ§Ù '%{output_file}s' Ù
ÙØ¬Ùد ÙÛØ³ØªØ Ù tails-iuk-get-target-file از اÛÙ Ù
ÙØ¶Ùع Ø§ÛØ±Ø§Ø¯ ÙÚ¯Ø±ÙØªÙ است. ÙØ·Ùا٠گزار؎ ÛÚ© ؚاگ ارسا٠کÙÛØ¯."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "خطا در ÙÙگاÙ
Ø³Ø§Ø®ØªÙ ÙŸÙØŽÙ Ù
ÙÙØª ØšØ±Ø§Û Ø¯Ø§ÙÙÙØ¯ رخ داد٠است"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Ø³Ø§Ø®ØªÙ ÙŸÙØŽÙ Ù
ÙÙØª ØšØ±Ø§Û Ø¯Ø§ÙÙÙØ¯ ؚا ؎کست Ù
ÙØ§Ø¬Ù ؎د"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>اÙ
Ú©Ø§Ù Ø§ÙØªØ®Ø§Øš ÛÚ© Ø³Ø±ÙØ± ØšØ±Ø§Û Ø¯Ø§ÙÙÙØ¯ Ù
ÙØ¬Ùد ÙØšÙد.</b>\nاÛÙ Ø§ØªÙØ§Ù Ø¹Ø§Ø¯Û ÙÛØ³Øª. ÙØ·Ùا خطا را گزار؎ دÙÛØ¯."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "در ÙÙگاÙ
Ø§ÙØªØ®Ø§Øš Ø³Ø±ÙØ± داÙÙÙØ¯ خطا رخ داد٠است"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr "Ø§Ø±ØªÙØ§ ؚا Ù
ÙÙÙÛØª ØšØ§Ø±Ú¯ÛØ±Û ؎د.\n\nارتؚاط ؚا ؎ؚک٠اکÙÙÙ ØºÛØ±Ùعا٠Ù
ÛâØŽÙØ¯.\n\nÙØ·Ùا کار Ø®ÙØ¯ را Ø°Ø®ÛØ±Ù Ú©ÙÛØ¯ Ù ØšØ³ØªÙ Ø³Ø§ÛØ± ØšØ±ÙØ§Ù
ÙâÙØ§ را اعÙ
ا٠کÙÛØ¯."
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr "Ø§Ø±ØªÙØ§ ؚا Ù
ÙÙÙÛØª ØšØ§Ø±Ú¯ÛØ±Û ؎د."
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr "اعÙ
Ø§Ù Ú©Ø±Ø¯Ù Ø§Ø±ØªÙØ§"
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>دستگا٠تÛÙØ² ØŽÙ
ا ؚا Ù
ÙÙÙÛØª ØšÙ Ø±ÙØ² رساÙÛ ØŽØ¯.</b>\n\nØšØ¹Ø¶Û Ø§Ø² اÙ
Ú©Ø§ÙØ§Øª اÙ
ÙÛØªÛ Ù
ÙÙØªØ§Ù ØºÛØ± ÙØ¹Ø§Ù ØŽØ¯ÙØ¯.\nدر اÙÙÛÙ ÙØ±ØµØª تÛÙØ² را Ù
Ø¬Ø¯Ø¯Ø§Ù Ø±Ø§Ù Ø§ÙØ¯Ø§Ø²Û Ú©ÙÛØ¯.\n\nØ¢ÛØ§ Ù
Û Ø®ÙØ§ÙÛØ¯ ÙÙ
ÛÙ Ø§ÙØ¢Ù تÛÙØ² Ø±Ø§Ù Ø§ÙØ¯Ø§Ø²Û Ù
جدد ØŽÙØ¯Ø"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "Ø±Ø§Ù Ø§ÙØ¯Ø§Ø²Û Ù
جدد تÛÙØ²"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "Ø§ÙØ¢Ù Ø±Ø§Ù Ø§ÙØ¯Ø§Ø²Û Ù
جدد Ú©Ù"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "ØšØ¹Ø¯Ø§Ù Ø±Ø§Ù Ø§ÙØ¯Ø§Ø²Û Ù
جدد Ú©Ù"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "در ØÛÙ Ø±Ø§Ù Ø§ÙØ¯Ø§Ø²Û Ù
جدد Ø³ÛØ³ØªÙ
خطا رخ داد"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "Ø±Ø§Ù Ø§ÙØ¯Ø§Ø²Û Ù
جدد Ø³ÛØ³ØªÙ
؎کست Ø®ÙØ±Ø¯"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "در ØÛ٠از کار Ø§ÙØ¯Ø§Ø®Øª ؎ؚک٠خطا رخ داد"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "از کار Ø§ÙØ¯Ø§Ø®ØªÙ ؎ؚک٠ؚا ؎سکت Ù
ÙØ§Ø¬Ù ؎د"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "ØšÙ Ø±ÙØ² رساÙÛ Ø³ÛØ³ØªÙ
"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>دستگا٠تÛÙØ² ØŽÙ
ا در ØØ§Ù ØšÙ Ø±ÙØ² رساÙÛ Ø§Ø³Øª...</b>\n\nØšØ±Ø§Û ÛÚ© Ø³Ø±Û Ù
ساÛ٠اÙ
ÙÛØªÛØ ØŽØšÚ©Ù Ù
ÙÙØªØ§Ù ØºÛØ± ÙØ¹Ø§Ù Ù
Û ØŽÙØ¯."
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>در ØÛÙ ØšÙ Ø±ÙØ² رساÙÛ Ø®Ø·Ø§ÛÛ Ø±Ø® داد</b>\\n\\n\nدستگا٠تÛÙØ² ØŽÙ
ا ÙÛØ§Ø² ؚ٠تعÙ
ÛØ± ؎د٠دارد Ù Ù
Ù
ک٠است دÛگر ØšØ§ÙØ§ ÙÛØ§Ûد.\\n\\n\nÙØ·Ùا٠طؚ٠اÛÙ Ø¯Ø³ØªÙØ±Ø§ÙعÙ
Ù Ø§ÙØ¯Ø§Ù
Ú©ÙÛØ¯: file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "در ØÛÙ ÙØµØš ØšØ³ØªÙ ØšÙ Ø±ÙØ² رساÙÛ Ø®Ø·Ø§ رخ داد"
diff --git a/fi.po b/fi.po
deleted file mode 100644
index 812c3ef8c..000000000
--- a/fi.po
+++ /dev/null
@@ -1,266 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Jorma Karvonen <karvonen.jorma(a)gmail.com>, 2014
-# Mikko PÀivÀrinta <paivarinta.mikko.o(a)gmail.com>, 2019
-# Thomas <lab777ee(a)hotmail.com>, 2016
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2019-02-19 21:20+0000\n"
-"Last-Translator: Mikko PÀivÀrinta <paivarinta.mikko.o(a)gmail.com>\n"
-"Language-Team: Finnish (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Katsellaksesi vianjÀljitystietoja suorita seuraava komento: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "Virhe tarkistettaessa pÀivityksiÀ"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>PÀivityksen saatavuuden mÀÀritteleminen webbisivultamme epÀonnistui.</b>\n\nTarkista verkkoyhteytesi ja yritÀ taas pÀivitystÀ kÀynnistÀmÀllÀ Tails uudelleen.\n\nJos pulma jatkuu, siirry tiedostoon file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "tÀlle versiolle ei ole saatavissa automaattista pÀivitystÀ webbisivultamme"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "laitettasi ei ole luotu Tails-asennusohjelmalla"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails kÀynnistettiin DVD:ltÀ tai kirjoitussuojatulta laitteelta"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "Tails-jÀrjestelmÀosiossa ei ole tarpeeksi vapaata tilaa"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "tÀssÀ jÀrjestelmÀssÀ ei ole tarpeeksi muistia"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Syylle â%{reason}sâ ei ole saatavissa selitystÀ."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "JÀrjestelmÀ on ajan tasalla"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "TÀmÀ Tails-versio on vanhentunut, ja siinÀ saattaa olla turvallisuuspulmia."
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "Saatavilla oleva kasautuva pÀivitys vaatii %{space_needed}s / Tails-jÀrjestelmÀosion vapaasta tilasta, mutta vain %{free_space}s on kÀytettÀvissÀ."
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "Saatavilla oleva kasautuva pÀivitys vaatii %{memory_needed}s / vapaasta muistista, mutta vain %{free_memory}s on kÀytettÀvissÀ."
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Kasautuva pÀivitys on saatavilla, mutta tÀydellinen pÀivitys ei ole.\nTÀtÀ ei pitÀisi tapahtua. Ilmoita ohjelmointivirheestÀ."
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "Virhe havaittaessa kÀytettÀvissÀ olevia pÀivityksiÀ"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>Sinun tulisi pÀivittÀÀ %[nimi]n %[versio]on.</b>\n\nJos haluat lisÀtietoja tÀstÀ versiosta, mene %[yksityiskohdat_url]'n.\n\nSuosittelemme muiden sovellusten sulkemista pÀivityksen ajaksi.\nPÀivityksen lataamisessa saattaa kestÀÀ kauan useasta minuutista muutamaan tuntiin.\n\nLatauksen koko: %[koko]\n\nHaluatko pÀivittÀÀ nyt?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "PÀivitys on saatavilla"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "PÀivitÀ nyt"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "PÀivitÀ myöhemmin"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Sinun pitÀisi pÀivittÀÀ manuaalisesti versioon %{name}s %{version}s.</b>\n\nLisÀtietoja tÀstÀ uudesta versiosta saat siirtymÀllÀ osoitteeseen %{details_url}s\n\nLaitettasi ei ole mahdollista pÀivittÀÀ tÀhÀn uuteen versioon automaattisesti: %{explanation}s.\n\nOppiaksesi tekemÀÀn manuaalisen pÀivityksen siirry osoiteeseen https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Uusi versio on saatavilla"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Ladataan pÀivitys"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Ladataan pÀivitys %{name}s-sovelluksen %{version}s-versioon..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>PÀivityksen lataus epÀonnistui.</b>\\n\\nTarkista verkkoyhteytesi ja yritÀ taas pÀivitystÀ kÀynnistÀmÀllÀ Tails uudelleen.\\n\\nJos pulma jatkuu, siirry osoitteeseen file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Virhe ladattaessa pÀivitystÀ"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Tulostetiedosto '%{output_file}s' ei ole olemassa, mutta tails-iuk-get-target-file ei valita. Ilmoita ohjelmointivirheestÀ."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Virhe luotaessa tilapÀistÀ lataushakemistoa"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "TilapÀisen lataushakemiston luominen epÀonnistui"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Latauspalvelinta ei voitu valita</b>\nTÀtÀ ei pitÀisi tapahtua. Ole hyvÀ ja ilmoita virheestÀ."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Virhe valittaessa latauspalvelinta"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr "PÀivitys ladattiin onnistuneesti.\n\nVerkkoyhteys katkaistaan.\n\nOle hyvÀ ja tallenna työsi ja sulje kaikki muut sovellukset."
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr "PÀivitys ladattiin onnistuneesti"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr "KÀytÀ pÀivitys"
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Tails-laitteesi pÀivitys onnistui.</b>\n\nJotkut turvallisuusominaisuudet olivat tilapÀisesti otettu pois kÀytöstÀ.\nSinun pitÀisi kÀynnistÀÀ Tails uudelleen uudessa versiossa niin pian kuin mahdollista.\n\nHaluatko kÀynnistÀÀ uudelleen nyt?"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "KÀynnistÀ Tails uudelleen"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "KÀynnistÀ nyt uudelleen"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "KÀynnistÀ uudelleen myöhemmin"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "Virhe kÀynnistettÀessÀ jÀrjestelmÀÀ uudelleen"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "JÀrjestelmÀn uudelleenkÀynnistys epÀonnistui"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "Virhe suljettaessa verkkoa"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "Verkon sulkeminen epÀonnistui"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "JÀrjestelmÀÀ pÀivitetÀÀn"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Tails-laitettasi pÀivitetÀÀn...</b>\n\nTurvallisuussyistÀ verkkoyhteytesi on otettu nyt pois kÀytöstÀ."
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Tapahtui virhe pÀivityksen asennuksen aikana.</b>\\n\\nTails-laitteesi tarvitsee korjausta ja sen uudelleenkÀynnistys ei ehkÀ onnistu.\\n\\nNoudata osoitteen file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html ohjeita"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "Virhe asennettaessa pÀivitystÀ"
diff --git a/fr_CA.po b/fr_CA.po
deleted file mode 100644
index 7b196d087..000000000
--- a/fr_CA.po
+++ /dev/null
@@ -1,254 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# bassmax, 2013
-# French language coordinator <french.coordinator(a)rbox.me>, 2017
-# French language coordinator <french.coordinator(a)rbox.me>, 2016
-# French language coordinator <french.coordinator(a)rbox.me>, 2016
-# Towatowa441, 2013
-# French language coordinator <french.coordinator(a)rbox.me>, 2015-2016
-# French language coordinator <french.coordinator(a)rbox.me>, 2014-2015
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-04-18 12:13+0200\n"
-"PO-Revision-Date: 2017-11-10 15:36+0000\n"
-"Last-Translator: French language coordinator <french.coordinator(a)rbox.me>\n"
-"Language-Team: French (Canada) (http://www.transifex.com/otf/torproject/language/fr_CA/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: fr_CA\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Pour obtenir les informations de débogage, exécuter la commande suivante : sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr "Erreur de vérification des mises à niveau"
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Impossible de déterminer si une mise à niveau est proposée sur notre site Web.</b>\n\nVérifiez votre connexion réseau et redémarrez Tails pour ressayer de mettre à niveau.\n\nSi le problÚme persiste, allez à file:///usr/share/doc/tails/website/doc/upgrade/error/check.fr.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "aucune mise à niveau automatique nâest proposée sur notre site Web pour cette version"
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr "votre dispositif nâa pas été créé en utilisant le programme dâinstallation Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails a été démarré à partir dâun DVD or dâun dispositif en lecture seule"
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr "il nây a pas assez dâespace libre sur la partition systÚme de Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr "il nây a pas assez de mémoire disponible sur ce systÚme"
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Il nây a aucune explication pour la raison « %{reason}s »."
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr "Le systÚme est à jour"
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Cette version de Tails est obsolÚte et peut poser des problÚmes de sécurité."
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "La mise à niveau incrémentale proposée exige %{space_needed}s dâespace libre sur la partition systÚme de Tails, mais il nây en a que %{free_space}s."
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "La mise à niveau incrémentale proposée exige %{memory_needed}s de mémoire libre, mais il nây en a que %{free_memory}s."
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Une mise à niveau incrémentale est proposée, mais aucune mise à niveau complÚte ne lâest.\nCela ne devrait pas arriver. Veuillez signaler un bogue."
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr "Erreur de vérification des mises à niveau proposées"
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>Vous devriez mettre à niveau vers %{name}s %{version}s.</b>\n\nPour plus dâinformations sur cette nouvelle version, visitez %{details_url}s\n\nIl est recommandé de fermer toutes les applications pendant la mise à niveau.\nLe téléchargement de la mise à niveau peut être long, de plusieurs minutes à quelques heures.\nLe réseau sera désactivé aprÚs le téléchargement de la mise à niveau.\n\nTaille du téléchargement : %{size}s\n\nVoulez-vous mettre à niveau maintenant?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Un mise à niveau est proposée"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Mettre à niveau maintenant"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Mettre à niveau plus tard"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Vous devriez mettre à niveau manuellement vers %{name}s %{version}s.</b>\n\nPour plus dâinformations sur cette nouvelle version, visitez %{details_url}s.\n\nIl nâest pas possible de mettre à niveau votre appareil automatiquement vers cette nouvelle version : %{explanation}s.\n\nPour apprendre à faire une mise à niveau manuelle, visitez https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Une nouvelle version est proposée"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Téléchargement de la mise à niveau"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Téléchargement de la mise à niveau vers %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>La mise à niveau nâa pas pu être téléchargée.<b>\\n\\nVérifiez votre connexion réseau et redémarrez Tails pour retenter de mettre à niveau.\\n\\nSi le problÚme persiste, consultez file:///usr/share/doc/tails/website/doc/upgrade/error/download.fr.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Ãchec de téléchargement de la mise à niveau"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Le fichier de sortie « %{output_file}s » nâexiste pas, mais tails-iuk-get-target-file ne sâen est pas plaint. Veuillez signaler un bogue."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Erreur lors de la création du répertoire temporaire de téléchargement"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Ãchec de création du répertoire temporaire de téléchargement"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Impossible de choisir un serveur de téléchargement.</b>\n\nCela ne devrait pas arriver. Veuillez signaler un bogue."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Ãchec lors du choix dâun serveur de téléchargement"
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Votre dispositif Tails a été mis à niveau avec succÚs.<b>\n\nQuelques fonctions de sécurité ont été temporairement mises hors service.\nVous devriez redémarrer Tails sur la nouvelle version dÚs que possible.\n\nVoulez-vous redémarrer maintenant?"
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr "Redémarrer Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr "Redémarrer maintenant"
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr "Redémarrer plus tard"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr "Erreur lors du redémarrage du systÚme"
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr "Ãchec de redémarrage du systÚme"
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr "Erreur lors de lâarrêt du réseau"
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr "Ãchec dâarrêt du réseau"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr "Mise à niveau du systÚme"
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Votre dispositif Tails est en cours de mise à niveau...</b>\n\nPour des raisons de sécurité, le réseau est présentement désactivé."
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Une erreur est survenue durant lâinstallation de la mise à niveau.</b>\\n\\nVotre dispositif Tails doit être réparé et pourrait ne pas redémarrer.\\n\\nVeuillez suivre les instructions sur file:///usr/share/doc/tails/website/doc/upgrade/error/install.fr.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr "Erreur lors de lâinstallation de la mise à niveau"
diff --git a/hr_HR.po b/hr_HR.po
deleted file mode 100644
index a720aad54..000000000
--- a/hr_HR.po
+++ /dev/null
@@ -1,250 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Igor <lyricaltumor(a)gmail.com>, 2016
-# Igor <lyricaltumor(a)gmail.com>, 2015
-# Tea Horvatic <teahorvatic(a)yahoo.co.uk>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-04-18 12:13+0200\n"
-"PO-Revision-Date: 2017-09-23 22:20+0000\n"
-"Last-Translator: Igor <lyricaltumor(a)gmail.com>\n"
-"Language-Team: Croatian (Croatia) (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Za informacije o otklanjanju pogreÅ¡ki, izvedite sljedeÄu naredbu: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr "Greška pri provjeri nadogradnji"
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Neuspjelo utvrÄivanje ima li dostupnih nadogradnji s naÅ¡e stranice.</b>\n\nProvjerite svoju mreÅŸnu vezu i ponovno pokrenite Tails kako biste ponovno pokuÅ¡ali nadogradnju.\n\nAko se problem i dalje pojavljuje, idite na file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "nema dostupne automatske nadogradnje s naše stranice za ovu verziju"
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr "VaÅ¡ ureÄaj nije kreiran pomoÄu Tails Instalatora"
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails je pokrenut s DVD-a ili ureÄaja s kojeg se samo Äita"
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr "nema dovoljno slobodnog prostora na particiji Tails sustava"
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr "nema dovoljno slobodne memorije na ovom sustavu"
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Nema dostupnog objašnjenja za razlog '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr "Sustav je aÅŸuriran"
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Ovo je zastarjela verzija Tailsa i moÅŸe imati sigurnosnih problema."
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "Dostupna dodatna nadogradnja zahtjeva %{space_needed}s slobodnog prostora na particiji Tails sustava, a slobodno je samo %{free_space}s."
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "Dostupna dodatna nadogradnja zahtjeva %{memory_needed}s slobodne memorije, a slobodno je samo %{free_memory}s."
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Dostupna je dodatna nadogradnja, ali nema potpune nadogradnje.\nTo se ne bi trebalo dešavati. Molimo, prijavite grešku."
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr "Pogreška u otkrivanju dostupnih nadogradnji"
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>Trebali biste nadograditi na %{name}s %{version}s.</b>\n\nZa viÅ¡e informacija o novoj verziji, idite na %{details_url}s\n\nPreporuÄamo da zatvorite sve otvorene aplikacije tijekom nadogradnje.\nPreuzimanje nadogradnje bi moglo potrajati dulje vremena, od nekoliko minuta do nekoliko sati.\nNakon preuzimanja nadogradnje, mreÅŸa Äe biti onemoguÄena.\n\nVeliÄina preuzimanja: %{size}s\n\nÅœelite li nadogradnju sada?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Nadogradnja dostupna"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Nadogradi sad"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Nadogradi kasnije"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Trebate ruÄno nadograditi na %{name}s %{version}s.</b>\n\nZa viÅ¡e informacija o novoj verziji, idite na %{details_url}s\n\nNije moguÄe automatski nadograditi VaÅ¡ ureÄaj na novu verziju: %{explanation}s.\n\nDa biste saznali kako napraviti ruÄnu nadogradnju, idite na https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Dostupna je nova verzija"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Preuzimanje nadogradnje"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Preuzimanje nadogradnje %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Nadogradnja se nije mogla preuzeti.</b>\\n\\nProvjerite vezu s mreşom i ponovno pokrenite Tails kako biste ponovno pokušali nadogradnju.\\n\\nAko se problem i dalje pojavljuje, idite na file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Greška u preuzimanju nadogradnje"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Izlazna datoteka '%{output_file}s' ne postoji, ali tails-iuk-get-target-file se nije poşalio. Molimo, prijavite grešku."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Greška u kreiranju privremene mape preuzimanja"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Kreiranje privremene mape preuzimanja nije uspjelo"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Nije uspjelo biranje posluÅŸitelja za preuzimanje.</b>\n\nDo ovoga nije trebalo doÄi. Molimo prijavite greÅ¡ku."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Pogreška pri odabiru posluşitelja za preuzimanje"
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>VaÅ¡ Tails ureÄaj je uspjeÅ¡no nadograÄen.</b>\n\nNeke sigurnosne znaÄajke su privremeno onemoguÄene.\nTrebate ponovno pokrenuti Tails s novom verzijom Å¡to je prije moguÄe.\n\nÅœelite li ponovno pokretanje sada?"
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr "Ponovno pokreni Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr "Ponovno pokreni sada"
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr "Ponovno pokreni kasnije"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr "Greška pri ponovnom pokretanju sustava"
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr "Ponovno pokretanje sustava nije uspjelo"
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr "GreÅ¡ka pri iskljuÄivanju mreÅŸe"
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr "IskljuÄivanje mreÅŸe nije uspjelo"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr "Nadogradnja sustava"
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>VaÅ¡ Tails ureÄaj se nadograÄuje...</b>\n\nIz sigurnosnih razloga, mreÅŸa je sad onemoguÄena."
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>DoÅ¡lo je do greÅ¡ke tijekom instalacije nadogradnje.</b>\\n\\nVaÅ¡ Tails ureÄaj se mora popraviti i moÅŸda se neÄe moÄi ponovno pokrenuti.\\n\\nMolimo slijedite upute na file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr "Greška u instalaciji nadogradnje"
diff --git a/id.po b/id.po
deleted file mode 100644
index 59680fce8..000000000
--- a/id.po
+++ /dev/null
@@ -1,270 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# cholif yulian <cholifyulian123(a)gmail.com>, 2015
-# Frengky Sinaga <frengkys5(a)gmail.com>, 2016
-# ical, 2019
-# se7entime <se7entime(a)openmailbox.org>, 2015
-# km242saya <pencurimangga(a)gmail.com>, 2014
-# yogipriyo <yogipriyo.prayogo(a)gmail.com>, 2014
-# zk, 2015
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2019-01-28 08:54+0000\n"
-"Last-Translator: ical\n"
-"Language-Team: Indonesian (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Untuk informasi pengawakutuan, eksekusi perintah berikut: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "Galat saat memeriksa pemutakhiran"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Tidak dapat menentukan apakah pemutakhiran tersedia dari situs web kami.</b>\n\nPeriksa koneksi jaringan Anda, dan mulai ulang Tails untuk mencoba memutakhirkannya lagi.\n\nJika masalah tetap ada, kunjungi file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "tidak ada pemutakhiran otomatis yang tersedia di situs kami untuk versi ini"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "perangkat Anda tidak dibuat menggunakan Pemasang Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails telah dijalankan dari DVD atau perangkat baca-saja"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "tidak cukup ruang kosong pada partisi sistem Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "memori yang tersedia tidak cukup pada sistem ini"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Tidak ada penjelasan yang tersedia untuk '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "Sistem paling mutakhir"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Versi Tails ini sudah usang, dan mungkin memiliki banyak masalah keamanan."
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "Pemutakhiran berjenjang yang ada membutuhkan ruang kosong sebesar %{space_needed}s pada sistem partisi Tails, tetapi hanya tersedia %{free_space}s."
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "Pemutakhiran berjenjang yang ada membutuhkan memori bebas sebesar %{memory_needed}s, tetapi hanya tersedia %{free_memory}s."
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Sebuah pemutakhiran berjenjang tersedia, tidak dengan pemutakhiran penuh.\nHal ini seharusnya tidak terjadi. Mohon laporkan kutu tersebut."
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "Galat saat mendeteksi pemutakhiran yang tersedia"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>Anda harus memperbarui ke %{name}s %{version}s.</b>\n\nUntuk informasi lebih tentang versi baru ini, pergi ke %{details_url}s\n\nKami merekomendasikan Anda untuk menutup semua aplikasi saat pembaruan.\nMengunduh pembaruan mungkin akan memakan waktu panjang, dari beberapa menit ke beberapa jam.\n\nUkuran unduhan: %{size}s\n\nApakah Anda ingin memperbarui sekarang?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Tersedia pemutakhiran"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Mutakhirkan sekarang"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Mutakhirkan nanti"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Anda harus melakukan pemutakhiran manual ke %{name}s %{version}s.</b>\n\nUntuk informasi lebih lanjut tetang versi ini, kunjungi %{details_url}s\n\nTidak memungkinkan untuk memutakhirkan perangkat Anda secara otomatis ke versi baru ini: %{explanation}s.\n\nUntuk mempelajari bagaimana melakukan pemutakhiran manual, kunjungi https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Versi baru telah tersedia"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Mengunduh pemutakhiran"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Mengunduh pemutakhiran ke %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Pemutakhiran tidak bisa diunduh.</b>\\n\\nPeriksa sambungan jaringan Anda, dan mulai ulang Tails untuk mencoba memutakhirkannya lagi.\\n\\nJika masalah masih tetap ada, baca file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Terjadi kesalahan dalam proses pengunduhan pemutakhiran"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file did not complain. Silakan laporkan sebagai bug."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Terjadi kesalahan dalam proses pembuatan direktori pengunduhan sementara"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Terjadi kegagalan dalam pembuatan direktori pengunduhan sementara"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Tidak dapat memilih server unduh<b>\n\nHal ini seharusnya tidak terjadi. Silakan laporkan bug."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Kesalahan saat memilih server unduh"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr "Pembaruan telah berhasil diunduh.\n\nKoneksi jaringan akan dinonaktifkan\n\nMohon simpan pekerjaan Anda dan tutup semua aplikasi lain."
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr "Pembaruan berhasil diunduh"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr "Pasang pembaruan"
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Perangkat Tails anda telah di upgrade dg sukses.</b>\n\nBeberapa Fitur keamanan untuk sementara di matikan.\nAnda harus restart Tails ke versi yang baru sesegera mungkin\nApakah anda ingin restart sekarang?"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "Memulai kembali Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "Memulai kembali sekarang"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "Memulai kembali nanti"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "Error selagi restart sistem"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "gagal untuk restart sistem"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "Error selagi shut down jaringan"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "Gagal untuk shutdown jaringan"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "Upgrade sistem"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Perangkat Tails anda di upgrade...</b>\n\nUntuk alasan keamanan, jaringan sekarang di matikan."
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Terjadi error selagi instal upgrade.</b>\\n\\nPerangkat Tails anda harus di repair dan mungkin tidak bisa di restart .\\n\\nSilakan ikuti instruksi pada file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "Error selagi instal upgrade"
diff --git a/is.po b/is.po
deleted file mode 100644
index 2990efff7..000000000
--- a/is.po
+++ /dev/null
@@ -1,264 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Sveinn à Felli <sv1(a)fellsnet.is>, 2016-2018
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-12 09:01+0000\n"
-"Last-Translator: Sveinn à Felli <sv1(a)fellsnet.is>\n"
-"Language-Team: Icelandic (http://www.transifex.com/otf/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 % 10 != 1 || n % 100 == 11);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Til að sjá aflúsunarupplÜsingar, gefðu eftirfarandi skipun: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "Villa ßegar verið var að athuga með uppfÊrslur"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Gat ekki fundið hvort uppfÊrsla sé tiltÊk á vefsvÊðinu.</b>\\n\\nAthugaðu nettenginguna og endurrÊstu Tails til að reyna aftur við uppfÊrsluna.\\n\\nEf vandamálið hverfur ekki, farðu ßá á file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "engin sjálfvirk uppfÊrsla fyrir ßessa útgáfu er tiltÊk á vefnum okkar"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "tÊkið ßitt var ekki búið til með Tails-uppsetningarforritinu"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails var rÊst upp af DVD eða öðru skrifvörðu tÊki"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "ßað er ekki nÊgilegt pláss á kerfisdisksneið Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "ekki er nÊgt minni tiltÊkt á ßessu kerfi"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Engin útskÜring tiltÊk fyrir ástÊðu '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "Kerfið ßitt er með öllum nÜjasta hugbúnaðinum"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Ãessi útgáfa Tails er úrelt og gÊti verið með öryggisvandamál."
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "TiltÊka hlutauppfÊrslan krefst %{space_needed}s af lausu plássi á kerfissneið Tails, en aðeins %{free_space}s eru laus."
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "TiltÊka hlutauppfÊrslan krefst %{memory_needed}s af lausu minni, en aðeins %{free_memory}s er laust."
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "HlutuppfÊrsla er tiltÊk en engin full uppfÊrsla.\nÃetta á ekki að gerast. Endilega tilkynntu villu."
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "Villa við að greina tiltÊkar uppfÊrslur"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>Ãú Êttir að uppfÊra à %{name}s %{version}s.</b>\n\nTil að sjá nánari upplÜsingar um ßessa nÜju útgáfu, farðu á %{details_url}s\n\nMÊlt er með ßvà að loka öllum opnum forritum á meðan uppfÊrslu stendur.\nNiðurhal uppfÊrslunnar getur tekið töluverðan tÃma, allt frá einhverjum mÃnútum til nokkurra klukkustunda.\n\nStÊrð niðurhals: %{size}s\n\nViltu uppfÊra núna?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "UppfÊrsla tiltÊk"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "UppfÊra núna"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "UppfÊra sÃðar"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Ãú Êttir að uppfÊra handvirkt à %{name}s %{version}s.</b>\n\nTil að sjá nánari upplÜsingar um nÜju útgáfuna, farðu á %{details_url}s\n\nEkki er hÊgt að uppfÊra tÊkið sjálfvirkt à ßessa nÜju útgáfu: %{explanation}s.\n\nTil að sjá hvernig framkvÊma eigi handvirka uppfÊrslu, farðu ßá á https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "NÜ útgáfa tiltÊk"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "SÊki uppfÊrslu"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "SÊki uppfÊrsluna fyrir %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Ekki var hÊgt að sÊkja uppfÊrsluna.</b>\\n\\nAthugaðu nettenginguna og endurrÊstu Tails til að reyna aftur við uppfÊrsluna.\\n\\nEf vandamálið hverfur ekki, farðu ßá á file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Villa kom upp við niðurhal uppfÊrslunnar"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Frálagsskráin '%{output_file}s' er ekki til, en tails-iuk-get-target-file kvartaði ekki. Endilega tilkynntu um villu."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Villa kom upp við að búa til bráðabirgða-niðurhalsmöppu"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Mistókst að búa til bráðabirgða-niðurhalsmöppu"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Gat ekki valið niðurhalsßjón.</b>\n\nÃetta á ekki að gerast. Endilega tilkynntu villu."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Villa kom upp við að velja niðurhalsnetßjón"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr "Ãað tókst að ná à uppfÊrsluna.\n\nNetvinnsla verður núna gerð óvirk.\n\nVistaðu ßað sem ßú ert að vinna með og lokaðu öllum öðrum forritum."
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr "Tókst að sÊkja uppfÊrslu"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr "Beita uppfÊrslu"
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Ãað tókst að uppfÊra Tails tÊkið ßitt.</b>\n\nSumir öryggiseiginleikar voru tÃmabundið gerðir óvirkir.\nÃú Êttir að endurrÊsa Tails með nÜju útgáfunni eins fljótt og auðið er.\n\nViltu endurrÊsa núna?"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "EndurrÊsa Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "EndurrÊsa núna"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "EndurrÊsa seinna"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "Villa kom upp við að endurrÊsa kerfið"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "Mistókst að endurrÊsa kerfið"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "Villa kom upp við að slökkva á netkerfinu"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "Mistókst að slökkva á netkerfi"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "UppfÊri kerfið"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Verið er að uppfÊra Tails-tÊkið ßitt...</b>\n\nAf öryggisástÊðum er netvinnsla nú gerð óvirk."
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Villa kom upp við uppsetningu uppfÊrslunnar.</b>\\n\\nÃað ßarf að gera við Tails tÊkið, sem gÊti verið ófÊrt um að endurrÊsa sig.\\n\\nFarðu eftir leiðbeiningunum á file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "Villa kom upp við að setja inn uppfÊrsluna"
diff --git a/it.po b/it.po
deleted file mode 100644
index 3eba16d41..000000000
--- a/it.po
+++ /dev/null
@@ -1,257 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# alessandra <lilo(a)dyne.org>, 2014
-# Spartaco Pragnesco <chap(a)anche.no>, 2013
-# il_doc, 2014
-# Francesca Ciceri <madamezou(a)zouish.org>, 2014
-# Gaetano Gallozzi <ggallozz(a)gmail.com>, 2013
-# il_doc, 2014
-# alessandra <lilo(a)dyne.org>, 2014
-# Random_R, 2013-2016
-# Spartaco Pragnesco <chap(a)anche.no>, 2013
-# topos97 <tomprando(a)gmail.com>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-04-18 12:13+0200\n"
-"PO-Revision-Date: 2017-09-23 19:27+0000\n"
-"Last-Translator: Random_R\n"
-"Language-Team: Italian (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Per informazioni di debug, esegui il seguente comando: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr "Errore durante il controllo degli aggiornamenti"
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Impossibile determinare se Ú disponibile un aggiornamento dal nostro sito.</b>\n\nControllare la propria connessione e riavviare Tails per provare ad aggiornare nuovamente.\n\nSe il problema persiste, consultare file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "non ci sono aggiornamenti automatici disponibili sul nostro sito per questa versione."
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr "il dispositivo non Ú stato creato usando l'installatore Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails Ú stato avviato da un DVD o da un dispositivo in sola lettura"
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr "lo spazio libero nella partizione di sistema Tails non Ú sufficiente"
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr "la memoria disponibile nel sistema non Ú sufficiente"
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Nessuna spiegazione disponibile per '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr "Il sistema Ú aggiornato"
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Questa versione di Tails Ú obsoleta e potrebbe avere problemi di sicurezza."
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "L'aggiornamento incrementale disponibile richiede %{space_needed}s di spazio libero nella partizione di sistema di Tails, ma sono disponibili solo %{free_space}s ."
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "L'aggiornamento incrementale disponibile richiede %{memory_needed}s di memoria libera, ma sono disponibili solo %{free_memory}s ."
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Un aggiornamento incrementale Ú disponibile, ma non un aggiornamento completo.\nQuesto non dovrebbe accadere. Si prega di segnalare l'errore."
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr "Errore durante il rilevamento di aggiornamenti disponibili"
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>Si dovrebbe aggiornare a %{name}s %{version}s.</b>\n\nPer maggiori informazioni su questa nuova versione, visitare %{details_url}s.\n\nSi raccomanda di chiudere tutte le applicazioni aperte durante l'aggiornamento.\nScaricare l'aggiornamento potrebbe richiedere molto tempo, da pochi minuti ad alcune ore.\nLa rete sarà disattivata dopo aver scaricato l'aggiornamento.\n\nDimensioni aggiornamento: %{size}s\n\nSi desidera aggiornare ora?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Aggiornamento disponibile"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Aggiorna ora"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Aggiorna in seguito"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>à necessario eseguire un aggiornamento manuale a %{name}s %{version}s.</b>\n\nPer maggiori informazioni su questa nuova versione, visita %{details_url}s.\n\nNon Ú possibile aggiornare automaticamente alla nuova versione il dispositivo: %{explanation}s.\n\nPer informazioni su come eseguire un aggiornamento manuale, visitare https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Nuova versione disponibile"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Download dell'aggiornamento in corso"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Download dell'aggiornamento a %{name}s %{version}s in corso..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>L'aggiornamento non può essere scaricato.</b>\\n\\nControllare la propria connessione e riavviare Tails per ritentare l'aggiornamento.\\n\\nSe il problema persiste, consultare la documentazione su file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Errore durante il download dell'aggiornamento"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Il file di output '%{output_file}s' non esiste, ma tails-iuk-get-target-file non l'ha segnalato. Si prega di segnalare l'errore."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Errore durante la creazione della cartella di download temporanea"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Creazione della cartella di download temporanea fallita"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Impossibile scegliere un server di download.</b>\n\nQuesto non dovrebbe accadere. Per favore segnala l'errore."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Errore nella scelta del server di download"
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Il dispositivo Tails Ú stato aggiornato con successo.</b>\n\nAlcune funzioni di sicurezza sono state temporaneamente disabilitate.\nRiavviare Tails con la nuova versione il prima possibile.\n\nRiavviare ora?"
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr "Riavvia Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr "Riavvia ora"
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr "Riavvia in seguito"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr "Errore nel riavvio del sistema"
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr "Riavvio del sistema fallito"
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr "Errore durante lo spegnimento della rete"
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr "Spegnimento della rete fallito"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr "Aggiornamento del sistema"
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Il dispositivo Tails Ú in aggiornamento...</b>\n\nPer ragioni di sicurezza, la rete Ú disabilitata."
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Si Ú verificato un errore durante l'installazione dell'aggiornamento.</b>\\n\\nIl dispositivo Tails deve essere riparato e potrebbe non riavviarsi.\\n\\nSeguire le istruzioni in file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr "Errore durante l'installazione dell'aggiornamento"
diff --git a/ja.po b/ja.po
deleted file mode 100644
index dc8bfa127..000000000
--- a/ja.po
+++ /dev/null
@@ -1,268 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# ã¿ã«ãã· <indexial(a)outlook.jp>, 2013-2014
-# nord stream <nord-stream(a)ochaken.jp.eu.org>, 2016
-# sato yu <about.tor(a)gmail.com>, 2018
-# Tokumei Nanashi, 2015,2019
-# è€åãç² <m1440809437(a)hiru-dea.com>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2019-04-14 14:54+0000\n"
-"Last-Translator: Tokumei Nanashi\n"
-"Language-Team: Japanese (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "ãããã°æ
å ±ãèŠãããã«ããã®ã³ãã³ããå®è¡ããŠãã ããïŒsudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "ã¢ããã°ã¬ãŒãã®ãã§ãã¯äžã«ãšã©ãŒ"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>ã¢ããã°ã¬ãŒãã Tor ã®ãŠã§ããµã€ãããå
¥æå¯èœãæå®ã§ããŸããã§ããã</b>\n\nãããã¯ãŒã¯æ¥ç¶ã確èªããŠããTailãåèµ·åããŠãããäžåºŠã¢ããã°ã¬ãŒãã詊ããŠãã ããã\n\nåé¡ãç¶ãå Žåã¯ã file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html ãã芧ãã ããã"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "ãã®ããŒãžã§ã³ã«å¯ŸããŠãŠã§ããµã€ãããå©çšã§ããèªåã¢ããã°ã¬ãŒãã¯ãããŸãã"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "ããªãã®ããã€ã¹ã¯ Tails ã€ã³ã¹ããŒã©ã䜿çšããŠäœæãããŸããã§ãã"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails 㯠DVD ãŸãã¯ãªãŒããªã³ãªãŒãªããã€ã¹ããèµ·åããŸãã"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "Tails ã®ã·ã¹ãã ããŒãã£ã·ã§ã³äžã«ååãªç©ºã容éããããŸãã"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "ãã®ã·ã¹ãã ã¯ååãªã¡ã¢ãªããªãã®ã§å©çšã§ããŸãã"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "çç± '%{reason}s' ã®ããã«èª¬æãå©çšã§ããŸããã"
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "ã·ã¹ãã ã¯ææ°çã§ã"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Tails ã®ãã®ããŒãžã§ã³ã¯æ§ããã»ãã¥ãªãã£äžã®åé¡ãããå ŽåããããŸãã"
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "å©çšã§ãã鿬¡çã¢ããã°ã¬ãŒã㯠Tails ã®ã·ã¹ãã ããŒãã£ã·ã§ã³äžã« %{space_needed}s ã®ç©ºã容éãå¿
èŠã§ããã %{free_space}s ãã空ã容éããããŸããã"
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "å©çšã§ãã鿬¡çã¢ããã°ã¬ãŒã㯠%{memory_needed}s ã®ã¡ã¢ãªç©ºã容éãå¿
èŠã§ããã %{free_memory}s ããã¡ã¢ãªç©ºã容éããããŸããã"
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "鿬¡çã¢ããã°ã¬ãŒããå©çšã§ããŸãããå®å
šãªã¢ããã°ã¬ãŒãã¯ãããŸããã\nããã¯æ¬æ¥èµ·ããããŸããããã°ãå ±åããŠãã ããã"
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "å©çšå¯èœãªã¢ããã°ã¬ãŒãã®æ€çŽ¢äžã«ãšã©ãŒ"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>%{name}s %{version}s ã«ã¢ããã°ã¬ãŒãããã¹ãã§ãã</b>\n\nãã®æ°ããŒãžã§ã³ã«ã€ããŠã®è©³çްã¯ã%{details_url}s ãéããŠãã ããã\n\nã¢ããã°ã¬ãŒãäžã¯éããŠããã¢ããªã±ãŒã·ã§ã³ããã¹ãŠéããããšãæšå¥šãããŸãã\nã¢ããã°ã¬ãŒãã®ããŠã³ããŒãã«ã¯ãæ°åãã2ã3æéçšåºŠã®é·ãæéããããå ŽåããããŸãã\n\nããŠã³ããŒããµã€ãº: %{size}s\n\nä»ããã¢ããã°ã¬ãŒãããŸããïŒ"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "ã¢ããã°ã¬ãŒãå©çšå¯èœ"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "ä»ããã¢ããã°ã¬ãŒã"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "åŸã§ã¢ããã°ã¬ãŒã"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>%{name}s %{version}s ã«æåã¢ããã°ã¬ãŒããè¡ãå¿
èŠããããŸãã</b>\n\nãã®æ°ããŒãžã§ã³ã«é¢ãã詳现ã«ã€ããŠã¯ã %{details_url}s ãéããŠãã ããã\n\nãã®æ°ããŒãžã§ã³ %{explanation}s ã«ããã€ã¹ãèªåã¢ããã°ã¬ãŒãããããšãåºæ¥ãŸããã\n\næåã¢ããã°ã¬ãŒãã®ããæ¹ãç¥ãã«ã¯ã https://tails.boum.org/doc/first_steps/upgrade/#manual ãéããŠãã ããã"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "æ°ããŒãžã§ã³å©çšå¯èœ"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "ã¢ããã°ã¬ãŒããããŠã³ããŒãäž"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "%{name}s %{version}s ãžã®ã¢ããã°ã¬ãŒããããŠã³ããŒãäž"
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>ã¢ããã°ã¬ãŒããããŠã³ããŒãã§ããŸããã§ããã</b>\\n\\nãããã¯ãŒã¯æ¥ç¶ã確èªããŠããTailsãåèµ·åããŠãããäžåºŠã¢ããã°ã¬ãŒããã詊ããã ããã\\n\\nåé¡ãç¶ãå Žåã¯ã file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html ãéããŠãã ãã"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "ã¢ããã°ã¬ãŒãã®ããŠã³ããŒãäžã«ãšã©ãŒ"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "åºåãã¡ã€ã« '%{output_file}s' ã¯ååšããŸãããã tails-iuk-get-target-file ã¯ãšã©ãŒãåºããŸããã§ããããã°ãå ±åããŠãã ããã"
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "äžæçããŠã³ããŒãçšãã£ã¬ã¯ããªã®äœæäžã«ãšã©ãŒ"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "äžæçããŠã³ããŒããã£ã¬ã¯ããªãäœæã§ããŸããã§ããã"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>ããŠã³ããŒãã®ãµãŒããŒãéžã¹ãŸããã§ããã</b>\n\nãããªããšã¯ãªãã¯ãã§ãããã°ãå ±åããŠãã ããã"
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "ããŠã³ããŒãã®ãµãŒããŒãéžæäžã«ãšã©ãŒ"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr "ã¢ããããŒãã¯æ£åžžã«å®äºããŸãããçŸåšãTorãããã¯ãŒã¯ã«å¯Ÿããæ¥ç¶ã¯ç¡å¹ã«ãªã£ãŠããŸããå
šãŠã®ã¢ããªã±ãŒã·ã§ã³ãä¿åããçµäºããŠäžããã"
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr "ã¢ããã°ã¬ãŒãã¯æåè£ã«ããŠã³ããŒãããã"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr "ã¢ããã°ã¬ãŒãé©çš"
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Tails ããã€ã¹ã¯æ£åžžã«ã¢ããã°ã¬ãŒããããŸããã</b>\n\näžéšã®ã»ãã¥ãªãã£æ©èœãäžæçã«ç¡å¹ã«ãªããŸããã\nå¯åçéããã«æ°ããŒãžã§ã³ã§ Tailsãåèµ·åããå¿
èŠããããŸãã\n\n<i>ä»ãã</i>åèµ·åããŸããïŒ"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "Tails ãåèµ·å"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "ä»ããåèµ·å"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "åŸã§åèµ·å"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "ã·ã¹ãã ã®åèµ·åäžã«ãšã©ãŒ"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "ã·ã¹ãã ã®åèµ·åã«å€±æããŸãã"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "ãããã¯ãŒã¯ã®ã·ã£ããããŠã³äžã«ãšã©ãŒ"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "ãããã¯ãŒã¯ã®ã·ã£ããããŠã³ã«å€±æããŸãã"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "ã·ã¹ãã ã®ã¢ããã°ã¬ãŒãäž"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Tails ããã€ã¹ã¯ã¢ããã°ã¬ãŒããããŠããŸã...</b>\n\nã»ãã¥ãªãã£äžã®çç±ã®ããããããã¯ãŒãã³ã°ã¯ç¡å¹ã«ãªã£ãŠããŸãã"
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>ã¢ããã°ã¬ãŒãã®ã€ã³ã¹ããŒã«äžã«ãšã©ãŒãçºçããŸããã</b>\\n\\nTails ããã€ã¹ã¯ä¿®åŸ©ãå¿
èŠã§ãããåèµ·åã§ããªãæãããããŸãã\\n\\nfile:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html ã®æç€ºã«åŸã£ãŠãã ããã"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "ã¢ããã°ã¬ãŒãã®ã€ã³ã¹ããŒã«äžã«ãšã©ãŒ"
diff --git a/ka.po b/ka.po
deleted file mode 100644
index 24b394f1d..000000000
--- a/ka.po
+++ /dev/null
@@ -1,264 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# A. C., 2018
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-12 02:24+0000\n"
-"Last-Translator: A. C.\n"
-"Language-Team: Georgian (http://www.transifex.com/otf/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=2; plural=(n!=1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "ááááá áááá¡áááá¡ á¡áááá á ááá€áá áááªááá¡áááá¡, ááá£ášááá ášáááááá áá á«ááááá: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "ášááªáááá ááááá®ááááááá¡ á«ááááá¡áá¡"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>ááá á®áá á®áááá ááááááá, áá áá¡ áᣠáá á ááááá®áááá á®ááááá¡áá¬ááááá á©áááá¡ á¡ááá¢áá.</b>\n\nášááááá¬ááá áá¥áááá á¥á¡áááá¡ áááášáá á áá á®áááá®áá ááá£ášááá Tails, ááááá®ááááá¡ ááá¡ááááá ááááá.\n\náᣠá®áá áááá áá ááááá¡á¬áá áááá, áá®áááá file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "áá ááá á¡ááá¡áááá¡ á©áááá á¡ááá¢áááá ááááááááá®áááá áá áá á®ááááá¡áá¬ááááá"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "áá¥áááá ááá¬á§ááááááá áá áá ášáá¥ááááá Tails-áá¡ ááá¡áá§ááááááá áá ááá áááá"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails ááášáááá£ááá DVD-áááá áá á¡á®áá áá®áááá á¬ááááá®ááá¡ ášáá¡áá«áááááááá¡ áá¥ááá ááá¬á§áááááááááá"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "áá áá á¡ááááá áá¡á ááááá¡á£á€ááá áááááá Tails-áá¡ á¡áá¡á¢ááá£á ááááá§áá€áá"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "áá áá á®ááááá¡áá¬ááááá á¡ááááá áá¡á ááá®á¡ááá ááá á¡áá¡á¢áááášá"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "áá®á¡áá-áááááá á¢ááá áá áá á®ááááá¡áá¬ááááá ááááááá¡áááá¡ '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "á¡áá¡á¢ááá ááááá®áááá£ááá"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Tails-áá¡ áá¡ ááá á¡áá ááá«áááááá£ááá áá ášáá¡áá«ááá á®áá áááááá áááá©áááá¡ á£á¡áá€á áá®ááááášá."
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "á®ááááá¡áá¬ááááá ááááá¢ááááá ááááá®áááá á¡áááá áááá¡ %{space_needed}s ááááá¡á£á€áá áááááá¡ Tails-áá¡ á¡áá¡á¢ááá£á ááááá§áá€áá, áááá áá áá®áááá %{free_space}s áá áá¡ á®ááááá¡áá¬ááááá."
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "á®ááááá¡áá¬ááááá ááááá¢ááááá ááááá®áááá á¡áááá áááá¡ %{memory_needed}s ááááá¡á£á€áá ááá®á¡ááá áááá¡, áááá áá áá®áááá %{free_memory}s áá áá¡ á®ááááá¡áá¬ááááá."
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "á®ááááá¡áá¬áááááá ááááá¢ááááá ááááá®áááá, áá£ááªá áá á á¡á á£áá áá áááá«áááá.\ná¬áá¡áá, áá¡á áá á£ááá áááá®ááá áá§á. ááá®ááá, áááááá®á¡áááá á®áá ááááá¡ ášáá¡áá®áá."
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "ášááªáááá, á®ááááá¡áá¬ááááá ááááá®ááááááá¡ ááŠááá©áááá¡áá¡"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>áá®ááá ááá á¡ááá %{name}s %{version}s.</b>\n\náá áªááá, áá áá®ááá ááá á¡ááá¡ ášáá¡áá®áá, áá®áááá %{details_url}s\n\nááá á©ááá, ááá®á£á áá á§áááá á¡á®áá áá ááá ááá ááááá®ááááá¡ ááá¬á§áááá¡áá¡.\nááááá®ááááá¡ á©áááá¢ááá áááá, ášáá¡áá«ááá áááá®ááá¡ ááá¡á¢áááá¡, á áááááááá á¬á£ááááá, á áááááááá á¡ááááááá᪠áá.\n\ná©áááá¢ááá áááá¡ áááªá£áááá: %{size}s\n\náá¡á£á á, áááááá®ááá áá®áááá?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "á®ááááá¡áá¬áááááá ááááá®áááá"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "áá®áááá ááááá®áááá"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "ááááá®áááá ááááááááááá"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>áá¥ááá á®áááá á£ááá áááááá®ááá ááá á¡áááá %{name}s %{version}s.</b>\n\nááááá¢ááááá ááá€áá áááªááá¡áááá¡ áá ááá á¡ááá¡ ášáá¡áá®áá, áá®áááá %{details_url}s\n\nášáá£á«ááááááá áá¥áááá ááá¬á§áááááááá¡ ááá¢áááá¢á£á á ááááá®áááá áá áá®áá ááá á¡áááá: %{explanation}s.\n\náá áªááá, á®áááá ááááá®ááááá¡ ášáá¡áá®áá, áá®áááá https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "á®ááááá¡áá¬áááááá áá®ááá ááá á¡áá"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "ááááá®ááááá¡ á©áááá¢ááá ááá"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "áááááááá áááá¡ á©áááá¢ááá ááá ááááá®ááááá¡ %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>ááááá®áááá ááá á©ááááá¢ááá áá.</b>\\n\\nášááááá¬ááá áá¥áááá á¥á¡áááá¡ áááášáá á áá á®áááá®áá ááá£ášááá Tails ááááá®ááááá¡ ááá¡ááááá ááááá.\\n\\náᣠá®áá áááá áá ááááá¡á¬áá áááá, áá®áááá file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "ášááªáááá, ááááá®ááááá¡ á©áááá¢ááá áááá¡áá¡"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "ááááá¡áá¢ááá á€áááá '%{output_file}s' áá áá á¡ááááá¡, áááá áá tails-iuk-get-target-file áá áá¢á§ááááááá áááá¡ ášáá¡áá®áá. ááá®ááá, áááááá®á¡áááá áá á®áá ááááá¡ ášáá¡áá®áá."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "ášááªáááá, á©áááá¢ááá áááá¡ áá áááááá á¡áá¥ááŠááááá¡ ášáá¥áááá¡áá¡"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "á©áááá¢ááá áááá¡ áá áááááá á¡áá¥ááŠááááá¡ ášáá¥ááá ááá ááá®áá á®áá"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>ááá á®áá á®áááá á©áááá¢ááá áááá¡ á¡áá ááá áá¡ áá á©ááá.</b>\n\ná¬áá¡áá, áá¡ áá¡á áá á£ááá áááá®ááá áá§á. ááá®ááá, áááááá®á¡áááá á®áá ááááá¡ ášáá¡áá®áá."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "ášááªáááá, á©áááá¢ááá áááá¡ á¡áá ááá áá¡ áá á©áááá¡áá¡"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr "ááááá®áááá á¬áá ááá¢áááá á©ááááá¢ááá áá.\n\ná¥á¡ááááá áááášáá á ášáá¬á§áááá.\n\nááá®ááá ášááááá®áá áá¥áááá á¡ááá£ášáá áá ááá®á£á áá á§áááá á¡á®áá áá ááá ááá."
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr "ááááá®áááá á¬áá ááá¢áááá á©ááááá¢ááá áá"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr "ááááá®ááááá¡ áá¡áá®áá"
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>áá¥áááá Tails-ááá¬á§ááááááá á¬áá ááá¢áááá ááááá®ááá.</b>\n\ná£á¡áá€á áá®ááááá¡ á¡áášá£áááááááá¡ ááá¬ááá, áá ááááá ááááá áá£ááá.\ná®áááá®áá á£ááá ááá£ášááá Tails, á áááá ᪠áá áá®ááá ááá á¡áá áá¥áááá á®ááááá¡áá¬ááááá.\n\náá¡á£á á, á®áááá®áá ááášáááá áá®áááá?"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "á®áááá®áá áááášááá¡ Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "á®áááá®áá ááášáááá áá®áááá"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "á®áááá®áá ááášáááá ááááááááááá"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "ášááªáááá, á¡áá¡á¢áááá¡ á®áááá®áá ááášááááá¡áá¡"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "á¡áá¡á¢áááá¡ á®áááá®áá ááášáááá ááá ááá®áá á®áá"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "ášááªáááá á¥á¡áááá¡ áááášáá áá¡ ááá®á£á ááá¡áá¡"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "á¥á¡áááá¡ áááášáá áá¡ ááá®á£á áá ááá ááá®áá á®áá"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "á¡áá¡á¢ááá áá®ááááá"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>áá¥áááá Tails-ááá¬á§ááááááá áá®ááááá...</b>\n\ná£á¡áá€á áá®ááááá¡ áááááá, á¥á¡ááá áá®áá ááááá áá£ááá."
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>ášááªáááá ááá®áá ááááá®ááááá¡ ááá§áááááá¡áá¡.</b>\\n\\náá¥áááá Tails-ááá¬á§ááááááá á¡áááá áááá¡ ášáááááááá¡ áá á®áááá®áá ááášáááá ášááá«áááá ááá ááá®áá á®ááá¡.\\n\\nááá®ááá ááá°á§áááá áááááááááá¡ file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "ášááªáááá ááááá®ááááá¡ ááá§áááááá¡áá¡"
diff --git a/km.po b/km.po
deleted file mode 100644
index 7d01333b3..000000000
--- a/km.po
+++ /dev/null
@@ -1,236 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Seng Sutha <sutha(a)open.org.kh>, 2014
-# Sokhem Khoem <sokhem(a)open.org.kh>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2014-09-18 21:27-0700\n"
-"PO-Revision-Date: 2014-09-19 09:58+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Khmer (http://www.transifex.com/projects/p/torproject/language/km/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: km\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:146 ../lib/Tails/IUK/Frontend.pm:523
-#: ../lib/Tails/IUK/Frontend.pm:667
-msgid "For debugging information, see /home/amnesia/.xsession-errors"
-msgstr "á
ááááâáááááá¶áâááâááá á»á ááŒáâááŸá /home/amnesia/.xsession-errors"
-
-#: ../lib/Tails/IUK/Frontend.pm:216
-msgid "Error while checking for upgrades"
-msgstr "ááá á»áâáááâáá·áá·áááâáá
áá
á»áááááááá¶á"
-
-#: ../lib/Tails/IUK/Frontend.pm:219
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>áá·áâá¢á¶á
âáááááâáá¶ááŸâáá¶áâáá
áá
á»áááááááá¶áâáážâáááááâááááá¶áâááááâááŸááááá¬ááá</b>\n\náá·áá·áááâáá¶áâáááá¶ááááááá¶áááááâá¢ááá á áŸáá
á¶ááááááŸá Tails á¡áŸááá·áâááŸáááážáááá¶áá¶áâááááŸâáá
áá
á»áááááááá¶áâáááááááá\n\nááŸâáá¶áâáááá á¶ á
áŒááá
file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:234
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "áá·áâáá¶áâáá¶áâááááŸâáá
áá
á»áááááááá¶áâáááááâáááááááá·âáážâáááááááááá¶áâááááâááŸâááááá¶ááâááááâááá"
-
-#: ../lib/Tails/IUK/Frontend.pm:240
-msgid "your device was not created using Tails Installer"
-msgstr "á§áááááâááááâá¢áááâáá·áâááááŒáâáá¶áâáááááŸáâáááâááááŸâ Tails Installer"
-
-#: ../lib/Tails/IUK/Frontend.pm:245
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails ááááŒáâáá¶áâá
á¶ááááááŸáâáážâáážáážááž á¬âá§áááááâáá¶áâááâá¢á¶á"
-
-#: ../lib/Tails/IUK/Frontend.pm:250
-msgid "there is not enough free space on the Tails system partition"
-msgstr "áá·áâáá¶áâááá áâáááááâááááááááá¶ááâááŸâáá¶áâáá¶áâáááááááá Tails "
-
-#: ../lib/Tails/IUK/Frontend.pm:255
-msgid "not enough memory is available on this system"
-msgstr "áá·áâáá¶áââá¢áááá
áá
á¶áâááááááááá¶ááâááŸâááááááááâááá"
-
-#: ../lib/Tails/IUK/Frontend.pm:261
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "áááá¶áâáá¶áâááááááâááááá¶ááâá ááá»áá '%{reason}s' á"
-
-#: ../lib/Tails/IUK/Frontend.pm:281
-msgid "The system is up-to-date"
-msgstr "ááááááááâáá¶ááááááâá áŸá"
-
-#: ../lib/Tails/IUK/Frontend.pm:286
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "áááá Tails á
á¶ááâ á áŸáâá¢á¶á
âáá¶áâáááá á¶ââáá»áááá·áá¶áá"
-
-#: ../lib/Tails/IUK/Frontend.pm:318
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "áá¶áâáá
áá
á»áááááááá¶áâááááááá¶áâáá¶ááá¶á %{space_needed} ááâááá áâáááááâáá
âááŸâáá¶ááá¶áâááááááááâ Tails ááá»ááááâáá¶áâááá áâáá %{free_space} á"
-
-#: ../lib/Tails/IUK/Frontend.pm:334
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "áá¶áâáá
áá
á»áááááááá¶áâáááááâáá¶ááá¶á %{memory_needed} ááâá¢áááá
áá
á¶áââááááá ááá»ááááâáá¶áâááá áâáááááâáá %{free_memory} á"
-
-#: ../lib/Tails/IUK/Frontend.pm:356
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "áá¶áâáá
áá
á»ááááááâááááá ááá»ááááâáááá¶áâáá
áá
á»áááááááá¶áâááááááâá\náá¶âáá·áâááœáâááŸáâá¡áŸáâááá ááŒáâáá¶ááá¶áááââááá á»áá"
-
-#: ../lib/Tails/IUK/Frontend.pm:360
-msgid "Error while detecting available upgrades"
-msgstr "ááá á»áâáááâáááâááááŸáâáá
áá
á»áááááááá¶áâááááá¶á"
-
-#: ../lib/Tails/IUK/Frontend.pm:370
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>á¢áááâááœáâááááŸâáá
áá
á»áááááááá¶áâáá
%{name}s %{version}s á</b>\n\ná
ááááâáááááá¶áâááááááâá¢ááážâááááâáááážâááá á
áŒáâáá
%{details_url}s\n\náá¶âááááŒáâáá¶áâáááááâá¢áá»áá¶áááâá²ááâáá·áâáááááá·áážâáá¶áâááŸáâáá¶ááá¢ááâá¢áá¡á»áâáááâááááŸâáá
áá
á»áááááááá¶áá\náá¶áâáá¶áâááâáá
áá
á»áááááááá¶áâá¢á¶á
âá
ááá¶áâáááâááŒáâáážâáážáâáážâáá¶áážâáá áŒáâáááâáážáâáážâááááá\náá¶áâáâááááá¶áâáá¹áâááááŒáâáá¶áâááááááâááááá¶ááâáážâáá¶áâááâáá
áá
á»áááááá
áá¶áá\n\nááá áâáá¶áâááá %{size}s\n\nááŸâá¢áááâá
ááâááááŸâáá
áá
á»ááááááâá¥á¡áŒáâá¬?"
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade available"
-msgstr "áá¶áâáá
áá
á»áááááááá¶á"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade now"
-msgstr "ááááŸâáá
áá
á»áááááááá¶áâá¥á¡áŒá"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade later"
-msgstr "ááááŸâáá
áá
á»áááááááá¶áâáááááááá"
-
-#: ../lib/Tails/IUK/Frontend.pm:395
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>á¢áááâááœáâááâááááŸâáá
áá
á»áááááááá¶áâáááâááâáá
%{name}s %{version}s á</b>\n\ná
ááááâáááááá¶áâááááááâá¢ááážâááááâáááážâáááâ á
áŒáâáá
%{details_url}s\n\náá¶âáá·áâá¢á¶á
âááááŸâáá
áá
á»áááááááá¶áâáááâáááááâáááááááá·âá§áááááâááááâá¢áááâáá
âááááâáááážâáááá %{explanation}s á\n\nááŸáááážâááááááááâá¢ááážâáá·áážâááááŸâáá
áá
á»áááááááá¶áâáááâáá á
áŒááá
https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:411
-msgid "New version available"
-msgstr "áá¶áâááááâááááž"
-
-#: ../lib/Tails/IUK/Frontend.pm:468
-msgid "Downloading upgrade"
-msgstr "áá¶áááâáá
áá
á»áááááááá¶á"
-
-#: ../lib/Tails/IUK/Frontend.pm:471
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "áááá»áâáá¶áâááâáá
áá
á»áááááááá¶á %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:512
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>áá·áâá¢á¶á
âáá¶áâááâáá
áá
á»ááááááâá</b>\\n\\náá·áá·áááâáá¶áâáááá¶ááâááááá¶áâááááâá¢ááá á áŸáâá
á¶ááááááŸáâ Tails á¡áŸááá·á ááŸáááážâáááá¶áá¶áâááááŸâáá
áá
á»áááááááá¶áâááááâáááá\\n\\nááŸâáá
âááâáá¶áâáááá á¶ á
áŒáâáá
file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:528 ../lib/Tails/IUK/Frontend.pm:547
-msgid "Error while downloading the upgrade"
-msgstr "ááá á»áâááááá¶áááâáá
áá
á»áááááááá¶á"
-
-#: ../lib/Tails/IUK/Frontend.pm:540
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "áá·ááá¶áââá¯ááá¶áâáááááá '%{output_file} á ááá»áááá tails-iuk-get-target-file áá·áâáá¶áâáááá¶á ááŒáâáá¶ááá¶áááâááá á»áá"
-
-#: ../lib/Tails/IUK/Frontend.pm:559
-msgid "Error while creating temporary downloading directory"
-msgstr "ááá á»áâáááâáááááŸáâááâáá¶áááâááááááá¢á¶áááá"
-
-#: ../lib/Tails/IUK/Frontend.pm:562
-msgid "Failed to create temporary download directory"
-msgstr "áá¶áâááá¶áááâáááá»áâáá¶áâáááááŸáâááâáá¶áâáá"
-
-#: ../lib/Tails/IUK/Frontend.pm:574
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>áá¶áâááááŸâáá
áá
á»áááááááá¶áâá§ááááá Tails áááâááááááá</b>\n\nááááááâáá»ááááá·áá¶áâááœáâá
áááœáâááááŒáâáá¶áâáá·áâáá¶âááááááá¢á¶ááááá\ná¢áááâááœáâááâá
á¶ááááááŸá Tails ááááâá¢áááâá¡áŸááá·áââááŸâááááâáááážâá²ááâáá¶áâáá¶ááâáá¶áâáááâá¢á¶á
âááááŸâáá¶áá\n\nááŸâá¢áááâá
ááâá
á¶ááááááŸáâá¡áŸáâáá·áâá¥á¡áŒáâá¬?"
-
-#: ../lib/Tails/IUK/Frontend.pm:579
-msgid "Restart Tails"
-msgstr "á
á¶ááááááŸá Tails á¡áŸááá·á"
-
-#: ../lib/Tails/IUK/Frontend.pm:580
-msgid "Restart now"
-msgstr "á
á¶ááááááŸáâá¡áŸááá·áâá¥á¡áŒá"
-
-#: ../lib/Tails/IUK/Frontend.pm:581
-msgid "Restart later"
-msgstr "á
á¶ááááááŸáâá¡áŸááá·áâáááâááááá"
-
-#: ../lib/Tails/IUK/Frontend.pm:592
-msgid "Error while restarting the system"
-msgstr "ááá á»áâáááâá
á¶ááááááŸáâááááááááâá¡áŸááá·á"
-
-#: ../lib/Tails/IUK/Frontend.pm:595
-msgid "Failed to restart the system"
-msgstr "áá¶áâááá¶áááâáááá»áâáá¶áâá
á¶ááááááŸáâááááááááâá¡áŸááá·á"
-
-#: ../lib/Tails/IUK/Frontend.pm:610
-msgid "Error while shutting down the network"
-msgstr "ááá á»áâáááâáá·áâááááá¶á"
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Failed to shutdown network"
-msgstr "áá¶áâááá¶áááâáááá»áâáá¶áâáá·áâááááá¶á"
-
-#: ../lib/Tails/IUK/Frontend.pm:623
-msgid "Upgrading the system"
-msgstr "ááááŸáá
áá
á»áááááááá¶áâáááááááá"
-
-#: ../lib/Tails/IUK/Frontend.pm:625
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>áááá»áâááááŸâáá
áá
á»áááááááá¶áâá§ááááá Tails ááááâá¢ááá...</b>\n\nááŸáááážâáá»ááááá·áá¶á á¥á¡áŒáâááááá¶áâááááŒáâáá¶áâáá·áá"
-
-#: ../lib/Tails/IUK/Frontend.pm:662
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>ááá á»áâáá¶áâááŸáâá¡áŸáâáááâááá¡áŸáâáá
áá
á»áááááááá¶áá</b>\\n\\ná§ááááá Tails ááááâá¢áááâáááááŒáâá²ááâááœááá»á áá·áâáá·áâá¢á¶á
âá
á¶ááááááŸáâá¡áŸááá·áá\\n\\nááŒáâá¢áá»ááááâáá¶áâáá¶áâáááá¶áâáá
file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid "Error while installing the upgrade"
-msgstr "ááá á»áâáááâááá¡áŸáâáá
áá
á»áááááááá¶á"
diff --git a/ko.po b/ko.po
deleted file mode 100644
index a7261a777..000000000
--- a/ko.po
+++ /dev/null
@@ -1,269 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# ilbe123 <a3057016(a)drdrb.net>, 2014
-# snotree <cknblue(a)gmail.com>, 2017
-# Dr.what <javrick6(a)naver.com>, 2014
-# ë¥ì¢
í, 2015
-# Philipp Sauter <qt123(a)pm.me>, 2018
-# Sangmin Lee <sangminlee7648(a)gmail.com>, 2016
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2019-01-15 12:26+0000\n"
-"Last-Translator: erinm\n"
-"Language-Team: Korean (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "ì 볎륌 ëë²ê¹
íêž° ìíŽì ë€ì ëª
ë ¹ìŽë¥Œ ì€í íìžì: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "ì
ë°ìŽíž ì ê² ì€ ì€ë¥ ë°ì"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Tor ì¹ ì¬ìŽížìì ì
ë°ìŽížë¥Œ íìž í ìê° ììµëë€.</b>\n\në€ížìí¬ ì°ê²°ì íìžíê³ , Tailì ë€ì ììí í ì
ë°ìŽížë¥Œ íìžíŽ ì£Œìžì.\n\n묞ì ê° ê³ì ë°ìí ê²œì° file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html ë¡ ì ìíìžì."
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "ìŽ ë²ì ì ëíŽ ì¹ ì¬ìŽížìì ì¬ì©í ì ìë ìë ì
ê·žë ìŽëë ììµëë€"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "ë¹ì ì ì¥ì¹ë Tails ì€ì¹ íë¡ê·žëšì ì¬ì©íì¬ ìì±ëì§ ìììµëë€"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tailsë DVD ëë ìœêž° ì ì© ì¥ì¹ìì ë¶í
íììµëë€."
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "Tails ìì€í
íí°ì
ì ì¶©ë¶í ê³µê°ìŽ ììµëë€."
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "ì¶©ë¶í ë©ëªšëŠ¬ê° ìŽ ìì€í
ìì ì¬ì©í ì ììµëë€."
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "ìŽì '%{reason}s'ì ëí ì€ëª
ì ì¬ì©í ì ììµëë€."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "ìì€í
ìŽ ìµì ë²ì ì
ëë€"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "íì¬ Tailsê° ìë ë²ì ìŽëŒ 볎ììì ìíìŽ ìì ì ììµëë€."
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr " Tails ì íìí ì
ë°ìŽížë¥Œ íë ë° %{space_needed}s ì íí°ì
ê³µê°ìŽ íìí©ëë€. íì¬ ìí : %{free_space}s ì ë ê³µê° ìì"
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "ì
ë°ìŽížë¥Œ íë ë° %{space_needed}s ì ë©ëªšëЬ ê³µê°ìŽ íìí©ëë€. íì¬ ìí : %{free_space}s ì ë ê³µê° ìì"
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "ì
ë°ìŽížê° ì벜íê² ëì§ ììë€ë©Ž,\në°ìí ë²ê·žë¥Œ ë³Žê³ íŽ ì£Œìžì."
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "ìŽì© ê°ë¥í ì
ê·žë ìŽë륌 ê²ì¶í ë ì€ë¥ê° ë°ìíìµëë€"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>%{name}s %{version}së¡ ì
ê·žë ìŽëíŽìŒí©ëë€.</b>\n\nìŽ ìë¡ìŽ ë²ì ì ëí ììží ëŽì©ì %{details_url}s륌 ìœëë€.\n\nì
ê·žë ìŽëíë ëì ìŽë €ìë 몚ë íë¡ê·žëšì ë«ì ê²ì ê¶ì¥í©ëë€.\nì
ê·žë ìŽë ë€ìŽë¡ëë ëª ë¶ìì ëª ìê° ì ëì ꞎ ìê°ìŽ ê±žëŠŽ ì ììµëë€.\n\në€ìŽë¡ë í¬êž°: %{size}s\n\nì§êž ì
ê·žë ìŽë íìê² ìµëê¹?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "ì
ë°ìŽíž ê°ë¥íš"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "ì§êž ì
ê·žë ìŽë"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "ëì€ì ì
ê·žë ìŽë"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>%{name}s %{version}s ìì ìëìŒë¡ ì
ë°ìŽížë¥Œ íŽìŒ í©ëë€.</b>\n\nì ë²ì ì ëí ììží ì 볎ë %{details_url}s 륌 ì°žê³ íìžì.\n\nìë ì
ë°ìŽížë¡ %{explanation}s 륌 ì ë²ì ìŒë¡ ì
ë°ìŽíž í ì ììµëë€.\n\nìëìŒë¡ ì
ë°ìŽížë¥Œ íìë €ë©Ž https://tails.boum.org/doc/first_steps/upgrade/#manual ì ì°žê³ íìžì."
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "ì ë²ì ìŽì© ê°ë¥"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "ì
ë°ìŽíž ë€ìŽë¡ë"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "%{name}s %{version}së¡ ì
ê·žë ìŽë륌 ë€ìŽë¡ë ì€"
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b> ì
ê·žë ìŽë륌 ë€ìŽë¡ë í ì ììµëë€. </b>\\n\\n ë€ížìí¬ ì°ê²°ì íìžíê³ Tails륌 ë€ì ììíê³ ë€ì ì
ê·žë ìŽë륌 ìëíììì€. \\n\\n 묞ì ê° ì§ìë멎file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.htmlìì¬ììì€"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "ì
ê·žë ìŽë륌 ë€ìŽë¡ëíë ëì ì€ë¥"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "ì¶ë ¥ íìŒ '%{output_file}s'ë 졎ì¬íì§ ìì§ë§ tails-iuk-get-target-fileì ì€ë¥ë¥Œ ë°ííì§ ìììµëë€. ë²ê·žë¥Œ ë³Žê³ íììì€."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "ìì ë€ìŽë¡ë ëë í 늬륌 ìì±íë ì€ì ì€ë¥"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "ìì ë€ìŽë¡ë ëë í 늬륌 ë§ë€ ì ììµëë€."
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>ë€ìŽë¡ë ìë²ë¥Œ ì íí ì ììµëë€.</b>\n\nìŒìŽëìë ìëë ìŒìŽë¯ë¡ ë²ê·žë¡ ë³Žê³ íŽ ì£Œìžì."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "ë€ìŽë¡ë ìë²ë¥Œ ì ííë ì€ ì€ë¥ê° ë°ìíìµëë€."
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr "ì
ê·žë ìŽë ë€ìŽë¡ë ì±ê³µíìµëë€.\n\në€ížìí¬ ì°ê²°ì ë¹íì±íí ê²ì
ëë€.\n\nì ë° ìì
ì ë€ ì ì¥íê³ ëªšë ìŽí늬ìŒìŽì
ë€ì ë«ìŒììì€."
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr "ì
ê·žë ìŽë ë€ìŽë¡ë ì±ê³µ "
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr "ì
ê·žë ìŽë륌 ì ì©"
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Tails ì¥ì¹ê° ì±ê³µì ìŒë¡ ì
ê·žë ìŽëëììµëë€.</b>\n\nìŒë¶ 볎ì êž°ë¥ìŽ ìŒìì ìŒë¡ íŽì ëììµëë€.\nìµëí ë¹ ë¥ž ììŒ ëŽì ìë¡ìŽ ë²ì Tails륌 ë€ì ììíŽìŒí©ëë€.\n\n<i>ì§êž </ i>ë€ì ìì íìê² ìµëê¹?"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "Tails ë€ì ìì"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "ì§êž ë€ì ìì"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "ëì€ì ë€ì ìì"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "ìì€í
ì¬ìì ì€ ì€ë¥ ë°ì"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "ìì€í
ì¬ìì ì€íš"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "ë€ížìí¬ ì¢
ë£ ì€ ì€ë¥ ë°ì"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "ë€ížìí¬ ì¢
ë£ ì€íš"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "ìì€í
ì
ë°ìŽíž ì€"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b> Tails ì¥ì¹ê° ì
ê·žë ìŽëëìŽ ììµëë€ ... </b>\n\ní¹ì 몚륌 볎ììì 묞ì ë¡ ìžíŽ ë€ížìí¹ì ë¹íì±íí©ëë€."
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>ì
ê·žë ìŽë ì€ì¹ ì€ì ì€ë¥ê° ë°ìíìµëë€.</b>\\n\\nTails ì¥ì¹ë ìëŠ¬ê° íìíê³ , ë€ì ììíì§ ëª»í ìë ììµëë€.\\n\\file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.htmlì ì§ìì ë°ë¥Žììì€."
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "ì
ë°ìŽíž ì€ì¹ ì€ ì€ë¥ ë°ì"
diff --git a/lb.po b/lb.po
deleted file mode 100644
index 5dbb34bd2..000000000
--- a/lb.po
+++ /dev/null
@@ -1,248 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Tyler Durden <virii(a)enn.lu>, 2016
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-04-18 12:13+0200\n"
-"PO-Revision-Date: 2017-09-19 22:50+0000\n"
-"Last-Translator: Tyler Durden <virii(a)enn.lu>\n"
-"Language-Team: Luxembourgish (http://www.transifex.com/otf/torproject/language/lb/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: lb\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Féiert folgenden Befehl fir Debugging Informatiounen aus: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr "Feeler beim Iwwerpréiwen vun méiglechen Upgrades"
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Konnt net erausfannen op een Upgrade op eiser WebsÀit do ass.</b>\nIwwerpréift Àr Netzwierk Connectioun a start Tails nei fir ee weideren Upgrade Versuch ze ënnerhuelen.\nWann de Problem dann nach do ass, da gitt op file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "Keen automatescht Upgrade fir dës Versioun ass op eiser WebsÀit disponibel"
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr "Ãrt Medium gouf net mam Tails Installer erstallt"
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails gouf vun enger DVD oder engem read-only Medium gestart"
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr "Et ass net genuch frÀi SpÀicherplaz op der Tails System Partitioun"
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr "Net genuch AarbechtsspÀicher um System"
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Keng ErklÀrung aus folgendem Grond '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr "De System ass aktuell"
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Dës Versioun vun Tails ass net méi aktuell an huet eventuell Problemer mat der Sécherheet."
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "Dat verfÌgbart Upgrade brauch %{space_needed}s frÀi SpÀicherplaz op der Tails System Partitioun mÀ et ass nëmmen %{free_space}s frÀi SpÀicherplaz do."
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "Dat verfÌgbart Upgrade brauch %{memory_needed}s frÀien AarbechtsspÀicher mÀ et ass nëmmen %{free_memory}s frÀien AarbechtsspÀicher do."
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Een inkrementalt Upgrade ass do, mÀ keen komplett.\nDat sollt net geschéien. Mellt wann ech gelift e Feeler."
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr "Feeler beim fannen vun méiglechen Upgrades."
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>Dir sollt op %{name}s %{version}s upgraden.</b>\n\nFir weider Informatiounen iwwert déi nei Versioun, gitt op %{details_url}s\n\nEt ass recommandeiert fir all oppe Programmer wÀhrend dem Upgrade zou ze maachen.\nDen Download vum Upgrade kann eng laang ZÀit daueren. Vun e puer Minutte bis zu e puer Stonnen.\nNetzwierk wÀert no dem Download vum Upgrade desaktivéiert ginn.\n\nDownloadgréisst: %{size}s\n\nWëllt dir elo upgraden?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Upgrade verfÃŒgbar"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Elo upgraden"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Méi spéit upgraden"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Dir sollt een manuellt upgrade op %{name}s %{version}s duerchféieren.</b>\n\nFir weider Informatiounen iwwert déi nei Versioun, gitt op %{details_url}s\n\nEt ass net méiglech een automatescht upgrade vun Àrem Medium op déi nei Versioun duerchzeféieren: %{explanation}s\n\nFir eraus ze fannen, wéi een e manuellt upgrade mécht, gitt op https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Nei Versioun verfÃŒgbar"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Upgrade gëtt erofgelueden"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Upgrade %{name}s %{version}s gëtt erof gelueden..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>D'Upgrade konnt net erofgelueden ginn.</b>\\n\\nIwwerpréift #r Netzwierk Connectioun an start Tails nei fir e neien Upgrade Versuch ze ënnerhuelen.\\n\\nWann de Problem dann nach do ass, gitt op file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Feeler beim Eroflueden vum Upgrade"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Ausgangsdatei '%{output_file}s' existéiert net mÀ tails-iuk-get-target-file beschwéiert sech net. Wann ech gelift mellt e Feeler."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Feeler beim Erstellen vun engem temporÀren Downloaduerdner"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Feeler beim Erstellen vun engem temporÀren Downloaduerdner"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Konnt keen Download Server auswielen</b>\nDat sollt net geschéien. Mellt wann ech gelift e Feeler."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Feeler bei der Auswiel vun engem Downloadserver"
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Ãert Tails Medium gouf erfollegrÀich geupgradet.</b>\n\nVerschidde Sécherheetsfunktioune goufen temporÀr desaktivéiert.\nDir sollt Tails sou séier wéi méiglech nei starten fir déi nei Versioun ze benotzen.\n\nElo nei starten?"
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr "Tails neistarten"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr "Elo neistarten"
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr "Méi spéit neistarten"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr "Feeler beim Neistart vum System"
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr "Konnt de System net nei starten"
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr "Feeler beim Eroffueren vum Netzwierk."
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr "Feeler beim Eroffueren vum Netzwierk."
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr "System gëtt geupgradet"
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Ãert Tails Medium ass dobÀi sech ze upgraden...</b>\n\nAus Sécherheetsgrënn gouf d'Netzwierk desaktivéiert."
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Beim installéieren vum Upgrade gouf et e Feeler.</b>\\n\\nÃert Tails Medium muss gefléckt ginn an ass eventuell net méi an der Lag nei ze starten.\\n\\nKuckt wann ech gelift déi folgend Instruktiounen file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr "Feeler beim installéieren vum Upgrade"
diff --git a/lt.po b/lt.po
deleted file mode 100644
index 326dfb6c2..000000000
--- a/lt.po
+++ /dev/null
@@ -1,265 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Moo, 2015-2019
-# TylQuest, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2019-03-16 19:11+0000\n"
-"Last-Translator: Moo\n"
-"Language-Team: Lithuanian (http://www.transifex.com/otf/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=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "NorÄdami pamatyti derinimo informacijÄ
, įvykdykite Å¡iÄ
komandÄ
: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "Klaida, tikrinant ar yra naujinimų"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Nepavyko nustatyti ar iÅ¡ mÅ«sų svetainÄs yra prieinamas naujinimas.</b>\n\nPatikrinkite savo tinklo ryšį ir iÅ¡ naujo paleiskite Tails, kad pabandytumÄte naujinti dar kartÄ
.\n\nJei problema išlieka, pereikite į file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "Å¡iai versijai, iÅ¡ mÅ«sų svetainÄs nÄra prieinamas automatinis naujinimas"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "jÅ«sų įrenginys nebuvo sukurtas, naudojant Tails diegimo programÄ
"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails buvo paleista iš DVD arba tik skaitymui skirto įrenginio"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "Tails sistemos skaidinyje nepakanka laisvos vietos"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "Å¡ioje sistemoje nÄra prieinama pakankamai atminties"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Prieşastis \"%{reason}s\" neturi prieinamo paaiškinimo."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "Jūsų sistema yra atnaujinta"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Ši Tails versija yra pasenusi ir joje gali būti saugumo problemų."
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "Prieauginis naujinimas reikalauja %{space_needed}s laisvos vietos Tails sistemos skaidinyje, taÄiau yra prieinama tik %{free_space}s."
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "Prieauginis naujinimas reikalauja %{memory_needed}s laisvos atminties, taÄiau yra prieinama tik %{free_memory}s."
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Yra prieinamas prieauginis naujinimas, taÄiau nÄra neprieinamas joks pilnas naujinimas.\nTaip neturÄtų nutikti. PraÅ¡ome praneÅ¡ti apie klaidÄ
."
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "Klaida, aptinkant prieinamus naujinimus"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>TurÄtumÄte atsinaujinti į %{name}s %{version}s.</b>\n\nIÅ¡samesnei informacijai apie Å¡iÄ
naujÄ
versijÄ
, pereikite į %{details_url}s\n\nNaujinimo metu, rekomenduojame uÅŸverti visas kitas programas.\nNaujinimo atsiuntimas gali ilgai uÅŸtrukti, nuo kelių minuÄių iki kelių valandų.\n\nAtsiuntimo dydis: %{size}s\n\nAr norite naujinti dabar?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Prieinamas naujinimas"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Naujinti dabar"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Naujinti vÄliau"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>JÅ«s turÄtumÄte atlikti naujinimÄ
rankiniu bÅ«du į %{name}s %{version}s.</b>\n\nNorÄdami daugiau suÅŸinoti apie Å¡iÄ
naujÄ
jÄ
versijÄ
, apsilankykite %{details_url}s\n\nNÄra įmanoma automatiÅ¡kai naujinti jÅ«sų įrenginio į Å¡iÄ
naujÄ
jÄ
versijÄ
: %{explanation}s.\n\nNorÄdami suÅŸinoti kaip naujinti rankiniu bÅ«du, apsilankykite https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Yra prieinama nauja versija"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "AtsiunÄiamas naujinimas"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "AtsiunÄiamas naujinimas į %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Nepavyko atsisiųsti naujinimo.</b>\\n\\nPatikrinkite savo tinklo ryšį ir iÅ¡ naujo paleiskite Tails, kad pabandytumÄte naujinti dar kartÄ
.\\n\\nJei problema išlieka, pereikite į file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Klaida, atsiunÄiant naujinimÄ
"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "IÅ¡vesties failo '%{output_file}s' nÄra, taÄiau tails-iuk-get-target-file nesiskundÄ. PraÅ¡ome praneÅ¡ti apie klaidÄ
."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Klaida, kuriant laikinÄ
atsiuntimo katalogÄ
"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Nepavyko sukurti laikino atsiuntimo katalogo"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Nepavyko pasirinkti atsiuntimo serverio.</b>\n\nTaip neturÄtų nutikti. PraÅ¡ome praneÅ¡ti apie klaidÄ
."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Klaida, pasirenkant atsiuntimo serverį"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr "Naujinimas buvo sÄkmingai atsisiųstas.\n\nDabar, tinklo ryÅ¡ys bus iÅ¡jungtas.\n\nÄ®siraÅ¡ykite savo darbÄ
ir uÅŸverkite visas kitas programas."
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr "Naujinimas sÄkmingai atsisiųstas"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr "Taikyti naujinimÄ
"
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>JÅ«sų Tails įrenginys buvo sÄkmingai atnaujintas.</b>\n\nKai kurios saugumo ypatybÄs buvo laikinai iÅ¡jungtos.\nJÅ«s turÄtumÄte kaip įmanoma greiÄiau iÅ¡ naujo paleisti į naujÄ
jÄ
Tails versijÄ
.\n\nAr norite paleisti iš naujo dabar?"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "Paleisti Tails išnaujo"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "Paleisti iš naujo dabar"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "Paleisti iÅ¡ naujo vÄliau"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "Ä®vyko klaida paleidÅŸiant iÅ¡naujo sistemÄ
"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "Paleisti išnaujo sistemos nepavyko"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "Klaida, sustabdant tinklÄ
"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "Nepavyko sustabdyti tinklo"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "Naujinama sistema"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Jūsų Tails įrenginys yra naujinamas...</b>\n\nSaugos sumetimais, darbas tinkle, šiuo metu, yra išjungtas."
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Ä®diegiant naujinimÄ
, įvyko klaida.</b>\\n\\nJÅ«sų Tails įrenginys turi bÅ«ti pataisytas ir gali bÅ«ti, kad jam nepavyks bÅ«ti paleistam iÅ¡ naujo.\\n\\nPraÅ¡ome sekti instrukcijas, esanÄias file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "Klaida, įdiegiant naujinimÄ
"
diff --git a/lv.po b/lv.po
deleted file mode 100644
index a8755c172..000000000
--- a/lv.po
+++ /dev/null
@@ -1,249 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Ojars Balcers <ojars.balcers(a)gmail.com>, 2016
-# Ojars Balcers <ojars.balcers(a)gmail.com>, 2014-2015
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-04-18 12:13+0200\n"
-"PO-Revision-Date: 2017-09-19 22:50+0000\n"
-"Last-Translator: Ojars Balcers <ojars.balcers(a)gmail.com>\n"
-"Language-Team: Latvian (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Lai saÅemtu atkČūdoÅ¡anas informÄciju, izpildiet komandu: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr "RadÄs kČūda pÄrbaudot pieejamos jauninÄjumus"
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>NespÄja noteikt vai mÅ«su tÄ«mekÄŒa vietnÄ ir pieejams jauninÄjums.</b>\n\nPÄrbaudiet savu tÄ«kla savienojumu un pÄrstartÄjiet Tails , lai vÄlreiz mÄÄ£inÄtu jauninÄt.\n\nJa problÄma turpinÄs, ejiet uz file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "Å¡ai versijai mÅ«su mÄjaslapÄ nav pieejams automÄtisks jauninÄjums jeb uzlabojums."
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr "jūsu ierīce nav radīta ar Tails Installer"
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails tika palaists no DVD vai tikai lasÄmas ierÄ«ces"
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr "Tails sistÄmas nodalÄ«jumÄ nav pietiekami daudz brÄ«vas vietas"
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr "Å¡ajÄ sistÄmÄ nav pietiekami daudz atmiÅas"
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Nav pieejams skaidrojums iemeslam '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr "SistÄmÄ ir uzstÄdÄ«ti visi jauninÄjumi"
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Å Ä« Tails versija ir novecojusi, un tai var bÅ«t drošības problÄmas."
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "Pieejamam inkrementÄlam jauninÄjumam nepiecieÅ¡ami %{space_needed}s brÄ«vas vietas Tails sistÄmas nodalÄ«jumÄ, tomÄr pieejami ir tikai %{free_space}s."
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "Pieejamam inkrementÄlam jauninÄjumam nepiecieÅ¡ami %{space_needed}s brÄ«vas atmiÅas, tomÄr pieejami ir tikai %{free_space}s."
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Pieejams inkrementÄls jauninÄjums, taÄu nav pieejams pilns jauninÄjums.\nTÄ tam nevajadzÄtu bÅ«t. LÅ«dzu, ziÅojiet par kČūdu."
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr "RadÄs kČūda nosakot pieejamos jauninÄjumus"
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>Jums jÄjaunina uz %{name}s %{version}s.</b>\n\nPapildu informÄcijai par jauno versiju, lasiet %{details_url}s\n\nJauninÄÅ¡anas laikÄ iesakÄm aizvÄrt visas atvÄrtÄs lietotnes.\nJauninajuma lejupielÄde var aizÅemt ilgÄku laiku - sÄkot ar daÅŸÄm minÅ«tÄm lÄ«dz pat daÅŸÄm stundam.\nPÄc jauninÄjuma lejupielÄdes tiks atspÄjota tÄ«kloÅ¡ana.\n\nLejuplÄdes izmÄrs: %{size}s\n\nVai vÄlaties jauninÄt tÅ«liÅ?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Pieejams jauninÄjums"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "JauninÄt tagad"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "JauninÄt vÄlÄk"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Jums manuÄli jÄjaunina uz %{name}s %{version}s.</b>\n\nPapildu informÄcijai par jauno versiju, lasiet %{details_url}s\n\nJÅ«su ierÄ«ci nav iespÄjams automÄtiski jauninÄt uz jauno versiju: %{explanation}s.\n\nLai uzzinÄtu kÄ veikt manuÄlu jauninÄÅ¡anu, atveriet https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Pieejama jauna versija"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "LejuplÄdÄ jauninÄjumu"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "LejuplÄdÄ jauninÄjumu priekÅ¡ %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>NevarÄja lejuplÄdÄt jauninÄjumu.</b>\\n\\nPÄrbaudiet savu tÄ«kla savienojumu un pÄrstartÄjiet Tails , lai vÄlreiz mÄÄ£inÄtu jauninÄt.\\n\\nJa problÄma turpinÄs, ejiet uz file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "RadÄs kČūda lejuplÄdÄjot jauninÄjumu"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "NeeksistÄ izvades datne '%{output_file}s' , taÄu tails-iuk-get-target-file nenorÄdÄ«ja Å¡o problÄmu. LÅ«dzu, ziÅojiet par kČūdu."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "RadÄs kČūda izveidojot pagaidu lejuplÄdes direktoriju"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "NeizdevÄs izveidot pagaidu lejuplÄdes direktoriju"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>NevarÄja izvÄlÄties lejuplÄdes serveri.</b>\n\nTam nevajadzÄtu notikt. LÅ«dzu ziÅojiet par kČūdu."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "KČūda izvÄloties lejuplÄdes serveri."
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>JÅ«su Tails ierÄ«ce ir sekmÄ«gi jauninÄta.</b>\n\nDaÅŸi drošības lÄ«dzekÄŒi tika uz laiku atspÄjoti.\nPÄc iespÄjas drÄ«z pÄrstartÄjiet Tails uz jauno versiju.\n\nVai vÄlaties pÄrstartÄt tagad?"
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr "PÄrstartÄt Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr "PÄrstartÄt tagad"
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr "PÄrstartÄt vÄlÄk"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr "RadÄs kČūda pÄrstartÄjot sistÄmu"
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr "NeizdevÄs pÄrstartÄt sistÄmu"
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr "RadÄs kČūda izslÄdzot tÄ«klu"
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr "NeizdevÄs izslÄgt tÄ«klu"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr "Jaunina sistÄmu"
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>JÅ«su Tails ierÄ«ce tiek jauninÄta...</b>\n\nDrošības apsvÄrumu dÄÄŒ, paÅ¡laik tÄ«kls ir atspÄjots."
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>RadÄs kČūda instalÄjot jauninÄjumu.</b>\\n\\nJÅ«su Tails ierÄ«ce ir jÄlabo, un tai var bÅ«t grÅ«tÄ«bas pÄrstartÄties.\\n\\nLÅ«dzu, sekojiet norÄdÄm file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr "RadÄs kČūda instalÄjot jauninÄjumu"
diff --git a/ms_MY.po b/ms_MY.po
deleted file mode 100644
index b5ba669fd..000000000
--- a/ms_MY.po
+++ /dev/null
@@ -1,267 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# abuyop <abuyop(a)gmail.com>, 2017,2019
-# Celine Yap Suet Ling <celine.sodawine(a)gmail.com>, 2015
-# kz_gtr <kz_gtr(a)yahoo.com>, 2014
-# Mohd Rukhairy Abdul Rahman <rukhairy(a)gmail.com>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2019-04-29 00:52+0000\n"
-"Last-Translator: abuyop <abuyop(a)gmail.com>\n"
-"Language-Team: Malay (Malaysia) (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Untuk maklumat penyahpepijatan, lakukan perintah berikut: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "Ralat ketika memeriksa proses penataran"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Tidak dapat tentukan sama ada penataran sudah tersedia dalam laman sesawang kami.</b>\n\nPeriksan sambungan rangkaian anda, dan mulakan semula Tails untuk cuba menatarnya sekali lagi.\n\nJika masalah masih berlaku, pergi ke file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "tiada penataran automatik tersedia daripada laman sesewang kami bagi versi ini"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "peranti anda tidak dicipta menggunakan Pemasang Tail"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tail bermula dengan sekeping DVD atau peranti baca-sahaja"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "ruang bebas tidak mencukupi di dalam sekatan sistem Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "ingatan tidak mencukupi dalam sistem ini"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Tiada penjelasan tersedia untuk sebab '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "Sistem sudah dikemaskinikan"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Versi Tails ini ketinggalan zaman dan mungkin terdapat masalah keselamatan."
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "Penataran tokokan yang tersedia memerlukan %{space_needed}s dari sejumlah ruang bebas di dalam sekatan sistem Tails, tetapi hanya %{free_space}s yang ada."
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "Penataran tokokan yang tersedia memerlukan %{memory_needed}s dari sejumlah ingatan bebas, tetapi hanya %{free_memory}s yang ada."
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Penataran tokokan sudah tersedia, tetapi tiada penataran penuh.\nIa sepatutnya tidak berlaku. Mohon laporkan pepijat ini/"
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "Ralat ketika mengesan penataran yang tersedia"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>Anda seharusnya tatar ke %{name}s %{version}s.</b>\n\nUntuk maklumat lanjut berkenaan versi baharu ini, pergi ke %{details_url}s\n\nJuga disarankan tutup semua aplikasi yang dibuka ketika penataran berlangsung.\nProses memuat turun penataran mungkin mengambil masa yang lama, dari beberapa minit hinggalah beberapa jam.\n\nSaiz muat turun: %{size}s\n\nAnda mahu menatar sekarang?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Penataran tersedia"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Tatar sekarang"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Tatar kemudian"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Anda seharusnya membuat penataran manual ke %{name}s %{version}s.</b>\n\nUntuk maklumat lanjut berkenaan versi baharu ini, pergi ke %{details_url}s\n\nIni kerana penataran peranti anda secara automatik ke versi baharu adalah mustahil dijalankan: %{explanation}s.\n\nUntuk mengetahui bagaimana hendak melakukan penataran secara manual, sila rujuk https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Versi baharu tersedia"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Memuat turun penataran"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Memuat turun penataran ke %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Penataran tidak dapat dimuat turun.</b>\\n\\nPeriksa sambungan rangkaian anda, dan kemudian mulakan semula Tails untuk cuba menatarnya sekali lagi.\\n\\nJika masalah masih berlaku, pergi ke file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Ralat ketika memuat turun penataran"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Fail output '%{output_file}s' tidak wujud, tetapi tails-iuk-get-target-file tidak memberikan apa-apa tindak balas. Mohon laporkan pepijat ini."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Ralat ketika mencipta direktori muat turun sementara"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Gagal mencipta direktori muat turun sementara"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Tidak dapat memilih pelayan muat turun.</b>\n\nIa tidak sepatutnya berlaku. Mohon laporkan pepijat ini."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Ralat ketika memilih pelayan muat turun"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr "Penataran berjaya dimuat turun.\n\nSambungan rangkaian kini dilumpuhkan.\n\nSila simpan semua kerja anda dan tutup lain-lain aplikasi yang masih terbuka."
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr "Penataran berjaya dimuat turun"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr "Laksana penataran"
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Peranti Tails anda berjaya ditatarkan.</b>\n\nSesetengah fitur keselamatan telah dilumpuhkan buat sementara.\nAnda seharusnya memulakan semula Tails versi baharu ini secepat yang mungkin.\n\nAnda mahu mulakan semula sekarang?"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "Mula Semula Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "Mula semula sekarang"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "Mula semula kemudian"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "Ralat ketika memulakan semula sistem"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "Gagal memulakan semula sistem"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "Ralat ketika mematikan rangkaian"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "Gagal mematikan rangkaian"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "Menatar sistem"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Peranti Tails anda sedang ditatarkan...</b>\n\nAtas sebab keselamatan, rangkaian kini dilumpuhkan."
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Satu ralat berlaku ketika memasang penataran.</b>\\n\\nPeranti Tails anda perlu dibaiki dan tidak berupaya dimulakan semula.\\n\\nSila ikuti arahan di file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "Ralat ketika memasang penataran"
diff --git a/nb.po b/nb.po
deleted file mode 100644
index 56fd3840e..000000000
--- a/nb.po
+++ /dev/null
@@ -1,269 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Aleksandr Bakken <courfazor(a)gmail.com>, 2014
-# Allan NordhÞy <epost(a)anotheragency.no>, 2016-2017
-# Espen Krogsrud Brekken <espbre(a)gmail.com>, 2019
-# 81149148127a5edca7d06dcbfba79969, 2014
-# 4ea9f8151a43bd83aa50e2a598f30349, 2019
-# tyler moss <inactive+protonbeta(a)transifex.com>, 2015
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2019-06-21 11:28+0000\n"
-"Last-Translator: Espen Krogsrud Brekken <espbre(a)gmail.com>\n"
-"Language-Team: Norwegian Bokmål (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "For feilsÞkingsinformasjon, kjÞr fÞlgende kommando: \"sudo tails-debugging-info\""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "Feil under sÞk etter tilgjengelige oppgraderinger"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Kunne ikke avgjÞre hvorvidt en oppgradering er tilgjengelig fra vår nettside.</b>\n\nSjekk nettverksforbindelsen din, start Tails på nytt og forsÞk å oppgradere igjen. \n\nHvis problemet vedvarer, se file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "ingen automatisk oppgradering er tilgjengelig fra nettsiden vår til denne versjonen"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "enheten din ble ikke opprettet med Tails-installasjonskandidaten"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails ble startet fra en DVD eller en skrivebeskyttet enhet"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "det er ikke nok ledig plass på systempartisjonen til Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "ikke nok minne tilgjengelig på systemet"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Ingen forklaring er tilgjengelig fordi '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "Systemet er allerede oppdatert"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Denne versjonen av Tails er utdatert, og kan ha kjente sikkerhetsproblem."
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "Den tilgjengelige trinnvise oppgraderingen krever %{space_needed}s ledig plass på Tails systempartisjon, men det er bare %{free_space}s tilgjengelig."
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "Den tilgjengelige trinnvise oppgraderingen krever %{memory_needed}s ledig minne, men det er bare %{free_memory}s tilgjengelig."
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "En trinnvis oppgradering er tilgjengelig, men ingen full oppgradering. \nDette skal ikke skje. Rapporter feilen. "
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "Feil under sÞk av tilgjengelige oppgraderinger"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>Du bÞr oppgradere til %{name}s %{version}s.</b>\n\nFor mer informasjon om denne nye versjonen, gå til %{details_url}s\n\nDet er anbefalt å avslutte alle åpne programmer under oppgraderingen.\nNedlasting av oppgraderingen kan ta lang tid, alt fra noen minutter til flere timer. \n\nFilstÞrrelse: %{size}s\n\nVil du oppdatere nå?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Oppgradering tilgjengelig"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Oppgrader nå"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Oppgrader senere"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Du bÞr manuelt oppgradere til %{name}s %{version}s.</b>\n\nFor mer informasjon om denne nye versjonen, besÞk %{details_url}s.\n\nDet er ikke mulig å automatisk oppgradere enheten din til denne nye versjonen: %{explanation}s.\n\nFor å lÊre hvordan du oppgraderer manuelt, besÞk https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Ny versjon tilgjengelig"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Laster ned oppgradering"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Laster ned oppgraderingen til %{name}s %{version}sâŠ"
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Oppgraderingen kunne ikke lastes ned.</b>\\n\\nSjekk nettverksforbindelsen din, start Tails på nytt og prÞv å oppgradere igjen.\\n\\nHvis problemet vedvarer, se file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Feil under nedlasting av oppgraderingen"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Utdata filen '%{output_file}s' eksisterer ikke, men tails-iuk-get-target-file klaget ikke. Rapporter feilen."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Feil under oppretting av midlertidig nedlastingsmappe. "
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Oppretting av midlertidig nedlastingsmappe mislyktes"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Kunne ikke finne en nedlastingstjener.</b>\n\nDette skal ikke skje, rapporter som feil."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Feil ved valg av nedlastingstjener"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr "Nedlasting av oppdateringen var vellykket.\n\nNettverkstilkoblingen vil nå bli deaktivert.\n\nLagre arbeidet ditt og lukk alle andre programmer."
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr "Oppgradering ble lastet ned"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr "Bruk oppgradering"
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Din Tails enhet ble oppgradert uten problemer.</b>\n\nNoen sikkerhetsfunksjoner ble midlertidig avskrudd. \nDu bÞr starte Tails på nytt med den nye versjonen snarest mulig. \n\nVil du starte på nytt nå?"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "Omstart av Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "Omstart nå"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "Omstart senere"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "Feil under omstart av systemet"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "Omstart av systemet feilet"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "Feil under avstenging av nettverket"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "Avstenging av nettverket feilet"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "Oppgraderer systemet"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Din Tails-enhet oppgraderesâŠ</b>\n\nAv sikkerhetsmessige Ã¥rsaker, er nettverkforbindelser nÃ¥ avskrudd."
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>En feil oppstod under installering av oppgraderingen</b>\\n\\nDin Tails-enhet må repareres og kan kanskje ikke startes igjen.\\n\\nFÞlg instruksjonene på file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "Feil under installasjon av oppgraderingen"
diff --git a/nl.po b/nl.po
deleted file mode 100644
index d1023a1fc..000000000
--- a/nl.po
+++ /dev/null
@@ -1,274 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# André Koot <meneer(a)tken.net>, 2016
-# bacovane <bart-ts(a)tushmail.com>, 2019
-# cialenhh <c1914502(a)drdrb.com>, 2013
-# Cleveridge <erwin.de.laat(a)cleveridge.org>, 2014
-# Joost Rijneveld <joost(a)joostrijneveld.nl>, 2014
-# Joren Vandeweyer <jorenvandeweyer(a)gmail.com>, 2017
-# Roy Jacobs, 2016
-# Tjeerd <transifex(a)syrion.net>, 2014
-# Tonnes <tonnes.mb(a)gmail.com>, 2019
-# jessesteinen <inactive+jessesteinen(a)transifex.com>, 2013
-# Volluta <volluta(a)tutanota.com>, 2015-2016
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2019-05-15 11:21+0000\n"
-"Last-Translator: Tonnes <tonnes.mb(a)gmail.com>\n"
-"Language-Team: Dutch (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Voor debug-informatie, voer het volgende command uit: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "Fout bij het controleren op upgrades"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Het was niet mogelijk om te bepalen of een bijgewerkte versie beschikbaar is op onze website.</b>\n\nControleer uw netwerkverbinding en start Tails opnieuw op om de upgrade nogmaals te proberen.\n\nAls het probleem aanhoudt, ga dan naar file:///usr/share/doc/tails/website/doc/upgrade/error/check.nl.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "voor deze versie is geen automatische upgrade beschikbaar via onze website"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "Je toestel is niet gecreëerd door middel van de Tails Installer"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails is gestart vanaf een DVD of een read-only apparaat"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "Er is onvoldoende vrije ruimte op het Tails systeem partitie"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "onvoldoende geheugen beschikbaar op dit systeem"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Geen uitleg beschikbaar door '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "Het systeem is up-to-date"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Deze versie van Tails is verouderd, en kan beveiligingsproblemen bevatten."
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "De beschikbare incrementele upgrade vereist %{space_needed}s vrije ruimte op de Tails systeem partitie, maar slechts %{free_space}s is beschikbaar."
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "De beschikbare incrementele upgrade vereist %{memory_needed}s vrije ruimte, maar slechts %{free_memory}s is beschikbaar."
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Een incrementele upgrade is beschikbaar, maar geen volledige upgrade.\nDit zou niet moeten gebeuren. Rapporteer alstublieft een bug."
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "Fout tijdens het detecteren van beschikbare upgrades"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>U zou een upgrade naar %{name}s %{version}s moeten uitvoeren.</b>\n\nGa voor meer informatie over deze nieuwe versie naar %{details_url}s\n\nWe raden aan alle andere toepassingen te sluiten tijdens de upgrade.\nHet downloaden van de upgrade kan lang duren, van enkele minuten tot een paar uur.\n\nDownloadgrootte: %{size}s\n\nWilt u nu upgraden?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Upgrade beschikbaar"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Upgrade nu"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Upgrade later"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Je zult handmatig moeten bijwerken naar %{name}s %{version}s.</b>\n\nMeer informatie over deze nieuwe versie kun je vinden op %{details_url}s.\n\nHet is onmogelijk je toestel automatisch te upgraden naar deze nieuwe versie: %{explanation}s.\n\nVoor uitleg hoe je handmatig bijwerkt, ga je naar https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Nieuwe versie beschikbaar"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Upgrade aan het downloaden"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "De upgrade naar %{name}s %{version}s wordt gedownload..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>De upgrade kon niet gedownload worden.</b>\\n\\nControleer de netwerkverbinding en start Tails opnieuw op om de upgrade nogmaals te proberen.\\n\\nAls het probleem aanhoudt, ga dan naar file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Error tijdens het downloaden van de upgrade"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Outputbestand '%{output_file}s' bestaat niet, maar tails-iuk-get-target-file klaagde niet. Rapporteer alstublieft een bug."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Error tijdens het maken van de tijdelijke download directory"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Maken van tijdelijke download directory mislukt"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Kon geen downloadserver kiezen.</b>\n\nDit hoort niet te gebeuren. Vul a.u.b. een bugreport in."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Fout tijdens het kiezen van downloadserver"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr "De upgrade is gedownload.\n\nDe netwerkverbinding wordt nu uitgeschakeld.\n\nSla uw werk op en sluit alle andere toepassingen."
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr "Upgrade gedownload"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr "Upgrade toepassen"
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Je Tails apparaat is met succes geÃŒpgraded.</b>\n\nSommige beveiligingsopties werden tijdelijk uitgeschakeld.\nJe kunt het beste z.s.m. Tails in de nieuwe versie herstarten.\n\nWil je nu herstarten?"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "Herstart Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "Herstart nu"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "Herstart later"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "Error tijdens het herstarten van het systeem"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "Systeem herstarten mislukt"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "Error tijdens het afsluiten van het netwerk"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "Mislukt om netwerk af te sluiten"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "Systeem aan het upgraden"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Uw Tails apparaat wordt geÃŒpgradet...</b>\n\nOm veiligheidsredenen wordt het netwerk nu uitgeschakeld."
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Er is een fout opgetreden bij het installeren van de upgrade.</b>\\n\\nJe Tails apparaat moet gerepareerd worden en kan mogelijk niet opnieuw opstarten..\\n\\nVolg s.v.p. de instructies op file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "Error tijdens het installeren van de upgrade"
diff --git a/nl_BE.po b/nl_BE.po
deleted file mode 100644
index 5d3d80315..000000000
--- a/nl_BE.po
+++ /dev/null
@@ -1,249 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Joren Vandeweyer <jorenvandeweyer(a)gmail.com>, 2017
-# Katrien Igodt <kigodt(a)gmail.com>, 2015
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-04-18 12:13+0200\n"
-"PO-Revision-Date: 2017-10-30 21:23+0000\n"
-"Last-Translator: Joren Vandeweyer <jorenvandeweyer(a)gmail.com>\n"
-"Language-Team: Dutch (Belgium) (http://www.transifex.com/otf/torproject/language/nl_BE/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: nl_BE\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Voor debug-informatie, voer het volgende command uit: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr "Fout bij het controleren naar updates"
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Het was niet mogelijk om te bepalen of een bijgewerkte versie beschikbaar is op onze website.</b>\n\nControleer uw netwerkverbinding en start Tails opnieuw op om de upgrade nogmaals te proberen.\n\nAls het probleem aanhoudt, ga dan naar file:///usr/share/doc/tails/website/doc/upgrade/error/check.nl.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "Voor deze versie is er geen automatische upgrade beschikbaar op onze website"
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr "uw apparaat werd niet gecreeërd gebruik makende van de Tails Installer"
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails werd gestart vanop een DVD of een read-only apparaat"
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr "er is onvoldoende vrije ruimte op de Tails systeempartitie"
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr "onvoldoende geheugen beschikbaar op dit systeem"
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Geen uitleg beschikbaar door '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr "Het systeem is up-to-date"
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Deze versie van Tails is verouderd en kan beveiligingsproblemen bevatten."
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "De beschikbare incrementele upgrade vereist %{space_needed}s vrije ruimte op de Tails systeem partitie, maar slechts %{free_space}s is beschikbaar."
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "De beschikbare incrementele upgrade vereist %{memory_needed}s vrije ruimte, maar slechts %{free_memory}s is beschikbaar."
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Een incrementele upgrade is beschikbaar, maar geen volledige upgrade.\nDit zou niet moeten gebeuren. Rapporteer alstublieft een bug."
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr "Fout bij het detecteren van beschikbare upgrades"
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "</b>U moet naar %{name}s %{version}s bijwerken.</b>\n\nVoor meer informatie over deze nieuwe versie kunt u naar %{details_url}s gaan.\n\nHet wordt aanbevolen om alle programma's af te sluiten tijdens het bijwerken.\nHet downloaden van de upgrade kan enige tijd duren, verschillend van een paar minuten tot enkele uren.\nAlle netwerken worden uitgeschakeld als de upgrade is gedownload.\n\nBestandsgrootte download: %{size}s\n\nWil je nu bijwerken?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Upgrade beschikbaar"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Nu upgraden"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Later upgraden"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "</b>U zult handmatig moeten bijwerken naar %{name}s %{version}s.</b>\n\nMeer informatie over deze nieuwe versie kunt u vinden op %{details_url}s.\n\nHet is onmogelijk uw toestel automatisch te upgraden naar deze nieuwe versie: %{explanation}s.\n\nVoor uitleg hoe u handmatig bijwerkt, gaat u naar https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Nieuwe versie beschikbaar"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Upgrade aan het downloaden"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "De upgrade aan het downloaden naar %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>De upgrade kon niet gedownload worden.</b>\\n\\nControleer de netwerkverbinding en start Tails opnieuw op om de upgrade nogmaals te proberen.\\n\\nAls het probleem aanhoudt, ga dan naar file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Fout bij het downloaden van de upgrade"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Outputbestand '%{output_file}s' bestaat niet, maar tails-iuk-get-target-file klaagde niet. Rapporteer alstublieft een bug."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Fout bij het aanmaken van een tijdelijke folder voor de download"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Maken van tijdelijke download directory mislukt"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Kon geen download server kiezen.</b>\n\nDit hoort niet te gebeuren. Vul a.u.b. een bug report in."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Fout tijdens het kiezen van download server"
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Uw Tails apparaat is met succes geÃŒpgraded.1\n\nSommige beveiligingsopties werden tijdelijk uitgeschakeld.\nU kunt het beste z.s.m. Tails in de nieuwe versie herstarten.\n\nWilt u nu herstarten?"
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr "Tails herstarten"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr "Herstart nu"
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr "Herstart later"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr "Fout bij het herstarten van het systeem"
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr "Niet in staat het systeem te herstarten"
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr "Fout bij het uitschakelen van het netwerk"
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr "Niet in staat het netwerk uit te schakelen"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr "Het systeem aan het upgraden"
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Uw Tails apparaat wordt geÃŒpgraded...</b>\n\nOm veiligheidsredenen wordt het netwerk nu uitgeschakeld."
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Er is een fout opgetreden bij het installeren van de upgrade.</b>\\n\\nUw Tails apparaat moet gerepareerd worden en kan mogelijk niet opnieuw opstarten..\\n\\nVolg a.u.b. de instructies op file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr "Fout bij het installeren van de upgrade"
diff --git a/pl.po b/pl.po
deleted file mode 100644
index 97eac4cf0..000000000
--- a/pl.po
+++ /dev/null
@@ -1,253 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Aron <aron.plotnikowski(a)cryptolab.net>, 2014
-# Dawid, 2014
-# Dawid, 2014
-# Jakobus Buntownikus <buntownix(a)gmail.com>, 2016
-# Jakub Goldberg <zenji.yamada.nihon(a)gmail.com>, 2015
-# sebx, 2013-2014
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-04-18 12:13+0200\n"
-"PO-Revision-Date: 2017-09-23 19:27+0000\n"
-"Last-Translator: Jakobus Buntownikus <buntownix(a)gmail.com>\n"
-"Language-Team: Polish (http://www.transifex.com/otf/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=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Aby uzyskaÄ informacje o debugowaniu, wywoÅaj nastÄpujÄ
ce polecenie: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr "WystÄ
piÅ bÅÄ
d podczas wyszukiwania dostÄpnych aktualizacji"
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Nie moÅŒna okreÅliÄ, czy aktualizacja jest dostÄpna na naszej stronie internetowej.</b>\n\nSprawdź swoje poÅÄ
czenie internetowe i zrestartuj Tails, aby spróbowaÄ ponowiÄ próbÄ aktualizacji.\n\nJeÅli problem bÄdzie siÄ powtarzaÅ, idź do file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "nie ma dostÄpnych automatycznych aktualizacji na naszej stronie dla tej wersji"
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr "Twoje urzÄ
dzenie nie zostaÅo utworzone przy uÅŒyciu instalatora Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails zostaÅ uruchomiony z pÅyty DVD lub z urzÄ
dzenia tylko do odczytu"
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr "nie ma wystarczajÄ
co wolnego miejsca na partycji systemu Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr "nie ma wystarczajÄ
cej iloÅci pamiÄci na tym systemie"
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Nie ma dostÄpnego wyjaÅnienia dla powodu '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr "System jest aktualny."
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Ta wersja Tails jest nieaktualna i moÅŒe mieÄ problemy z bezpieczeÅstwem."
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "NastÄpujÄ
ca przyrostkowa aktualizacja wymaga %{space_needed}s wolnego miejsca na partycji systemu Tails. Obecnie jest tylko %{free_space}s dostÄpnego miejsca."
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "NastÄpujÄ
ca aktualizacja wymaga %{memory_needed}s wolnej pamiÄci. Obecnie tylko %{free_memory}s jest dostÄpnych."
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Przyrostkowa aktualizacja jest dostÄpna. PeÅna aktualizacja nie jest dostÄpna.\nJeÅli uwaÅŒasz, ÅŒe to bÅÄ
d, prosimy o jego zgÅoszenie."
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr "WystÄ
piÅ bÅÄ
d podczas wyszukiwania dostÄpnych aktualizacji"
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>PowinieneÅ zaktualizowaÄ system do %{name}s %{version}s.</b>\n\nAby uzyskaÄ wiÄcej informacji na temat nowej wersji, idź do %{details_url}s.\n\nZaleca siÄ zamkniÄcie wszystkich otwartych aplikacji w czasie aktualizacji.\nPobieranie aktualizacji moÅŒe zajÄ
Ä sporo czasu, od kilku minut do nawet kilku godzin.\nPoÅÄ
czenie sieciowe zostanie wyÅÄ
czone po pobraniu aktualizacji.\n\nRozmiar pliku do pobrania: %{size}s\n\nCzy chcesz teraz zaktualizowaÄ system?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "DostÄpna aktualizacja"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Aktualizuj teraz"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Aktualizuj później"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>PowinieneÅ wykonaÄ rÄcznÄ
aktualizacjÄ do %{name}s %{version}s.</b>\n\nAby uzyskaÄ wiÄcej informacji na temat nowej wersji, przejdź do %{details_url}s.\n\nNie jest moÅŒliwe automatyczne uaktualnienie Twojego urzÄ
dzenia do nowej wersji: %{explanation}s.\n\nAby dowiedzieÄ siÄ jak rÄcznie zaktualizowaÄ, przejdź do https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Nowa wersja jest dostÄpna"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Pobierania aktualizacji"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Trwa pobieranie aktualizacji do %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Aktualizacja nie mogÅa byÄ pobrana.</b>\\n\\nSprawdź swoje poÅÄ
czenie internetowe i zrestartuj Tails, aby spróbowaÄ ponownie. JeÅli problem bÄdzie siÄ powtarzaÅ idź do file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "WystÄ
piÅ bÅÄ
d podczas pobierania aktualizacji"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Plik wyjÅciowy '%{output_file}s' nie istnieje, ale tails-iuk-get-target-file nie wykryÅ tego. ProszÄ zgÅoÅ bÅÄ
d."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "WystÄ
piÅ bÅÄ
d podczas tworzenia tymczasowego folderu pobierania"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Nie udaÅo siÄ utworzyÄ tymczasowego folderu pobierania"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Nie udaÅo siÄ wybraÄ serwera pobierania</b>\n\nTo nie powinno siÄ zdarzyÄ. ProszÄ zaraportowaÄ bÅÄ
d"
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "BÅÄ
d podczas wybierania serwera pobierania"
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Twój system Tails zostaÅ pomyÅlnie zaktualizowany.</b>\n\nNiektóre funkcje bezpieczeÅstwa zostaÅy tymczasowo wyÅÄ
czone.\nPowinieneÅ zrestartowaÄ Tails na nowej wersji jak najszybciej.\n\nCzy chcesz teraz zrestartowaÄ?"
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr "Zrestartuj Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr "Zrestartuj teraz"
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr "Zrestartuj później"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr "WystÄ
piÅ bÅÄ
d podczas restartowania systemu"
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr "Nie udaÅo siÄ zrestartowaÄ system"
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr "WystÄ
piÅ bÅÄ
d podczas wyÅÄ
czania sieci"
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr "Nie udaÅo siÄ wyÅÄ
czyÄ sieci"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr "Trwa aktualizacja systemu"
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Trwa aktualizacja Tails...</b>\n\nZe wzglÄdów bezpieczeÅstwa poÅÄ
czenie sieciowe jest teraz wyÅÄ
czone."
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>WystÄ
piÅ bÅÄ
d podczas instalacji aktualizacji.</b>\\n\\n\\Twoje urzÄ
dzenie Tails musi byÄ zreperowane. ByÄ moÅŒe system Tails nie bÄdzie mógÅ siÄ w ponownie uruchomiÄ.\\n\\n\\ProszÄ postÄpowaÄ zgodnie z instrukcjami na file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr "WystÄ
piÅ bÅÄ
d podczas aktualizacji"
diff --git a/pt.po b/pt.po
deleted file mode 100644
index ba56e69b8..000000000
--- a/pt.po
+++ /dev/null
@@ -1,256 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# alfalb.as, 2015
-# alfalb_mansil, 2014
-# André Monteiro <andre.monteir(a)gmail.com>, 2014
-# Bruno D. Rodrigues <bruno.rodrigues(a)litux.org>, 2015
-# MS, 2017
-# Manuela Silva <inactive+h_manuela_rodsilva(a)transifex.com>, 2015
-# MS, 2018
-# Pedro Albuquerque <palbuquerque73(a)gmail.com>, 2014
-# Sérgio Marques <smarquespt(a)gmail.com>, 2016
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-08-16 11:16+0200\n"
-"PO-Revision-Date: 2018-10-07 16:04+0000\n"
-"Last-Translator: MS\n"
-"Language-Team: Portuguese (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:523
-#: ../lib/Tails/IUK/Frontend.pm:696
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Para obter informação de depuração, execute o seguinte comando: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:216
-msgid "Error while checking for upgrades"
-msgstr "Ocorreu um erro enquanto procurava por atualizações"
-
-#: ../lib/Tails/IUK/Frontend.pm:219
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Não foi possÃvel determinar se existe uma atualização disponÃvel no nosso sÃtio da Web.</b>\n\nVerifique a sua ligação de rede, e reinicie o Tails para tentar atualizar novamente.\n\nSe o problema persistir, utilize o ficheiro file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:234
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "não está disponÃvel nenhuma atualização automática no nosso sÃtio da web para esta versão"
-
-#: ../lib/Tails/IUK/Frontend.pm:240
-msgid "your device was not created using Tails Installer"
-msgstr "o seu dispositivo não foi criado com o Instalador Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:245
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "O Tails foi iniciado a partir de um DVD ou de um dispositivo só-de-leitura"
-
-#: ../lib/Tails/IUK/Frontend.pm:250
-msgid "there is not enough free space on the Tails system partition"
-msgstr "não existe espaço suficiente na partição do sistema Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:255
-msgid "not enough memory is available on this system"
-msgstr "não tem disponÃvel memória suficiente neste sistema"
-
-#: ../lib/Tails/IUK/Frontend.pm:261
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Nenhuma explicação disponÃvel para o erro '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:281
-msgid "The system is up-to-date"
-msgstr "O sistema está atualizado"
-
-#: ../lib/Tails/IUK/Frontend.pm:286
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Esta versão de Tails está desatualizada, podem haver problemas de segurança."
-
-#: ../lib/Tails/IUK/Frontend.pm:318
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "A atualização disponÃvel requer %{space_needed}s de espaço livre na partição de sistema Tails, mas apenas %{free_space}s está disponÃvel."
-
-#: ../lib/Tails/IUK/Frontend.pm:334
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "A atualização disponÃvel requer %{memory_needed}s de memória livre, mas você apenas dispões de %{free_memory}s."
-
-#: ../lib/Tails/IUK/Frontend.pm:356
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Uma atualização incremental está disponÃvel, mas a total não.\nIsto não devia suceder. Por favor reporte o erro."
-
-#: ../lib/Tails/IUK/Frontend.pm:360
-msgid "Error while detecting available upgrades"
-msgstr "Erro na deteção de atualizações disponÃveis"
-
-#: ../lib/Tails/IUK/Frontend.pm:370
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>Deveria atualizar para %{name}s %{version}s.</b>\n\nPara mais informação sobre esta nova versão, vá para %{details_url}s\n\nRecomenda-se que feche todas as aplicações abertas durante a atualização.\nA transferência da atualização pode demorar algum tempo, desde alguns minutos até algumas horas.\nA rede será desativada depois transferir a atualização.\n\nTamanho do ficheiro: %{size}s\n\nDeseja atualizar agora?"
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade available"
-msgstr "Atualização disponÃvel"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade now"
-msgstr "Atualize agora"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade later"
-msgstr "Atualize mais tarde"
-
-#: ../lib/Tails/IUK/Frontend.pm:395
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Deveria atualizar manualmente para %{name}s %{version}s.</b>\n\nPara mais informação sobre esta nova versão vá a %{details_url}s\n\nNão é possÃvel atualizar automaticamente o seu dispositivo para esta nova versão: %{explanation}s.\n\nPara saber como atualizar manualmente, vá a https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:411
-msgid "New version available"
-msgstr "DisponÃvel nova versão"
-
-#: ../lib/Tails/IUK/Frontend.pm:468
-msgid "Downloading upgrade"
-msgstr "A transferir a atualização"
-
-#: ../lib/Tails/IUK/Frontend.pm:471
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "A transferir a atualização para %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:512
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Não foi possÃvel transferir a atualização.</b>\\n\\nVerifique a sua ligação de rede, e reinicie o Tails para tentar atualizar novamente.\\n\\nSe o problema persistir, utilize o file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:528 ../lib/Tails/IUK/Frontend.pm:547
-msgid "Error while downloading the upgrade"
-msgstr "Erro durante a transferência da atualização"
-
-#: ../lib/Tails/IUK/Frontend.pm:540
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "O ficheiro de saÃda file '%{output_file}s' não existe, mas o tails-iuk-get-target-file não se queixou. Por favor reporte o erro."
-
-#: ../lib/Tails/IUK/Frontend.pm:559
-msgid "Error while creating temporary downloading directory"
-msgstr "Erro ao criar a pasta temporária da transferência"
-
-#: ../lib/Tails/IUK/Frontend.pm:562
-msgid "Failed to create temporary download directory"
-msgstr "Falha ao criar a pasta temporária da transferência"
-
-#: ../lib/Tails/IUK/Frontend.pm:586
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Não foi possÃvel escolher o servidor de transferência.</b>\n\nIsto não deveria acontecer. Por favor, comunique um erro."
-
-#: ../lib/Tails/IUK/Frontend.pm:590
-msgid "Error while choosing a download server"
-msgstr "Erro ao escolher o servidor de transferência"
-
-#: ../lib/Tails/IUK/Frontend.pm:607
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>O seu dispositivo Tails foi atualizado com sucesso.</b>\n\nAlgumas funcionalidades de segurança foram temporariamente desativadas.\nDeve reiniciar o Tails na nova versão o mais breve possÃvel.\n\nDeseja reiniciar agora?"
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Restart Tails"
-msgstr "Reiniciar Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart now"
-msgstr "Reiniciar agora"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart later"
-msgstr "Reiniciar mais tarde"
-
-#: ../lib/Tails/IUK/Frontend.pm:625
-msgid "Error while restarting the system"
-msgstr "Ocorreu um erro durante o reinicio do sistema"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Failed to restart the system"
-msgstr "Não foi possÃvel reiniciar o sistema"
-
-#: ../lib/Tails/IUK/Frontend.pm:643
-msgid "Error while shutting down the network"
-msgstr "Ocorreu um erro ao dsligar a rede"
-
-#: ../lib/Tails/IUK/Frontend.pm:646
-msgid "Failed to shutdown network"
-msgstr "Não foi possÃvel desligar a rede"
-
-#: ../lib/Tails/IUK/Frontend.pm:656
-msgid "Upgrading the system"
-msgstr "A atualizar o sistema"
-
-#: ../lib/Tails/IUK/Frontend.pm:658
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>O seu dispositivo Tails está a ser atualizado...</b>\n\nPor razões de segurança, a rede foi desativada."
-
-#: ../lib/Tails/IUK/Frontend.pm:691
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Ocorreu um erro aquando da instalação da atualização.</b>\\n\\nO seu dispositivo Tails necessita de ser reparado e pode não conseguir reiniciar.\\n\\nPor favor siga as instruções em file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:701
-msgid "Error while installing the upgrade"
-msgstr "Ocorreu um erro durante a instalação da atualização"
diff --git a/pt_PT.po b/pt_PT.po
deleted file mode 100644
index 240a25440..000000000
--- a/pt_PT.po
+++ /dev/null
@@ -1,265 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Manuela Silva <manuelarodsilva(a)gmail.com>, 2019
-# Rui <xymarior(a)yandex.com>, 2019
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2019-06-03 13:43+0000\n"
-"Last-Translator: Manuela Silva <manuelarodsilva(a)gmail.com>\n"
-"Language-Team: Portuguese (Portugal) (http://www.transifex.com/otf/torproject/language/pt_PT/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: pt_PT\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Para obter informação de depuração de erros, execute o seguinte comando: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "Erro enquanto pesquisava por atualizações"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Não foi possÃvel determinar se existe uma atualização disponÃvel no nosso sÃtio da Web.</b>\n\nVerifique a sua ligação de rede e reinicie o Tails para tentar atualizar novamente.\n\nSe o problema persistir, utilize o ficheiro file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "não está disponÃvel nenhuma atualização automática no nosso sÃtio da web para esta versão"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "o seu dispositivo não foi criado com o Instalador Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "O Tails foi iniciado a partir de um DVD ou de um dispositivo só de leitura"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "não existe espaço suficiente na partição do sistema Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "não tem disponÃvel memória suficiente neste sistema"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Nenhuma explicação disponÃvel para o erro '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "O sistema está atualizado"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Esta versão do Tails está desatualizada, e poderá ter problemas de segurança."
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "A atualização disponÃvel requer %{space_needed}s de espaço livre na partição de sistema Tails, mas está disponÃvel apenas %{free_space}s."
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "A atualização disponÃvel requer %{memory_needed}s de memória livre, só está disponÃvel %{free_memory}s."
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Está disponÃvel uma atualização incremental, mas a atualização total não.\nIsto não devia acontecer. Por favor reporte o erro."
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "Erro enquanto detetava as atualizações disponÃveis"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>Deve atualizar para o %{name}s %{version}s.</b>\n\nPara mis informações sobre esta versão, aceda a %{details_url}s\n\nRecomendamos que feche todos os outros programas abertos durante a atualização.\nPode demorar algum tempo o descarregamento da atualização, desde a alguns minutos até horas.\n\nTamanho do descarregamento: %{size}s\n\nQuer atualizar agora?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Atualização disponÃvel"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Atualizar Agora"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Atualizar Mais Tarde"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Devia atualizar manualmente para o %{name}s %{version}s.</b>\n\nPara mais informação sobre esta nova versão aceda a %{details_url}s\n\nNão é possÃvel atualizar automaticamente o seu dispositivo para esta nova versão: %{explanation}s.\n\nPara saber como atualizar manualmente, aceda a https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "DisponÃvel Nova Versão"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "A transferir a atualização"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "A transferir a atualização para %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Não foi possÃvel transferir a atualização.</b>\\n\\nVerifique a sua ligação de rede e reinicie o Tails para tentar atualizar novamente.\\n\\nSe o problema persistir, utilize o file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Erro durante a transferência da atualização"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "O ficheiro de saÃda file '%{output_file}s' não existe, mas o tails-iuk-get-target-file não se queixou. Por favor reporte o erro."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Erro enquanto criava a pasta temporária da transferência"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Não foi possÃvel criar a pasta temporária da transferência"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Não foi possÃvel escolher o servidor de descarregamento.</b>\n\nIsto não deveria acontecer. Por favor, comunique um erro."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Erro ao escolher o servidor de descarregamento"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr "A atualização foi descarregada com sucesso.\n\nA ligação à rede será agora desligada.\n\nPor favor guarde o seu trabalho e feche todos os programas."
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr "Atualização descarregada com sucesso"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr "Aplicar atualização"
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>O seu dispositivo Tails foi atualizado com sucesso.</b>\n\nAlgumas funcionalidades de segurança foram temporariamente desativadas.\nDeve reiniciar o Tails na nova versão o mais breve possÃvel.\n\nDeseja reiniciar agora?"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "Reiniciar Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "Reiniciar Agora"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "Reiniciar Mais Tarde"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "Erro enquanto reiniciava o sistema"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "Não foi possÃvel reiniciar o sistema"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "Erro enquanto desligava a rede"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "Não foi possÃvel desligar a rede"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "A atualizar o sistema"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>O seu dispositivo Tails está a ser atualizado...</b>\n\nPor razões de segurança, a rede foi desativada."
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Ocorreu um erro durante a instalação da atualização.</b>\\n\\nO seu dispositivo Tails necessita de ser reparado e pode não conseguir reiniciar.\\n\\nPor favor siga as instruções em file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "Erro enquanto instalava a atualização"
diff --git a/ru.po b/ru.po
deleted file mode 100644
index 2728385d0..000000000
--- a/ru.po
+++ /dev/null
@@ -1,270 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Evgeny Aleksandrov <5678lutya(a)gmail.com>, 2019
-# Misha Dyachuk <Wikia(a)scryptmail.com>, 2016
-# Oul Gocke <beandonlybe(a)yandex.ru>, 2014
-# tetyana muirhead, 2015
-# Timofey Lisunov <solokot(a)gmail.com>, 2016
-# Uho Lot <yavinav(a)gmail.com>, 2016
-# ÐеÑ
ПвПй ÐЌОÑÑОй <vadmeh(a)yandex.ru>, 2013
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2019-01-07 09:24+0000\n"
-"Last-Translator: Evgeny Aleksandrov <5678lutya(a)gmail.com>\n"
-"Language-Team: Russian (http://www.transifex.com/otf/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=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "ЧÑÐŸÐ±Ñ Ð¿ÑПÑЌПÑÑеÑÑ ÐžÐœÑПÑЌаÑÐžÑ ÐŸÐ± ПÑлаЎке, вÑпПлМОÑе ÑлеЎÑÑÑÑÑ ÐºÐŸÐŒÐ°ÐœÐŽÑ: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "ÐÑОбка пÑПвеÑкО ПбМПвлеМОй"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>ÐÑОбка пÑПвеÑкО ПбМПвлеМОй, Ма МаÑеЌ ÑайÑе.</b>\n\nÐÑПвеÑÑÑе ÑПеЎОМеМОе Ñ ÑеÑÑÑ Ðž пеÑезапÑÑÑОÑе Tails. ÐПÑле, еÑе Ñаз пÑПвеÑÑÑе ПбМПвлеМОÑ.\n\nÐÑлО пÑПблеЌа Ме ÑÑÑÑаМеМа, ÑПгЎа пеÑейЎОÑе пП ÑÑÑлке file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "ÐŽÐ»Ñ ÑÑПй веÑÑОО МеЎПÑÑÑпМП авÑПЌаÑОÑеÑкПе ПбМПвлеМОе Ñ ÐœÐ°ÑегП ÑайÑа"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "ваÑе ÑÑÑÑПйÑÑвП Ме бÑлП ÑПзЎаМП пÑО пПЌПÑО ÑÑÑаМПвÑОка Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails бÑла запÑÑеМа Ñ DVD-ЎОÑка ОлО ÑÑÑÑПйÑÑва, ЎПÑÑÑпМПгП ÑПлÑкП ÐŽÐ»Ñ ÑÑеМОÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "Ма ÑОÑÑеЌМПЌ ÑазЎеле Tails МеЎПÑÑаÑПÑМП ÑвПбПЎМПгП ЌеÑÑа"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "МеЎПÑÑаÑПÑМП паЌÑÑО"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "ÐÐ»Ñ Ð¿ÑОÑÐžÐœÑ '%{reason}s' ÐœÐµÑ ÐŸÐ±ÑÑÑМеМОÑ."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "УÑÑÐ°ÐœÐŸÐ²Ð»ÐµÐœÑ Ð²Ñе ÐŸÐ±ÐœÐŸÐ²Ð»ÐµÐœÐžÑ ÑОÑÑеЌÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "ÐÐ°ÐœÐœÐ°Ñ Ð²ÐµÑÑÐžÑ Tails ÑÑÑаÑела О ÐŒÐŸÐ¶ÐµÑ ÐžÐŒÐµÑÑ Ð¿ÑÐŸÐ±Ð»ÐµÐŒÑ Ð±ÐµÐ·ÐŸÐ¿Ð°ÑМПÑÑО."
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "ÐЌеÑÑееÑÑ ÐŽÐŸÐ¿ÐŸÐ»ÐœÐžÑелÑМПе ПбМПвлеМОе ÑÑебÑÐµÑ %{space_needed}s ÑвПбПЎМПгП пÑПÑÑÑаМÑÑва в ÑОÑÑеЌМПЌ ÑазЎеле Tails, МП ÑПлÑкП %{free_space}s ЎПÑÑÑпМП."
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "ÐЌеÑÑееÑÑ ÐŽÐŸÐ¿ÐŸÐ»ÐœÐžÑелÑМПе ПбМПвлеМОе ÑÑебÑÐµÑ %{memory_needed}s ÑвПбПЎМПй паЌÑÑО, МП ÑПлÑкП %{free_memory}s ЎПÑÑÑпМП."
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "ÐПÑÑÑпМП ÑПлÑкП ЎПпПлМОÑелÑМПе, а Ме пПлМПе ПбМПвлеМОе. ÐÑПгП Ме ЎПлжМП бÑлП пÑПОзПйÑО. СППбÑОÑе Пб ПÑОбке."
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "ÐÑОбка пÑО пПОÑке ЎПÑÑÑпМÑÑ
ПбМПвлеМОй"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "ÐаЌ ÑÑÐŸÐžÑ ÐŸÐ±ÐœÐŸÐ²ÐžÑÑÑÑ ÐŽÐŸ %[name]s %[version]s.\n\nÐÐ»Ñ Ð¿ÐŸÐŽÑПбМПй ОМÑПÑЌаÑОО Пб ÑÑПй МПвПй веÑÑОО пеÑейЎОÑе к %[details_url]s\n\nÐÑ ÑекПЌеМЎÑеЌ ваЌ закÑÑÑÑ ÐŸÑÑалÑМÑе пÑОлПжеМОÑ, пПка бÑÐŽÐµÑ Ð¿ÑПОÑÑ
ПЎОÑÑ ÐŸÐ±ÐœÐŸÐ²Ð»ÐµÐœÐµ\nÐагÑÑзка ÐŸÐ±ÐœÐŸÐ²Ð»ÐµÐœÐžÑ ÐŒÐŸÐ¶ÐµÑ Ð·Ð°ÐœÑÑÑ Ð·ÐœÐ°ÑОÑелÑМПе вÑÐµÐŒÑ â ÐŸÑ ÐœÐµÑкПлÑкОÑ
ЌОМÑÑ ÐŽÐŸ МеÑкПлÑкОÑ
ÑаÑПв.\n\nÐ Ð°Ð·ÐŒÐµÑ ÐŸÐ±ÐœÐŸÐ²Ð»ÐµÐœÐžÑ: %[size]s\n\nÐÑ Ñ
ПÑОÑе вÑпПлМОÑÑ ÐŸÐ±ÐœÐŸÐ²Ð»ÐµÐœÐžÐµ ÑейÑаÑ?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "ÐбМПвлеМОе ЎПÑÑÑпМП"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "ÐбМПвОÑÑ ÑейÑаÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "ÐбМПвОÑÑ Ð¿ÐŸÐ·ÐŽÐœÐµÐµ"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>ÐаЌ МаЎП вÑÑÑМÑÑ ÐŸÐ±ÐœÐŸÐ²ÐžÑÑÑÑ ÐŽÐŸ %{name}s %{version}s.</b>\n\nÐÐ»Ñ Ð¿ÐŸÐ»ÑÑÐµÐœÐžÑ ÐŽÐŸÐ¿ÐŸÐ»ÐœÐžÑелÑМПй ОМÑПÑЌаÑОО Пб ÑÑПй МПвПй веÑÑОО, пеÑейЎОÑе к %{details_url}s\n\nÐбМПвОÑÑ ÐаÑе ÑÑÑÑПйÑÑвП ЎП МПвПй веÑÑОО авÑПЌаÑОÑеÑкО МевПзЌПжМП: %{explanation}s.\n\nЧÑÐŸÐ±Ñ ÑзМаÑÑ, как ÑЎелаÑÑ ÐŸÐ±ÐœÐŸÐ²Ð»ÐµÐœÐžÑ Ð²ÑÑÑМÑÑ, пеÑейЎОÑе к https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "ÐПÑÑÑпМа ÐœÐŸÐ²Ð°Ñ Ð²ÐµÑÑОÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "ÐÐŽÐµÑ Ð·Ð°Ð³ÑÑзка ПбМПвлеМОÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "ÐагÑÑзка ÐŸÐ±ÐœÐŸÐ²Ð»ÐµÐœÐžÑ %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>ÐбМПвлеМОе Ме ÐŒÐŸÐ¶ÐµÑ Ð±ÑÑÑ Ð·Ð°Ð³ÑÑжеМП.</b>\\n\\nÐÑПвеÑÑÑе ÑеÑÑ, О пеÑезапÑÑÑОÑе Tails, ÑÑÐŸÐ±Ñ Ð¿ÐŸÐ¿ÑÑаÑÑÑÑ ÐŸÐ±ÐœÐŸÐ²ÐžÑÑ ÐµÑе Ñаз.\\n\\nÐÑлО пÑПблеЌа ÑПÑ
ÑаМОÑÑÑ, ÑЌПÑÑОÑе file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "ÐÑОбка загÑÑзкО ПбМПвлеМОÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "ÐÑÑ
ПЎМПгП Ñайла '%{output_file}s' Ме ÑÑÑеÑÑвÑеÑ, МП tails-iuk-get-target-file Ме ÑППбÑОл П пÑПблеЌе. ÐПжалÑйÑÑа, ÑППбÑОÑе Пб ПÑОбке."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "ÐÑОбка ÑÐŸÐ·ÐŽÐ°ÐœÐžÑ Ð²ÑеЌеММПй папкО ÐŽÐ»Ñ Ð·Ð°Ð³ÑÑзкО"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "СПзЎаÑÑ Ð²ÑеЌеММÑÑ Ð¿Ð°Ð¿ÐºÑ ÐŽÐ»Ñ Ð·Ð°Ð³ÑÑзкО Ме ÑЎалПÑÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Ðе ÑЎалПÑÑ Ð²ÑбÑаÑÑ ÑеÑÐ²ÐµÑ Ð·Ð°Ð³ÑÑзкО.</b>\n\nÐÑП Ме ЎПлжМП бÑлП ÑлÑÑОÑÑÑÑ. ÐПжалÑйÑÑа, ÑППбÑОÑе Пб ПÑОбке."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "ÐÑОбка пÑО вÑбПÑе ÑеÑвеÑа загÑÑзкО"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr "ÐбМПвлеМОе бÑлП ÑÑпеÑМП загÑÑжеМП.\n\nСеÑевПе ПÑклÑÑеМОе ÑейÑÐ°Ñ Ð±ÑÐŽÐµÑ ÐŸÑклÑÑеМП.\n\nÐПжалÑйÑÑа, ÑПÑ
ÑаМОÑе ÑÐ²ÐŸÑ ÑабПÑÑ Ðž закÑПйÑе вÑе ПÑÑалÑМÑе пÑОлПжеМОÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr "ÐбМПвлеМОе ÑÑпеÑМП загÑÑжеМП"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr "ÐÑОЌеМОÑÑ ÐŸÐ±ÐœÐŸÐ²Ð»ÐµÐœÐžÐµ"
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>ÐаÑе Tails-ÑÑÑÑПйÑÑвП бÑлП ÑÑпеÑМП ПбМПвлеМП.</b>\n\nÐекПÑПÑÑе МаÑÑÑПйкО безПпаÑМПÑÑО бÑлО вÑеЌеММП ПÑклÑÑеМÑ.\nÐÑ ÐŽÐŸÐ»Ð¶ÐœÑ Ð¿ÐµÑезапÑÑÑОÑÑ ÐœÐŸÐ²ÑÑ Ð²ÐµÑÑÐžÑ Tails как ЌПжМП ÑкПÑее.\n\nХПÑОÑе пеÑезапÑÑÑОÑÑ ÑейÑаÑ?"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "ÐеÑезапÑÑÑОÑÑ Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "ÐеÑезапÑÑÑОÑÑ ÑейÑаÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "ÐеÑезапÑÑÑОÑÑ Ð¿ÐŸÐ·ÐŽÐœÐµÐµ"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "ÐÑОбка пÑО пеÑезапÑÑке ÑОÑÑеЌÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "Ðе ÑЎалПÑÑ Ð¿ÐµÑезапÑÑÑОÑÑ ÑОÑÑеЌÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "ÐÑОбка пÑО ПÑклÑÑеМОО ÑеÑО"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "Ðе ÑЎалПÑÑ ÐŸÑклÑÑОÑÑ ÑеÑÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "ÐÐŽÐµÑ ÐŸÐ±ÐœÐŸÐ²Ð»ÐµÐœÐžÐµ ÑОÑÑеЌÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>УÑÑаМавлОваеÑÑÑ ÐŸÐ±ÐœÐŸÐ²Ð»ÐµÐœÐžÐµ Ма ваÑе Tails-ÑÑÑÑПйÑÑвП...</b>\n\nÐ ÑелÑÑ
безПпаÑМПÑÑО ÑеÑÑ ÐŸÑклÑÑеМа."
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>РпÑПÑеÑÑе ÑÑÑаМПвкО ÐŸÐ±ÐœÐŸÐ²Ð»ÐµÐœÐžÑ Ð¿ÑПОзПÑла ПÑОбка.</b>\\n\\nÐаÑе Tails-ÑÑÑÑПйÑÑвП МÑжЎаеÑÑÑ Ð² вПÑÑÑаМПвлеМОО, О, вПзЌПжМП, Ме ÑÐŒÐŸÐ¶ÐµÑ Ð·Ð°Ð¿ÑÑÑОÑÑÑÑ Ð²ÐœÐŸÐ²Ñ.\\n\\nÐПжалÑйÑÑа, ÑлеЎÑйÑе ОМÑÑÑÑкÑОÑÐŒ пП ÑÑÑлке file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "ÐÑОбка ÑÑÑаМПвкО ПбМПвлеМОÑ"
diff --git a/sk.po b/sk.po
deleted file mode 100644
index 2596325fc..000000000
--- a/sk.po
+++ /dev/null
@@ -1,265 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Juraj CigáŠ<kusavica(a)gmail.com>, 2019
-# Roman 'Kaktuxista' Benji <romanbeno273(a)gmail.com>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2019-03-15 23:34+0000\n"
-"Last-Translator: Juraj CigáŠ<kusavica(a)gmail.com>\n"
-"Language-Team: Slovak (http://www.transifex.com/otf/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=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Pre informácie ku diagnostike chÜb, spustite nasledujúci prÃkaz: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "Chyba pri kontrole aktualizácii"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Nebolo moÅŸné zistiÅ¥, Äi je na naÅ¡ej webovej stránke dostupná aktualizácia.</b>\n\nSkontrolujte si vaÅ¡e internetové pripojenie a reÅ¡tartujte Tails za úÄelom ÄalÅ¡ieho pokusu o aktualizáciu.\n\nAk bude problém pretrvávaÅ¥, navÅ¡tÃvte stránku file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "pre túto verziu nie je z našej webovej stránky dostupná şiadna automatická aktualizácia"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "vaše zariadenie nebolo vytvorené pomocou inštalátora Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails bol spustenÜ z DVD alebo zo zariadenia len na ÄÃtanie"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "nie je dostatok voÄŸného miesta na systémovej partÃcii Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "nie je dostatok dostupnej pamÀte na tomto systéme"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Pre dÎvod '%{reason}' nie je dostupnÜ şiadny vysvetğovacà text."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "Systém je aktuálny"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Táto verzia Tails je zastaraná a mÃŽÅŸe obsahovaÅ¥ bezpeÄnostné chyby."
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "Dostupná rozÅ¡irujúca aktualizácia vyÅŸaduje %{space_needed} voÄŸného miesta na systémovej partÃcii Tails, zatiaÄŸ Äo k dispozÃcii je iba %{free_space}."
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "Dostupná rozÅ¡irujúca aktualizácia vyÅŸaduje %{space_needed} voÄŸnej pamÀte, zatiaÄŸ Äo k dispozÃcii je iba %{free_space}."
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Je dostupná rozÅ¡irujúca aktualizácia, ale zato ÅŸiadna úplná.\nToto by sa nemalo stávaÅ¥. ProsÃme, tento bug nahláste."
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "Chyba pri zisÅ¥ovanà dostupnÜch aktualizáciÃ"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>Mali by ste prejsÅ¥ na %{name}s %{version}s.</b>\n\nÄalÅ¡ie informácie o novej verzii nájdete na %{details_url}s\n\nOdporúÄame vám, aby ste poÄas aktualizácie zatvorili vÅ¡etky ostatné aplikácie.\nPreberanie tejto aktualizácie mÃŽÅŸe trvaÅ¥ dlho, od niekoÄŸkÜch minút aÅŸ po hodiny.\n\nVeÄŸkosÅ¥: %{size}s\n\nChcete vykonaÅ¥ aktualizáciu hneÄ teraz?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Je dostupná aktualizácia"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Aktualizovať teraz"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Aktualizovať neskÎr"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Mali by ste vykonaÅ¥ manuálnu aktualizáciu na %{name} %{version}.</b>\n\nÄalÅ¡ie informácie o novej verzii nájdete na %{details_url}\n\nVaÅ¡e zariadenie nie je moÅŸné automaticky aktualizovaÅ¥ na túto novú verziu: %{explanation}\n\nAk sa chcete dozvedieÅ¥, ako manuálne aktualizovaÅ¥ systém, navÅ¡tÃvte stránku https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Je dostupná nová verzia"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Aktualizácia sa preberá"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Preberá sa aktualizácia %{name} %{version}..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Aktualizáciu sa nepodarilo prevziaÅ¥.</b>\\n\\nSkontrolujte vaÅ¡e internetové pripojenie a reÅ¡tartujte Tails za úÄelom ÄalÅ¡ieho pokusu o aktualizáciu.\\n\\nAk bude problém pretrvávaÅ¥, navÅ¡tÃvte stránku file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Chyba pri preberanà aktualizácie"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "VÜstupnÜ súbor â%{output_file}â neexistuje, ale tails-iuk-get-target-file nevydal ÅŸiadnu správu o chybe. ProsÃm, túto chybu nahláste."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Chyba pri vytváranà doÄasného prieÄinka na preberanie"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Nepodarilo sa vytvoriÅ¥ doÄasnÜ prieÄinok na preberanie"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Nebolo moÅŸné zvoliÅ¥ server pre sÅ¥ahovanie</b>\n\nToto by sa nemalo staÅ¥. ProsÃm nahláste chybu."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Chyba pri vÜbere serveru pre prevzatie"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr "Aktualizácia bola úspeÅ¡ne prevzatá.\n\nZariadenie sa odpojà zo siete.\n\nProsÃm, uloÅŸte si svoju prácu a zatvorte vÅ¡etky ostatné aplikácie."
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr "Aktualizácia bola úspešne prevzatá"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr "Aktualizovať"
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>VaÅ¡e Tails zariadenie bolo úspeÅ¡ne aktualizované.</b>\n\nNiektoré bezpeÄnostné funkcie boli doÄasne vypnuté.\nMali by ste reÅ¡tartovaÅ¥ Tails na novú verziu tak skoro, ako to len bude moÅŸné.\n\nChcete reÅ¡tartovaÅ¥ hneÄ teraz?"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "Reštartovať Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "Reštartovať teraz"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "Reštartovať neskÎr"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "Chyba pri reštartovanà systému"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "Nepodarilo sa reštartovať systém"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "Chyba pri odpájanà sa zo siete"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "Nepodarilo sa odpojiť zo siete"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "Systém sa aktualizuje"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>VaÅ¡e Tails zariadenie sa práve aktualizuje...</b>\n\nZ bezpeÄnostnÜch dÃŽvodov sú vÅ¡etky sieÅ¥ové funkcie teraz vypnuté."
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Pri inÅ¡talácii aktualizácie sa objavila chyba.</b>\\n\\nVaÅ¡e Tails zariadenie potrebuje opravu a je moÅŸné, ÅŸe nezvládne reÅ¡tart.\\n\\nProsÃm, riaÄte sa pokynmi na file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "Chyba pri inštalácii aktualizácie"
diff --git a/sk_SK.po b/sk_SK.po
deleted file mode 100644
index eb0603982..000000000
--- a/sk_SK.po
+++ /dev/null
@@ -1,249 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Daša Matúšová, 2016
-# once, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-04-18 12:13+0200\n"
-"PO-Revision-Date: 2017-09-19 22:50+0000\n"
-"Last-Translator: Daša Matúšová\n"
-"Language-Team: Slovak (Slovakia) (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Pre informácie ku diagnostike chÜb, vykonajte nasledujúci prÃkaz: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr "Vyskytla sa chyba pri kontrole aktuálizáciÃ"
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Nepodarilo sa zistiÅ¥, Äi je aktualizácia z naÅ¡ej webstránky dostupná.</b>\n\nSkontrolujte, prosÃm, vaÅ¡e pripojenie, reÅ¡tartujte Tails a skúste systém znova aktualizovaÅ¥.\n\nAk problém pretrváva, otvorte si stránku file:///usr/share/doc/tails/website/doc/upgrade/error/check.sk.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "z našej webstránky nie je pre túto verziu dostupná şiadna automatická aktualizácia"
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr "vaše zariadenie nebolo vytvorené pomocou Tails inštalátora"
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails bol spustenÜ z DVD alebo zo zariadenia iba na ÄÃtanie"
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr "na systémovej partÃcii Tail nie je dostatok voÄŸného miesta"
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr "nedostatok pamÀte v systéme"
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Nie je dostupné şiadne vysvetlenie pre '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr "Systém je plne aktualizovanÜ"
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Táto verzia Tails je zastaraná a mÃŽÅŸe obsahovaÅ¥ bezpeÄnostné problémy."
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "Dostupná prÃrastková aktualizácia vyÅŸaduje %{space_needed}s voÄŸného miesta na systémovej partÃcii Tails, je vÅ¡ak dostupnÜch len %{free_space}s."
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "Dostupná prÃrastková aktualizácia vyÅŸaduje %{memory_needed}s voÄŸnej pamÀte, je vÅ¡ak dostupnÜch len %{free_memory}s."
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Je dostupná prÃrastková aktualizácia, nie vÅ¡ak plná aktualizácia.\nTakáto situácia by nemala nastaÅ¥. Nahláste, prosÃm, chybu."
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr "Vyskytla sa chyba pri zisÅ¥ovanà dostupnÜch aktualizáciÃ"
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>OdporúÄame Vám vykonaÅ¥ aktualizáciu na %{name}s %{version}s.</b>\n\nPre viac informácià o novej verzii, navÅ¡tÃvte %{details_url}s\n\nPoÄas aktualizácie sa odporúÄa ukonÄiÅ¥ vÅ¡etky spustené aplikácie.\nPreberanie aktualizácie mÃŽÅŸe trvaÅ¥ dlhú dobu, od niekoÄŸkÜch minút po niekoÄŸko hodÃn.\nPo prevzatà aktualizácie bude zakázané pripojenie do siete.\n\nVeÄŸkosÅ¥ preberania: %{size}s\n\nPrajete si vykonaÅ¥ aktualizáciu teraz?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Dostupná aktualizácia"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Aktualizovať teraz"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Aktualizovať neskÎr"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>OdporúÄame Vám vykonaÅ¥ manuálnu aktualizáciu na %{name}s %{version}s.</b>\n\nPre viac informácià o novej verzii, navÅ¡tÃvte %{details_url}s\n\nNie je moÅŸné vykonaÅ¥ automatickú aktualizáciu vášho zariadenia na novú verziu: %{explanation}s.\n\nAko vykonaÅ¥ manuálnu aktualizáciu, mÃŽÅŸete zistiÅ¥ na https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Dostupná nová verzia"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Preberanie aktualizácie"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Preberanie aktualizácie %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Aktualizáciu sa nebolo moÅŸné prebraÅ¥.</b>\\n\\nSkontrolujte, prosÃm, vaÅ¡e pripojenie, reÅ¡tartujte Tails a skúste systém znova aktualizovaÅ¥.\\n\\nAk problém pretrváva, otvorte si stránku file:///usr/share/doc/tails/website/doc/upgrade/error/download.sk.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Vyskytla sa chyba poÄas preberania aktualizácie"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "VÜslednÜ súbor '%{output_file}s' neexistuje, ale tails-iuk-get-target-file nevykázal problém. Nahláste, prosÃm, chybu."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Vyskytla sa chyba poÄas vytvárania doÄasného prieÄinku na preberanie"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Nepodarilo sa vytvoriÅ¥ doÄasnÜ prieÄinok na preberanie"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Nebolo moÅŸné zvoliÅ¥ server pre sÅ¥ahovanie</b>\n\nToto by sa nemalo staÅ¥. ProsÃm nahláste chybu."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Chyba pri vÜbere serveru pre sťahovanie"
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>VaÅ¡e Tails zariadenie bolo úspeÅ¡ne aktualizované.</b>\n\nNiektoré bezpeÄnostné funkcie boli doÄasne zakázané.\nOdporúÄame vám Äo najskÃŽr reÅ¡tartovaÅ¥ Tails do novej verzie.\n\nPrajete si reÅ¡tartovaÅ¥ teraz?"
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr "Reštartovať Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr "Reštartovať teraz"
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr "Reštartovať neskÎr"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr "Vyskytla sa chyba poÄas reÅ¡tartovania systému"
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr "Nepodarilo sa reštartovať systém"
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr "Vyskytla sa chyba poÄas odpájania siete"
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr "Nepodarilo sa odpojiť sieť"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr "Aktualizácia systému"
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Prebieha aktualizácia vášho Tails zariadenia...</b>\n\nZ bezpeÄnostnÜch dÃŽvodov je pripojenie do siete zakázané."
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Vyskytla sa chyba poÄas inÅ¡talácie aktualizácie.</b>\\n\\nVaÅ¡e Tails zariadenie vyÅŸaduje opravu a mÃŽÅŸe byÅ¥ neschopné reÅ¡tartu.\\n\\nRiaÄte sa, prosÃm, inÅ¡trukciami na stránke file:///usr/share/doc/tails/website/doc/upgrade/error/install.sk.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr "Vyskytla sa chyba poÄas inÅ¡talácie aktualizácie"
diff --git a/sl_SI.po b/sl_SI.po
deleted file mode 100644
index 54352cd49..000000000
--- a/sl_SI.po
+++ /dev/null
@@ -1,235 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Dušan <dusan.k(a)zoho.com>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2014-10-08 21:09+0200\n"
-"PO-Revision-Date: 2014-10-22 09:16+0000\n"
-"Last-Translator: Dušan <dusan.k(a)zoho.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"
-
-#: ../lib/Tails/IUK/Frontend.pm:146 ../lib/Tails/IUK/Frontend.pm:523
-#: ../lib/Tails/IUK/Frontend.pm:667
-msgid "For debugging information, see /home/amnesia/.xsession-errors"
-msgstr "Za info razhroÅ¡Äevanja poglejte /home/amnesia/.xsession-error"
-
-#: ../lib/Tails/IUK/Frontend.pm:216
-msgid "Error while checking for upgrades"
-msgstr "Napaka med preverjanjem nadgradnje"
-
-#: ../lib/Tails/IUK/Frontend.pm:219
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b> Ni mogoÄe ugotoviti, ali je na voljo nadgradnja na naÅ¡em spletnem mestu. </ b>\n\n\nPreverite omreÅŸno povezavo in ponovno zaÅŸenite Sledi za ponovno nadgradnjo.\n\nÄe teÅŸava ne izgine, pojdite na datoteko: ///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:234
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "ni avtomatske nadgradnje za to verzijo na mašem spletnem mestu"
-
-#: ../lib/Tails/IUK/Frontend.pm:240
-msgid "your device was not created using Tails Installer"
-msgstr "vaÅ¡a naprava ni bila narejena z uporabo nameÅ¡Äevalnika Sledi "
-
-#: ../lib/Tails/IUK/Frontend.pm:245
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Sledi so zagnane iz DVD-ja ali read-only naprave"
-
-#: ../lib/Tails/IUK/Frontend.pm:250
-msgid "there is not enough free space on the Tails system partition"
-msgstr "ni dovolj prostega v sistemski particiji Sledi"
-
-#: ../lib/Tails/IUK/Frontend.pm:255
-msgid "not enough memory is available on this system"
-msgstr "ta sistem nima dovolj spomina"
-
-#: ../lib/Tails/IUK/Frontend.pm:261
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr " Na voljo ni pojasnila iz razloga '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:281
-msgid "The system is up-to-date"
-msgstr "Sistem je najnovejši"
-
-#: ../lib/Tails/IUK/Frontend.pm:286
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Verzija Sledi je zastarela in lahko ima varnostne luknje."
-
-#: ../lib/Tails/IUK/Frontend.pm:318
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "Primarna nadgradnja, ki je na voljo, potrebuje %{space_needed}s od proste particije sistema Sledi, vendar je samo %{free_space}s na razpolago."
-
-#: ../lib/Tails/IUK/Frontend.pm:334
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "Primarna nadgradnja, ki je na voljo, potrebuje %{memory_needed}s prostega spomina, toda samo %{free_memory}s je na razpolago."
-
-#: ../lib/Tails/IUK/Frontend.pm:356
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Primarna nadgradnja, ki je na razpolago ni popolna.\nTo se nebi smelo narediti. SporoÄite hroÅ¡Äa."
-
-#: ../lib/Tails/IUK/Frontend.pm:360
-msgid "Error while detecting available upgrades"
-msgstr "Napaka pri zaznavanju razpoloÅŸljive nadgradnje"
-
-#: ../lib/Tails/IUK/Frontend.pm:370
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>Morali bi nadgraditi v %{name}s %{version}s.</b>\n\nZa veÄ info o tej novi verziji pojdite na %{details_url}s\n\nPriporoÄljivo je zapreti vse odprte programe in aplikacije med nadgradnjo.\nPrenos nadgradnje lahko traja nekaj Äasa, od nekaj minut do par ur.\nOmreÅŸje bo onemogoÄeno po prenosu nadgradnje.\n\nVelikost prenosa: %{size}s\n\nÅœelite nadgraditi sedaj?"
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade available"
-msgstr "RazpoloÅŸljiva nadgradnja"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade now"
-msgstr "Nadgradite sedaj"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade later"
-msgstr "Nadgradite kasneje"
-
-#: ../lib/Tails/IUK/Frontend.pm:395
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Morate roÄno nadgraditi v %{name}s %{version}s.</b>\n\nZa veÄ info o tej verziji pojdite na %{details_url}s\n\nNi mogoÄe avtomatsko nadgraditi vaÅ¡e naprave na to novo verzijo: %{explanation}s.\n\nZa razumevanje kako roÄno namestiti nadgradnjo, pojdite na https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:411
-msgid "New version available"
-msgstr "Nova verzija na razpolago"
-
-#: ../lib/Tails/IUK/Frontend.pm:468
-msgid "Downloading upgrade"
-msgstr "Prenašanje nadgradnje"
-
-#: ../lib/Tails/IUK/Frontend.pm:471
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Prenašanje nadgradnje v %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:512
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Nadgradnjo ni mogoÄe sneti.</b>\\n\\nPreverite povezavo in ponovno zaÅŸenite Sledi za poskus ponovne nadgradnje.\\n\\nÄe teÅŸava ni reÅ¡ena, pojdite na:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:528 ../lib/Tails/IUK/Frontend.pm:547
-msgid "Error while downloading the upgrade"
-msgstr "Napaka pri prenašanju nadgradnje"
-
-#: ../lib/Tails/IUK/Frontend.pm:540
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Izhodna datoteka '%{output_file}s' ne obstoja, toda tails-iuk-get-target-file nima pritoÅŸbe. Prosim sporoÄite hroÅ¡Äa."
-
-#: ../lib/Tails/IUK/Frontend.pm:559
-msgid "Error while creating temporary downloading directory"
-msgstr "Napaka pri ustvarjanju zaÄasnega imenika snemanja"
-
-#: ../lib/Tails/IUK/Frontend.pm:562
-msgid "Failed to create temporary download directory"
-msgstr "NeuspeÅ¡no ustvarjanje zaÄasnega imenika snemanja"
-
-#: ../lib/Tails/IUK/Frontend.pm:574
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>VaÅ¡a naprava Sledi je bila uspeÅ¡no nadgrajena.</b>\n\nNekatere varnostne funkcije so zaÄasno onemogoÄene.\nPonovno morate Äimhitreje zagnati Sledi z novo verzijo.\n\nÅœelite ponovni zagon sedaj?"
-
-#: ../lib/Tails/IUK/Frontend.pm:579
-msgid "Restart Tails"
-msgstr "Ponovni zagon Sledi"
-
-#: ../lib/Tails/IUK/Frontend.pm:580
-msgid "Restart now"
-msgstr "Ponovni zagon sedaj"
-
-#: ../lib/Tails/IUK/Frontend.pm:581
-msgid "Restart later"
-msgstr "Ponovni zagon kasneje"
-
-#: ../lib/Tails/IUK/Frontend.pm:592
-msgid "Error while restarting the system"
-msgstr "Napaka pri ponovnem zagonu"
-
-#: ../lib/Tails/IUK/Frontend.pm:595
-msgid "Failed to restart the system"
-msgstr "Neuspel ponovni zagon"
-
-#: ../lib/Tails/IUK/Frontend.pm:610
-msgid "Error while shutting down the network"
-msgstr "Napaka pri ugašanju omreşja"
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Failed to shutdown network"
-msgstr "Neuspešno ugašanje omreşja"
-
-#: ../lib/Tails/IUK/Frontend.pm:623
-msgid "Upgrading the system"
-msgstr "Nadgradnja sistema"
-
-#: ../lib/Tails/IUK/Frontend.pm:625
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Vaša naprava Sledi je nadgrajena...</b>\n\nIz varnostnih razlogov je omreşje sedaj nedosegljivo."
-
-#: ../lib/Tails/IUK/Frontend.pm:662
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Napaka se je pojavila pri namestitvi nadgradnje.</b>\\n\\nVaÅ¡a naprava Sledi potrebuje popravilo in je mogoÄe ne boste mogli zagnati. \\n\\nProsim sledite navodilom v datoteki:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid "Error while installing the upgrade"
-msgstr "Napaka pri namewstitvi nadgradnje"
diff --git a/sq.po b/sq.po
deleted file mode 100644
index 1bbf8de12..000000000
--- a/sq.po
+++ /dev/null
@@ -1,249 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Bujar Tafili, 2015-2016
-# THick Atmosphere <co404(a)protonmail.ch>, 2018
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-05-07 19:26+0200\n"
-"PO-Revision-Date: 2018-07-23 12:37+0000\n"
-"Last-Translator: THick Atmosphere <co404(a)protonmail.ch>\n"
-"Language-Team: Albanian (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Për informacionin e korrigjimit të gabimeve, ekzekutoni komandën në vijim: sudo bishtin-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr "U has një gabim gjatë kërkimit për përmirësime"
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>S'mund të përcaktohet nëse një përmirësim është i disponueshëm nga webfaqja jonë.</b>\n\nKontrolloni lidhjen tuaj të internetit dhe rinisni Tails, që të përpiqeni ta përmirësoni sërish.\n\nNëse problemi vijon, shkoni tek skedari:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "s'ka përmirësim automatik të disponueshëm në webfaqen tonë, për këtë version "
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr "pajisja juaj s'është krijuar duke përdorur Instaluesin e Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails u nis nga një DVD, ose një pajisje \"vetëm për lexim\""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr "s'ka hapësirë të lirë të mjaftueshme në ndarjen e sistemit Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr "s'ka mjaftueshëm kujtesë të disponueshme në këtë sistem"
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Asnjë shpjegim i mundshëm për shkakun '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr "Sistemi është i përditësuar"
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Ky version i Tails është i vjetruar dhe mund të ketë probleme sigurie."
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "Përmirësimit shtesë të disponueshëm i duhet %{space_needed}s hapësirë e lirë në ndarjen e sistemit Tails, por vetëm %{free_space}s është në dispozicion."
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "Përmirësimit shtesë të disponueshëm i duhet %{memory_needed}s e kujtesës, por vetëm %{free_memory}s është në dispozicion."
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Një përmirësim shtesë është i disponueshëm, por nuk është i gjithë përmirësimi.\nKjo s'do të ndodhë. Ju lutemi raportoni një gabim."
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr "U has një gabim ndërkohë që zbulonim përmirësimet në dispozicion"
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>Duhet ta përmirësoheni me %{name}s %{version}s.</b>\n\npër më shumë informacion rreth këtij versioni të ri, shkoni tek %{details_url}s\n\nRekomandohet që gjatë përmirësimit të mbyllen të gjitha aplikacionet e hapura.\nShkarkimi i përmirësimit mund të hajë pak kohë, nga disa minuta, deri tek pak orë.\nRrejti do të paaftësohet, pasi të shkarkoni përmirësimin.\n\nMadhësia e shkarkimit: %{size}s\n\nDoni ta përmirësoni tani?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Përmirësim i disponueshëm"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Përmirësojeni tani"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Përmirësojeni më vonë"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Duhet të bëni një përmirësim me dorë me %{name}s %{version}s.</b>\n\nPër më shumë informacion rreth këtij versioni të ri, shkoni tek %{details_url}s\n\nS'është e mundur që ta përmirësojmë automatikisht pajisjen tuaj, me këtë version të ri: %{explanation}s.\n\nPër të mësuar sesi të bëni një përmirësim me dorë, shkoni tek https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Versioni i ri është i disponueshëm"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Shkarkimi i përmirësimit"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Duke shkarkuar përmirësimin me %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Përmirësimi s'mund të shkarkohet.</b>\\n\\nKontrolloni lidhjen tuaj të internetit dhe rinisni Tails, që të përpiqeni për të përmirësuar sërish.\\n\\nNëse problemi vijon, shkoni tek skedari:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "U has gabim gjatë shkarkimit të përmirësimit"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Skedari i nxjerrjes '%{output_file}s' s'ekziston, por tails-iuk-get-target-file nuk ankohet. Ju lutem raportoni një gabim."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "U has një gabim gjatë krijimit të direktorisë së përkohshme të shkarkimit"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Dështuam në krijimin e direktorisë së përkohshme të shkarkimit"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "Nuk u gjet një server shkarkimi.\n\n Kjo nuk duhej të ndodhte.Ju lutemi raportoni gabimin"
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Ndodhi një gabimi duke zgjidhur serverin e shkarkimit"
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Pajisja juaj Tails u përmirësua me sukses.</b>\n\nDisa tipare të sigurisë u paaftësuan përkohësisht.\nDuhet ta rinisni Tails në versionin e ri, sa më shpejt të jetë e mundur.\n\nDoni ta rinisni tani?"
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr "Riniseni Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr "Riniseni tani"
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr "Riniseni më vonë"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr "U has një gabim gjatë rinisjes së sitemit"
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr "Dështuam në rinisjen e sistemit"
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr "U has një gabim gjatë mbylljes së rrjetit"
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr "Dështuam në mbylljen e rrjetit"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr "Përmirësimi i sistemit"
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Pajisja juaj Tails po përmirësohet...</b>\n\nPër shkaqe sigurie, tani rrjeti është i paaftësuar."
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>U has një gabim gjatë instalimit të përmirësimit.</b>\\n\\nPajisja juaj Tails duhet të riparohet dhe mund të mos jetë në gjendje që të rinisë.\\n\\nJu lutemi ndiqni instruksionet tek skedari:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr "U has një gabim gjatë instalimit të përmirësimit"
diff --git a/sr.po b/sr.po
deleted file mode 100644
index c73dedb8a..000000000
--- a/sr.po
+++ /dev/null
@@ -1,265 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Aleksa RistiÄ, 2019
-# anon.13 <anon1313131313(a)gmail.com>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2019-07-10 22:46+0000\n"
-"Last-Translator: Aleksa RistiÄ\n"
-"Language-Team: Serbian (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Za informacije o pronalaÅŸenju greÅ¡ki izvrÅ¡ite sledeÄe komande: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "ÐÑеÑка пÑО пÑПвеÑаваÑÑ ÐœÐ°ÐŽÐŸÐ³ÑаЎÑО "
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>ÐОÑе ЌПгÑÑе ÑÑвÑЎОÑО ЎалО Ñе ЎПÑÑÑпМа МаЎПгÑаЎÑа Ñа МаÑег веб-ÑаÑÑа</b>\n\nÐÑеглеЎаÑÑе ваÑÑ ÐºÐŸÐœÐµÐºÑОÑÑ, О ÑеÑÑаÑÑÑÑÑе Ð¢Ð°ÐžÐ»Ñ Ð·Ð° пПкÑÑÐ°Ñ ÐœÐ°ÐŽÐŸÐ³ÑаЎÑе.\n\nÐкП пÑПблеЌ ПÑÑаÑе, ОЎОÑе Ма file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "Na našem sajtu nije dostupna automatska nadogradnja za ovu verziju."
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "VaÅ¡ ureÄaj nije kreiran pomoÄu Tails instalera"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails je pokrenut sa DVD ili drugog read-only ureÄaja"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "nedovoljno slobodnog prostora na Tails sistemskoj particiji"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "nedovoljno memorije na ovom sistemu"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Nema dostupnih objašnjenja iz razloga \"%{reason}s\"."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "СОÑÑеЌ Ñе акÑÑелаМ"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Ðва веÑзОÑа ТаОлÑа Ñе заÑÑаÑела, О ЌПгÑÑе ОЌа безбеЎМПÑМе пÑПблеЌе."
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "ÐПÑÑÑпМа ОМкÑеЌеМÑалМа МаЎПгÑаЎÑа заÑ
Ñева %{space_needed}s ЎПÑÑÑпМПг пÑПÑÑПÑа Ма Ð¢Ð°ÐžÐ»Ñ ÑОÑÑеЌÑÐºÐŸÑ Ð¿Ð°ÑÑОÑОÑО, алО ÑаЌП %{free_space}s Ñе ЎПÑÑÑпМП. "
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "ÐПÑÑÑпМа ОМкÑеЌеМÑалМа МаЎПгÑаЎÑа заÑ
Ñева %{memory_needed}s ÑлПбПЎМПг пÑПÑÑПÑа, алО ÑаЌП %{free_memory}s Ñе ЎПÑÑÑпМП."
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "ÐМкÑеЌеМÑалМа МаЎПгÑаЎÑа Ñе ЎПÑÑÑпМа, алО МеЌа кПЌплеÑМОÑ
МаЎПгÑаЎÑа.\nÐвП МОÑе ÑÑебалП Ўа Ñе ЎеÑО. ÐПлОЌП Ð²Ð°Ñ ÐŽÐ° ÑаПпÑÑОÑе баг."
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "ÐÑеÑка пÑО ПÑкÑОваÑÑ ÐŽÐŸÑÑÑпМОÑ
МаЎПгÑаЎÑа"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>Trebalo bi da nadogradite na %{name}s %{version}s.</b>\n\nZa viÅ¡e informacija o novoj verziji idite na %{details_url}s\n\nPreporuÄujemo da zatvorite sve druge aplikacije tokom nadograÄivanja.\nPreuzimanje nadogradnje moÅŸe potrajati od nekoliko minuta do nekoliko Äasova.\n\nVeliÄina: %{size}s\n\nDa li ÅŸelite da nadogradite odmah?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "ÐаЎПгÑаЎÑа ЎПÑÑÑпМа."
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "ÐаЎПгÑаЎО ПЎЌаÑ
"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "ÐаЎПгÑаЎО каÑМОÑе"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Trebalo bi da nadogradite ruÄno na %{name}s %{version}s.</b>\n\nZa viÅ¡e informacija o novoj verziji idite na %{details_url}s\n\nNije moguÄe automatski izvrÅ¡iti nadogradnju VaÅ¡eg ureÄaja na novu verziju: %{explanation}s\n\nDa biste saznali kako moÅŸete ruÄno nadograditi idite na https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "ÐПва веÑзОÑа пÑОÑÑÑпМа "
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "ÐÑеÑзОЌа Ñе МаЎПгÑаЎÑа"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "ÐÑеÑзОЌаÑе МаЎПгÑаЎÑе за %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Nije moguÄe preuzeti nadogradnju.</b>\n\nProverite VaÅ¡u vezu sa mreÅŸom i ponovo pokrenite Tails kako biste ponovo pokuÅ¡ali nadograÄivanje.\n\nUkoliko se problem ponavlja idite na file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "ÐÑеÑка пÑО пÑеÑзОЌаÑÑ ÐœÐ°ÐŽÐŸÐ³ÑаЎÑе"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Izlazna datoteka \"%{output_file}s\" ne postoji, ali tails-iuk-get-target-file se şali. Molimo prijavite grešku."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "ÐÑеÑка пÑО ÑÑваÑаÑÑ ÐŽÐžÑекÑПÑОÑОе за пÑОвÑеЌеМП пÑеÑзОЌаÑе"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "ÐеÑÑпеÑМП ÑÑваÑаÑе ЎОÑекÑПÑОÑе за пÑОвÑеЌеМП пÑеÑзОЌаÑе "
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Nije moguÄe odabrati server za preuzimanje.</b>\n\nOvo ne bi trebalo da se deÅ¡ava. Molimo prijavite greÅ¡ku."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Greška prilikom biranja servera za preuzimanje"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr "Nadogradnja je uspeÅ¡no preuzeta.\n\nVeza sa mreÅŸom sada Äe biti onemoguÄena.\n\nMolimo saÄuvajte VaÅ¡e radove i zatvorite sve druge aplikacije."
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr "Nadogradnja je uspešno preuzeta."
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr "Primeni nadogradnju"
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>VaÅ¡ Tails ureÄaj je uspeÅ¡no nadograÄen.</b>\n\nPojedine bezbednosne funkcije bile su onemoguÄene.\nTrebalo bi da Å¡to pre ponovo pokrenete Tails."
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "РеÑÑаÑÑÑÑ Ð¢Ð°ÐžÐ»Ñ"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "РеÑÑаÑÑÑÑ ÐŸÐŽÐŒÐ°Ñ
"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "РеÑÑаÑÑÑÑ ÐºÐ°ÑМОÑе"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "ÐÑеÑка пÑО ÑеÑÑаÑÑПваÑÑ ÑОÑÑеЌа"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "ÐеÑÑпеÑМО ÑеÑÑаÑÑ ÑОÑÑеЌа"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "ÐÑеÑка пÑО заÑваÑаÑÑ ÐŒÑеже "
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "ÐÑеÑка пÑО заÑваÑаÑÑ ÐŒÑеже"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "ÐаЎПгÑаЎÑа ÑОÑÑеЌа"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>VaÅ¡ Tails ureÄaj se nadograÄuje...</b>\n\nPovezivanje sa mreÅŸom sada je onemoguÄeno iz bezbednostih razloga."
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>DoÅ¡lo je do greÅ¡ke prilikom instaliranja nadogradnje.</b>\n\nVaÅ¡ Tails ureÄaj potrebno je popraviti i moÅŸda nije moguÄe pokrenuti ga ponovo.\n\nMolimo pratite uputstva na file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "ÐÑеÑка пÑО ОМÑÑалОÑаÑÑ ÐœÐ°ÐŽÐŸÐ³ÑаЎÑе "
diff --git a/sv.po b/sv.po
deleted file mode 100644
index 2a5b9c5bd..000000000
--- a/sv.po
+++ /dev/null
@@ -1,268 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Anders Nilsson <anders(a)devode.se>, 2016
-# Anders Nilsson <anders(a)devode.se>, 2015
-# Jonatan Nyberg, 2017
-# Jonatan Nyberg, 2018-2019
-# WinterFairy <winterfairy(a)riseup.net>, 2013-2014
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2019-05-10 07:26+0000\n"
-"Last-Translator: Jonatan Nyberg\n"
-"Language-Team: Swedish (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "För debuginformation, kör följande kommando: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "Fel vid sökning efter uppgraderingar "
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Kunde inte avgöra om någon uppgradering finns tillgÀnglig från vår hemsida.</b>\n\nKontrollera din nÀtverksanslutning, och starta om Tails för att försöka uppgradera igen.\n\nOm problemet kvarstår, se file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "ingen automatisk uppgradering finns tillgÀnglig från vår hemsida för den hÀr versionen"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "din enhet Àr skapades inte med Tails installerare"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails startades från en DVD eller skrivskyddad enhet"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "dÀr Àr inte tillrÀckligt med ledigt utrymme på Tails systempartition"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "inte tillrÀckligt med anvÀndbart minne på systemet"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Ingen förklaring tillgÀnglig för orsaken \"%{reason}s\"."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "Systemet Àr redan senaste versionen"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Denna version av Tails Àr inte den senaste, och kan innehålla sÀkerhetsproblem."
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "Den tillgÀngliga steguppgraderingen krÀver %{space_needed}s ledigt utrymme på Tails systempartition, men endast %{free_space}s finns tillgÀngligt."
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "Den tillgÀngliga steguppgraderingen krÀver %{memory_needed}s ledigt minne, men endast %{free_memory}s finns tillgÀngligt."
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "En steguppgradering finns tillgÀnglig, men ingen full uppgradering.\nDetta ska inte kunna hÀnda. AnmÀl detta som ett fel."
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "Fel vid sökning efter tillgÀngliga uppgraderingar"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>Du bör uppgradera till %{name}s %{version}s.</b>\n\nFör mer information om den nya versionen, gå till %{details_url}s\n\nVi rekommenderar att du stÀnger alla andra program under uppgraderingen.\nHÀmtning av uppgraderingen kan ta lång tid, från flera minuter till några timmar.\n\nHÀmtningsstorlek: %{size}s\n\nVill du uppgradera nu?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Uppgradering tillgÀnglig"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Uppgradera nu"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Uppgradera senare"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Du bör uppgradera för hand till %{name}s %{version}s.</b>\n\nFör mer information om den hÀr nya versionen, se %{details_url}s\n\nDet Àr inte möjligt att automatiskt uppgradera din enhet till den hÀr nya versionen: %{explanation}s.\n\nFör information om hur du uppgraderar för hand, se https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Ny version tillgÀnglig"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "HÀmtar uppgradering"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "HÀmtar uppgraderingen till %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Uppgraderingen kunde inte hÀmtas.</b>\\n\\nKontrollera din nÀtverksanslutning, och starta om Tails för att försöka uppgradera igen.\\n\\nOm problemet kvarstår, se file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Fel vid hÀmtning av uppgradering"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Utdata filen '%{output_file}s' existerar inte, men tails-iuk-get-target-file klagade inte. AnmÀl detta som ett fel."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Fel vid skapande av temporÀr hÀmtningskatalog"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Misslyckades med att skapa temporÀr hÀmtningskatalog"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Kunde inte vÀlja en nedladdningsserver.</b>\n\nDetta borde inte hÀnda. VÀnligen skicka in en felrapport."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Fel vid val av nedladdningsserver"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr "Uppgraderingen hÀmtades.\n\nNÀtverksanslutningen kommer nu att inaktiveras.\n\nSpara ditt arbete och stÀng alla andra program."
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr "Uppgradering hÀmtad"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr "TillÀmpa uppgradering"
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Din Tails enhet uppgraderades problemfritt.</b>\n\nVissa sÀkerhetsfunktioner blev tillfÀlligt inaktiverade.\nDu borde starta om Tails med den nya versionen snarast möjligt.\n\nVill du starta om nu?"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "Starta om Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "Starta om nu"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "Starta om senare"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "Fel vid omstart av systemet"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "Misslyckades med att starta om systemet"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "Fel vid avstÀngning av nÀtverket"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "Misslyckades med att stÀnga av nÀtverket"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "Uppgraderar systemet"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Din Tails-enhet uppgraderas...</b>\n\nAv sÀkerhetsskÀl Àr nÀtverket nu avstÀngt."
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Ett fel intrÀffade vid installation av uppgraderingen.</b>\\n\\nDin Tails enhet måste repareras och kanske inte kan startas lÀngre.\\n\\nFölj instruktionerna på file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "Fel vid installation av uppgraderingen"
diff --git a/th.po b/th.po
deleted file mode 100644
index 342b8993c..000000000
--- a/th.po
+++ /dev/null
@@ -1,249 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# kanesayan gwangsai <thailand.1.2009.00067.77.9(a)gmail.com>, 2016
-# Soravis Prakkamakul <asunnotthesun(a)gmail.com>, 2017
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-04-18 12:13+0200\n"
-"PO-Revision-Date: 2017-09-19 22:50+0000\n"
-"Last-Translator: Soravis Prakkamakul <asunnotthesun(a)gmail.com>\n"
-"Language-Team: Thai (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "àžªàž³àž«àž£àž±àžàžà¹àžàž¡àž¹àž¥à¹àžàž·à¹àžàžàž²àž£àžàžµàžàž±àž à¹àžà¹àžàž³àžªàž±à¹àž: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr "à¹àžàžŽàžàžà¹àžàžàžŽàžàžàž¥àž²àžàžàžàž°àžàž£àž§àžàž«àž²àžàž²àž£àžàž±àžà¹àžàž£àž"
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>à¹àž¡à¹àžªàž²àž¡àž²àž£àžàžàž£àž§àžàžªàžàžà¹àžà¹àž§à¹àž²àž¡àžµàžàž²àž£àžàž±àžà¹àžàž£àžà¹àž«àž¡à¹àžàžà¹àž§à¹àžà¹àžàžà¹àžàžàžà¹àž£àž²àž«àž£àž·àžà¹àž¡à¹</b>\n\nàžàž£àž§àžàžªàžàžàžàž²àž£à¹àžàž·à¹àžàž¡àžà¹àžà¹àžàž£àž·àžàžà¹àž²àž¢àžàžàžàžàžžàž à¹àž¥à¹àž§à¹àž£àžŽà¹àž¡ Tails à¹àž«àž¡à¹àžàžµàžàžàž£àž±à¹àžà¹àžàž·à¹àžàž¥àžàžàžàž±àžà¹àžàž£àž\n\nàžà¹àž²àž«àž²àžàž¢àž±àžàžàžàžàž±àžàž«àž²à¹àž«à¹à¹àžàž¢àž±àž\nfile:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "à¹àž¡à¹àžàžàžàž²àž£àžàž±àžà¹àžàž£àžàžàž±àžà¹àžàž¡àž±àžàžŽàžàž²àžà¹àž§à¹àžà¹àžàžà¹àžàžàžà¹àž£àž²àžªàž³àž«àž£àž±àžà¹àž§àžàž£à¹àžàž±à¹àžàžàžµà¹"
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr "àžàžžàžàžàž£àžà¹àžàžàžàžàžžàžà¹àž¡à¹à¹àžà¹àžàž¹àžàžªàž£à¹àž²àžà¹àžàž¢àžàž±àž§àžàžŽàžàžàž±à¹àž Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails àžàž¹àžàžàž¹àžàžàž¶à¹àžàžàž²àžàžàžµàž§àžµàžàžµ àž«àž£àž·àžàžàžžàžàžàž£àžà¹ read-only"
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr "àž¡àžµàžàž·à¹àžàžàžµà¹àž§à¹àž²àžàžàž Tails system partition à¹àž¡à¹à¹àžàžµàž¢àžàžàž"
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr "àž«àžà¹àž§àž¢àžàž§àž²àž¡àžàž³àžàžàž£àž°àžàžàžàžµà¹à¹àž¡à¹à¹àžàžµàž¢àžàžàž"
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "à¹àž¡à¹àž¡àžµàžàž³àžàžàžŽàžàž²àž¢àžªàž³àž«àž£àž±àžà¹àž«àžàžžàžàž¥: '%{reason}s'"
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr "àž£àž°àžàžà¹àžà¹àžàž£àžžà¹àžàžàž±àžàžàžžàžàž±àž"
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Tails à¹àž§àžàž£à¹àžàž±à¹àžàžàžµà¹à¹àžà¹àž²à¹àžàžŽàžà¹àž à¹àž¥àž°àžàž²àžàž¡àžµàžàž£àž°à¹àžà¹àžàžàž±àžàž«àž²à¹àžàžµà¹àž¢àž§àžàž±àžàžàž§àž²àž¡àžàž¥àžàžàž àž±àž¢"
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "àžàž²àž£àžàž±àžà¹àžàž£àžà¹àžàž incremental àžàžµà¹àžà¹àžàžàžàž²àž£àžàž·à¹àžàžàžµà¹àž§à¹àž²àž %{space_needed} àžàž Tails system partition à¹àžà¹àžàžàž°àžàžµà¹àž¡àžµàžàž·à¹àžàžàžµà¹àž§à¹àž²àžà¹àžàžµàž¢àž %{free_space}"
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "àžàž²àž£àžàž±àžà¹àžàž£àžà¹àžàž incremental àžàžµà¹àžà¹àžàžàžàž²àž£àž«àžà¹àž§àž¢àžàž§àž²àž¡àžàž³àž§à¹àž²àž %{memory_needed} à¹àžà¹àžàžàž°àžàžµà¹àž¡àžµàž«àžà¹àž§àž¢àžàž§àž²àž¡àžàž³àž§à¹àž²àžà¹àžàžµàž¢àž %{free_memory}"
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "àžàžàžàž²àž£àžàž±àžà¹àžàž£àžà¹àžàž incremental à¹àžà¹à¹àž¡à¹àžàžàžàž²àž£àžàž±àžà¹àžàž£àžà¹àžàžà¹àžà¹àž¡\nàžàž£àžàžµàžàžµà¹à¹àž¡à¹àžàž§àž£à¹àžàžŽàžàžàž¶à¹àž àžàž£àžžàžàž²àžàž³àžàž²àž£à¹àžà¹àžàžàž±à¹àž"
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr "àžàžàžà¹àžàžàžŽàžàžàž¥àž²àžàžàžàž°àžàž£àž§àžàž«àž²àžàž²àž£àžàž±àžà¹àžàž£àž"
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>àžàžžàžàžàž§àž£àžàž±àžà¹àžàž£àžàžªàž¹à¹ %{name}s %{version}s.</b>\nàžªàž³àž«àž£àž±àžàž£àž²àž¢àž¥àž°à¹àžàžµàž¢àžà¹àžàžµà¹àž¢àž§àžàž±àžà¹àž§àžàž£à¹àžàž±à¹àžà¹àž«àž¡à¹àžàžµà¹ à¹àžàž¢àž±àž %{details_url}s\n\nàžàžžàžàžàž§àž£àžàžŽàžà¹àžàžàžàž¥àžŽà¹àžàžàž±à¹àžàžàžµà¹à¹àžàžŽàžàžàž¢àž¹à¹àžàž±à¹àžàž«àž¡àžàžàžàž°àžàž³àžàž²àž£àžàž±àžà¹àžàž£àž\nàžàž²àž£àžàž²àž§àžà¹à¹àž«àž¥àžàžàž±àžà¹àžàž£àžàžàž²àžà¹àžà¹à¹àž§àž¥àž²àžàž²àž àžàž±à¹àžà¹àžà¹à¹àž¡à¹àžàžµà¹àžàž²àžàžµ à¹àžàžàžàžàž¶àžàž«àž¥àž²àž¢àžàž±à¹àž§à¹àž¡àž\nàžàž²àž£à¹àžàž·à¹àžàž¡àžà¹àžà¹àžàž£àž·àžàžà¹àž²àž¢àžàž°àžàž¹àžàžàžŽàžà¹àžà¹àžàž²àžàž«àž¥àž±àžàžàž²àž£àžàž²àž§àžà¹à¹àž«àž¥àž\n\nàžàžàž²àžà¹àžàž¥à¹àžàž²àž§àžà¹à¹àž«àž¥àž: %{size}\n\nàžàžžàžàžà¹àžàžàžàž²àž£àžàž±àžà¹àžàž£àžà¹àž¥àž¢àž«àž£àž·àžà¹àž¡à¹?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "àž¡àžµàžàž±àžà¹àžàž£àžà¹àž«àž¡à¹àžàž£à¹àžàž¡àžàžŽàžàžàž±à¹àž"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "àžàž±àžà¹àžàž£àžà¹àžàžµà¹àž¢àž§àžàžµà¹"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "àžàž±àžà¹àžàž£àžàž àž²àž¢àž«àž¥àž±àž"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>àžàžžàžàžàž§àž£àžàž±àžà¹àžàž£àžà¹àžàžà¹àž¡àžàž§àž¥à¹àžàž¢àž±àž %{name}s %{version}s.</b>\n\nàžªàž³àž«àž£àž±àžàž£àž²àž¢àž¥àž°à¹àžàžµàž¢àžà¹àžàžµà¹àž¢àž§àžàž±àžà¹àž§àžàž£à¹àžàž±à¹àžà¹àž«àž¡à¹àžàžµà¹ à¹àžàžàžµà¹ %{details_url}s\n\nà¹àž¡à¹àžªàž²àž¡àž²àž£àžàžàž±àžà¹àžàž£àžàžàžžàžàžàž£àžà¹àžàžàžàžàžžàžà¹àžàž¢àž±àžà¹àž§àžàž£à¹àžàž±à¹àžà¹àž«àž¡à¹à¹àžàž¢àžàž±àžà¹àžàž¡àž±àžàžŽà¹àžà¹: %{explanation}s\n\nàžªàž³àž«àž£àž±àžàž§àžŽàžàžµàžàž±àžà¹àžàž£àžà¹àžàžà¹àž¡àžàž§àž¥ à¹àžàžàžµà¹ https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "àžàžà¹àž§àžàž£à¹àžàž±à¹àžà¹àž«àž¡à¹"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "àžàž³àž¥àž±àžàžàž²àž§àžà¹à¹àž«àž¥àžàžàž²àž£àžàž±àžà¹àžàž£àž"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "àžàž³àž¥àž±àžàžàž²àž§àžà¹à¹àž«àž¥àžàžàž²àž£àžàž±àžà¹àžàž£àžàžªàž¹à¹ %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>à¹àž¡à¹àžªàž²àž¡àž²àž£àžàžàž²àž§àžà¹à¹àž«àž¥àžàžàž²àž£àžàž±àžà¹àžàž£àžà¹àžà¹</b>\\n\\nàžàž£àž§àžàžªàžàžàžàž²àž£à¹àžàž·à¹àžàž¡àžà¹àžà¹àžàž£àž·àžàžà¹àž²àž¢àžàžàžàžàžžàž à¹àž¥à¹àž§àžàž³àžàž²àž£àž£àžµàžªàžàž²àž£à¹àž Tails à¹àž¥à¹àž§àž¥àžàžàžàž±àžà¹àžàž£àžà¹àž«àž¡à¹àžàžµàžàžàž£àž±à¹àž\\n\\nàž«àž²àžàž¢àž±àžàžàžàžàž±àžàž«àž² à¹àž«à¹à¹àžàž¢àž±àž file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "àžàžàžà¹àžàžàžŽàžàžàž¥àž²àžàžàžàž°àžàž³àž¥àž±àžàžàž²àž§àžà¹à¹àž«àž¥àžàžàž±àžà¹àžàž£àž"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "à¹àž¡à¹àžàžà¹àžàž¥à¹àžàž¥àž¥àž±àžàžà¹ '%{output_file}s' à¹àžà¹àžàž³àžªàž±à¹àž tails-iuk-get-target-file à¹àž¡à¹à¹àžà¹àžàžà¹àžàžàžŽàžàžàž¥àž²àž à¹àžàž£àžàžàž³àžàž²àž£à¹àžà¹àžàžàž±à¹àž"
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "àžàžàžà¹àžàžàžŽàžàžàž¥àž²àžàžàžàž°àžªàž£à¹àž²àžà¹àžà¹àž£àžàžàžàž£àžµà¹àžàž·à¹àžàžàž²àž§àžà¹à¹àž«àž¥àžàžàž±à¹àž§àžàž£àž²àž§"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "àžàž²àž£àžªàž£à¹àž²àžà¹àžà¹àž£àžàžàžàž£àžµàžàž±à¹àž§àžàž£àž²àž§à¹àžàž·à¹àžàžàž²àž§àžà¹à¹àž«àž¥àžàž¥à¹àž¡à¹àž«àž¥àž§"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>à¹àž¡à¹àžªàž²àž¡àž²àž£àžà¹àž¥àž·àžàžà¹àžàžàž£à¹à¹àž§àžàž£à¹à¹àžàžàž²àž£àžàž²àž§àžà¹à¹àž«àž¥àž</b>\n\nàžàž£àžàžµàžàžµà¹à¹àž¡à¹àžàž§àž£à¹àžàžŽàžàžàž¶à¹àž àžàž£àžžàžàž²àžàž³àžàž²àž£à¹àžà¹àžàžàž±à¹àž"
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "àžàžàžà¹àžàžàžŽàžàžàž¥àž²àžàžàžàž°à¹àž¥àž·àžàžà¹àžàžàž£à¹à¹àž§àžàž£à¹à¹àžàžàž²àž£àžàž²àž§àžà¹à¹àž«àž¥àž"
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>àžàžžàžàžàž£àžà¹ Tails àžàž¹àžàžàž±àžà¹àžàž£àžà¹àž¥à¹àž§àžàž¢à¹àž²àžà¹àžªàž£à¹àžàžªàž¡àžàž¹àž£àžà¹</b>\n\nàžàžµà¹àžàžàž£à¹àžàž§àž²àž¡àžàž¥àžàžàž àž±àž¢àžàž²àžàžàž¢à¹àž²àžà¹àžà¹àžàž¹àžàžàžŽàžà¹àžà¹àžàž²àžàžàž±à¹àž§àžàžàž°\nàžàžžàžàžàž§àž£àžàž³àžàž²àž£à¹àž£àžŽà¹àž¡àžà¹àž Tailsà¹àž«àž¡à¹àžàžà¹àž§àžàž£à¹àžàž±à¹àžà¹àž«àž¡à¹àžàž±àžàžàžµ\n\nà¹àž£àžŽà¹àž¡àžà¹àžà¹àž«àž¡à¹à¹àž¥àž¢àž«àž£àž·àžà¹àž¡à¹?"
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr "à¹àž£àžŽà¹àž¡àžà¹àž Tails à¹àž«àž¡à¹à¹àžàžµà¹àž¢àž§àžàžµà¹"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr "à¹àž£àžŽà¹àž¡àžà¹àžà¹àž«àž¡à¹à¹àžàžµà¹àž¢àž§àžàžµà¹"
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr "à¹àž£àžŽà¹àž¡àžà¹àžà¹àž«àž¡à¹à¹àžàž àž²àž¢àž«àž¥àž±àž"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr "àžàžàžà¹àžàžàžŽàžàžàž¥àž²àžàžàžàž°àžàž³àž¥àž±àžà¹àž£àžŽà¹àž¡àžà¹àžà¹àž«àž¡à¹"
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr "àžàž²àž£à¹àž£àžŽà¹àž¡àžà¹àžà¹àž«àž¡à¹àž¥à¹àž¡à¹àž«àž¥àž§"
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr "àžàžàžà¹àžàžàžŽàžàžàž¥àž²àžàžàžàž°àžàž³àžàž²àž£àžàžŽàžà¹àžàž£àž·àžàžà¹àž²àž¢"
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr "àžàž²àž£àžàžŽàžà¹àžàž£àž·àžàžà¹àž²àž¢àž¥à¹àž¡à¹àž«àž¥àž§"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr "àžàž³àž¥àž±àžàžàž±àžà¹àžàž£àžàž£àž°àžàž"
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>àžàžžàžàžàž£àžà¹ Tails àžàžàžàžàžžàžàžàž³àž¥àž±àžàžàž¹àžàžàž±àžà¹àžàž£àž...</b>\n\nàž£àž°àžàžà¹àžàž£àž·àžàžà¹àž²àž¢àžàž°àžàž¹àžàžàžŽàžà¹àžà¹àžàž²àžà¹àžàž£àž²àž°à¹àž«àžàžžàžàž¥àžà¹àž²àžàžàž§àž²àž¡àžàž¥àžàžàž àž±àž¢"
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>àžàžàžà¹àžàžàžŽàžàžàž¥àž²àžàžàžàž°àžàžŽàžàžàž±à¹àžàžàž²àž£àžàž±àžà¹àžàž£àž</b>\\n\\nàžàžžàžàžàž£àžà¹ Tails àžàžàžàžàžžàžàžàž§àž£àžàž¹àžàžà¹àžàž¡à¹àžàž¡ à¹àž¥àž°àžàž²àžà¹àž¡à¹àžªàž²àž¡àž²àž£àžà¹àž£àžŽà¹àž¡àžà¹àžà¹àž«àž¡à¹à¹àžà¹ àžàž£àžžàžàž²àžàž³àžàž²àž£àžàž±à¹àžàžàžàžàžàžµà¹ file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr "àžàžàžà¹àžàžàžŽàžàžàž¥àž²àžàžàžàž°àžàž³àžàž²àž£àžàžŽàžàžàž±à¹àžàžàž±àžà¹àžàž£àž"
diff --git a/uk.po b/uk.po
deleted file mode 100644
index a5191aa44..000000000
--- a/uk.po
+++ /dev/null
@@ -1,268 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Konstantin Tiler <inactive+tilersever(a)transifex.com>, 2016
-# LinuxChata, 2014
-# - -, 2019
-# Vira Motorko <ato4ka(a)i.ua>, 2015
-# ÐМЎÑÑй ÐаМЎÑÑа <andriykopanytsia(a)gmail.com>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2019-04-20 12:40+0000\n"
-"Last-Translator: - -\n"
-"Language-Team: Ukrainian (http://www.transifex.com/otf/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=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "ЩПб ПÑÑОЌаÑО ÑМÑПÑЌаÑÑÑ Ð²ÑЎлагПЎжеММÑ, вОкПМайÑе ÑÐ°ÐºÑ ÐºÐŸÐŒÐ°ÐœÐŽÑ: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "ÐÑО пеÑевÑÑÑÑ ÐŸÐœÐŸÐ²Ð»ÐµÐœÑ Ð²ÐžÐœÐžÐºÐ»Ð° пПЌОлка"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Ðе вЎалПÑÑ Ð¿ÐµÑевÑÑОÑО МаÑвМÑÑÑÑ ÐŸÐœÐŸÐ²Ð»ÐµÐœÑ ÐœÐ° МаÑÐŸÐŒÑ ÑайÑÑ.</b>\n\nÐеÑевÑÑÑе з'ÑÐŽÐœÐ°ÐœÐœÑ Ð· ЌеÑежеÑ, Ñа пеÑезапÑÑÑÑÑÑ Tails ÐŽÐ»Ñ Ð¿ÐŸÐ²ÑПÑÐœÐŸÑ ÑпÑПбО ПМПвлеММÑ.\n\nЯкÑП пÑПблеЌа збеÑÑгаÑÑÑÑÑ, ЎОвÑÑÑÑÑ file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "ÐŽÐ»Ñ ÑÑÑÑ Ð²ÐµÑÑÑÑ Ð¿ÑПгÑаЌО ÐœÐµÐŒÐ°Ñ Ð°Ð²ÑПЌаÑОÑМПгП ÐŸÐœÐŸÐ²Ð»ÐµÐœÐœÑ ÐœÐ°ÑПгП ÑайÑÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "Ð²Ð°Ñ Ð¿ÑОÑÑÑÑй Ме бÑв ÑÑвПÑеМОй за ÐŽÐŸÐ¿ÐŸÐŒÐŸÐ³ÐŸÑ ÑМÑÑалÑÑПÑа Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails бÑла запÑÑеМа з DVD абП пÑОÑÑÑПÑ, ЎПÑÑÑпМПгП ÑÑлÑкО ÐŽÐ»Ñ ÑОÑаММÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "Ма ваÑÐŸÐŒÑ Ð¿ÑОÑÑÑÐŸÑ ÐœÐµÐŽÐŸÑÑаÑМÑП вÑлÑМПгП ÐŒÑÑÑÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "МеЎПÑÑаÑМÑП паЌ'ÑÑÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "ÐÐ»Ñ Ð¿ÑОÑОМО '%{reason}s' ÐœÐµÐŒÐ°Ñ Ð¿ÐŸÑÑМеММÑ."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "УÑÑ ÐŸÑÑÐ°ÐœÐœÑ ÐŸÐœÐŸÐ²Ð»ÐµÐœÐœÑ Ð²ÑÑаМПвлеМП"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "ÐŠÑ Ð²ÐµÑÑÑÑ Tails заÑÑаÑÑла Ñ ÐŒÐŸÐ¶Ðµ ЌаÑО пÑПблеЌО з безпекПÑ."
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "ÐаÑвМе ЎПЎаÑкПве ÐŸÐœÐŸÐ²Ð»ÐµÐœÐœÑ Ð²ÐžÐŒÐ°Ð³Ð°Ñ %{space_needed}s вÑлÑМПгП пÑПÑÑПÑÑ ÐœÐ° ÑОÑÑÐµÐŒÐœÐŸÐŒÑ ÑПзЎÑÐ»Ñ Tails, але ÑÑлÑкО %{free_space}s ЎПÑÑÑпМП."
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "ÐаÑвМе ЎПЎаÑкПве ÐŸÐœÐŸÐ²Ð»ÐµÐœÐœÑ Ð²ÐžÐŒÐ°Ð³Ð°Ñ %{memory_needed}s вÑлÑÐœÐŸÑ Ð¿Ð°ÐŒ'ÑÑÑ, але ÑÑлÑкО %{free_memory}s ЎПÑÑÑпМП."
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "ТÑлÑкО ЎПЎаÑкПве, а Ме пПвМе ÐŸÐœÐŸÐ²Ð»ÐµÐœÐœÑ ÐŽÐŸÑÑÑпМП.\nЊÑПгП Ме пПвОММП бÑлП ÑÑаÑОÑÑ. ÐÑÐŽÑ Ð»Ð°Ñка, пПвÑЎПЌÑе пÑП пПЌОлкÑ."
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "ÐÑО пеÑевÑÑÑÑ ÐŽÐŸÑÑÑпМОÑ
ÐŸÐœÐŸÐ²Ð»ÐµÐœÑ Ð²ÐžÐœÐžÐºÐ»Ð° пПЌОлка"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>ÐаЌ ваÑÑП ПМПвОÑОÑÑ ÐŽÐŸ %{name}s %{version}s.</b>\n\nÐÑлÑÑе ÑМÑПÑЌаÑÑÑ Ð¿ÑП ÑÑ ÐœÐŸÐ²Ñ Ð²ÐµÑÑÑÑ Ð²Ðž ЌПжеÑе зМайÑО Ма %{details_url}s\n\nÐО ÑекПЌеМЎÑÑЌП ваЌ закÑОÑО ÑÑÑ ÑМÑÑ ÐŽÐŸÐŽÐ°ÑкО пÑÐŽ ÑÐ°Ñ ÐŸÐœÐŸÐ²Ð»ÐµÐœÐœÑ.\nÐаваМÑÐ°Ð¶ÐµÐœÐœÑ ÐŸÐœÐŸÐ²Ð»ÐµÐœÐœÑ ÐŒÐŸÐ¶Ðµ зайМÑÑО багаÑП ÑаÑÑ - вÑÐŽ кÑлÑкПÑ
Ñ
вОлОМ ЎП кÑлÑкПÑ
гПЎОМ.\n\nРПзЌÑÑ Ð·Ð°Ð²Ð°ÐœÑажеММÑ: %{size}s\n\nÐажаÑÑе вОкПМаÑО ÐŸÐœÐŸÐ²Ð»ÐµÐœÐœÑ Ð·Ð°Ñаз?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "ÐПÑÑÑпМе ПМПвлеММÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "ÐМПвОÑО заÑаз"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "ÐМПвОÑО пÑзМÑÑе"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>ÐаЌ ÑÑеба вÑÑÑÐœÑ ÐŸÐœÐŸÐ²ÐžÑОÑÑ ÐŽÐŸ %{name}s %{version}s.</b>\n\nÐÐ»Ñ ÐŸÑÑÐžÐŒÐ°ÐœÐœÑ ÐŽÐŸÐŽÐ°ÑÐºÐŸÐ²ÐŸÑ ÑМÑПÑЌаÑÑÑ Ð¿ÑП ÑÑ ÐœÐŸÐ²ÐŸÑ Ð²ÐµÑÑÑÑ, пеÑейЎÑÑÑ ÐŽÐŸ %{details_url}s\n\nÐМПвОÑО пÑОÑÑÑÑй ЎП ÐœÐŸÐ²ÐŸÑ Ð²ÐµÑÑÑÑ Ð°Ð²ÑПЌаÑОÑМП МеЌПжлОвП: %{explanation}s.\n\nЩПб ÐŽÑзМаÑОÑÑ, Ñк зÑПбОÑО ÐŸÐœÐŸÐ²Ð»ÐµÐœÐœÑ Ð²ÑÑÑМÑ, пеÑейЎÑÑÑ ÐŽÐŸ https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "ÐПÑÑÑпМа МПва веÑÑÑÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "ÐаваМÑÐ°Ð¶ÐµÐœÐœÑ ÐŸÐœÐŸÐ²Ð»ÐµÐœÐœÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "ÐаваМÑÐ°Ð¶ÐµÐœÐœÑ ÐŸÐœÐŸÐ²Ð»ÐµÐœÐœÑ ÐŽÐŸ %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>ÐÐœÐŸÐ²Ð»ÐµÐœÐœÑ ÐœÐµ ЌПже бÑÑО заваМÑажеМП.</b>\\n\\пÐеÑевÑÑÑе ЌеÑежÑ, Ñа пеÑезапÑÑÑÑÑÑ Tails, ÑПб ÑпÑПбÑваÑО вÑЎМПвОÑО Ñе Ñаз.\\n\\nЯкÑП пÑПблеЌа збеÑежеÑÑÑÑ, ЎОвÑÑÑÑÑ file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "ÐÑО заваМÑÐ°Ð¶ÐµÐœÐœÑ ÐŸÐœÐŸÐ²Ð»ÐµÐœÑ Ð²ÐžÐœÐžÐºÐ»Ð° пПЌОлка"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "ÐОÑ
ÑЎМПгП ÑÐ°Ð¹Ð»Ñ '%{output_file}s' Ме ÑÑМÑÑ, але tails-iuk-get-target file-Ме пПвÑЎПЌОв пÑП пÑПблеЌÑ. ÐÑÐŽÑ Ð»Ð°Ñка, пПвÑЎПЌÑе пÑП пПЌОлкÑ."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "ÐÑО ÑÑвПÑÐµÐœÐœÑ ÑОЌÑаÑÐŸÐ²ÐŸÑ Ð¿Ð°Ð¿ÐºÐž ÐŽÐ»Ñ Ð·Ð°Ð²Ð°ÐœÑÐ°Ð¶ÐµÐœÑ Ð²ÐžÐœÐžÐºÐ»Ð° пПЌОлка"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Ðе вЎалПÑÑ ÑÑвПÑОÑО ÑОЌÑаÑÐŸÐ²Ñ Ð¿Ð°Ð¿ÐºÐž ÐŽÐ»Ñ Ð·Ð°Ð²Ð°ÐœÑажеМÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "Ње Ме пПвОММП вÑЎбÑваÑОÑÑ. ÐÑÐŽÑ Ð»Ð°Ñка, пПвÑЎПЌÑе пÑП пПЌОлкÑ."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "ÐПЌОлка пÑО вОбПÑÑ ÑеÑвеÑа заваМÑажеММÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr "ÐÐœÐŸÐ²Ð»ÐµÐœÐœÑ Ð±ÑлП ÑÑпÑÑМП заваМÑажеМе.\n\nÐаÑаз ЌеÑежеве з'ÑÐŽÐœÐ°ÐœÐœÑ Ð±ÑЎе вОЌкМеМе.\n\nÐбеÑежÑÑÑ ÑÑÑ Ð²Ð°ÑÑ ÑПбПÑÑ Ñа закÑОйÑе ÑÑÑ ÑМÑÑ ÐŽÐŸÐŽÐ°ÑкО."
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr "ÐÐœÐŸÐ²Ð»ÐµÐœÐœÑ ÑÑпÑÑМП заваМÑажеМе"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr "ÐаÑÑПÑÑваÑО ПМПвлеММÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>ÐÐ°Ñ Tails-пÑОÑÑÑÑй бÑлП ÑÑпÑÑМП ПМПвлеМП.</b>\n\nÐеÑÐºÑ ÐœÐ°Ð»Ð°ÑÑÑÐ²Ð°ÐœÑ Ð±ÐµÐ·Ð¿ÐµÐºÐž бÑлО ÑОЌÑаÑПвП вÑЎклÑÑеМÑ.\nÐО Ð¿ÐŸÐ²ÐžÐœÐœÑ Ð¿ÐµÑезапÑÑÑОÑО ÐœÐŸÐ²Ñ Ð²ÐµÑÑÑÑ Tails ÑкПЌПга ÑвОЎÑе.\n\nХПÑеÑе пеÑеваМÑажОÑО заÑаз?"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "ÐеÑезаваМÑажОÑО Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "ÐеÑезаваМÑажОÑО заÑаз"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "ÐеÑезаваМÑажОÑО пÑзМÑÑе"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "ÐÑО пеÑезаваМÑÐ°Ð¶ÐµÐœÑ ÑОÑÑеЌО вОМОкла пПЌОлка"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "Ðе вЎалПÑÑ Ð¿ÐµÑезаваМÑажОÑО ÑОÑÑеЌÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "ÐÑО Ð²ÐžÐŒÐºÐœÐµÐœÑ ÐŒÐµÑÐµÐ¶Ñ Ð²ÐžÐœÐžÐºÐ»Ð° пПЌОлка"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "Ðе вЎалПÑÑ Ð²ÐžÐŒÐºÐœÑÑО ЌеÑежÑ"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "ÐÐœÐŸÐ²Ð»ÐµÐœÐœÑ ÑОÑÑеЌО"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>ÐÑÑаМПвлÑÑÑÑÑÑ ÐŸÐœÐŸÐ²Ð»ÐµÐœÐœÑ ÐœÐ° Ð²Ð°Ñ Tails-пÑОÑÑÑÑй...</b>\n\nРЌеÑÐŸÑ Ð±ÐµÐ·Ð¿ÐµÐºÐž ЌеÑежа вОЌкМеМа."
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>У пÑПÑеÑÑ ÑÑÑаМПвкО ÐŸÐœÐŸÐ²Ð»ÐµÐœÐœÑ ÑÑалаÑÑ Ð¿ÐŸÐŒÐžÐ»ÐºÐ°.</b>\\n\\nÐÐ°Ñ Tails-пÑОÑÑÑÑй пПÑÑебÑÑ Ð²ÑЎМПвлеММÑ, Ñ, ЌПжлОвП, Ме зЌПже запÑÑÑОÑОÑÑ Ð·ÐœÐŸÐ²Ñ.\\n\\nбÑÐŽÑ Ð»Ð°Ñка, ЎПÑÑОЌÑйÑеÑÑ ÑМÑÑÑÑкÑÑй пП пПÑÐžÐ»Ð°ÐœÐœÑ file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "ÐÑО вÑÑÐ°ÐœÐŸÐ²Ð»ÐµÐœÑ ÐŸÐœÐŸÐ²Ð»ÐµÐœÑ Ð²ÐžÐœÐžÐºÐ»Ð° пПЌОлка"
diff --git a/vi.po b/vi.po
deleted file mode 100644
index 89bf6adbd..000000000
--- a/vi.po
+++ /dev/null
@@ -1,248 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Khanh Nguyen <nguyenduykhanh85(a)gmail.com>, 2015-2016
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-04-18 12:13+0200\n"
-"PO-Revision-Date: 2017-09-19 22:50+0000\n"
-"Last-Translator: Khanh Nguyen <nguyenduykhanh85(a)gmail.com>\n"
-"Language-Team: Vietnamese (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Äá» có thÃŽng tin gỡ rá»i, thá»±c thi dòng lá»nh dưá»i Äây: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr "Có lá»i khi kiá»m tra các bản cáºp nháºt"
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>KhÃŽng thá» xác Äá»nh ÄÆ°á»£c những bản nâng cấp có sẵn trên website cá»§a chúng tÃŽi hay khÃŽng.</b>\nKiá»m tra kết ná»i mạng lưá»i cá»§a bạn, và khá»i Äá»ng lại Tails Äá» thá» nâng cấp lại.\nNếu vấn Äá» vẫn tá»n tại, Äi tá»i file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "khÃŽng có sẵn viá»c tá»± Äá»ng nâng cấp từ website cho phiên bản nà y"
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr "thiết bá» cá»§a bạn khÃŽng ÄÆ°á»£c tạo bằng cách dùng Trình cà i Äặt Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails ÄÆ°á»£c khá»i Äá»ng từ DVD hoặc má»t thiết bá» chá» cho phép Äá»c"
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr "khÃŽng có Äá»§ khoảng trá»ng trên phân vùng há» thá»ng cá»§a Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr "khÃŽng có Äá»§ bá» nhá» sẵn có trên há» thá»ng"
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "KhÃŽng có sá»± giải thÃch nà o cho lÜ do '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr "Há» thá»ng ÄÆ°á»£c cáºp nháºt má»i nhất"
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Phiên bản Tails nà y Äã lá»i thá»i, và có thá» có và i vấn Äá» an ninh."
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "Viá»c nâng cấp thêm có sẵn yêu cầu %{space_needed}s khoảng trá»ng trên phân vùng há» thá»ng Tails, nhưng chá» có %{free_space}s có sẵn."
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "Viá»c nâng cấp thêm có sẵn yêu cầu %{memory_needed}s khoảng trá»ng, những chá» có sẵn %{free_memory}s"
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Viá»c nâng cấp thêm Äang có sẵn, nhưng khÃŽng có nâng cấp toà n bá».\nViá»c nà y khÃŽng nên xảy ra. Vui lòng báo lá»i."
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr "Có lá»i khi phát hiá»n những bản cáºp nháºt có sẵn"
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>Bạn nên nâng cấp lên phiên bản %{name}s %{version}s.</b>\n\nÄá» có thêm thÃŽng tin vá» phiên bản má»i nà y, Äi tá»i %{details_url}s\n\nNên Äóng tất cả những ứng dụng Äang má» trong quá trình nâng cấp\nViá»c tải bản cáºp nháºt có thá» tá»n nhiá»u thá»i gian, từ và i phút cho tá»i và i giá».\nMạng lưá»i sẜ bá» vÃŽ hiá»u sau khi tải vá» bản cáºp nháºt.\n\nDung lượng tải vá»: %{size}s\n\nBạn có muá»n nâng cấp bây giá» khÃŽng?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Bản nâng cấp có sẵn"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Nâng cấp ngay bây giá»"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Nâng cấp sau"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Bạn nên nâng cấp thá»§ cÃŽng lên phiên bản %{name}s %{version}s.</b>\n\nÄá» có thêm thÃŽng tin vá» phiên bản má»i nà y, Äi Äến %{details_url}s\n\nKhÃŽng thá» tá»± Äá»ng nâng cấp thiết bá» cá»§a bạn lên phiên bản má»i nà y: %{explanation}s.\n\nÄá» hiá»u rõ cách nâng cấp thá»§ cÃŽng, Äi tá»i https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Phiên bản má»i Äã có sẵn"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Äang tải bản cáºp nháºt"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Äang tải bản cáºp nháºt lên phiên bản %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "Bản cáºp nháºt khÃŽng thá» tà i ÄÆ°á»£c.</b>\\n\\nKiá»m tra kết ná»i mạng, và khá»i Äá»ng lại Tails Äá» thá» nâng cấp lại.\\n\\nNếu vấn Äá» vẫn còn, Äi tá»i file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Có lá»i khi tải bản cáºp nháºt"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Táºp tin Äầu ra '%{output_file}s' khÃŽng tá»n tại, nhưng tails-iuk-get-target-file khÃŽng phà n nà n. Vui lòng báo lá»i."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Có lá»i khi Äang tạo thư mục tải vá» tạm thá»i"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Thất bại khi tạo thư mục tải vá» tạm thá»i"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>KhÃŽng thá» chá»n máy chá»§ tải vá».</b>\n\nViá»c nà y khÃŽng nên xảy ra. Vui lòng báo lá»i."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Có lá»i khi chá»n máy chá»§ tải vá»"
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Thiết bá» chứa Tails cá»§a bạn Äã ÄÆ°á»£c nâng cấp thà nh cÃŽng.</b>\n\nMá»t và i tÃnh nÄng an ninh Äã tạm thá»i bá» vÃŽ hiá»u.\nBạn nên khá»i Äá»ng lại Tails trên phiên bản má»i cà ng sá»m cà ng tá»t.\n\nBạn có muá»n khá»i Äá»ng lại bây giá» khÃŽng?"
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr "Khá»i Äá»ng lại Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr "Khá»i Äá»ng lại bây giá»"
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr "Khá»i Äá»ng lại sau"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr "Có lá»i khi khá»i Äá»ng lại há» thá»ng"
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr "Thất bại khi khá»i ÄÃŽng lại há» thá»ng"
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr "Có lá»i khi Äang Äóng mạng lưá»i"
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr "Tắt mạng lưá»i thất bại"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr "Äang nâng cấp há» thá»ng"
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Thiết bá» Tails cá»§a bạn Äang ÄÆ°á»£c nâng cấp</b>\n\nVì lÜ do an ninh, mạng lưá»i sẜ bá» vÃŽ hiá»u lúc nà y."
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Có má»t lá»i xảy ra khi Äang cà i Äặt bản cáºp nháºt.</b>\\n\\nThiết bá» chứa Tails cá»§a bạn cần ÄÆ°á»£c sá»a và có thá» khÃŽng khá»i Äá»ng lại ÄÆ°á»£c.\\n\\nVui lòng theo các hưá»ng dẫn tại file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr "Có lá»i khi Äang cà i Äặt bản cáºp nháºt"
diff --git a/zh_CN.po b/zh_CN.po
index 6d7acd741..ee4a636a8 100644
--- a/zh_CN.po
+++ b/zh_CN.po
@@ -18,7 +18,7 @@ msgstr ""
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2018-12-09 13:56+0100\n"
"PO-Revision-Date: 2019-05-30 00:53+0000\n"
-"Last-Translator: Yikai Yang <ff98sha(a)gmail.com>\n"
+"Last-Translator: ff98sha\n"
"Language-Team: Chinese (China) (http://www.transifex.com/otf/torproject/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/zh_HK.po b/zh_HK.po
deleted file mode 100644
index 6be4b1860..000000000
--- a/zh_HK.po
+++ /dev/null
@@ -1,240 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# å€§åæŽè¥, 2016
-# brendanyan <yan.brendan(a)gmail.com>, 2014
-# å€§åæŽè¥, 2016
-# å€§åæŽè¥, 2016
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-03-07 17:51+0100\n"
-"PO-Revision-Date: 2016-04-17 07:48+0000\n"
-"Last-Translator: å€§åæŽè¥\n"
-"Language-Team: Chinese (Hong Kong) (http://www.transifex.com/otf/torproject/language/zh_HK/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: zh_HK\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:146 ../lib/Tails/IUK/Frontend.pm:522
-#: ../lib/Tails/IUK/Frontend.pm:662
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "æéé€é¯è³èšïŒè«å·è¡ä»¥äžæä»€ïŒsudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:215
-msgid "Error while checking for upgrades"
-msgstr "檢æ¥åçŽæçŒçé¯èª€"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>ç¡æ³åŸæåå
ç¶²é ç¢ºèªæç¡å¯çšåçŽã</b>\n\nè«æª¢æ¥ç¶²çµ¡é£ç·ïŒç¶åŸå°Tailséæ°åååŸå次å詊åçŽã\n\nåŠæåé¡ä»ç¶ååšïŒè«ååŸ file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:233
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "æåå
ç¶²ç«ç¡æ€çæ¬å
å¯çšèªååçŽã"
-
-#: ../lib/Tails/IUK/Frontend.pm:239
-msgid "your device was not created using Tails Installer"
-msgstr "äœ å
è£çœ®åä¿äœ¿çšTailså®è£çšåŒå»ºç«"
-
-#: ../lib/Tails/IUK/Frontend.pm:244
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tailsä¿ç±DVDæå¯è®è£çœ®åå"
-
-#: ../lib/Tails/IUK/Frontend.pm:249
-msgid "there is not enough free space on the Tails system partition"
-msgstr "Tails系統åå²åäžå
å¯çšç©ºéåå€ "
-
-#: ../lib/Tails/IUK/Frontend.pm:254
-msgid "not enough memory is available on this system"
-msgstr "æ€ç³»çµ±äžç¡è¶³å€ å¯çšèšæ¶é«"
-
-#: ../lib/Tails/IUK/Frontend.pm:260
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "ç¡ã%{reason}sãå
說æã"
-
-#: ../lib/Tails/IUK/Frontend.pm:280
-msgid "The system is up-to-date"
-msgstr "ç³»çµ±å·²ä¿ææ°"
-
-#: ../lib/Tails/IUK/Frontend.pm:285
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "å¢åçæ¬å
Tailså·²éæïŒå¯èœæå®å
šåé¡ã"
-
-#: ../lib/Tails/IUK/Frontend.pm:317
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "环å åçŽé äœçšTails系統åå²åäž%{space_needed}så¯çšç©ºéïŒäœå¿ãåªæ%{free_space}sã"
-
-#: ../lib/Tails/IUK/Frontend.pm:333
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "环å åçŽé äœçš%{space_needed}så¯çšèšæ¶é«ïŒäœå¿ãåªæ%{free_space}sã"
-
-#: ../lib/Tails/IUK/Frontend.pm:355
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "æå¯çšçޝå åçŽïŒäœç¡å®æŽåçŽã\nå¢åæ
æ³åæè©²çŒçãè«åå ±é¯èª€ã"
-
-#: ../lib/Tails/IUK/Frontend.pm:359
-msgid "Error while detecting available upgrades"
-msgstr "嵿ž¬å¯çšåçŽæçŒçé¯èª€"
-
-#: ../lib/Tails/IUK/Frontend.pm:369
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>è«åçŽå°%{name}s %{version}sã</b>\n\nèŠååŸæ€æ°çæ¬å
æŽå€è³èšïŒè«ååŸ %{details_url}s\n\n建è°åºåçŽéçšäžééå
šéšéåå
æçšçšåŒã\n\näžèŒåçŽå¯èœæè±åŸå€æéïŒåŸå¹Ÿåéå°å¹Ÿå°æã\n\nåçŽäžèŒåŸïŒç¶²çµ¡å°è¢«åçšã\n\näžèŒå€§å°ïŒ%{size}s\n\nç«å³åçŽåïŒ"
-
-#: ../lib/Tails/IUK/Frontend.pm:384
-msgid "Upgrade available"
-msgstr "æå¯çšåçŽ"
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade now"
-msgstr "ç«å³åçŽ"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade later"
-msgstr "çšåŸåçŽ"
-
-#: ../lib/Tails/IUK/Frontend.pm:394
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "è«æååçŽå°%{name}s %{version}sã</b>\n\nèŠååŸæ€æ°çæ¬å
æŽå€è³èšïŒè«ååŸ%{details_url}s\n\nç¡æ³å°äœ å
è£çœ®èªååçŽå°æ€æ°çæ¬ïŒ%(explanation}sã\n\näºè§£åŠäœæååçŽïŒè«ååŸ https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:410
-msgid "New version available"
-msgstr "ææ°çæ¬å¯çš"
-
-#: ../lib/Tails/IUK/Frontend.pm:467
-msgid "Downloading upgrade"
-msgstr "äžèŒåçŽäž"
-
-#: ../lib/Tails/IUK/Frontend.pm:470
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "äžèŒ%{name}s %{version}säžâŠ"
-
-#: ../lib/Tails/IUK/Frontend.pm:511
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>ç¡æ³äžèŒåçŽã</b>\\n\\nè«æª¢æ¥äœ å
網絡é£ç·ïŒç¶åŸå°Tailséæ°åååŸå次å詊ã\\n\\nåŠæåé¡ä»ç¶ååšïŒè«ååŸ file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:527 ../lib/Tails/IUK/Frontend.pm:546
-msgid "Error while downloading the upgrade"
-msgstr "äžèŒåçŽæåºçŸé¯èª€"
-
-#: ../lib/Tails/IUK/Frontend.pm:539
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "èŒžåºæªã%{output_file}sãåååšïŒäœtails-iut-get-target-fileç¡æèšŽãè«åå ±é¯èª€ã"
-
-#: ../lib/Tails/IUK/Frontend.pm:558
-msgid "Error while creating temporary downloading directory"
-msgstr "å»ºç«æ«åäžèŒè³æå€ŸæçŒçé¯èª€"
-
-#: ../lib/Tails/IUK/Frontend.pm:561
-msgid "Failed to create temporary download directory"
-msgstr "ç¡æ³å»ºç«æ«åäžèŒè³æå€Ÿ"
-
-#: ../lib/Tails/IUK/Frontend.pm:573
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Tailsè£çœ®å·²æååçŽã</b>\n\næå²å®å
šåèœæ«æåçšã\näœ æåå¿«å°Tailséæ°ååä»¥äœ¿çšæ°çæ¬ã\n\nç«å³éæ°åååïŒ"
-
-#: ../lib/Tails/IUK/Frontend.pm:578
-msgid "Restart Tails"
-msgstr "éæ°ååTails"
-
-#: ../lib/Tails/IUK/Frontend.pm:579
-msgid "Restart now"
-msgstr "ç«å³éæ°åå"
-
-#: ../lib/Tails/IUK/Frontend.pm:580
-msgid "Restart later"
-msgstr "çšåŸéæ°åå"
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while restarting the system"
-msgstr "éæ°åå系統æçŒçé¯èª€"
-
-#: ../lib/Tails/IUK/Frontend.pm:594
-msgid "Failed to restart the system"
-msgstr "ç¡æ³éæ°åå系統"
-
-#: ../lib/Tails/IUK/Frontend.pm:609
-msgid "Error while shutting down the network"
-msgstr "éé網絡æçŒçé¯èª€"
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Failed to shutdown network"
-msgstr "ç¡æ³éé網絡"
-
-#: ../lib/Tails/IUK/Frontend.pm:622
-msgid "Upgrading the system"
-msgstr "系統æ£åšåçŽ"
-
-#: ../lib/Tails/IUK/Frontend.pm:624
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Tailsè£çœ®æ£åšåçŽäžâŠ</b>\n\nå®å
šçç±ïŒç¶²çµ¡å¿ãåçšã"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>å®è£åçŽæçŒçé¯èª€ã</b>\\n\\nTailsè£çœ®éèŠè¢«ä¿®åŸ©ïŒäžŠå¯èœç¡æ³éæ°ååã\\n\\nè«æç
§ file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html å
æç€ºã"
-
-#: ../lib/Tails/IUK/Frontend.pm:667
-msgid "Error while installing the upgrade"
-msgstr "å®è£åçŽæçŒçé¯èª€"
diff --git a/zh_TW.po b/zh_TW.po
deleted file mode 100644
index a21d08807..000000000
--- a/zh_TW.po
+++ /dev/null
@@ -1,271 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# AgustÃn Wu <losangwuyts(a)gmail.com>, 2016
-# danfong <danfong.hsieh(a)gmail.com>, 2014
-# Hsiu-Ming Chang <cges30901(a)gmail.com>, 2019
-# å€§åæŽè¥, 2016
-# Quence Lin <qqq89513(a)yahoo.com.tw>, 2016
-# wenganli, 2015
-# x4r <xatierlike(a)gmail.com>, 2014
-# ç·å©äžå£, 2016
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2019-04-14 14:51+0000\n"
-"Last-Translator: Hsiu-Ming Chang <cges30901(a)gmail.com>\n"
-"Language-Team: Chinese (Taiwan) (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "æéé€é¯ä¿¡æ¯ïŒè«å·è¡ä»¥äžåœä»€ïŒsudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "檢æ¥åçŽæçŒçé¯èª€"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>ç¡æ³åŸæåçç¶²ç«ç¢ºèªæ¯åŠææŽæ°ã</b>\n\nè«æª¢æ¥æšç網路é£ç·ïŒç¶åŸå° Tails éæ°åååŸå次åè©ŠæŽæ°ã\n\nåŠæåé¡ä»ç¶ååšïŒè«ååŸ file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "æ€çæ¬åšæåçç¶²ç«äžæ²æå¯çšçèªååçŽã"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "æšçè£çœ®äžæ¯äœ¿çš Tails Installer å®è£çšåŒå»ºç«"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails æ¯åŸ DVD æå¯è®è£çœ®åå"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "Tails 系統åå²åäžçå¯çšç©ºéäžè¶³"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "æ€ç³»çµ±äžæ²æè¶³å€ çèšæ¶é«å¯çš"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "æ²æå¯çšçè§£éçç± '%{reason}s'"
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "ç³»çµ±å·²æŽæ°å°ææ°"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "éå Tails çæ¬å·²éæïŒå¯èœææå®å
šåé¡ã"
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "å¯çšç环å åŒåçŽåš Tails 系統åå²åäžéèŠ %{space_needed}s çå¯çšç©ºéïŒäœæ¯åªæ %{free_space}s å¯çšã"
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "å¯çšç环å åŒåçŽéèŠ %{space_needed}s çå¯çšèšæ¶é«ïŒäœæ¯åªæ %{free_space}s å¯çšã"
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "æçޝå åŒåçŽå¯çšïŒäœæ¯æ²æå®æŽåçŽã\néåæ
æ³äžæè©²çŒçãè«åå ±é¯èª€ã"
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "嵿ž¬å¯çšæŽæ°æçŒçé¯èª€"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>æšéèŠåçŽæ %{name}s %{version}sã</b>\n\nèŠç²åŸæ€æ°çæ¬çæŽå€çžéè³èšïŒè«ååŸ %{details_url}s\n\næå建è°åšåçŽéçšäžééææå
¶ä»æçšçšåŒã\näžèŒåçŽå¯èœæè±åŸå€æéïŒåŸå¹Ÿåéå°å¹Ÿå°æã\n\näžèŒå€§å°ïŒ%{size}s\n\næšèŠçŸåšåçŽå?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "æåçŽå¯çš"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "銬äžåçŽ"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "çšåŸåçŽ"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>æšææååçŽæ %{name}s %{version}sã</b>\n\nèŠç²åŸæ€æ°çæ¬çæŽå€çžéè³èšïŒè«ååŸ %{details_url}s\n\nå¯èœç¡æ³å°æšçè£çœ®èªååçŽææ€æ°çæ¬: %{explanation}sã\n\n欲åžç¿åŠäœæåæŽæ°ïŒè«ååŸ https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "ææ°çæ¬å¯çš"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "æ£åšäžèŒåçŽ"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "æ£åšäžèŒåçŽå° %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>ç¡æ³äžèŒåçŽã</b>\\n\\nè«æª¢æ¥æšç網路é£ç·ïŒç¶åŸå° Tails éæ°åååŸå次å詊åçŽã\\n\\nåŠæåé¡ä»ç¶ååšïŒè«ååŸ file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "äžèŒåçŽæçŒçé¯èª€"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "èŒžåºæªã%{output_file}sãäžååšïŒäœæ¯ tails-iut-get-target-file æ²ææ±æšãè«åå ±é¯èª€ã"
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "å»ºç«æ«åäžèŒç®éæçŒçé¯èª€"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "ç¡æ³å»ºç«æ«åäžèŒç®é"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>ç¡æ³éžæäžèŒäŒºæåš</b>\n\néçš®æ
æ³äžæè©²çŒçïŒè«åå ±æ€é¯èª€ã"
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "éžæäžèŒäŒºæåšæçŒçé¯èª€"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr "åçŽå·²æåäžèŒã\n\n網路é£ç·çŸåšæè¢«åçšã\n\nè«å²åæšçå·¥äœäžŠééææå
¶ä»æçšçšåŒã"
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr "æåäžèŒåçŽ"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr "å¥çšåçŽ"
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>æšç Tails è£çœ®å·²æååçŽã</b>\n\næäºå®å
šæ§åèœæ«æåçšã\næšæåå¿«å° Tails éæ°ååä»¥äœ¿çšæ°çæ¬ã\n\næšèŠçŸåšéæ°ååå?"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "éæ°åå Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "ç«å³éæ°åå"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "çšåŸéæ°åå"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "éæ°åå系統æçŒçé¯èª€"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "ç¡æ³éæ°åå系統"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "éé網路æçŒçé¯èª€"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "ç¡æ³éé網路"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "æ£åšåçŽç³»çµ±"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>æšç Tails è£çœ®æ£åšåçŽäž...</b>\n\nå çºå®å
šçç±ïŒç¶²è·¯çŸåšåçšã"
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>å®è£åçŽæçŒçé¯èª€ã</b>\\n\\næšç Tails è£çœ®éèŠè¢«ä¿®åŸ©èäžå¯èœç¡æ³éæ°ååã\\n\\nè«æç
§æç€ºåš file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "å®è£åçŽæçŒçé¯èª€"
1
0

16 Aug '19
commit 4647c56c0cfac93e4c5250c2f38a425c0b3cc155
Author: Translation commit bot <translation(a)torproject.org>
Date: Fri Aug 16 10:18:55 2019 +0000
Update translations for tails-iuk
---
ady.po | 247 --------------------------------------------------
af_ZA.po | 234 ------------------------------------------------
ak.po | 247 --------------------------------------------------
am.po | 247 --------------------------------------------------
am_ET.po | 237 ------------------------------------------------
ar.po | 42 ++++-----
ar_AA.po | 236 ------------------------------------------------
arn.po | 263 ------------------------------------------------------
az.po | 76 ++++++++--------
ba.po | 247 --------------------------------------------------
bal.po | 236 ------------------------------------------------
be.po | 10 +--
bg.po | 82 ++++++++---------
bg_BG.po | 234 ------------------------------------------------
bn.po | 90 +++++++++----------
bn_BD.po | 249 ---------------------------------------------------
bn_IN.po | 247 --------------------------------------------------
bo.po | 263 ------------------------------------------------------
brx.po | 247 --------------------------------------------------
ca.po | 12 +--
ca_ES.po | 234 ------------------------------------------------
ceb.po | 247 --------------------------------------------------
co.po | 236 ------------------------------------------------
cs.po | 14 +--
cs_CZ.po | 236 ------------------------------------------------
csb.po | 247 --------------------------------------------------
cv.po | 247 --------------------------------------------------
cy.po | 26 +++---
cy_GB.po | 236 ------------------------------------------------
da.po | 90 +++++++++----------
da_DK.po | 236 ------------------------------------------------
de.po | 8 +-
dz.po | 247 --------------------------------------------------
el.po | 4 +-
el_GR.po | 234 ------------------------------------------------
en_GB.po | 90 +++++++++----------
eo.po | 10 +--
es_AR.po | 6 +-
es_CL.po | 263 ------------------------------------------------------
es_CO.po | 264 ------------------------------------------------------
es_MX.po | 74 +++++++--------
es_NI.po | 234 ------------------------------------------------
et.po | 8 +-
eu.po | 54 +++++------
fa.po | 94 ++++++++++----------
fi.po | 14 +--
fil.po | 264 ------------------------------------------------------
fo.po | 247 --------------------------------------------------
fr_CA.po | 254 ----------------------------------------------------
fur.po | 263 ------------------------------------------------------
gl.po | 34 +++----
gu_IN.po | 263 ------------------------------------------------------
gun.po | 247 --------------------------------------------------
ha.po | 247 --------------------------------------------------
hr_HR.po | 266 ------------------------------------------------------
ht.po | 263 ------------------------------------------------------
hy_AM.po | 236 ------------------------------------------------
ia.po | 263 ------------------------------------------------------
id.po | 90 +++++++++----------
is.po | 90 +++++++++----------
it.po | 14 +--
ja.po | 90 +++++++++----------
jbo.po | 236 ------------------------------------------------
jv.po | 263 ------------------------------------------------------
ka.po | 94 ++++++++++----------
kk.po | 2 +-
ko.po | 90 +++++++++----------
ko_KR.po | 248 ---------------------------------------------------
ku.po | 247 --------------------------------------------------
ku_IQ.po | 248 ---------------------------------------------------
kw.po | 247 --------------------------------------------------
ky.po | 247 --------------------------------------------------
la.po | 247 --------------------------------------------------
lb.po | 264 ------------------------------------------------------
lg.po | 263 ------------------------------------------------------
ln.po | 247 --------------------------------------------------
lo.po | 248 ---------------------------------------------------
lt.po | 74 +++++++--------
lv.po | 82 ++++++++---------
mg.po | 263 ------------------------------------------------------
mi.po | 263 ------------------------------------------------------
ml.po | 2 +-
mn.po | 263 ------------------------------------------------------
ms_MY.po | 90 +++++++++----------
mt.po | 263 ------------------------------------------------------
my.po | 2 +-
nah.po | 263 ------------------------------------------------------
nap.po | 263 ------------------------------------------------------
nb.po | 90 +++++++++----------
nds.po | 247 --------------------------------------------------
nl.po | 90 +++++++++----------
nl_BE.po | 82 ++++++++---------
nn.po | 72 +++++++--------
nso.po | 263 ------------------------------------------------------
om.po | 263 ------------------------------------------------------
pa.po | 24 ++---
pap.po | 263 ------------------------------------------------------
pl.po | 18 ++--
pl_PL.po | 227 ----------------------------------------------
pms.po | 263 ------------------------------------------------------
ps.po | 263 ------------------------------------------------------
pt.po | 272 --------------------------------------------------------
pt_PT.po | 46 +++++-----
ru.po | 92 +++++++++----------
ru(a)petr1708.po | 247 --------------------------------------------------
sa.po | 236 ------------------------------------------------
scn.po | 247 --------------------------------------------------
sco.po | 263 ------------------------------------------------------
si.po | 236 ------------------------------------------------
sk.po | 90 +++++++++----------
sk_SK.po | 265 ------------------------------------------------------
sl.po | 76 ++++++++--------
sl_SI.po | 264 ------------------------------------------------------
sn.po | 263 ------------------------------------------------------
so.po | 263 ------------------------------------------------------
sq.po | 82 ++++++++---------
sq_AL.po | 236 ------------------------------------------------
sr.po | 90 +++++++++----------
sr(a)latin.po | 263 ------------------------------------------------------
st.po | 263 ------------------------------------------------------
su.po | 247 --------------------------------------------------
sv.po | 8 +-
szl.po | 247 --------------------------------------------------
ta.po | 18 ++--
te_IN.po | 247 --------------------------------------------------
tg.po | 263 ------------------------------------------------------
th.po | 82 ++++++++---------
ti.po | 263 ------------------------------------------------------
tk.po | 263 ------------------------------------------------------
tl_PH.po | 236 ------------------------------------------------
tzm.po | 247 --------------------------------------------------
ug(a)Arab.po | 264 ------------------------------------------------------
uk.po | 94 ++++++++++----------
ur.po | 8 +-
ur_PK.po | 248 ---------------------------------------------------
uz.po | 2 +-
ve.po | 247 --------------------------------------------------
vi.po | 82 ++++++++---------
wa.po | 247 --------------------------------------------------
wo.po | 247 --------------------------------------------------
yo.po | 247 --------------------------------------------------
zh.po | 234 ------------------------------------------------
zh_CN.GB2312.po | 234 ------------------------------------------------
zh_CN.po | 2 +-
zh_HK.po | 78 ++++++++--------
zh_TW.po | 90 +++++++++----------
zu.po | 247 --------------------------------------------------
147 files changed, 1437 insertions(+), 24763 deletions(-)
diff --git a/ady.po b/ady.po
deleted file mode 100644
index 3278b3fb4..000000000
--- a/ady.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Adyghe (http://www.transifex.com/otf/torproject/language/ady/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ady\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/af_ZA.po b/af_ZA.po
deleted file mode 100644
index 6167f4cb6..000000000
--- a/af_ZA.po
+++ /dev/null
@@ -1,234 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2014-03-05 15:11+0100\n"
-"PO-Revision-Date: 2014-03-13 09:34+0000\n"
-"Last-Translator: Phoul <colin(a)torproject.org>\n"
-"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/torproject/language/af_ZA/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: af_ZA\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:146 ../lib/Tails/IUK/Frontend.pm:523
-#: ../lib/Tails/IUK/Frontend.pm:667
-msgid "For debugging information, see /home/amnesia/.xsession-errors"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:216
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:219
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:234
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:240
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:245
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:250
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:255
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:261
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:281
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:286
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:318
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:334
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:356
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:360
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:370
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:395
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:411
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:468
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:471
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:512
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:528 ../lib/Tails/IUK/Frontend.pm:547
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:540
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:559
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:562
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:574
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:579
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:580
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:581
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:592
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:595
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:610
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:623
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:625
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:662
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/ak.po b/ak.po
deleted file mode 100644
index 857ee0771..000000000
--- a/ak.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Akan (http://www.transifex.com/otf/torproject/language/ak/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ak\n"
-"Plural-Forms: nplurals=2; plural=n > 1;\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/am.po b/am.po
deleted file mode 100644
index ca14572a2..000000000
--- a/am.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-04-18 12:13+0200\n"
-"PO-Revision-Date: 2017-09-19 22:50+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Amharic (http://www.transifex.com/otf/torproject/language/am/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: am\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr "አሁን እንደገና አስጀምር"
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/am_ET.po b/am_ET.po
deleted file mode 100644
index 6678fe4bf..000000000
--- a/am_ET.po
+++ /dev/null
@@ -1,237 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Anteneh Tsegaye <tsegaye.anteneh(a)gmail.com>, 2015
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2015-12-16 18:20+0100\n"
-"PO-Revision-Date: 2015-12-17 09:10+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Amharic (Ethiopia) (http://www.transifex.com/otf/torproject/language/am_ET/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: am_ET\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:146 ../lib/Tails/IUK/Frontend.pm:522
-#: ../lib/Tails/IUK/Frontend.pm:662
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:215
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:233
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:239
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:244
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:249
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:254
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:260
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:280
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:285
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:317
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:333
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:355
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:359
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:369
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:384
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:394
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:410
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:467
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:470
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:511
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:527 ../lib/Tails/IUK/Frontend.pm:546
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:539
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:558
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:561
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:573
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:578
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:579
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:580
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:594
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:609
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:622
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:624
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:667
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/ar.po b/ar.po
index 8aac6f688..726808d41 100644
--- a/ar.po
+++ b/ar.po
@@ -33,7 +33,7 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "لتصحيح المعلومات, نفّذ الأمر الآتي: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
@@ -46,32 +46,32 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "لم نتمكن من تحديد ترقيه متاحه من موقعنا.\n\nتأكد من الأتصال ثم أعد تشغيل تايلز لمحاوله الترقيه من جديد.\n\nإذا استمرت المشكله, أذهب إلى file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "التحديث التلقائي غير متوفر في موقعنا لهذه النسخة"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "لم يتم إنشاء جهازك باستخدام مثبت Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "تم تشغيل Tails انطلاقا من قرص DVD أو من جهاز قابل للقراءة فقط"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "لا يوجد مكان فارغ كافٍ في تقسيم نظام Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "ذاكرة غير كافية في هذا النظام"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "لا يوجد تفسير لهذا الأمر '%{reason}s'."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
@@ -118,7 +118,7 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>يجب عليك التحديث الى %{name}s{version}% s.</b>\n\nلمزيد من المعلومات عن هذا الاصدار الجديد, قم بزيارة %{details_url}s\n\nينصح باغلاق جميع التطبيقات المفتوحة خلال عملية الترقية.\nقد يستغرق تنزيل الترقية وقتا طويلا, من عدة دقائق الى بضعة ساعات.\n\nحجم التنزيل: %{size}s\n\nهل ترغب بالترقية الأن؟"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
@@ -142,7 +142,7 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>ينبغي عليك إجراء ترقية يدوية إلى %{name}s %{version}s.</b>\n\nلمزيد من التفاصيل عن هذا الإصدار الجديد، قم بزيارة %{details_url}s.\n\nلا يمكن ترقية جهازك إلى هذا الإصدار الجديد آلياً: %{explanation}s.\n\nلتعلم كيفية القيام بإجراء ترقية يدوية، قم بزيارة https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
@@ -155,7 +155,7 @@ msgstr "حاري تنزيل التحديث"
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "جارٍ تنزيل الترقيه لِ %{name}s %{version}s..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -163,7 +163,7 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>لم يتم تنزيل الترقيه.</b>\\n\\nتأكد من الأتصال و أعد تشغيل تايلز للمحاوله مرة أخرى\\n\\nإذا استمرت المشكلة, إذهب إلى file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
@@ -174,7 +174,7 @@ msgstr "حدث خطأ اثناء تنزيل التحديث"
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "الملف '%{output_file}s' غير موجود, ولكن tails-iuk-get-target-file لم يعترض. يرجى التبليغ عن الخطأ البرمجي."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
@@ -189,11 +189,11 @@ msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>لم نتمكن من إختيار خادم التنزيل.</b>\n\nهذا لا ينبغي أن يحدث. الرجاء الإبلاغ عن خطأ."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "خطأ أثناء اختيار خادم تحميل"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -202,15 +202,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "تم تحميل الترقية بنجاح.\nسيتم الأن تعطيل الاتصال بالشبكة.\nالرجاء حفظ ما تقوم به و اغلاق باقي التطبيقات."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "تم تحميل الترقية بنجاح"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "تطبيق الترقية"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
@@ -220,7 +220,7 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>تم تحديث جهاز التايلز لديك بنجاح.</b>\n\nتم اغلاق بعض الخواص الأمنية مؤقتاً.\nيجب عليك إعادة التشغيل بأقرب وقت ممكن.\n\nهل تريد إعادة التشغيل الآن؟"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
@@ -259,7 +259,7 @@ msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>يتم تحديث جهاز التايلز لديك...</b>\n\nلبعض الأسباب الأمنية، تم تعطيل الاتصال بالشبكة."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -267,7 +267,7 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>حصل خطأ أثناء التحديث.</b>\\n\\nجهاز التايلز لديك يحتاج إلى إصلاح وقد لا يتمكن من إعادة التشغيل.\\n\\nاتبع التعليمات على file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
diff --git a/ar_AA.po b/ar_AA.po
deleted file mode 100644
index b10dcbfc1..000000000
--- a/ar_AA.po
+++ /dev/null
@@ -1,236 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2015-12-16 18:20+0100\n"
-"PO-Revision-Date: 2015-12-17 09:10+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Arabic (Unitag) (http://www.transifex.com/otf/torproject/language/ar_AA/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ar_AA\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"
-
-#: ../lib/Tails/IUK/Frontend.pm:146 ../lib/Tails/IUK/Frontend.pm:522
-#: ../lib/Tails/IUK/Frontend.pm:662
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:215
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:233
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:239
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:244
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:249
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:254
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:260
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:280
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:285
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:317
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:333
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:355
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:359
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:369
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:384
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:394
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:410
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:467
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:470
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:511
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:527 ../lib/Tails/IUK/Frontend.pm:546
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:539
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:558
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:561
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:573
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:578
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:579
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:580
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:594
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:609
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:622
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:624
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:667
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/arn.po b/arn.po
deleted file mode 100644
index cd48fada0..000000000
--- a/arn.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Mapudungun (http://www.transifex.com/otf/torproject/language/arn/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: arn\n"
-"Plural-Forms: nplurals=2; plural=n > 1;\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/az.po b/az.po
index f9b6631de..c29d58182 100644
--- a/az.po
+++ b/az.po
@@ -27,7 +27,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "Təkmilləşmələrin yoxlanması zamanı xəta"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -36,64 +36,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Bizim vebsaytımızdan təkmilləşmələrin mümkün olub olmaması müəyyənləşdirilə bilmədi.</b>\n\nŞəbəkə əlaqəni yoxla, yenidən təkmilləşdirməyə cəhd etmək üçün Tailləri yenidən aç.\n\nProblem qalmaqda davam etsə, file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html səhifəsinə keç."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "bu versiya üçün bizim saytımızdan avtomatik təkmilləşmə yoxdur"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "sənin ötürücün Tails Quraşdırıcının vasitəsilə yaradılmamışdır"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails DVD və ya yalnız-ozuna bilən ötürücü tərəfindən başlanmışdır"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "Tails sistem bölməsində kifayət qədər boş yer yoxdur"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "bu sistemdə kifayət qədər yaddaş yeri yoxdur"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "'%{reason}s' səbəbi üçün heç bir izah yoxdur."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "Sistem ən son versiyadadır"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Tail-in bu versiyasının vaxtı ötüb və təhlükəsizlik problemləri ola bilər."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "Artan təkmilləşmə Tail sistem bölməsində %{space_needed}s boş sahə tələb etdiyi halda, cəmi %{free_space}s boş yaddaş sahəsinə sahibsən."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "Artan təkmilləşmə %{memory_needed}s boş sahə tələb etdiyi halda, cəmi %{free_memory}s boş yaddaş sahəsinə sahibsən."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "Artan təkmilləşmə mümkün olsa da tam deyil.\nBu baş verməməlidir. Lütfən, problem haqqında xəbər ver."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "Mümkün təkmilləşmələrin müəyyən edilməsi zamanı xəta"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -112,15 +112,15 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Təkmilləşmə mümkündür"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "İndi təkmilləşdir"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "Daha sonra təkmilləşdir"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -132,20 +132,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>%{name}s %{version}s üçün manual təkmilləşmə etməlisən.</b>\n\nBu yeni versiya haqqında daha ətraflı məlumat üçün %{details_url}s linkinə keç.\n\nBu yeni versiyaya ötürücünün avtomatik təkmilləşdirilməsi qeyri-mümkündür: %{explanation}s\n\nManual təkmilləşmənin necə ediləcəyini burada öyrənə bilərsən:https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "Yeni versiya mümkündür"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Təkmilləşmənin yüklənməsi"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Təkmilləşmənin %{name}s %{version}s-a yüklənməsi..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -153,26 +153,26 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Təkmilləşmə yüklənə bilmədi..</b>\\n\\nŞəbəkə əlaqəni yoxla və yenidən təkmilləşməyə cəhd etmək üçün Tails-i yenidən başlat.\\n\\nƏgər problem olduğu kimi qalsa, bu fayla keç:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "Təkmilləşmənin yüklənməsi zamanı xəta"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr " '%{output_file}s' çıxış faylı olmamasına baxmayaraq tails-iuk-nişanlanmış-faylı-əldə-et şikayət etmədi. Lütfən, problem haqqında xəbər ver."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "Müvəqqəti yükləmə kateqoriyası yaradılan zaman xəta"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "Müvəqqəti yükləmə kateqoriyası yaradıla bilmədi"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
@@ -210,46 +210,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>Sənin Tails ötürücün müvəffəqiyyətlə təkmilləşdi.</b>\n\nBəzi təhlükəsizlik xüsusiyyətləri müvəqqəti olaraq dayandırılmışdı.\nƏn qısa zamanda Tails-i yeni versiya ilə yenidən başlatmalısan.\n\nİndi başlatmaq istəyirsən?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Tails-i Yenidən Başlat"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "İndi Yenidən Başlat"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "Daha sonra yenidən başlat"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "Sistemin yenidın başladılmazı zamanı xəta"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "Sistem yenidən başladıla bilmədi"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "Şəbəkə söndürülən zaman xəta"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "Şəbəkə söndürülə bilmədi"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "Sistem təkmilləşdirilir"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>Tails ötürücün təkmilləşdirilməkdədir...</b>\n\nTəhlükəsizlik səbəbləri ilə şəbəkə hazırda söndürülmüşdür."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -257,8 +257,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Təkmilləşmənin quraşdırılması zamanı xəta.</b>\\n\\nSənin Tails ötürücün təmir olunmalıdir, amma ola bilsin ki, yenidən başlaya bilməsin.\\n\\nLütfən, fayldakı qaydalara riayət et:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "Təkmilləşmənin quraşdırılmasında xəta"
+msgstr ""
diff --git a/ba.po b/ba.po
deleted file mode 100644
index 32a5fad98..000000000
--- a/ba.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Bashkir (http://www.transifex.com/otf/torproject/language/ba/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ba\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/bal.po b/bal.po
deleted file mode 100644
index 396f3001f..000000000
--- a/bal.po
+++ /dev/null
@@ -1,236 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2015-12-16 18:20+0100\n"
-"PO-Revision-Date: 2015-12-17 09:10+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Balochi (http://www.transifex.com/otf/torproject/language/bal/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: bal\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:146 ../lib/Tails/IUK/Frontend.pm:522
-#: ../lib/Tails/IUK/Frontend.pm:662
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:215
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:233
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:239
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:244
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:249
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:254
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:260
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:280
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:285
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:317
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:333
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:355
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:359
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:369
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:384
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:394
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:410
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:467
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:470
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:511
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:527 ../lib/Tails/IUK/Frontend.pm:546
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:539
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:558
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:561
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:573
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:578
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:579
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:580
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:594
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:609
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:622
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:624
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:667
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/be.po b/be.po
index 9a68b7ab2..709584284 100644
--- a/be.po
+++ b/be.po
@@ -65,11 +65,11 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "Сістема абнолена"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Гэтая версія Tails састарэла і можа мець уразлівасць."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
@@ -93,7 +93,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "Памылка падчас пошуку абнаўленняў"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -112,7 +112,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Абнаўленне даступна"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
@@ -218,7 +218,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Перазапусціць зараз"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
diff --git a/bg.po b/bg.po
index 337742835..006604d43 100644
--- a/bg.po
+++ b/bg.po
@@ -26,11 +26,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "Относно информация за дебъгване, изпълнете командата: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "Грешка при проверка на обновленията"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -39,64 +39,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Не можах да разбера, дали е налично обновление от нашия сайт. </b>\nПроверете връзката си към мрежата, и рестартирайте Tails за да оптитате отново.\nАко проблема продължи, отидете на file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "за тази версия няма автоматично обновление на нашата страница"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "Вашето устройство не е създадено чрез Tails Installer"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails беше стартиран от DVD или от устройство в режим четене."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "Няма достатъчно място на системния партишън на Tails."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "Системата няма достатъчно памет"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "Няма обяснение за причината '%{reason}s'."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "Системата е актуализирана"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Версията на Tails е остаряла и може да има проблеми със сигурността"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "Частичният ъпгрейд изисква %{space_needed}s празно място на диска с Tails, но единствено %{free_space}s са на разположение."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "Частичният ъпгрейд изисква %{space_needed}s свободна оперативна памет, но единствено %{free_space}s са на разположение."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "Частичен ъпгрейд е на разаположениено не и пълния ъпгрейд. \nТова не трябва да се бърка. Уведомете за грешка."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "Грешка при проверка за възможни ъпгрейди"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -115,15 +115,15 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Актуализация възможна"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "Актуализирай сега"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "Актуализирай по късно"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -135,20 +135,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Трябва да актуализирате ръчно към %{name}s %{version}s.</b>\n\nЗа повече информация относно тази актуализация, отидете на %{details_url}s\n\nНе е възможна автоматична актуализация към тази нова версия: %{explanation}s.\n\nЗа да научите как да актуализирате ръчно, отидете на https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "Налична е нова версия"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Сваляне на актуализация"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Записване на актуализацията в %{name}s %{version}s..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -156,37 +156,37 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Актуализацията не може да бъде свалена.</b> Проверете за връзка с Интернет, и рестартирайте Tails и опитайте да актуализирате отново.\\n\\nАко проблема не се разреши отидете на file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "Грешка при свалянето"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "Изходящия файл '%{output_file}s' не съсществува, но tails-iuk-get-target-file не отчита проблем. Моля, сигнализирайте за грешка."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "Грешка при създаване на временна директория за сваляне."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "Неуспешно създаване на временна директория за сваляне."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>Не може да изберете сървъра за сваляне.</b>\n\nТова не трябва да се случва. Моля съобщeте за бъг."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "Грешка при избора на сървър за изтегляне"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -213,46 +213,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b> Вашето Tails устройство беше актуализирано успешно. </b>\n\nНякой настройки по сигурноста са временно изключени.\nРестартирайте Tails с новата версия възможно най скоро.\n\nИскате ли да рестартирате сега?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Рестартирай Tails "
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Рестартирай сега"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "Рестартирай по късно"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "Грешка при рестартиране на системата."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "Проблем при рестартирането"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "Грешка по време на изключване на мрежата"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "Грешка при спиране на мрежата"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "Ъпгрейдване на системата"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>Вашето Tails устройство беше актуализирано...</b>\n\nОт съображения за сигурност, мрежата в момента е изключена."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -260,8 +260,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Грешка при инсталиране на актуализацията.</b>\\n\\nВашето Tails устройство се нуждае от редактиране и може да не е в състояние да рестартира.\\n\\nМоля проверете за инструкции на file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "Грешка при инсталацията на ъпгрейда"
+msgstr ""
diff --git a/bg_BG.po b/bg_BG.po
deleted file mode 100644
index e28d312f8..000000000
--- a/bg_BG.po
+++ /dev/null
@@ -1,234 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2014-03-05 15:11+0100\n"
-"PO-Revision-Date: 2014-03-06 08:17+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"
-
-#: ../lib/Tails/IUK/Frontend.pm:146 ../lib/Tails/IUK/Frontend.pm:523
-#: ../lib/Tails/IUK/Frontend.pm:667
-msgid "For debugging information, see /home/amnesia/.xsession-errors"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:216
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:219
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:234
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:240
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:245
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:250
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:255
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:261
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:281
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:286
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:318
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:334
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:356
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:360
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:370
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:395
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:411
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:468
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:471
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:512
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:528 ../lib/Tails/IUK/Frontend.pm:547
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:540
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:559
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:562
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:574
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:579
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:580
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:581
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:592
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:595
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:610
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:623
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:625
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:662
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/bn.po b/bn.po
index 173435a22..8033208e7 100644
--- a/bn.po
+++ b/bn.po
@@ -25,11 +25,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "তথ্য ডিবাগ করার জন্য নিম্নলিখিত কমান্ডটি চালান: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "আপগ্রেড খোজার সময় সমস্যা হয়েছে"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -38,64 +38,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>আমাদের ওয়েবসাইটে আপগ্রেড আছে কিনা নির্ধারণ করা সম্ভব হয়নি</b>\n\nআপনার নেটওয়ার্ক সংযোগ পরীক্ষা করুন এবং টেইলস পুনরায় চালু করে আপগ্রেড করার চেষ্টা করুন\n\nতারপরেও সমস্যা হলে , এই ঠিকানায় যান file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "এই সংস্করণের জন্য আমাদের ওয়েবসাইট থেকে স্বয়ংক্রিয় আপগ্রেড উপলব্ধ নেই"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "আপনার ডিভাইস টেইলস ইনস্টলার দ্বারা তৈরি করা হয়নি"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "একটি ডিভিডি বা একটি পঠনযোগ্য ডিভাইস থেকে পুচ্ছ শুরু হয়েছিল"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "Tails সিস্টেম বিভাজনে যথেষ্ট বিনামূল্যে স্থান নেই"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "এই সিস্টেমে যথেষ্ট মেমরি পাওয়া যায় না"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "কারণ ' {reason} গুলি' এর জন্য কোন ব্যাখ্যা উপলব্ধ নেই"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "সিস্টেম আপ টু ডেট"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "পুচ্ছ এর এই সংস্করণ পুরানো হয়, এবং নিরাপত্তা বিষয় থাকতে পারে।"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "উপলব্ধ ক্রমবর্ধমান আপগ্রেডের জন্য% {space_needed} টি টাইলস সিস্টেম পার্টিশনের বিনামূল্যে স্থান প্রয়োজন, কিন্তু শুধুমাত্র% {free_space} s উপলব্ধ।"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "উপলব্ধ ক্রমবর্ধমান আপগ্রেডের জন্য% {memory_needed} গুলি বিনামূল্যে মেমরি প্রয়োজন, কিন্তু শুধুমাত্র% {free_ememory} গুলি উপলব্ধ।"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "একটি ক্রমবর্ধমান আপগ্রেড উপলব্ধ, কিন্তু কোন পূর্ণ আপগ্রেড নেই।\nএই ঘটতে না হওয়া উচিত। একটি বাগ রিপোর্ট করুন"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "উপলভ্য আপগ্রেড সনাক্ত করার সময় ত্রুটি"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -110,19 +110,19 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>আপনার আপগ্রেড করা উচিত %{name}s %{version}s.</b>\n\nএই নতুন সংস্করণ সম্পর্কে আরও তথ্যের জন্য, যান %{details_url}s\n\nআমরা আপনাকে আপগ্রেড সময় অন্যান্য অ্যাপ্লিকেশন বন্ধ সুপারিশ।\nআপগ্রেড ডাউনলোড কয়েক মিনিট থেকে কয়েক ঘন্টার মধ্যে দীর্ঘ সময় নিতে পারে।\n\n ডাউনলোডের আকার: %{size}s\n\nআপনি এখন আপগ্রেড করতে চান?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "পর্যাপ্ত উন্নত সংস্করণ"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "এখন উন্নতি কর"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "পরে আপগ্রেড করুন"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -134,20 +134,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>আপনি একটি ম্যানুয়াল আপগ্রেড ও করতে পারেন %{name}s %{version}s.</b>\nবিস্তারিত তথ্যের জন্য , এখানে যান %{details_url}s\nআপনার বর্তমান ডিভাইসটি বর্তমান সংস্করণে স্বয়ংক্রিয় আপগ্রেড সম্ভব নয় %{explanation}s\nকিভাবে ম্যানুয়াল্ আপগ্রেড করতে হয় তা জানতে, এখানে যান https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "নতুন সংস্করণ উপলব্ধ"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "আপগ্রেড ডাউনলোড হচ্ছে"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "% {Name} s% {version} s এ আপগ্রেড ডাউনলোড হচ্ছে ..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -155,37 +155,37 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b> আপগ্রেডটি ডাউনলোড করা যাবে না। </ b>\\n\\ n আপনার নেটওয়ার্ক সংযোগ পরীক্ষা করুন এবং পুনরায় আপগ্রেড করার চেষ্টা করার জন্য টাইলগুলি পুনরায় আরম্ভ করুন। \\n\\n যদি সমস্যাটি থেকে যায় তবে ফাইলটি যান file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "আপগ্রেড ডাউনলোড করার সময় ত্রুটি"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "আউটপুট ফাইল '% {output_file} s' বিদ্যমান নয়, তবে টাইলস-আইইউকে-টু-টার্গেট-ফাইল অভিযোগ করেনি। একটি বাগ রিপোর্ট করুন"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "সাময়িক ডাউনলোড ডিরেক্টরি তৈরি করার সময় সমস্যা হয়েছে"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "অস্থায়ী ডাউনলোড ডিরেক্টরি তৈরি করতে ব্যর্থ"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b> একটি ডাউনলোড সার্ভার নির্বাচন করা যায়নি। </ b>\n\nএই ঘটতে না হওয়া উচিত। একটি বাগ রিপোর্ট করুন"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "একটি ডাউনলোড সার্ভার নির্বাচন করার সময় ত্রুটি"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -194,15 +194,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "আপগ্রেড সফলভাবে ডাউনলোড করা হয়েছে।\n\nনেটওয়ার্ক সংযোগ এখন নিষ্ক্রিয় করা হবে।\n\nআপনার কাজ সংরক্ষণ করুন এবং অন্যান্য অন্যান্য অ্যাপ্লিকেশন বন্ধ করুন।"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "আপগ্রেড সফলভাবে ডাউনলোড হয়েছে"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "আপগ্রেড প্রয়োগ করুন"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
@@ -212,46 +212,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b> আপনার পুংলি ডিভাইস সফলভাবে আপগ্রেড করা হয়েছে। </ b>\n\nকিছু নিরাপত্তা বৈশিষ্ট্য অস্থায়ীভাবে অক্ষম করা হয়েছে।\nআপনি যত তাড়াতাড়ি সম্ভব নতুন সংস্করণ নেভিগেশন পুচ্ছ পুনরায় আরম্ভ করা উচিত।\n\nআপনি এখন পুনরায় আরম্ভ করতে চান?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Tails পুনরারম্ভ করুন"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "এখন আবার চালু করুন"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "পরে পুনরায় আরম্ভ করুন"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "সিস্টেম পুনরায় চালু করার সময় সমস্যা হয়েছে"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "সিস্টেম পুনরায় আরম্ভ করতে ব্যর্থ হয়েছে"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "নেটওয়ার্ক বন্ধ করার সময় ত্রুটি"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "নেটওয়ার্ক বন্ধ করতে ব্যর্থ হয়েছে"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "সিস্টেম আপগ্রেড করা হচ্ছে"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>আপনার টেইলস যন্ত্র আপগ্রেড করা হচ্ছে...</b>\n\nনিরাপত্তার জন্যে নেটওয়ার্কিং এখন বন্ধ।"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -259,8 +259,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>আপগ্রেড ইনস্টল করার সময় সমস্যা হয়েছে।<b>আপনার টেইলস যন্ত্র ঠিক করা লাগতে পারে এবং পুনরায় চালু করতে অপারগ হতে পারে।\n\nএই নির্দেশনা অনুসরণ করুন - file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "আপগ্রেড ইনস্টল করার সময় ত্রুটি"
+msgstr ""
diff --git a/bn_BD.po b/bn_BD.po
deleted file mode 100644
index d76374d67..000000000
--- a/bn_BD.po
+++ /dev/null
@@ -1,249 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Al Shahrior Hasan Sagor <shahrior3814(a)gmail.com>, 2018
-# Al Shahrior Hasan Sagor <shahrior3814(a)gmail.com>, 2017
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-05-07 19:26+0200\n"
-"PO-Revision-Date: 2018-07-21 09:50+0000\n"
-"Last-Translator: Al Shahrior Hasan Sagor <shahrior3814(a)gmail.com>\n"
-"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/otf/torproject/language/bn_BD/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: bn_BD\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "তথ্য ডিবাগ করার জন্য নিম্নলিখিত কমান্ডটি চালান: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr "আপগ্রেডগুলির জন্য চেক করার সময় ত্রুটি"
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b> আমাদের ওয়েবসাইট থেকে একটি আপগ্রেড উপলব্ধ কিনা তা নির্ধারণ করা যায়নি। \n\nআপনার নেটওয়ার্ক সংযোগ পরীক্ষা করুন, এবং পুনরায় আপগ্রেড করার চেষ্টা করার জন্য পুনরুক্ত করুন।\n\nযদি সমস্যাটি বজায় থাকে তবে ফাইলটিতে যান file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "এই সংস্করণের জন্য আমাদের ওয়েবসাইট থেকে স্বয়ংক্রিয় আপগ্রেড উপলব্ধ নেই"
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr "আপনার ডিভাইসটি টালস ইনস্টলারের মাধ্যমে তৈরি করা হয়নি"
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "একটি ডিভিডি বা একটি পঠনযোগ্য ডিভাইস থেকে পুচ্ছ শুরু হয়েছিল"
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr "Tails সিস্টেম বিভাজনে যথেষ্ট বিনামূল্যে স্থান নেই"
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr "এই সিস্টেমে যথেষ্ট মেমরি পাওয়া যায় না"
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "কারণ ' {reason} গুলি' এর জন্য কোন ব্যাখ্যা উপলব্ধ নেই"
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr "সিস্টেম আপ টু ডেট"
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "পুচ্ছ এর এই সংস্করণ পুরানো হয়, এবং নিরাপত্তা বিষয় থাকতে পারে।"
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "উপলব্ধ ক্রমবর্ধমান আপগ্রেডের জন্য% {space_needed} টি টাইলস সিস্টেম পার্টিশনের বিনামূল্যে স্থান প্রয়োজন, কিন্তু শুধুমাত্র% {free_space} s উপলব্ধ।"
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "উপলব্ধ ক্রমবর্ধমান আপগ্রেডের জন্য% {memory_needed} গুলি বিনামূল্যে মেমরি প্রয়োজন, কিন্তু শুধুমাত্র% {free_ememory} গুলি উপলব্ধ।"
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "একটি ক্রমবর্ধমান আপগ্রেড উপলব্ধ, কিন্তু কোন পূর্ণ আপগ্রেড নেই।\nএই ঘটতে না হওয়া উচিত। একটি বাগ রিপোর্ট করুন"
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr "উপলভ্য আপগ্রেড সনাক্ত করার সময় ত্রুটি"
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b> আপনাকে% {name} s% {version} s এ আপগ্রেড করা উচিত। </ b>\n\nএই নতুন সংস্করণ সম্পর্কে আরও তথ্যের জন্য,% {details_url} s এ যান\n\nআপগ্রেডের সময় সব খোলা অ্যাপ্লিকেশন বন্ধ করার পরামর্শ দেওয়া হচ্ছে।\nআপগ্রেড ডাউনলোড কয়েক মিনিট থেকে কয়েক ঘন্টা পর্যন্ত, একটি দীর্ঘ সময় নিতে পারে।\nআপগ্রেড ডাউনলোডের পরে নেটওয়ার্কিং অক্ষম করা হবে।\n\nডাউনলোড আকার:% {size} s\n\nআপনি এখন আপগ্রেড করতে চান?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "পর্যাপ্ত উন্নত সংস্করণ"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "এখন উন্নতি কর"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "পরে আপগ্রেড করুন"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b> আপনাকে% {name} s% {version} s। এর জন্য ম্যানুয়াল আপগ্রেড করতে হবে। </b>\n\nএই নতুন সংস্করণ সম্পর্কে আরও তথ্যের জন্য,% {details_url} s এ যান\n\nআপনার ডিভাইসটি স্বয়ংক্রিয়ভাবে এই নতুন সংস্করণে আপগ্রেড করা সম্ভব নয়:% {explanation} s\n\nম্যানুয়াল আপগ্রেড কীভাবে শিখতে হবে, https://tails.boum.org/doc/first_steps/upgrade/#manual - এ যান"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "নতুন সংস্করণ উপলব্ধ"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "আপগ্রেড ডাউনলোড হচ্ছে"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "% {Name} s% {version} s এ আপগ্রেড ডাউনলোড হচ্ছে ..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b> আপগ্রেডটি ডাউনলোড করা যাবে না। </ b>\\n\\ n আপনার নেটওয়ার্ক সংযোগ পরীক্ষা করুন এবং পুনরায় আপগ্রেড করার চেষ্টা করার জন্য টাইলগুলি পুনরায় আরম্ভ করুন। \\n\\n যদি সমস্যাটি থেকে যায় তবে ফাইলটি যান file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "আপগ্রেড ডাউনলোড করার সময় ত্রুটি"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "আউটপুট ফাইল '% {output_file} s' বিদ্যমান নয়, তবে টাইলস-আইইউকে-টু-টার্গেট-ফাইল অভিযোগ করেনি। একটি বাগ রিপোর্ট করুন"
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "অস্থায়ী ডাউনলোডিং ডিরেক্টরি তৈরি করার সময় ত্রুটি"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "অস্থায়ী ডাউনলোড ডিরেক্টরি তৈরি করতে ব্যর্থ"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b> একটি ডাউনলোড সার্ভার নির্বাচন করা যায়নি। </ b>\n\nএই ঘটতে না হওয়া উচিত। একটি বাগ রিপোর্ট করুন"
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "একটি ডাউনলোড সার্ভার নির্বাচন করার সময় ত্রুটি"
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b> আপনার পুংলি ডিভাইস সফলভাবে আপগ্রেড করা হয়েছে। </ b>\n\nকিছু নিরাপত্তা বৈশিষ্ট্য অস্থায়ীভাবে অক্ষম করা হয়েছে।\nআপনি যত তাড়াতাড়ি সম্ভব নতুন সংস্করণ নেভিগেশন পুচ্ছ পুনরায় আরম্ভ করা উচিত।\n\nআপনি এখন পুনরায় আরম্ভ করতে চান?"
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr "Tails পুনরারম্ভ করুন"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr "এখন আবার চালু করুন"
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr "পরে পুনরায় আরম্ভ করুন"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr "সিস্টেম পুনরায় আরম্ভ করার সময় ত্রুটি"
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr "সিস্টেম পুনরায় আরম্ভ করতে ব্যর্থ হয়েছে"
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr "নেটওয়ার্ক বন্ধ করার সময় ত্রুটি"
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr "নেটওয়ার্ক বন্ধ করতে ব্যর্থ হয়েছে"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr "সিস্টেম আপগ্রেড করা হচ্ছে"
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b> আপনার পুর্ণ ডিভাইসটি আপগ্রেড করা হচ্ছে ... </ b>\n\nনিরাপত্তা কারণে, নেটওয়ার্কিং এখন নিষ্ক্রিয় করা হয়।"
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b> আপগ্রেড ইনস্টল করার সময় একটি ত্রুটি ঘটেছে।</b> \\n\\n আপনার টালি ডিভাইস মেরামত করা প্রয়োজন এবং পুনর্সূচনা করতে অক্ষম হতে পারে। \\n\\n ফাইলের নির্দেশাবলী অনুসরণ করুন file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr "আপগ্রেড ইনস্টল করার সময় ত্রুটি"
diff --git a/bn_IN.po b/bn_IN.po
deleted file mode 100644
index 9140e3feb..000000000
--- a/bn_IN.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Bengali (India) (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/bo.po b/bo.po
deleted file mode 100644
index 502e6d993..000000000
--- a/bo.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Tibetan (http://www.transifex.com/otf/torproject/language/bo/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: bo\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "ད་ལྟ་སྐྱར་དུ་འགོ་འཛུགས་གནང་རོགས།"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/brx.po b/brx.po
deleted file mode 100644
index 9dfb5e7e8..000000000
--- a/brx.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Bodo (http://www.transifex.com/otf/torproject/language/brx/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: brx\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/ca.po b/ca.po
index 704764898..7bed1448d 100644
--- a/ca.po
+++ b/ca.po
@@ -5,7 +5,7 @@
# Translators:
# David Anglada <codiobert(a)codiobert.es>, 2014
# laia_, 2014-2016
-# Mark <markripesp(a)gmail.com>, 2018
+# Marc Ripoll <markripesp(a)gmail.com>, 2018
# sergi <sergi.mansilla(a)gmail.com>, 2014
msgid ""
msgstr ""
@@ -13,7 +13,7 @@ msgstr ""
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2018-12-09 13:56+0100\n"
"PO-Revision-Date: 2018-12-26 11:33+0000\n"
-"Last-Translator: Mark <markripesp(a)gmail.com>\n"
+"Last-Translator: Marc Ripoll <markripesp(a)gmail.com>\n"
"Language-Team: Catalan (http://www.transifex.com/otf/torproject/language/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -111,7 +111,7 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>Hauríeu d'actualitzar a %{name}s %{version}s.</b>\n\nPer a més informació sobre aquesta nova versió, aneu a%{details_url}s\n\nEs recomana tancar altres aplicacions durant l'actualització.\nDescarregar l'actualització pot tardar cert temps, des d'uns minuts, fins a unes hores.\n\nTamany de la descàrrega: %{size}s\n\nActualitzar ara?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
@@ -195,15 +195,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "La descàrrega ha acabat satisfactòriament.\n\nLa connexió a internet ara serà desactivada.\n\nSi us plau, asseguris de guardar el seu progrés i tancar tota la resta d'aplicacions."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "Actualització satisfactòriament descarregada"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "Aplicar actualització"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
diff --git a/ca_ES.po b/ca_ES.po
deleted file mode 100644
index 328beac9b..000000000
--- a/ca_ES.po
+++ /dev/null
@@ -1,234 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2014-02-20 15:49+0100\n"
-"PO-Revision-Date: 2014-02-21 08:18+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"
-
-#: ../lib/Tails/IUK/Frontend.pm:145 ../lib/Tails/IUK/Frontend.pm:505
-#: ../lib/Tails/IUK/Frontend.pm:649
-msgid "For debugging information, see ~/.xsession-errors."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:210
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:213
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:227
-msgid "no incremental upgrade is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:230
-msgid "your device was not created using Tails Installer."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:233
-msgid "your device is not writable."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "there is not enough free space on your device."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:239
-msgid "there is not enough free memory."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:244
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:264
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:269
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:301
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:317
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:339
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:343
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:353
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s.\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:368
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:369
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:370
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:378
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s.\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:394
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:450
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:453
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:494
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:510 ../lib/Tails/IUK/Frontend.pm:529
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:522
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:544
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:556
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:561
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:562
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:574
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:577
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:592
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:595
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:605
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:607
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:654
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/ceb.po b/ceb.po
deleted file mode 100644
index b1dfb823c..000000000
--- a/ceb.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Cebuano (http://www.transifex.com/otf/torproject/language/ceb/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ceb\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/co.po b/co.po
deleted file mode 100644
index f701784fa..000000000
--- a/co.po
+++ /dev/null
@@ -1,236 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2015-12-16 18:20+0100\n"
-"PO-Revision-Date: 2015-12-17 09:10+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Corsican (http://www.transifex.com/otf/torproject/language/co/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: co\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:146 ../lib/Tails/IUK/Frontend.pm:522
-#: ../lib/Tails/IUK/Frontend.pm:662
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:215
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:233
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:239
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:244
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:249
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:254
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:260
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:280
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:285
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:317
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:333
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:355
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:359
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:369
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:384
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:394
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:410
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:467
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:470
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:511
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:527 ../lib/Tails/IUK/Frontend.pm:546
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:539
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:558
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:561
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:573
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:578
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:579
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:580
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:594
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:609
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:622
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:624
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:667
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/cs.po b/cs.po
index 4442b3951..0ebae8422 100644
--- a/cs.po
+++ b/cs.po
@@ -26,7 +26,7 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "Pro informace z ladění proveďte následující příkaz: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
@@ -111,7 +111,7 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>Měli byste upgradovat na %{name}s %{version}s.</b>\n\nVíce informací o této nové verzi naleznete na %{details_url}s\n\nDoporučujeme vám ukončit všechny ostatních aplikace během upgradu.\nStahování upgradu může trvat dlouho, od několika minut až po několik hodin.\n\nVelikost: %{size}s\n\nPřejete si upgradovat nyní?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
@@ -182,11 +182,11 @@ msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>Nelze vybrat server pro stahování.</b>\n\nToto by se nemělo stát. Prosíme nahlaste to jako chybu."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "Chyba při výběru serveru stahování"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -195,15 +195,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "Upgrade byl úspěšně stažen.\n\nSíťové připojení bude nyní vypnuto.\n\nProsím, uložte si vaši práci a zavřete všechny ostatní aplikace."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "Upgrade byl úspěšně stažen"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "Instalovat upgrade"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
diff --git a/cs_CZ.po b/cs_CZ.po
deleted file mode 100644
index e8c11b84d..000000000
--- a/cs_CZ.po
+++ /dev/null
@@ -1,236 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2015-12-16 18:20+0100\n"
-"PO-Revision-Date: 2015-12-17 09:10+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Czech (Czech Republic) (http://www.transifex.com/otf/torproject/language/cs_CZ/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: cs_CZ\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:146 ../lib/Tails/IUK/Frontend.pm:522
-#: ../lib/Tails/IUK/Frontend.pm:662
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:215
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:233
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:239
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:244
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:249
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:254
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:260
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:280
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:285
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:317
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:333
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:355
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:359
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:369
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:384
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:394
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:410
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:467
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:470
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:511
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:527 ../lib/Tails/IUK/Frontend.pm:546
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:539
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:558
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:561
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:573
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:578
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:579
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:580
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:594
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:609
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:622
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:624
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:667
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/csb.po b/csb.po
deleted file mode 100644
index f9cb871fe..000000000
--- a/csb.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Kashubian (http://www.transifex.com/otf/torproject/language/csb/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: csb\n"
-"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/cv.po b/cv.po
deleted file mode 100644
index 7a6de51cd..000000000
--- a/cv.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Chuvash (http://www.transifex.com/otf/torproject/language/cv/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: cv\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/cy.po b/cy.po
index 6d5eccba2..fc79faf8e 100644
--- a/cy.po
+++ b/cy.po
@@ -24,11 +24,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "Ar gyfer gwybodaeth dadfygio, gweithredu y gorchymyn dilynol: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "Gwall wrth wirio am uwchraddio"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -37,7 +37,7 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Ni allai gadarnhau a oes uwchradd ar gael ar ein wefan.<b>\n\nGwirio eich cysylltiad rhwydwaith, ac ailgychwyn Tails i geisio uwchraddio eto.\n\nOs bydd y problem yn parhau, ewch i go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.cy.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
@@ -113,15 +113,15 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Diweddariad ar gael"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "Uwchraddio rŵan"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "Uwchraddio'n hwyrach"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -137,11 +137,11 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "Fersiwn newydd ar gael"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Yn lawrlwytho diweddariad"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
@@ -215,19 +215,19 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Ailgychwyn Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Ailgychwyn rŵan"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "Ailgychwyn yn hwyrach"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "Gwall wrth ailgychwyn y system"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
@@ -243,7 +243,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "Yn uwchraddio'r system"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
diff --git a/cy_GB.po b/cy_GB.po
deleted file mode 100644
index b2c6cdfd2..000000000
--- a/cy_GB.po
+++ /dev/null
@@ -1,236 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2015-12-16 18:20+0100\n"
-"PO-Revision-Date: 2015-12-17 09:10+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/otf/torproject/language/cy_GB/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: cy_GB\n"
-"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:146 ../lib/Tails/IUK/Frontend.pm:522
-#: ../lib/Tails/IUK/Frontend.pm:662
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:215
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:233
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:239
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:244
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:249
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:254
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:260
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:280
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:285
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:317
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:333
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:355
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:359
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:369
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:384
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:394
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:410
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:467
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:470
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:511
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:527 ../lib/Tails/IUK/Frontend.pm:546
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:539
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:558
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:561
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:573
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:578
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:579
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:580
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:594
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:609
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:622
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:624
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:667
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/da.po b/da.po
index aa7389ca9..9bf174449 100644
--- a/da.po
+++ b/da.po
@@ -29,11 +29,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "Få fejlretningsinfo ved at køre kommandoen: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "Fejl under søgning efter opgraderinger"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -42,64 +42,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Kunne ikke fastsætte om der er en opgradering tilgængelig på vores websted.</b>\n\nCheck din netværksforbindelse og genstart Tails for at prøve at opgradere igen.\n\nHvis problemet ikke forsvinder, gå til filen:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "ingen automatisk opgradering er tilgængelig fra vores websted for denne version"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "din enhed er ikke oprettet med Tails-installationsprogram"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails er startet fra en DVD eller en enhed der ikke kan skrives til"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "der er ikke nok fri plads på Tails system partition"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "systemet har ikke nok tilgængelig hukommelse"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "Ingen forklaring tilgængelig fordi \"%{reason}s\"."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "Systemet er ajour"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Denne version af Tails er forældet, og kan indeholde sikkerhedsproblemer."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "Den tilgængelige gradvise opgradering kræver %{space_needed} ledig plads på Tails system-partitionen, men der er kun %{free_space} til rådighed."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "Den tilgængelige gradvise opgradering kræver %{memory_needed} ledig hukommelse, men der er kun %{free_memory} til rådighed."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "En gradvis opgradering er tilgængelig uden at der eksisterer en tilsvarende komplet opgradering.\nDette burde ikke ske. Rapportér venligst fejlen."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "Der opstod en fejl mens der blev søgt efter tilgængelige opgraderinger"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -114,19 +114,19 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>Du bør opgradere til %{name}s %{version}s.</b>\n\nFor mere information om den nye version, se %{details_url}s\n\nVi anbefaler at du lukker alle andre programmer under opgraderingen.\nAt downloade opgraderingen kan tage fra nogle minutter til få timer.\n\nDownloadstørrelse: %{size}s\n\nVil du at opgradere nu?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Opgradering tilgængelig"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "Opgrader nu"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "Opgrader senere"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -138,20 +138,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Du bør foretage en manuel opgradering til %{name}s %{version}s.</b> \n\nFor mere information om den nye version, gå til %{details_url}s. \n\nDet er ikke muligt at opgradere din enhed automatisk til den nye version: %{explanation}s. \n\nFor at lære hvordan man opgraderer manuelt, gå til https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "En ny version er tilgængelig"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Downloader opgradering"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Downloader opgraderingen til %{name}s %{version}s..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -159,37 +159,37 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Opgraderingen kunne ikke blive downloadet.</b>\\n\\nCheck din netværksforbindelse, og genstart Tails for at prøve igen.\\n\\nHvis problemet ikke forsvinder, gå til file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "Fejl under download af opgradering"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "Outputfilen \"%{output_file}s\" eksisterer ikke, men tails-iuk-get-target-file meldte ingen fejl. Rapportér venligst en fejl."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "Der opstod en fejl under oprettelsen af den midlertidlige download-mappe"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "Den midlertidige download mappe kunne ikke oprettes"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>Kunne ikke vælge en downloadserver.</b>\n\nDette burde ikke ske. Rapportérr venligst en fejl."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "Der opstod en fejl under valg af downloadserver"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -198,15 +198,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "Opgraderingen blev downloadet.\n\nNetværksforbindelsen vil nu blive deaktiveret.\n\nGem venligst dit arbejde og luk alle andre programmer."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "Opgradering downloadet"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "Anvend opgradering"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
@@ -216,46 +216,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>Din Tails-enhed blev opgraderet.</b>\n\nNogle sikkerheds komponenter blev deaktiveret midlertidigt.\nDu burde genstarte Tails med den nyeste version så snart som muligt.\n\nVil du genstarte nu?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Genstart Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Genstart nu"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "Genstart senere"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "Der opstod en fejl under genstart af systemet"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "Systemet kunne ikke genstartes"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "Der opstod en fejl under nedlukningen af netværket"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "Kunne ikke lukke netværket"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "Opgraderer systemet"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>Din Tails-enhed er ved at blive opgraderet...</b>\n\nAf sikkerhedsgrunde er al brug af netværk nu deaktiveret."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -263,8 +263,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>En fejl opstod mens opgraderingen blev installeret.</b>\\n\\nDin Tails-enhed har brug for at blive repareret, og kan muligvis ikke genstarte.\\n\\nVær venlig at følge instruktionerne i filen:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "Fejl under installeringen af opgradering"
+msgstr ""
diff --git a/da_DK.po b/da_DK.po
deleted file mode 100644
index 4ac8ae8c8..000000000
--- a/da_DK.po
+++ /dev/null
@@ -1,236 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2015-12-16 18:20+0100\n"
-"PO-Revision-Date: 2015-12-17 09:10+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Danish (Denmark) (http://www.transifex.com/otf/torproject/language/da_DK/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: da_DK\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:146 ../lib/Tails/IUK/Frontend.pm:522
-#: ../lib/Tails/IUK/Frontend.pm:662
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:215
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:233
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:239
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:244
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:249
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:254
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:260
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:280
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:285
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:317
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:333
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:355
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:359
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:369
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:384
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:394
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:410
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:467
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:470
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:511
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:527 ../lib/Tails/IUK/Frontend.pm:546
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:539
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:558
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:561
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:573
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:578
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:579
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:580
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:594
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:609
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:622
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:624
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:667
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/de.po b/de.po
index 59ae23213..1b5e9874e 100644
--- a/de.po
+++ b/de.po
@@ -120,7 +120,7 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>Sie sollten auf %{name}s %{version}s aktualisieren.</b>\n\nWeitere Informationen zu dieser neuen Version finden Sie unter %{details_url}s\n\nWir empfehlen Ihnen, alle anderen Anwendungen während der Aktualisierung zu schließen.\nDas Herunterladen der Aktualisierung kann sehr lange dauern, von einigen Minuten bis zu einigen Stunden.\n\nDownloadgröße: %{size}s\n\nMöchten Sie jetzt aktualisieren?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
@@ -204,15 +204,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "Die Aktualisierung wurde erfolgreich heruntergeladen\n\nDie Netzwerkverbindung wird nun deaktiviert.\n\nBitte speichern Sie Ihre Arbeit und schließen Sie alle anderen Anwendungen."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "Aktualisierung erfolgreich heruntergeladen"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "Aktualisierung anwenden"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
diff --git a/dz.po b/dz.po
deleted file mode 100644
index e911b5ba5..000000000
--- a/dz.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Dzongkha (http://www.transifex.com/otf/torproject/language/dz/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: dz\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/el.po b/el.po
index d7e9781ef..1a58b8317 100644
--- a/el.po
+++ b/el.po
@@ -118,7 +118,7 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>Χρειάζεται να αναβαθμίσετε το %{name}s %{version}s.</b>\n\nΓια περισσότερες πληροφορίες σχετικά με αυτήν τη νέα έκδοση, πατήστε: %{details_url}s\n\nΠροτείνουμε το κλείσιμο όλων των άλλων εφαρμογών κατάτη διάρκεια της αναβάθμισης.\nΤο κατέβασμα της αναβάθμισης μπορεί να διαρκέσει αρκετό διάστημα, από λίγα λεπτά μέχρι κάποιες ώρες.\n\nΌγκος κατεβάσματος: %{size}s\n\nΕπιθημείτε να κάνετε την αναβάθμιση τώρα;"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
@@ -202,7 +202,7 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "Η αναβάθμιση κατέβηκε επιτυχώς.\n\nΗ σύνδεση στο διαδίκτυο θα μπλοκαριστεί τώρα.\n\nΠαρακαλώ, αποθηκεύστε τη δουλειά σας και κλείστε κάθε άλλη εφαρμογή."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
diff --git a/el_GR.po b/el_GR.po
deleted file mode 100644
index b2b5ad094..000000000
--- a/el_GR.po
+++ /dev/null
@@ -1,234 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2014-03-05 15:11+0100\n"
-"PO-Revision-Date: 2014-03-06 08:17+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"
-
-#: ../lib/Tails/IUK/Frontend.pm:146 ../lib/Tails/IUK/Frontend.pm:523
-#: ../lib/Tails/IUK/Frontend.pm:667
-msgid "For debugging information, see /home/amnesia/.xsession-errors"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:216
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:219
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:234
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:240
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:245
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:250
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:255
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:261
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:281
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:286
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:318
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:334
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:356
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:360
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:370
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:395
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:411
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:468
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:471
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:512
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:528 ../lib/Tails/IUK/Frontend.pm:547
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:540
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:559
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:562
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:574
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:579
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:580
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:581
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:592
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:595
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:610
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:623
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:625
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:662
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/en_GB.po b/en_GB.po
index 80f82abc5..1b9f7719c 100644
--- a/en_GB.po
+++ b/en_GB.po
@@ -24,11 +24,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "For debugging information, execute the following command: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "Error while checking for upgrades"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -37,64 +37,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Could not determine whether an upgrade is available from our website.</b>\n\nCheck your network connection, and restart Tails to try upgrading again.\n\nIf the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "no automatic upgrade is available from our website for this version"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "your device was not created using Tails Installer"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails was started from a DVD or a read-only device"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "there is not enough free space on the Tails system partition"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "not enough memory is available on this system"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "No explanation available for reason '%{reason}s'."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "The system is up-to-date"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "This version of Tails is outdated, and may have security issues."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "The available incremental upgrade requires %{space_needed}s of free space on Tails system partition, but only %{free_space}s is available."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "The available incremental upgrade requires %{memory_needed}s of free memory, but only %{free_memory}s is available."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "An incremental upgrade is available, but no full upgrade is.\nThis should not happen. Please report a bug."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "Error while detecting available upgrades"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -109,19 +109,19 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>You should upgrade to %{name}s %{version}s.</b>\n\nFor more information about this new version, go to %{details_url}s\n\nWe recommend you close all other applications during the upgrade.\nDownloading the upgrade might take a long time, from several minutes to a few hours.\n\nDownload size: %{size}s\n\nDo you want to upgrade now?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Upgrade available"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "Upgrade now"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "Upgrade later"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -133,20 +133,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n\nFor more information about this new version, go to %{details_url}s\n\nIt is not possible to automatically upgrade your device to this new version: %{explanation}s.\n\nTo learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "New version available"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Downloading upgrade"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Downloading the upgrade to %{name}s %{version}s..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -154,37 +154,37 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network connection, and restart Tails to try upgrading again.\\n\\nIf the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "Error while downloading the upgrade"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file did not complain. Please report a bug."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "Error while creating temporary downloading directory"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "Failed to create temporary download directory"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>Could not choose a download server.</b>\n\nThis should not happen. Please report a bug."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "Error while choosing a download server"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -193,15 +193,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "The upgrade was successfully downloaded.\n\nThe network connection will now be disabled.\n\nPlease save your work and close all other applications."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "Upgrade successfully downloaded"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "Apply upgrade"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
@@ -211,46 +211,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>Your Tails device was successfully upgraded.</b>\n\nSome security features were temporarily disabled.\nYou should restart Tails on the new version as soon as possible.\n\nDo you want to restart now?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Restart Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Restart now"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "Restart later"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "Error while restarting the system"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "Failed to restart the system"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "Error while shutting down the network"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "Failed to shutdown network"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "Upgrading the system"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>Your Tails device is being upgraded...</b>\n\nFor security reasons, the networking is now disabled."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -258,8 +258,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device needs to be repaired and might be unable to restart.\\n\\nPlease follow the instructions at file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "Error while installing the upgrade"
+msgstr ""
diff --git a/eo.po b/eo.po
index 53d551a07..7a6671b2f 100644
--- a/eo.po
+++ b/eo.po
@@ -65,11 +65,11 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "La sistemo ĝisdatiĝis"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Ĉi-tiu versio de Tails estas neĝisdata, kaj povas havi sekurecproblemojn"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
@@ -93,7 +93,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "Eraro dum serĉante haveblajn ĝisdatigojn"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -112,7 +112,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Ĝisdatigo haveblas"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
@@ -140,7 +140,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Elŝutante ĝisdatigon"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
diff --git a/es_AR.po b/es_AR.po
index d43a0898f..17e325a93 100644
--- a/es_AR.po
+++ b/es_AR.po
@@ -13,7 +13,7 @@ msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-10 22:15+0000\n"
+"PO-Revision-Date: 2018-12-10 22:16+0000\n"
"Last-Translator: Zuhualime Akoochimoya\n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/otf/torproject/language/es_AR/)\n"
"MIME-Version: 1.0\n"
@@ -200,11 +200,11 @@ msgstr "La actualización fue descargada exitosamente.\n\nLa conexión de red se
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr ""
+msgstr "Actualización descargada exitosamente"
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr ""
+msgstr "Aplicar actualización"
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
diff --git a/es_CL.po b/es_CL.po
deleted file mode 100644
index 330d89448..000000000
--- a/es_CL.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Spanish (Chile) (http://www.transifex.com/otf/torproject/language/es_CL/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: es_CL\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/es_CO.po b/es_CO.po
deleted file mode 100644
index 13f9fb3cb..000000000
--- a/es_CO.po
+++ /dev/null
@@ -1,264 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# William Beltrán <wbeltranc(a)gmail.com>, 2015
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Spanish (Colombia) (http://www.transifex.com/otf/torproject/language/es_CO/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: es_CO\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "Error mientras verificacion de actualizaciones"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/es_MX.po b/es_MX.po
index 13e7b9266..9e433c87e 100644
--- a/es_MX.po
+++ b/es_MX.po
@@ -25,11 +25,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "Para información de depuración, ejecute el siguiente comando: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "Error durante búsqueda de actualizaciones"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -38,64 +38,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>No se pudo determinar si hay una actualización disponible de nuestro sitio.</b>\n\nRevisa tu conexión de red, y reinicia Tails para intentar actualizar de nuevo.\n\nSi el problema persiste, ve al archivo file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "No hay actualizaciones automáticas disponibles de nuestro sitio web para esta versión"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "Tu dispositivo no fue creado usando el instalador Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails fue iniciado de un DVD o un dispositivo de leer solamente"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "No hay suficiente espacio libre en el sistema de particiones Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "No hay suficiente memoria disponible en este dispositivo"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "No hay una explicación disponible para '%{reason}s'."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "El sistema está actualizado"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Esta versión de Tails esta obsoleta, y puede tener problemas de seguridad. "
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "La actualización incremental disponible requiere %{space_needed}s de espacio libre en la partición del sistema Tails, pero solo %{free_space} esta disponible."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "La actualización incremental disponible requiere %{memory_needed}s de memoria libre, pero solo %{free_memory}s esta disponible. "
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "Una actualización incremental esta disponible, pero no toda la actualización lo esta.\nEsto no debería de pasar. Por favor reporta un error."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "Error al detectar actualizaciones disponibles"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -114,15 +114,15 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Actualización disponible"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "Actualizar ahora"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "Actualiza despues"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -134,20 +134,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Deberías actualizar manualmente %{name}s %{version}s.</b>\n\nPara mas información sobre esta nueva versión, ve a %{details_url}s\n\nNo es posible actualizar automáticamente tu dispositivo a esta version: %{explanation}s.\n\nPara aprender mas sobre como actualizar manualmente, ve a https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "Nueva versión disponible"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Descargando actualizacion"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Descargando la actualizacion a %{name}s %{versions}s..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -155,33 +155,33 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>La actualizacion no pudo ser descargada.</b>\\n\\nCheck tu conexion de red, y reinicia Tails para intentar actualizarlo otra vez.\\n\\nIf el problema persiste, ve a file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "Error durante la descarga de la actualization"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "El archivo de salida '%{output_file}s' no existe, pero tails-iuk-get-target-file no se quejo. Por favor reporta un error. "
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "Error durante la creación del directorio temporario de descargas"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "Falla durante la creación del directorio temporario de descargas"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>No se pudo seleccionar servidor de descarga.</b>\n\nEsto no debe de pasar. Por favor reporta un error."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
@@ -216,42 +216,42 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Reinicie Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Reinicie ahora"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "Reinicie despues"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "Error durante el reinicio del sistema "
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "Falla al reiniciar el sistema"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "Error durante el apagado de la red"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "Se ha fallado en el apagado de la red"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "Actualizando el sistema"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>Su dispositivo de Tails esta siendo actualizado...</b>\n\nPor razones de segurida, el systema de redes esta desactivado"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
diff --git a/es_NI.po b/es_NI.po
deleted file mode 100644
index f2949470d..000000000
--- a/es_NI.po
+++ /dev/null
@@ -1,234 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2014-03-05 15:11+0100\n"
-"PO-Revision-Date: 2014-03-14 09:27+0000\n"
-"Last-Translator: Phoul <colin(a)torproject.org>\n"
-"Language-Team: Spanish (Nicaragua) (http://www.transifex.com/projects/p/torproject/language/es_NI/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: es_NI\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:146 ../lib/Tails/IUK/Frontend.pm:523
-#: ../lib/Tails/IUK/Frontend.pm:667
-msgid "For debugging information, see /home/amnesia/.xsession-errors"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:216
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:219
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:234
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:240
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:245
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:250
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:255
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:261
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:281
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:286
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:318
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:334
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:356
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:360
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:370
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:395
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:411
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:468
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:471
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:512
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:528 ../lib/Tails/IUK/Frontend.pm:547
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:540
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:559
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:562
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:574
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:579
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:580
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:581
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:592
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:595
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:610
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:623
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:625
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:662
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/et.po b/et.po
index 080708d71..72c22367b 100644
--- a/et.po
+++ b/et.po
@@ -112,11 +112,11 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Saadaval on uuendus"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "Uuenda kohe"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
@@ -136,7 +136,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "Saadaval on uus versioon"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
@@ -218,7 +218,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Taaskäivita kohe"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
diff --git a/eu.po b/eu.po
index 6f5be4bbd..32ebb0e73 100644
--- a/eu.po
+++ b/eu.po
@@ -4,7 +4,7 @@
#
# Translators:
# jonbraun <ahandoze(a)gmail.com>, 2014
-# Antxon Baldarra <baldarra(a)bitmessage.ch>, 2013
+# baldarra, 2013
# Eneko, 2015
# Osoitz <oelkoro(a)gmail.com>, 2019
# Panoramix Zelta <olaldea96(a)gmail.com>, 2016
@@ -31,7 +31,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "Errore bat gertatu da bertsio berriak dauden ala ez begiratzean"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -60,20 +60,20 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "ez dago nahikoa memoria erabilgarri sistema honetan"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "Ez dago azalpenik eskuragarri '%{reason}s' arrazoiarentzat."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "Sistema eguneratuta dago"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Tails-en bertsio hau zahartuta dago, eta segurtasun arazo asko izan ditzake."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
@@ -97,7 +97,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "Akatsa eguneraketa eskuragarriak antzematerakoan"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -116,15 +116,15 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Eguneraketa eskuragarri"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "Eguneratu orain"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "Eguneratu beranduago"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -140,11 +140,11 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "Bertsio berria eskuragarri"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Eguneraketa deskargatzen"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
@@ -161,7 +161,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "Akatsa eguneraketa deskargatzerakoan"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
@@ -172,11 +172,11 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "Errore bat gertatu da aldi baterako deskarga-direktorioa sortzean"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "Huts egin du aldi baterako deskarga-direktorioa sortzean"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
@@ -187,7 +187,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "Errore bat gertatu da jeitsiera zerbitzaria aukeratzean"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -200,11 +200,11 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "Eguneraketa ongi deskargatu da"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "Aplikatu eguneraketa"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
@@ -218,35 +218,35 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Tails berrabiarazi"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Orain berrabiarazi"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "Beranduago berrabiarazi"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "Errore bat gertatu da sistema berrabiaraztean"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "Huts egin du sistema berrabiaraztean"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "Errore bat gertatu da sarea itzaltzean"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "Huts egin du sarea itzaltzerakoan"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "Sistema eguneratzen"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
@@ -265,4 +265,4 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "Errore bat gertatu da bertsio berria instalatzean"
+msgstr ""
diff --git a/fa.po b/fa.po
index 20b6b124c..5b6b08060 100644
--- a/fa.po
+++ b/fa.po
@@ -7,14 +7,14 @@
# Mohammad Hossein <desmati(a)gmail.com>, 2014
# Ebr Jah <e.jahan(a)gmail.com>, 2014
# Sina Eghbal <s.eghbal(a)gmail.com>, 2016
-# Vox Pop, 2018
+# Vox, 2018
msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2018-12-09 13:56+0100\n"
"PO-Revision-Date: 2018-12-16 12:50+0000\n"
-"Last-Translator: Vox Pop\n"
+"Last-Translator: Vox\n"
"Language-Team: Persian (http://www.transifex.com/otf/torproject/language/fa/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -27,11 +27,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "برای اطلاعات اشکال زدایی، دستور زیر را در ترمینال اجرا کنید: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "در حین بررسی موجود بودن بسته به روز رسانی خطا رخ داد"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -40,64 +40,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>نتوانستیم بررسی کنیم که آیا بر روی سایت ما بسته به روز رسانی موجود است یا نه.</b>\n\nاتصال خود را به شبکه بررسی کنید، تیلز را راه ادازی مجدد کرده و مجدداً تلاش کنید.\n\nاگر مشکل حل نشد، این جا را بخوانید: file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "به روز رسانی خودکار برای این نسخه در وب سایت ما موجود نیست"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "دستگاه شما به وسیله برنامه نصب تیلز ساخته نشده است"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "تیلز از روی یک دی وی دی و یا یک دستگاهی که فقط می شود از روی آن خواند اجرا شده است"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "فضای خالی کافی بر روی پارتیشن سیستم تلیز موجود نیست"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "حافظه رم کافی روی این سیستم موجود نیست"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "هیچ شرحی برای '%{reason}s' وجود ندارد."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "سیستم به روز است"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "این نسخه تِیلز کهنه است و ممکن است کاستی های امنینی داشته باشد"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "این بسته به روز رسانی %{space_needed}s فضای خالی روی پارتیشنی که تیلز نصب شده است لازم دارد. اما فقط %{free_space}s فضای خالی موجود است."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "این بسته به روز رسانی نیاز به %{memory_needed}s حافظه رم دارد. اما رم شما %{free_memory}s است."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "یک به روز رسانی موجود است اما یک بسته به روز رسانی کامل موجود نیست. \nاین وضعیت عادی نیست. لطفاً یک گزارش باگ ارسال کنید."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "ایرادی در هنگام پیدا کردن بروز رسانی های موجود پیدا شد"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -112,19 +112,19 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>شما باید به %{نام}s %{نسخه}s ارتقا دهید.</b>\n\nبرای اطلاعات بیشتر دربارهی نسخهی جدید، به %{details_url}s بروید\n\nما بستن همهی برنامههای دیگر را در زمان ارتقا توصیه میکنیم.\nبارگیری ارتقا ممکن است از چند دقیقه تا چند ساعت به طول انجامد.\n\nاندازه بارگیری: %{اندازه}s\n\nآیا میخواهید الآن ارتقا دهید؟"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "بروز رسانی موجود است"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "الآن به روز رسانی کن"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "بعداً به روز رسانی کن"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -136,20 +136,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>شما باید به صورت دستی به %{name}s %{version}s بهروزرسانی کنید.</b> \n\nبرای اطلاعات بیشتر در مورد این نسخهٔجدید به صفحهٔ %{details_url}s مراجعه نمایید\n\nامکان بهروزرسانی خودکار برای وسیلهٔ شما به این نسخه وجود ندارد: %{explanation}s.\n\nبرای آموزش راه بهروزرسانی دستی به صفحه https://tails.boum.org/doc/first_steps/upgrade/#manual مراجعه کنید"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "نسخه جدیدی موجود است"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "بارگذاری بروزرسانیها"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "در حال دانلود بسته به روز رسانی به %{name}s %{version}s..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -157,37 +157,37 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>بسته به روز رسانی دانلود نشد!</b> \\n\\n\nلطفاً اتصال خود را به شبکه بررسی کنید و تیلز را مجدداً راه اندازی کرده و دوباره اقدام به به روز رسانی کنید.\\n\\n\nاگر مشکل حل نشد، به این جا سر بزنید: file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "خطا در هنگام دانلود به روز رسانی رخ داده است."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "فایل خروجی با عنوان '%{output_file}s' موجود نیست، و tails-iuk-get-target-file از این موضوع ایراد نگرفته است. لطفاً گزارش یک باگ ارسال کنید."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "خطا در هنگام ساختن پوشه موقت برای دانلود رخ داده است"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "ساختن پوشه موقت برای دانلود با شکست مواجه شد"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>امکان انتخاب یک سرور برای دانلود موجود نبود.</b>\nاین اتفاق عادی نیست. لطفا خطا را گزارش دهید."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "در هنگام انتخاب سرور دانلود خطا رخ داده است"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -196,15 +196,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "ارتقا با موفقیت بارگیری شد.\n\nارتباط با شبکه اکنون غیرفعال میشود.\n\nلطفا کار خود را ذخیره کنید و بستن سایر برنامهها را اعمال کنید."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "ارتقا با موفقیت بارگیری شد."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "اعمال کردن ارتقا"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
@@ -214,46 +214,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>دستگاه تیلز شما با موفقیت به روز رسانی شد.</b>\n\nبعضی از امکانات امنیتی موقتاً غیر فعال شدند.\nدر اولین فرصت تیلز را مجدداً راه اندازی کنید.\n\nآیا می خواهید همین الآن تیلز راه اندازی مجدد شود؟"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "راه اندازی مجدد تیلز"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "الآن راه اندازی مجدد کن"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "بعداً راه اندازی مجدد کن"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "در حین راه اندازی مجدد سیستم خطا رخ داد"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "راه اندازی مجدد سیستم شکست خورد"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "در حین از کار انداخت شبکه خطا رخ داد"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "از کار انداختن شبکه با شسکت مواجه شد"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "به روز رسانی سیستم"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>دستگاه تیلز شما در حال به روز رسانی است...</b>\n\nبرای یک سری مسایل امنیتی، شبکه موقتاً غیر فعال می شود."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -261,8 +261,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>در حین به روز رسانی خطایی رخ داد</b>\\n\\n\nدستگاه تیلز شما نیاز به تعمیر شدن دارد و ممکن است دیگر بالا نیاید.\\n\\n\nلطفاً طبق این دستورالعمل اقدام کنید: file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "در حین نصب بسته به روز رسانی خطا رخ داد"
+msgstr ""
diff --git a/fi.po b/fi.po
index 812c3ef8c..d8494b9ac 100644
--- a/fi.po
+++ b/fi.po
@@ -25,7 +25,7 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "Katsellaksesi vianjäljitystietoja suorita seuraava komento: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
@@ -110,7 +110,7 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>Sinun tulisi päivittää %[nimi]n %[versio]on.</b>\n\nJos haluat lisätietoja tästä versiosta, mene %[yksityiskohdat_url]'n.\n\nSuosittelemme muiden sovellusten sulkemista päivityksen ajaksi.\nPäivityksen lataamisessa saattaa kestää kauan useasta minuutista muutamaan tuntiin.\n\nLatauksen koko: %[koko]\n\nHaluatko päivittää nyt?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
@@ -181,11 +181,11 @@ msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>Latauspalvelinta ei voitu valita</b>\nTätä ei pitäisi tapahtua. Ole hyvä ja ilmoita virheestä."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "Virhe valittaessa latauspalvelinta"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -194,15 +194,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "Päivitys ladattiin onnistuneesti.\n\nVerkkoyhteys katkaistaan.\n\nOle hyvä ja tallenna työsi ja sulje kaikki muut sovellukset."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "Päivitys ladattiin onnistuneesti"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "Käytä päivitys"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
diff --git a/fil.po b/fil.po
deleted file mode 100644
index 3d460ab96..000000000
--- a/fil.po
+++ /dev/null
@@ -1,264 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Kay P., 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Filipino (http://www.transifex.com/otf/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==2 || n==3) || (n % 10 != 4 || n % 10 != 6 || n % 10 != 9);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "May mali habang nag tse-tsek ng upgrades. "
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "walang automatic upgrade na maaaring makuha galing sa aming website para sa bersyon na ito"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "ang iyong device at hindi ginawa gamit ang Tails Installer"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Ang Tails ay nasimulan mula sa isang DVD o sa read-only device"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "hindi sapat ang free space sa Tails system partition"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "hindi sapat ang memory na maaaring magamit dito sa system"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Walang eksplanasyon na makuha para sa rason na ito '%[reason]s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Itong bersyon ng Tails ay luma na, at maaaring ito ay may isyu sa seguridad."
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "Nagkaroon ng aberya habang naghahanap ng mga upgrades"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Ang upgrade ay pwede nang makuha"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Mag upgrade ngayon"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Mag upgrade mamaya"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "May bagong bersyon na pwedeng makuha"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Dina-download ang upgrade"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Nagkaroon ng aberya habang dina-download ang upgrade"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Nagkaroon ng aberya habang gumagawa ng temporary downloading directory"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Bigong gumawa ng temporary download directory"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "I-restart and Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "I-restart ngayon"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "I-restart mamaya"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "Bigong i-restart ang system"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "Nagkaroon ng aberya habang nagsha-shutdown ang network"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "Pumalya ang shutdown ng network"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "Ina-upgrade ang system"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "Nagkaroon ng problema habang nagi-install ang upgrade"
diff --git a/fo.po b/fo.po
deleted file mode 100644
index a5136b48f..000000000
--- a/fo.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Faroese (http://www.transifex.com/otf/torproject/language/fo/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: fo\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/fr_CA.po b/fr_CA.po
deleted file mode 100644
index 7b196d087..000000000
--- a/fr_CA.po
+++ /dev/null
@@ -1,254 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# bassmax, 2013
-# French language coordinator <french.coordinator(a)rbox.me>, 2017
-# French language coordinator <french.coordinator(a)rbox.me>, 2016
-# French language coordinator <french.coordinator(a)rbox.me>, 2016
-# Towatowa441, 2013
-# French language coordinator <french.coordinator(a)rbox.me>, 2015-2016
-# French language coordinator <french.coordinator(a)rbox.me>, 2014-2015
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-04-18 12:13+0200\n"
-"PO-Revision-Date: 2017-11-10 15:36+0000\n"
-"Last-Translator: French language coordinator <french.coordinator(a)rbox.me>\n"
-"Language-Team: French (Canada) (http://www.transifex.com/otf/torproject/language/fr_CA/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: fr_CA\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Pour obtenir les informations de débogage, exécuter la commande suivante : sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr "Erreur de vérification des mises à niveau"
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Impossible de déterminer si une mise à niveau est proposée sur notre site Web.</b>\n\nVérifiez votre connexion réseau et redémarrez Tails pour ressayer de mettre à niveau.\n\nSi le problème persiste, allez à file:///usr/share/doc/tails/website/doc/upgrade/error/check.fr.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "aucune mise à niveau automatique n’est proposée sur notre site Web pour cette version"
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr "votre dispositif n’a pas été créé en utilisant le programme d’installation Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails a été démarré à partir d’un DVD or d’un dispositif en lecture seule"
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr "il n’y a pas assez d’espace libre sur la partition système de Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr "il n’y a pas assez de mémoire disponible sur ce système"
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Il n’y a aucune explication pour la raison « %{reason}s »."
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr "Le système est à jour"
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Cette version de Tails est obsolète et peut poser des problèmes de sécurité."
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "La mise à niveau incrémentale proposée exige %{space_needed}s d’espace libre sur la partition système de Tails, mais il n’y en a que %{free_space}s."
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "La mise à niveau incrémentale proposée exige %{memory_needed}s de mémoire libre, mais il n’y en a que %{free_memory}s."
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Une mise à niveau incrémentale est proposée, mais aucune mise à niveau complète ne l’est.\nCela ne devrait pas arriver. Veuillez signaler un bogue."
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr "Erreur de vérification des mises à niveau proposées"
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr "<b>Vous devriez mettre à niveau vers %{name}s %{version}s.</b>\n\nPour plus d’informations sur cette nouvelle version, visitez %{details_url}s\n\nIl est recommandé de fermer toutes les applications pendant la mise à niveau.\nLe téléchargement de la mise à niveau peut être long, de plusieurs minutes à quelques heures.\nLe réseau sera désactivé après le téléchargement de la mise à niveau.\n\nTaille du téléchargement : %{size}s\n\nVoulez-vous mettre à niveau maintenant?"
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Un mise à niveau est proposée"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Mettre à niveau maintenant"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Mettre à niveau plus tard"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Vous devriez mettre à niveau manuellement vers %{name}s %{version}s.</b>\n\nPour plus d’informations sur cette nouvelle version, visitez %{details_url}s.\n\nIl n’est pas possible de mettre à niveau votre appareil automatiquement vers cette nouvelle version : %{explanation}s.\n\nPour apprendre à faire une mise à niveau manuelle, visitez https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Une nouvelle version est proposée"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Téléchargement de la mise à niveau"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Téléchargement de la mise à niveau vers %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>La mise à niveau n’a pas pu être téléchargée.<b>\\n\\nVérifiez votre connexion réseau et redémarrez Tails pour retenter de mettre à niveau.\\n\\nSi le problème persiste, consultez file:///usr/share/doc/tails/website/doc/upgrade/error/download.fr.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Échec de téléchargement de la mise à niveau"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Le fichier de sortie « %{output_file}s » n’existe pas, mais tails-iuk-get-target-file ne s’en est pas plaint. Veuillez signaler un bogue."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Erreur lors de la création du répertoire temporaire de téléchargement"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Échec de création du répertoire temporaire de téléchargement"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Impossible de choisir un serveur de téléchargement.</b>\n\nCela ne devrait pas arriver. Veuillez signaler un bogue."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Échec lors du choix d’un serveur de téléchargement"
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Votre dispositif Tails a été mis à niveau avec succès.<b>\n\nQuelques fonctions de sécurité ont été temporairement mises hors service.\nVous devriez redémarrer Tails sur la nouvelle version dès que possible.\n\nVoulez-vous redémarrer maintenant?"
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr "Redémarrer Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr "Redémarrer maintenant"
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr "Redémarrer plus tard"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr "Erreur lors du redémarrage du système"
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr "Échec de redémarrage du système"
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr "Erreur lors de l’arrêt du réseau"
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr "Échec d’arrêt du réseau"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr "Mise à niveau du système"
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Votre dispositif Tails est en cours de mise à niveau...</b>\n\nPour des raisons de sécurité, le réseau est présentement désactivé."
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Une erreur est survenue durant l’installation de la mise à niveau.</b>\\n\\nVotre dispositif Tails doit être réparé et pourrait ne pas redémarrer.\\n\\nVeuillez suivre les instructions sur file:///usr/share/doc/tails/website/doc/upgrade/error/install.fr.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr "Erreur lors de l’installation de la mise à niveau"
diff --git a/fur.po b/fur.po
deleted file mode 100644
index 64a31eb18..000000000
--- a/fur.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Friulian (http://www.transifex.com/otf/torproject/language/fur/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: fur\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/gl.po b/gl.po
index 9132e41fe..e07f5a654 100644
--- a/gl.po
+++ b/gl.po
@@ -27,7 +27,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "Produciuse un erro ao buscar actualizacións"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -93,7 +93,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "Produciuse un erro ao detectar actualizacións"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -112,15 +112,15 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Actualización dispoñíbel"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "Actualizar agora"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "Actualizar máis tarde"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -136,16 +136,16 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "Está dispoñíbel unha nova versión"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Descargando actualización"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "A descargar a actualización en %{name}s %{version}s..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -157,7 +157,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "Produciuse un erro ao descargar a actualización"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
@@ -168,11 +168,11 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "Produciuse un erro ao crear o directorio de descargas temporal"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "Non se puido crear un directorio de descargas temporal"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
@@ -218,19 +218,19 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Reiniciar agora"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "Reiniciar máis tarde"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "Produciuse un erro ao reiniciar o sistema"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "Non se puido reiniciar o sistema"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
@@ -242,7 +242,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "A actualizar o sistema"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
@@ -261,4 +261,4 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "Produciuse un erro ao instalar a actualización"
+msgstr ""
diff --git a/gu_IN.po b/gu_IN.po
deleted file mode 100644
index e455243db..000000000
--- a/gu_IN.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Gujarati (India) (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/gun.po b/gun.po
deleted file mode 100644
index adc5854e7..000000000
--- a/gun.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Gun (http://www.transifex.com/otf/torproject/language/gun/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: gun\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/ha.po b/ha.po
deleted file mode 100644
index acdbbed0a..000000000
--- a/ha.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Hausa (http://www.transifex.com/otf/torproject/language/ha/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ha\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/hr_HR.po b/hr_HR.po
deleted file mode 100644
index 5a31257f5..000000000
--- a/hr_HR.po
+++ /dev/null
@@ -1,266 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Igor <lyricaltumor(a)gmail.com>, 2016
-# Igor <lyricaltumor(a)gmail.com>, 2015
-# Tea Horvatic <teahorvatic(a)yahoo.co.uk>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Croatian (Croatia) (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Za informacije o otklanjanju pogreški, izvedite sljedeću naredbu: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "Greška pri provjeri nadogradnji"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Neuspjelo utvrđivanje ima li dostupnih nadogradnji s naše stranice.</b>\n\nProvjerite svoju mrežnu vezu i ponovno pokrenite Tails kako biste ponovno pokušali nadogradnju.\n\nAko se problem i dalje pojavljuje, idite na file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "nema dostupne automatske nadogradnje s naše stranice za ovu verziju"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "Vaš uređaj nije kreiran pomoću Tails Instalatora"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails je pokrenut s DVD-a ili uređaja s kojeg se samo čita"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "nema dovoljno slobodnog prostora na particiji Tails sustava"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "nema dovoljno slobodne memorije na ovom sustavu"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Nema dostupnog objašnjenja za razlog '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "Sustav je ažuriran"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Ovo je zastarjela verzija Tailsa i može imati sigurnosnih problema."
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "Dostupna dodatna nadogradnja zahtjeva %{space_needed}s slobodnog prostora na particiji Tails sustava, a slobodno je samo %{free_space}s."
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "Dostupna dodatna nadogradnja zahtjeva %{memory_needed}s slobodne memorije, a slobodno je samo %{free_memory}s."
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Dostupna je dodatna nadogradnja, ali nema potpune nadogradnje.\nTo se ne bi trebalo dešavati. Molimo, prijavite grešku."
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "Pogreška u otkrivanju dostupnih nadogradnji"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Nadogradnja dostupna"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Nadogradi sad"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Nadogradi kasnije"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Trebate ručno nadograditi na %{name}s %{version}s.</b>\n\nZa više informacija o novoj verziji, idite na %{details_url}s\n\nNije moguće automatski nadograditi Vaš uređaj na novu verziju: %{explanation}s.\n\nDa biste saznali kako napraviti ručnu nadogradnju, idite na https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Dostupna je nova verzija"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Preuzimanje nadogradnje"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Preuzimanje nadogradnje %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Nadogradnja se nije mogla preuzeti.</b>\\n\\nProvjerite vezu s mrežom i ponovno pokrenite Tails kako biste ponovno pokušali nadogradnju.\\n\\nAko se problem i dalje pojavljuje, idite na file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Greška u preuzimanju nadogradnje"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Izlazna datoteka '%{output_file}s' ne postoji, ali tails-iuk-get-target-file se nije požalio. Molimo, prijavite grešku."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Greška u kreiranju privremene mape preuzimanja"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Kreiranje privremene mape preuzimanja nije uspjelo"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Nije uspjelo biranje poslužitelja za preuzimanje.</b>\n\nDo ovoga nije trebalo doći. Molimo prijavite grešku."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Pogreška pri odabiru poslužitelja za preuzimanje"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Vaš Tails uređaj je uspješno nadograđen.</b>\n\nNeke sigurnosne značajke su privremeno onemogućene.\nTrebate ponovno pokrenuti Tails s novom verzijom što je prije moguće.\n\nŽelite li ponovno pokretanje sada?"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "Ponovno pokreni Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "Ponovno pokreni sada"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "Ponovno pokreni kasnije"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "Greška pri ponovnom pokretanju sustava"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "Ponovno pokretanje sustava nije uspjelo"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "Greška pri isključivanju mreže"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "Isključivanje mreže nije uspjelo"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "Nadogradnja sustava"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Vaš Tails uređaj se nadograđuje...</b>\n\nIz sigurnosnih razloga, mreža je sad onemogućena."
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Došlo je do greške tijekom instalacije nadogradnje.</b>\\n\\nVaš Tails uređaj se mora popraviti i možda se neće moći ponovno pokrenuti.\\n\\nMolimo slijedite upute na file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "Greška u instalaciji nadogradnje"
diff --git a/ht.po b/ht.po
deleted file mode 100644
index 5b948d5bf..000000000
--- a/ht.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Haitian (Haitian Creole) (http://www.transifex.com/otf/torproject/language/ht/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ht\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/hy_AM.po b/hy_AM.po
deleted file mode 100644
index e95280252..000000000
--- a/hy_AM.po
+++ /dev/null
@@ -1,236 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2015-12-16 18:20+0100\n"
-"PO-Revision-Date: 2015-12-17 09:10+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Armenian (Armenia) (http://www.transifex.com/otf/torproject/language/hy_AM/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: hy_AM\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:146 ../lib/Tails/IUK/Frontend.pm:522
-#: ../lib/Tails/IUK/Frontend.pm:662
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:215
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:233
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:239
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:244
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:249
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:254
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:260
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:280
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:285
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:317
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:333
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:355
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:359
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:369
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:384
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:394
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:410
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:467
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:470
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:511
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:527 ../lib/Tails/IUK/Frontend.pm:546
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:539
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:558
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:561
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:573
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:578
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:579
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:580
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:594
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:609
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:622
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:624
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:667
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/ia.po b/ia.po
deleted file mode 100644
index 07cce1bda..000000000
--- a/ia.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Interlingua (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/id.po b/id.po
index 59680fce8..250b32a8a 100644
--- a/id.po
+++ b/id.po
@@ -6,7 +6,7 @@
# cholif yulian <cholifyulian123(a)gmail.com>, 2015
# Frengky Sinaga <frengkys5(a)gmail.com>, 2016
# ical, 2019
-# se7entime <se7entime(a)openmailbox.org>, 2015
+# se7entime <se7entime(a)disroot.org>, 2015
# km242saya <pencurimangga(a)gmail.com>, 2014
# yogipriyo <yogipriyo.prayogo(a)gmail.com>, 2014
# zk, 2015
@@ -33,7 +33,7 @@ msgstr "Untuk informasi pengawakutuan, eksekusi perintah berikut: sudo tails-deb
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "Galat saat memeriksa pemutakhiran"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -42,64 +42,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Tidak dapat menentukan apakah pemutakhiran tersedia dari situs web kami.</b>\n\nPeriksa koneksi jaringan Anda, dan mulai ulang Tails untuk mencoba memutakhirkannya lagi.\n\nJika masalah tetap ada, kunjungi file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "tidak ada pemutakhiran otomatis yang tersedia di situs kami untuk versi ini"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "perangkat Anda tidak dibuat menggunakan Pemasang Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails telah dijalankan dari DVD atau perangkat baca-saja"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "tidak cukup ruang kosong pada partisi sistem Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "memori yang tersedia tidak cukup pada sistem ini"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "Tidak ada penjelasan yang tersedia untuk '%{reason}s'."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "Sistem paling mutakhir"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Versi Tails ini sudah usang, dan mungkin memiliki banyak masalah keamanan."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "Pemutakhiran berjenjang yang ada membutuhkan ruang kosong sebesar %{space_needed}s pada sistem partisi Tails, tetapi hanya tersedia %{free_space}s."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "Pemutakhiran berjenjang yang ada membutuhkan memori bebas sebesar %{memory_needed}s, tetapi hanya tersedia %{free_memory}s."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "Sebuah pemutakhiran berjenjang tersedia, tidak dengan pemutakhiran penuh.\nHal ini seharusnya tidak terjadi. Mohon laporkan kutu tersebut."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "Galat saat mendeteksi pemutakhiran yang tersedia"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -114,19 +114,19 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>Anda harus memperbarui ke %{name}s %{version}s.</b>\n\nUntuk informasi lebih tentang versi baru ini, pergi ke %{details_url}s\n\nKami merekomendasikan Anda untuk menutup semua aplikasi saat pembaruan.\nMengunduh pembaruan mungkin akan memakan waktu panjang, dari beberapa menit ke beberapa jam.\n\nUkuran unduhan: %{size}s\n\nApakah Anda ingin memperbarui sekarang?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Tersedia pemutakhiran"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "Mutakhirkan sekarang"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "Mutakhirkan nanti"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -138,20 +138,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Anda harus melakukan pemutakhiran manual ke %{name}s %{version}s.</b>\n\nUntuk informasi lebih lanjut tetang versi ini, kunjungi %{details_url}s\n\nTidak memungkinkan untuk memutakhirkan perangkat Anda secara otomatis ke versi baru ini: %{explanation}s.\n\nUntuk mempelajari bagaimana melakukan pemutakhiran manual, kunjungi https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "Versi baru telah tersedia"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Mengunduh pemutakhiran"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Mengunduh pemutakhiran ke %{name}s %{version}s..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -159,37 +159,37 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Pemutakhiran tidak bisa diunduh.</b>\\n\\nPeriksa sambungan jaringan Anda, dan mulai ulang Tails untuk mencoba memutakhirkannya lagi.\\n\\nJika masalah masih tetap ada, baca file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "Terjadi kesalahan dalam proses pengunduhan pemutakhiran"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file did not complain. Silakan laporkan sebagai bug."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "Terjadi kesalahan dalam proses pembuatan direktori pengunduhan sementara"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "Terjadi kegagalan dalam pembuatan direktori pengunduhan sementara"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>Tidak dapat memilih server unduh<b>\n\nHal ini seharusnya tidak terjadi. Silakan laporkan bug."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "Kesalahan saat memilih server unduh"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -198,15 +198,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "Pembaruan telah berhasil diunduh.\n\nKoneksi jaringan akan dinonaktifkan\n\nMohon simpan pekerjaan Anda dan tutup semua aplikasi lain."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "Pembaruan berhasil diunduh"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "Pasang pembaruan"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
@@ -216,46 +216,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>Perangkat Tails anda telah di upgrade dg sukses.</b>\n\nBeberapa Fitur keamanan untuk sementara di matikan.\nAnda harus restart Tails ke versi yang baru sesegera mungkin\nApakah anda ingin restart sekarang?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Memulai kembali Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Memulai kembali sekarang"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "Memulai kembali nanti"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "Error selagi restart sistem"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "gagal untuk restart sistem"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "Error selagi shut down jaringan"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "Gagal untuk shutdown jaringan"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "Upgrade sistem"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>Perangkat Tails anda di upgrade...</b>\n\nUntuk alasan keamanan, jaringan sekarang di matikan."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -263,8 +263,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Terjadi error selagi instal upgrade.</b>\\n\\nPerangkat Tails anda harus di repair dan mungkin tidak bisa di restart .\\n\\nSilakan ikuti instruksi pada file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "Error selagi instal upgrade"
+msgstr ""
diff --git a/is.po b/is.po
index 2990efff7..9952bf4a4 100644
--- a/is.po
+++ b/is.po
@@ -23,11 +23,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "Til að sjá aflúsunarupplýsingar, gefðu eftirfarandi skipun: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "Villa þegar verið var að athuga með uppfærslur"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -36,64 +36,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Gat ekki fundið hvort uppfærsla sé tiltæk á vefsvæðinu.</b>\\n\\nAthugaðu nettenginguna og endurræstu Tails til að reyna aftur við uppfærsluna.\\n\\nEf vandamálið hverfur ekki, farðu þá á file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "engin sjálfvirk uppfærsla fyrir þessa útgáfu er tiltæk á vefnum okkar"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "tækið þitt var ekki búið til með Tails-uppsetningarforritinu"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails var ræst upp af DVD eða öðru skrifvörðu tæki"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "það er ekki nægilegt pláss á kerfisdisksneið Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "ekki er nægt minni tiltækt á þessu kerfi"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "Engin útskýring tiltæk fyrir ástæðu '%{reason}s'."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "Kerfið þitt er með öllum nýjasta hugbúnaðinum"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Þessi útgáfa Tails er úrelt og gæti verið með öryggisvandamál."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "Tiltæka hlutauppfærslan krefst %{space_needed}s af lausu plássi á kerfissneið Tails, en aðeins %{free_space}s eru laus."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "Tiltæka hlutauppfærslan krefst %{memory_needed}s af lausu minni, en aðeins %{free_memory}s er laust."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "Hlutuppfærsla er tiltæk en engin full uppfærsla.\nÞetta á ekki að gerast. Endilega tilkynntu villu."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "Villa við að greina tiltækar uppfærslur"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -108,19 +108,19 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>Þú ættir að uppfæra í %{name}s %{version}s.</b>\n\nTil að sjá nánari upplýsingar um þessa nýju útgáfu, farðu á %{details_url}s\n\nMælt er með því að loka öllum opnum forritum á meðan uppfærslu stendur.\nNiðurhal uppfærslunnar getur tekið töluverðan tíma, allt frá einhverjum mínútum til nokkurra klukkustunda.\n\nStærð niðurhals: %{size}s\n\nViltu uppfæra núna?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Uppfærsla tiltæk"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "Uppfæra núna"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "Uppfæra síðar"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -132,20 +132,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Þú ættir að uppfæra handvirkt í %{name}s %{version}s.</b>\n\nTil að sjá nánari upplýsingar um nýju útgáfuna, farðu á %{details_url}s\n\nEkki er hægt að uppfæra tækið sjálfvirkt í þessa nýju útgáfu: %{explanation}s.\n\nTil að sjá hvernig framkvæma eigi handvirka uppfærslu, farðu þá á https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "Ný útgáfa tiltæk"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Sæki uppfærslu"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Sæki uppfærsluna fyrir %{name}s %{version}s..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -153,37 +153,37 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Ekki var hægt að sækja uppfærsluna.</b>\\n\\nAthugaðu nettenginguna og endurræstu Tails til að reyna aftur við uppfærsluna.\\n\\nEf vandamálið hverfur ekki, farðu þá á file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "Villa kom upp við niðurhal uppfærslunnar"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "Frálagsskráin '%{output_file}s' er ekki til, en tails-iuk-get-target-file kvartaði ekki. Endilega tilkynntu um villu."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "Villa kom upp við að búa til bráðabirgða-niðurhalsmöppu"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "Mistókst að búa til bráðabirgða-niðurhalsmöppu"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>Gat ekki valið niðurhalsþjón.</b>\n\nÞetta á ekki að gerast. Endilega tilkynntu villu."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "Villa kom upp við að velja niðurhalsnetþjón"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -192,15 +192,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "Það tókst að ná í uppfærsluna.\n\nNetvinnsla verður núna gerð óvirk.\n\nVistaðu það sem þú ert að vinna með og lokaðu öllum öðrum forritum."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "Tókst að sækja uppfærslu"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "Beita uppfærslu"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
@@ -210,46 +210,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>Það tókst að uppfæra Tails tækið þitt.</b>\n\nSumir öryggiseiginleikar voru tímabundið gerðir óvirkir.\nÞú ættir að endurræsa Tails með nýju útgáfunni eins fljótt og auðið er.\n\nViltu endurræsa núna?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Endurræsa Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Endurræsa núna"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "Endurræsa seinna"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "Villa kom upp við að endurræsa kerfið"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "Mistókst að endurræsa kerfið"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "Villa kom upp við að slökkva á netkerfinu"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "Mistókst að slökkva á netkerfi"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "Uppfæri kerfið"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>Verið er að uppfæra Tails-tækið þitt...</b>\n\nAf öryggisástæðum er netvinnsla nú gerð óvirk."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -257,8 +257,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Villa kom upp við uppsetningu uppfærslunnar.</b>\\n\\nÞað þarf að gera við Tails tækið, sem gæti verið ófært um að endurræsa sig.\\n\\nFarðu eftir leiðbeiningunum á file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "Villa kom upp við að setja inn uppfærsluna"
+msgstr ""
diff --git a/it.po b/it.po
index 969acd819..714cec2cc 100644
--- a/it.po
+++ b/it.po
@@ -32,7 +32,7 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "Per informazioni di debug, esegui il seguente comando: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
@@ -117,7 +117,7 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>Dovresti aggiornare a %{name}s %{version}s.</b>\n\nPer maggiori informazioni su questa nuova versione, visita %{details_url}s.\n\nSi consiglia di chiudere tutte le altre applicazioni durante l'aggiornamento.\nScaricare l'aggiornamento potrebbe richiedere molto tempo, da pochi minuti ad alcune ore.\n\nLa rete sarà disattivata dopo aver scaricato l'aggiornamento.\n\nDimensioni aggiornamento: %{size}s\n\nVuoi aggiornare ora?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
@@ -188,11 +188,11 @@ msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>Impossibile scegliere un server di download.</b>\n\nQuesto non dovrebbe accadere. Per favore segnala l'errore."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "Errore nella scelta del server di download"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -201,15 +201,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "L'aggiornamento è stato scaricato correttamente.\n\nLa connessione di rete verrà ora disattivata.\n\nSalva il tuo lavoro e chiudi tutte le altre applicazioni."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "Aggiornamento scaricato correttamente"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "Applica aggiornamento"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
diff --git a/ja.po b/ja.po
index dc8bfa127..4e385305f 100644
--- a/ja.po
+++ b/ja.po
@@ -27,11 +27,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "デバッグ情報を見るために、このコマンドを実行してください:sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "アップグレードのチェック中にエラー"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -40,64 +40,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>アップグレードが Tor のウェブサイトから入手可能か断定できませんでした。</b>\n\nネットワーク接続を確認してからTailを再起動して、もう一度アップグレードを試してください。\n\n問題が続く場合は、 file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html をご覧ください。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "このバージョンに対してウェブサイトから利用できる自動アップグレードはありません"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "あなたのデバイスは Tails インストーラを使用して作成されませんでした"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails は DVD またはリードオンリーなデバイスから起動しました"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "Tails のシステムパーティション上に十分な空き容量がありません"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "このシステムは十分なメモリがないので利用できません"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "理由 '%{reason}s' のために説明が利用できません。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "システムは最新版です"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Tails のこのバージョンは旧く、セキュリティ上の問題がある場合があります。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "利用できる逐次的アップグレードは Tails のシステムパーティション上に %{space_needed}s の空き容量が必要ですが、 %{free_space}s しか空き容量がありません。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "利用できる逐次的アップグレードは %{memory_needed}s のメモリ空き容量が必要ですが、 %{free_memory}s しかメモリ空き容量がありません。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "逐次的アップグレードが利用できますが、完全なアップグレードはありません。\nこれは本来起こりえません。バグを報告してください。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "利用可能なアップグレードの検索中にエラー"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -112,19 +112,19 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>%{name}s %{version}s にアップグレードするべきです。</b>\n\nこの新バージョンについての詳細は、%{details_url}s を開いてください。\n\nアップグレード中は開いているアプリケーションをすべて閉じることが推奨されます。\nアップグレードのダウンロードには、数分から2、3時間程度の長い時間がかかる場合があります。\n\nダウンロードサイズ: %{size}s\n\n今すぐアップグレードしますか?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "アップグレード利用可能"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "今すぐアップグレード"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "後でアップグレード"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -136,20 +136,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>%{name}s %{version}s に手動アップグレードを行う必要があります。</b>\n\nこの新バージョンに関する詳細については、 %{details_url}s を開いてください。\n\nこの新バージョン %{explanation}s にデバイスを自動アップグレードすることが出来ません。\n\n手動アップグレードのやり方を知るには、 https://tails.boum.org/doc/first_steps/upgrade/#manual を開いてください。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "新バージョン利用可能"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "アップグレードをダウンロード中"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "%{name}s %{version}s へのアップグレードをダウンロード中"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -157,37 +157,37 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>アップグレードをダウンロードできませんでした。</b>\\n\\nネットワーク接続を確認してからTailsを再起動して、もう一度アップグレードをお試しください。\\n\\n問題が続く場合は、 file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html を開いてください"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "アップグレードのダウンロード中にエラー"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "出力ファイル '%{output_file}s' は存在しませんが、 tails-iuk-get-target-file はエラーを出しませんでした。バグを報告してください。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "一時的ダウンロード用ディレクトリの作成中にエラー"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "一時的ダウンロードディレクトリを作成できませんでした。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>ダウンロードのサーバーを選べませんでした。</b>\n\nこんなことはないはずです。バグを報告してください。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "ダウンロードのサーバーを選択中にエラー"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -196,15 +196,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "アップデートは正常に完了しました。現在、Torネットワークに対する接続は無効になっています。全てのアプリケーションを保存し、終了して下さい。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "アップグレードは成功裏にダウンロードされた"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "アップグレード適用"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
@@ -214,46 +214,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>Tails デバイスは正常にアップグレードされました。</b>\n\n一部のセキュリティ機能が一時的に無効になりました。\n可及的速やかに新バージョンで Tailsを再起動する必要があります。\n\n<i>今すぐ</i>再起動しますか?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Tails を再起動"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "今すぐ再起動"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "後で再起動"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "システムの再起動中にエラー"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "システムの再起動に失敗しました"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "ネットワークのシャットダウン中にエラー"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "ネットワークのシャットダウンに失敗しました"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "システムのアップグレード中"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>Tails デバイスはアップグレードされています...</b>\n\nセキュリティ上の理由のため、ネットワーキングは無効になっています。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -261,8 +261,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>アップグレードのインストール中にエラーが発生しました。</b>\\n\\nTails デバイスは修復が必要であり、再起動できない恐れがあります。\\n\\nfile:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html の指示に従ってください。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "アップグレードのインストール中にエラー"
+msgstr ""
diff --git a/jbo.po b/jbo.po
deleted file mode 100644
index 62ab6a1df..000000000
--- a/jbo.po
+++ /dev/null
@@ -1,236 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2015-12-16 18:20+0100\n"
-"PO-Revision-Date: 2015-12-17 09:10+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Lojban (http://www.transifex.com/otf/torproject/language/jbo/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: jbo\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:146 ../lib/Tails/IUK/Frontend.pm:522
-#: ../lib/Tails/IUK/Frontend.pm:662
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:215
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:233
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:239
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:244
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:249
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:254
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:260
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:280
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:285
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:317
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:333
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:355
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:359
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:369
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:384
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:394
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:410
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:467
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:470
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:511
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:527 ../lib/Tails/IUK/Frontend.pm:546
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:539
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:558
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:561
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:573
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:578
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:579
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:580
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:594
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:609
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:622
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:624
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:667
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/jv.po b/jv.po
deleted file mode 100644
index c8ea017f8..000000000
--- a/jv.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Javanese (http://www.transifex.com/otf/torproject/language/jv/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: jv\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/ka.po b/ka.po
index 24b394f1d..394214d47 100644
--- a/ka.po
+++ b/ka.po
@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# A. C., 2018
+# Georgianization, 2018
msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2018-12-09 13:56+0100\n"
"PO-Revision-Date: 2018-12-12 02:24+0000\n"
-"Last-Translator: A. C.\n"
+"Last-Translator: Georgianization\n"
"Language-Team: Georgian (http://www.transifex.com/otf/torproject/language/ka/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -23,11 +23,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "გამართვისთვის საჭირო ინფორმაციისთვის, გაუშვით შემდეგი ბრძანება: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "შეცდომა განახლებების ძიებისას"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -36,64 +36,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>ვერ ხერხდება დადგენა, არის თუ არა განახლება ხელმისაწვდომი ჩვენს საიტზე.</b>\n\nშეამოწმეთ თქვენი ქსელის კავშირი და ხელახლა გაუშვით Tails, განახლების გასამეორებლად.\n\nთუ ხარვეზი არ გამოსწორდება, იხილეთ file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "ამ ვერსიისთვის ჩვენი საიტიდან თვითგანახლება არაა ხელმისაწვდომი"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "თქვენი მოწყობილობა არაა შექმნილი Tails-ის დასაყენებელი პროგრამით"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails გაშვებულია DVD-იდან ან სხვა მხოლოდ წაკითხვის შესაძლებლობის მქონე მოწყობილობიდან"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "არაა საკმარისი თავისუფალი ადგილი Tails-ის სისტემურ დანაყოფზე"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "არაა ხელმისაწვდომი საკმარისი მეხსიერება სისტემაში"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "ახსნა-განმარტება არაა ხელმისაწვდომი მიზეზისთვის '%{reason}s'."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "სისტემა განახლებულია"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Tails-ის ეს ვერსია მოძველებულია და შესაძლოა ხარვეზები გააჩნდეს უსაფრთხოებაში."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "ხელმისაწვდომი დამატებითი განახლება საჭიროებს %{space_needed}s თავისუფალ ადგილს Tails-ის სისტემურ დანაყოფზე, მაგრამ მხოლოდ %{free_space}s არის ხელმისაწვდომი."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "ხელმისაწვდომი დამატებითი განახლება საჭიროებს %{memory_needed}s თავისუფალ მეხსიერებას, მაგრამ მხოლოდ %{free_memory}s არის ხელმისაწვდომი."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "ხელმისაწვდომია დამატებითი განახლება, თუმცა არა სრული არ მოიძებნა.\nწესით, ასე არ უნდა მომხდარიყო. გთხოვთ, მოგვახსენოთ ხარვეზის შესახებ."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "შეცდომა, ხელმისაწვდომი განახლებების აღმოჩენისას"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -108,19 +108,19 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>ახალი ვერსიაა %{name}s %{version}s.</b>\n\nვრცლად, ამ ახალი ვერსიის შესახებ, იხილეთ %{details_url}s\n\nგირჩევთ, დახუროთ ყველა სხვა პროგრამა განახლების დაწყებისას.\nგანახლების ჩამოტვირთვამ, შესაძლოა დიდხანს გასტანოს, რამდენიმე წუთიდან, რამდენიმე საათამდეც კი.\n\nჩამოტვირთვის მოცულობა: %{size}s\n\nგსურთ, განაახლოთ ახლავე?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "ხელმისაწვდომია განახლება"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "ახლავე განახლება"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "განახლება მოგვიანებით"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -132,20 +132,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>თქვენ ხელით უნდა განაახლოთ ვერსიაზე %{name}s %{version}s.</b>\n\nდამატებითი ინფორმაციისთვის ამ ვერსიის შესახებ, იხილეთ %{details_url}s\n\nშეუძლებელია თქვენი მოწყობილობის ავტომატური განახლება ამ ახალ ვერსიაზე: %{explanation}s.\n\nვრცლად, ხელით განახლების შესახებ, იხილეთ https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "ხელმისაწვდომია ახალი ვერსია"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "განახლების ჩამოტვირთვა"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "მიმდინარეობს ჩამოტვირთვა განახლების %{name}s %{version}s..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -153,37 +153,37 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>განახლება ვერ ჩამოიტვირთა.</b>\\n\\nშეამოწმეთ თქვენი ქსელის კავშირი და ხელახლა გაუშვით Tails განახლების გასამეორებლად.\\n\\nთუ ხარვეზი არ გამოსწორდება, იხილეთ file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "შეცდომა, განახლების ჩამოტვირთვისას"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "გამოსატანი ფაილი '%{output_file}s' არ არსებობს, მაგრამ tails-iuk-get-target-file არ იტყობინება ამის შესახებ. გთხოვთ, მოგვახსენოთ ამ ხარვეზის შესახებ."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "შეცდომა, ჩამოტვირთვის დროებითი საქაღალდის შექმნისას"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "ჩამოტვირთვის დროებითი საქაღალდის შექმნა ვერ მოხერხდა"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>ვერ ხერხდება ჩამოტვირთვის სერვერის არჩევა.</b>\n\nწესით, ეს ასე არ უნდა მომხდარიყო. გთხოვთ, მოგვახსენოთ ხარვეზის შესახებ."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "შეცდომა, ჩამოტვირთვის სერვერის არჩევისას"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -192,15 +192,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "განახლება წარმატებით ჩამოიტვირთა.\n\nქსელთან კავშირი შეწყდება.\n\nგთხოვთ შეინახოთ თქვენი სამუშაო და დახუროთ ყველა სხვა პროგრამა."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "განახლება წარმატებით ჩამოიტვირთა"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "განახლების ასახვა"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
@@ -210,46 +210,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>თქვენი Tails-მოწყობილობა წარმატებით განახლდა.</b>\n\nუსაფრთხოების საშუალებების ნაწილი, დროებით გამორთულია.\nხელახლა უნდა გაუშვათ Tails, როგორც კი ახალი ვერსია იქნება ხელმისაწვდომი.\n\nგსურთ, ხელახლა გაშვება ახლავე?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "ხელახლა გაეშვას Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "ხელახლა გაშვება ახლავე"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "ხელახლა გაშვება მოგვიანებით"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "შეცდომა, სისტემის ხელახლა გაშვებისას"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "სისტემის ხელახლა გაშვება ვერ მოხერხდა"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "შეცდომა ქსელის კავშირის დახურვისას"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "ქსელის კავშირის დახურვა ვერ მოხერხდა"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "სისტემა ახლდება"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>თქვენი Tails-მოწყობილობა ახლდება...</b>\n\nუსაფრთხოების მიზნით, ქსელი ახლა გამორთულია."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -257,8 +257,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>შეცდომა მოხდა განახლების დაყენებისას.</b>\\n\\nთქვენი Tails-მოწყობილობა საჭიროებს შეკეთებას და ხელახლა გაშვები შეიძლება ვერ მოხერხდეს.\\n\\nგთხოვთ მიჰყევით მითითებებს file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "შეცდომა განახლების დაყენებისას"
+msgstr ""
diff --git a/kk.po b/kk.po
index 6acb48807..49609b17e 100644
--- a/kk.po
+++ b/kk.po
@@ -217,7 +217,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Қазір қайта іске қосу"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
diff --git a/ko.po b/ko.po
index a7261a777..e8ae5b0c1 100644
--- a/ko.po
+++ b/ko.po
@@ -28,11 +28,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "정보를 디버깅 하기 위해선 다음 명령어를 실행 하세요: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "업데이트 점검 중 오류 발생"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -41,64 +41,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Tor 웹 사이트에서 업데이트를 확인 할 수가 없습니다.</b>\n\n네트워크 연결을 확인하고, Tail을 다시 시작한 후 업데이트를 확인해 주세요.\n\n문제가 계속 발생할 경우 file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html 로 접속하세요."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "이 버전에 대해 웹 사이트에서 사용할 수 있는 자동 업그레이드는 없습니다"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "당신의 장치는 Tails 설치 프로그램을 사용하여 작성되지 않았습니다"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails는 DVD 또는 읽기 전용 장치에서 부팅하였습니다."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "Tails 시스템 파티션에 충분한 공간이 없습니다."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "충분한 메모리가 이 시스템에서 사용할 수 없습니다."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "이유 '%{reason}s'에 대한 설명을 사용할 수 없습니다."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "시스템이 최신 버전입니다"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "현재 Tails가 옛날 버전이라 보안상의 위험이 있을 수 있습니다."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr " Tails 에 필요한 업데이트를 하는 데 %{space_needed}s 의 파티션 공간이 필요합니다. 현재 상태 : %{free_space}s 정도 공간 있음"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "업데이트를 하는 데 %{space_needed}s 의 메모리 공간이 필요합니다. 현재 상태 : %{free_space}s 정도 공간 있음"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "업데이트가 완벽하게 되지 않았다면,\n발생한 버그를 보고해 주세요."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "이용 가능한 업그레이드를 검출할 때 오류가 발생했습니다"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -113,19 +113,19 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>%{name}s %{version}s로 업그레이드해야합니다.</b>\n\n이 새로운 버전에 대한 자세한 내용은 %{details_url}s를 엽니다.\n\n업그레이드하는 동안 열려있는 모든 프로그램을 닫을 것을 권장합니다.\n업그레이드 다운로드는 몇 분에서 몇 시간 정도의 긴 시간이 걸릴 수 있습니다.\n\n다운로드 크기: %{size}s\n\n지금 업그레이드 하시겠습니까?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "업데이트 가능함"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "지금 업그레이드"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "나중에 업그레이드"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -137,20 +137,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>%{name}s %{version}s 에서 수동으로 업데이트를 해야 합니다.</b>\n\n새 버전에 대한 자세한 정보는 %{details_url}s 를 참고하세요.\n\n자동 업데이트로 %{explanation}s 를 새 버전으로 업데이트 할 수 없습니다.\n\n수동으로 업데이트를 하시려면 https://tails.boum.org/doc/first_steps/upgrade/#manual 을 참고하세요."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "새 버전 이용 가능"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "업데이트 다운로드"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "%{name}s %{version}s로 업그레이드를 다운로드 중"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -158,37 +158,37 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b> 업그레이드를 다운로드 할 수 없습니다. </b>\\n\\n 네트워크 연결을 확인하고 Tails를 다시 시작하고 다시 업그레이드를 시도하십시오. \\n\\n 문제가 지속되면file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html을여십시오"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "업그레이드를 다운로드하는 동안 오류"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "출력 파일 '%{output_file}s'는 존재하지 않지만 tails-iuk-get-target-file은 오류를 발행하지 않았습니다. 버그를 보고하십시오."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "임시 다운로드 디렉토리를 작성하는 중에 오류"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "임시 다운로드 디렉토리를 만들 수 없습니다."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>다운로드 서버를 선택할 수 없습니다.</b>\n\n일어나서는 안되는 일이므로 버그로 보고해 주세요."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "다운로드 서버를 선택하는 중 오류가 발생했습니다."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -197,15 +197,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "업그레이드 다운로드 성공했습니다.\n\n네트워크 연결을 비활성화할 것입니다.\n\n제발 작업을 다 저장하고 모든 어플리케이션들을 닫으십시오."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "업그레이드 다운로드 성공 "
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "업그레이드를 적용"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
@@ -215,46 +215,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>Tails 장치가 성공적으로 업그레이드되었습니다.</b>\n\n일부 보안 기능이 일시적으로 해제되었습니다.\n최대한 빠른 시일 내에 새로운 버전 Tails를 다시 시작해야합니다.\n\n<i>지금 </ i>다시 시작 하시겠습니까?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Tails 다시 시작"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "지금 다시 시작"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "나중에 다시 시작"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "시스템 재시작 중 오류 발생"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "시스템 재시작 실패"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "네트워크 종료 중 오류 발생"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "네트워크 종료 실패"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "시스템 업데이트 중"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b> Tails 장치가 업그레이드되어 있습니다 ... </b>\n\n혹시 모를 보안상의 문제로 인해 네트워킹을 비활성화합니다."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -262,8 +262,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>업그레이드 설치 중에 오류가 발생했습니다.</b>\\n\\nTails 장치는 수리가 필요하고, 다시 시작하지 못할 수도 있습니다.\\n\\file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html의 지시에 따르십시오."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "업데이트 설치 중 오류 발생"
+msgstr ""
diff --git a/ko_KR.po b/ko_KR.po
deleted file mode 100644
index 8ae2265e7..000000000
--- a/ko_KR.po
+++ /dev/null
@@ -1,248 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# graphene <imsesaok(a)gmail.com>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-04-18 12:13+0200\n"
-"PO-Revision-Date: 2017-09-19 22:50+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Korean (Korea) (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr "업데이트를 확인하는 도중 오류가 발생했습니다"
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "웹사이트에 이 버전에 대한 자동 업데이트가 존재하지 않습니다"
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr "이 장치는 테일즈 인스톨러를 사용하지 않았습니다"
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/ku.po b/ku.po
deleted file mode 100644
index d71a02807..000000000
--- a/ku.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Kurdish (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/ku_IQ.po b/ku_IQ.po
deleted file mode 100644
index f716200d1..000000000
--- a/ku_IQ.po
+++ /dev/null
@@ -1,248 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Rasti K5 <rasti.khdhr(a)gmail.com>, 2016
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-04-18 12:13+0200\n"
-"PO-Revision-Date: 2017-09-21 19:02+0000\n"
-"Last-Translator: Rasti K5 <rasti.khdhr(a)gmail.com>\n"
-"Language-Team: Kurdish (Iraq) (http://www.transifex.com/otf/torproject/language/ku_IQ/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ku_IQ\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "وەشانی نوێ بەردەستە"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr "ئێستا دەستپێبکەوە"
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/kw.po b/kw.po
deleted file mode 100644
index 0f6805c08..000000000
--- a/kw.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Cornish (http://www.transifex.com/otf/torproject/language/kw/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: kw\n"
-"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n == 3) ? 2 : 3;\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/ky.po b/ky.po
deleted file mode 100644
index 4138c4437..000000000
--- a/ky.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-04-18 12:13+0200\n"
-"PO-Revision-Date: 2018-02-20 19:04+0000\n"
-"Last-Translator: Chyngyz Monokbaev <monokbaev(a)gmail.com>\n"
-"Language-Team: Kyrgyz (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr "Азыр кайра баштоо"
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/la.po b/la.po
deleted file mode 100644
index f812ebaca..000000000
--- a/la.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Latin (http://www.transifex.com/otf/torproject/language/la/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: la\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/lb.po b/lb.po
deleted file mode 100644
index dc4884335..000000000
--- a/lb.po
+++ /dev/null
@@ -1,264 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Tyler Durden <virii(a)enn.lu>, 2016
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Luxembourgish (http://www.transifex.com/otf/torproject/language/lb/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: lb\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Féiert folgenden Befehl fir Debugging Informatiounen aus: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "Feeler beim Iwwerpréiwen vun méiglechen Upgrades"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Konnt net erausfannen op een Upgrade op eiser Websäit do ass.</b>\nIwwerpréift är Netzwierk Connectioun a start Tails nei fir ee weideren Upgrade Versuch ze ënnerhuelen.\nWann de Problem dann nach do ass, da gitt op file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "Keen automatescht Upgrade fir dës Versioun ass op eiser Websäit disponibel"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "Ärt Medium gouf net mam Tails Installer erstallt"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails gouf vun enger DVD oder engem read-only Medium gestart"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "Et ass net genuch fräi Späicherplaz op der Tails System Partitioun"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "Net genuch Aarbechtsspäicher um System"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Keng Erklärung aus folgendem Grond '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "De System ass aktuell"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Dës Versioun vun Tails ass net méi aktuell an huet eventuell Problemer mat der Sécherheet."
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "Dat verfügbart Upgrade brauch %{space_needed}s fräi Späicherplaz op der Tails System Partitioun mä et ass nëmmen %{free_space}s fräi Späicherplaz do."
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "Dat verfügbart Upgrade brauch %{memory_needed}s fräien Aarbechtsspäicher mä et ass nëmmen %{free_memory}s fräien Aarbechtsspäicher do."
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Een inkrementalt Upgrade ass do, mä keen komplett.\nDat sollt net geschéien. Mellt wann ech gelift e Feeler."
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "Feeler beim fannen vun méiglechen Upgrades."
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Upgrade verfügbar"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Elo upgraden"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Méi spéit upgraden"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Dir sollt een manuellt upgrade op %{name}s %{version}s duerchféieren.</b>\n\nFir weider Informatiounen iwwert déi nei Versioun, gitt op %{details_url}s\n\nEt ass net méiglech een automatescht upgrade vun ärem Medium op déi nei Versioun duerchzeféieren: %{explanation}s\n\nFir eraus ze fannen, wéi een e manuellt upgrade mécht, gitt op https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Nei Versioun verfügbar"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Upgrade gëtt erofgelueden"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Upgrade %{name}s %{version}s gëtt erof gelueden..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>D'Upgrade konnt net erofgelueden ginn.</b>\\n\\nIwwerpréift #r Netzwierk Connectioun an start Tails nei fir e neien Upgrade Versuch ze ënnerhuelen.\\n\\nWann de Problem dann nach do ass, gitt op file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Feeler beim Eroflueden vum Upgrade"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Ausgangsdatei '%{output_file}s' existéiert net mä tails-iuk-get-target-file beschwéiert sech net. Wann ech gelift mellt e Feeler."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Feeler beim Erstellen vun engem temporären Downloaduerdner"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Feeler beim Erstellen vun engem temporären Downloaduerdner"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Konnt keen Download Server auswielen</b>\nDat sollt net geschéien. Mellt wann ech gelift e Feeler."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Feeler bei der Auswiel vun engem Downloadserver"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Äert Tails Medium gouf erfollegräich geupgradet.</b>\n\nVerschidde Sécherheetsfunktioune goufen temporär desaktivéiert.\nDir sollt Tails sou séier wéi méiglech nei starten fir déi nei Versioun ze benotzen.\n\nElo nei starten?"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "Tails neistarten"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "Elo neistarten"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "Méi spéit neistarten"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "Feeler beim Neistart vum System"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "Konnt de System net nei starten"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "Feeler beim Eroffueren vum Netzwierk."
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "Feeler beim Eroffueren vum Netzwierk."
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "System gëtt geupgradet"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Äert Tails Medium ass dobäi sech ze upgraden...</b>\n\nAus Sécherheetsgrënn gouf d'Netzwierk desaktivéiert."
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Beim installéieren vum Upgrade gouf et e Feeler.</b>\\n\\nÄert Tails Medium muss gefléckt ginn an ass eventuell net méi an der Lag nei ze starten.\\n\\nKuckt wann ech gelift déi folgend Instruktiounen file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "Feeler beim installéieren vum Upgrade"
diff --git a/lg.po b/lg.po
deleted file mode 100644
index 6cbcee09b..000000000
--- a/lg.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Ganda (http://www.transifex.com/otf/torproject/language/lg/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: lg\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/ln.po b/ln.po
deleted file mode 100644
index 381deef88..000000000
--- a/ln.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Lingala (http://www.transifex.com/otf/torproject/language/ln/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ln\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/lo.po b/lo.po
deleted file mode 100644
index 68c2c633d..000000000
--- a/lo.po
+++ /dev/null
@@ -1,248 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# ສີສຸວັນ ສັງບົວບຸລົມ <sisouvan(a)gmail.com>, 2015
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-04-18 12:13+0200\n"
-"PO-Revision-Date: 2017-09-19 22:50+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Lao (http://www.transifex.com/otf/torproject/language/lo/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: lo\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr "ມີຂໍ້ຜິດພາດ ໃນຂະນະກວດສອບຫາຂໍ້ມູນເພື່ອປັບປຸງ"
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/lt.po b/lt.po
index 326dfb6c2..91654ba79 100644
--- a/lt.po
+++ b/lt.po
@@ -24,11 +24,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "Norėdami pamatyti derinimo informaciją, įvykdykite šią komandą: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "Klaida, tikrinant ar yra naujinimų"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -37,64 +37,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Nepavyko nustatyti ar iš mūsų svetainės yra prieinamas naujinimas.</b>\n\nPatikrinkite savo tinklo ryšį ir iš naujo paleiskite Tails, kad pabandytumėte naujinti dar kartą.\n\nJei problema išlieka, pereikite į file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "šiai versijai, iš mūsų svetainės nėra prieinamas automatinis naujinimas"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "jūsų įrenginys nebuvo sukurtas, naudojant Tails diegimo programą"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails buvo paleista iš DVD arba tik skaitymui skirto įrenginio"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "Tails sistemos skaidinyje nepakanka laisvos vietos"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "šioje sistemoje nėra prieinama pakankamai atminties"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "Priežastis \"%{reason}s\" neturi prieinamo paaiškinimo."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "Jūsų sistema yra atnaujinta"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Ši Tails versija yra pasenusi ir joje gali būti saugumo problemų."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "Prieauginis naujinimas reikalauja %{space_needed}s laisvos vietos Tails sistemos skaidinyje, tačiau yra prieinama tik %{free_space}s."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "Prieauginis naujinimas reikalauja %{memory_needed}s laisvos atminties, tačiau yra prieinama tik %{free_memory}s."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "Yra prieinamas prieauginis naujinimas, tačiau nėra neprieinamas joks pilnas naujinimas.\nTaip neturėtų nutikti. Prašome pranešti apie klaidą."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "Klaida, aptinkant prieinamus naujinimus"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -133,7 +133,7 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Jūs turėtumėte atlikti naujinimą rankiniu būdu į %{name}s %{version}s.</b>\n\nNorėdami daugiau sužinoti apie šią naująją versiją, apsilankykite %{details_url}s\n\nNėra įmanoma automatiškai naujinti jūsų įrenginio į šią naująją versiją: %{explanation}s.\n\nNorėdami sužinoti kaip naujinti rankiniu būdu, apsilankykite https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
@@ -141,12 +141,12 @@ msgstr "Yra prieinama nauja versija"
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Atsiunčiamas naujinimas"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Atsiunčiamas naujinimas į %{name}s %{version}s..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -154,37 +154,37 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Nepavyko atsisiųsti naujinimo.</b>\\n\\nPatikrinkite savo tinklo ryšį ir iš naujo paleiskite Tails, kad pabandytumėte naujinti dar kartą.\\n\\nJei problema išlieka, pereikite į file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "Klaida, atsiunčiant naujinimą"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "Išvesties failo '%{output_file}s' nėra, tačiau tails-iuk-get-target-file nesiskundė. Prašome pranešti apie klaidą."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "Klaida, kuriant laikiną atsiuntimo katalogą"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "Nepavyko sukurti laikino atsiuntimo katalogo"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>Nepavyko pasirinkti atsiuntimo serverio.</b>\n\nTaip neturėtų nutikti. Prašome pranešti apie klaidą."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "Klaida, pasirenkant atsiuntimo serverį"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -211,46 +211,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>Jūsų Tails įrenginys buvo sėkmingai atnaujintas.</b>\n\nKai kurios saugumo ypatybės buvo laikinai išjungtos.\nJūs turėtumėte kaip įmanoma greičiau iš naujo paleisti į naująją Tails versiją.\n\nAr norite paleisti iš naujo dabar?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Paleisti Tails išnaujo"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Paleisti iš naujo dabar"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "Paleisti iš naujo vėliau"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "Įvyko klaida paleidžiant išnaujo sistemą"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "Paleisti išnaujo sistemos nepavyko"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "Klaida, sustabdant tinklą"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "Nepavyko sustabdyti tinklo"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "Naujinama sistema"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>Jūsų Tails įrenginys yra naujinamas...</b>\n\nSaugos sumetimais, darbas tinkle, šiuo metu, yra išjungtas."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -258,8 +258,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Įdiegiant naujinimą, įvyko klaida.</b>\\n\\nJūsų Tails įrenginys turi būti pataisytas ir gali būti, kad jam nepavyks būti paleistam iš naujo.\\n\\nPrašome sekti instrukcijas, esančias file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "Klaida, įdiegiant naujinimą"
+msgstr ""
diff --git a/lv.po b/lv.po
index 5d9f9798c..d46a46275 100644
--- a/lv.po
+++ b/lv.po
@@ -24,11 +24,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "Lai saņemtu atkļūdošanas informāciju, izpildiet komandu: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "Radās kļūda pārbaudot pieejamos jauninājumus"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -37,64 +37,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Nespēja noteikt vai mūsu tīmekļa vietnē ir pieejams jauninājums.</b>\n\nPārbaudiet savu tīkla savienojumu un pārstartējiet Tails , lai vēlreiz mēģinātu jaunināt.\n\nJa problēma turpinās, ejiet uz file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "šai versijai mūsu mājaslapā nav pieejams automātisks jauninājums jeb uzlabojums."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "jūsu ierīce nav radīta ar Tails Installer"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails tika palaists no DVD vai tikai lasāmas ierīces"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "Tails sistēmas nodalījumā nav pietiekami daudz brīvas vietas"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "šajā sistēmā nav pietiekami daudz atmiņas"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "Nav pieejams skaidrojums iemeslam '%{reason}s'."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "Sistēmā ir uzstādīti visi jauninājumi"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Šī Tails versija ir novecojusi, un tai var būt drošības problēmas."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "Pieejamam inkrementālam jauninājumam nepieciešami %{space_needed}s brīvas vietas Tails sistēmas nodalījumā, tomēr pieejami ir tikai %{free_space}s."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "Pieejamam inkrementālam jauninājumam nepieciešami %{space_needed}s brīvas atmiņas, tomēr pieejami ir tikai %{free_space}s."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "Pieejams inkrementāls jauninājums, taču nav pieejams pilns jauninājums.\nTā tam nevajadzētu būt. Lūdzu, ziņojiet par kļūdu."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "Radās kļūda nosakot pieejamos jauninājumus"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -113,15 +113,15 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Pieejams jauninājums"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "Jaunināt tagad"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "Jaunināt vēlāk"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -133,20 +133,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Jums manuāli jājaunina uz %{name}s %{version}s.</b>\n\nPapildu informācijai par jauno versiju, lasiet %{details_url}s\n\nJūsu ierīci nav iespējams automātiski jaunināt uz jauno versiju: %{explanation}s.\n\nLai uzzinātu kā veikt manuālu jaunināšanu, atveriet https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "Pieejama jauna versija"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Lejuplādē jauninājumu"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Lejuplādē jauninājumu priekš %{name}s %{version}s..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -154,37 +154,37 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Nevarēja lejuplādēt jauninājumu.</b>\\n\\nPārbaudiet savu tīkla savienojumu un pārstartējiet Tails , lai vēlreiz mēģinātu jaunināt.\\n\\nJa problēma turpinās, ejiet uz file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "Radās kļūda lejuplādējot jauninājumu"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "Neeksistē izvades datne '%{output_file}s' , taču tails-iuk-get-target-file nenorādīja šo problēmu. Lūdzu, ziņojiet par kļūdu."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "Radās kļūda izveidojot pagaidu lejuplādes direktoriju"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "Neizdevās izveidot pagaidu lejuplādes direktoriju"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>Nevarēja izvēlēties lejuplādes serveri.</b>\n\nTam nevajadzētu notikt. Lūdzu ziņojiet par kļūdu."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "Kļūda izvēloties lejuplādes serveri."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -211,46 +211,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>Jūsu Tails ierīce ir sekmīgi jaunināta.</b>\n\nDaži drošības līdzekļi tika uz laiku atspējoti.\nPēc iespējas drīz pārstartējiet Tails uz jauno versiju.\n\nVai vēlaties pārstartēt tagad?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Pārstartēt Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Pārstartēt tagad"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "Pārstartēt vēlāk"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "Radās kļūda pārstartējot sistēmu"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "Neizdevās pārstartēt sistēmu"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "Radās kļūda izslēdzot tīklu"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "Neizdevās izslēgt tīklu"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "Jaunina sistēmu"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>Jūsu Tails ierīce tiek jaunināta...</b>\n\nDrošības apsvērumu dēļ, pašlaik tīkls ir atspējots."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -258,8 +258,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Radās kļūda instalējot jauninājumu.</b>\\n\\nJūsu Tails ierīce ir jālabo, un tai var būt grūtības pārstartēties.\\n\\nLūdzu, sekojiet norādēm file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "Radās kļūda instalējot jauninājumu"
+msgstr ""
diff --git a/mg.po b/mg.po
deleted file mode 100644
index ad86ba0db..000000000
--- a/mg.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Malagasy (http://www.transifex.com/otf/torproject/language/mg/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: mg\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/mi.po b/mi.po
deleted file mode 100644
index 5aa55d94f..000000000
--- a/mi.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Maori (http://www.transifex.com/otf/torproject/language/mi/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: mi\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/ml.po b/ml.po
index 5e73512a6..515120013 100644
--- a/ml.po
+++ b/ml.po
@@ -116,7 +116,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "ഇപ്പോൾ പുതുക്കുക "
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
diff --git a/mn.po b/mn.po
deleted file mode 100644
index 4b41dc49c..000000000
--- a/mn.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Mongolian (http://www.transifex.com/otf/torproject/language/mn/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: mn\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/ms_MY.po b/ms_MY.po
index b5ba669fd..40ea8c940 100644
--- a/ms_MY.po
+++ b/ms_MY.po
@@ -26,11 +26,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "Untuk maklumat penyahpepijatan, lakukan perintah berikut: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "Ralat ketika memeriksa proses penataran"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -39,64 +39,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Tidak dapat tentukan sama ada penataran sudah tersedia dalam laman sesawang kami.</b>\n\nPeriksan sambungan rangkaian anda, dan mulakan semula Tails untuk cuba menatarnya sekali lagi.\n\nJika masalah masih berlaku, pergi ke file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "tiada penataran automatik tersedia daripada laman sesewang kami bagi versi ini"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "peranti anda tidak dicipta menggunakan Pemasang Tail"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tail bermula dengan sekeping DVD atau peranti baca-sahaja"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "ruang bebas tidak mencukupi di dalam sekatan sistem Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "ingatan tidak mencukupi dalam sistem ini"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "Tiada penjelasan tersedia untuk sebab '%{reason}s'."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "Sistem sudah dikemaskinikan"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Versi Tails ini ketinggalan zaman dan mungkin terdapat masalah keselamatan."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "Penataran tokokan yang tersedia memerlukan %{space_needed}s dari sejumlah ruang bebas di dalam sekatan sistem Tails, tetapi hanya %{free_space}s yang ada."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "Penataran tokokan yang tersedia memerlukan %{memory_needed}s dari sejumlah ingatan bebas, tetapi hanya %{free_memory}s yang ada."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "Penataran tokokan sudah tersedia, tetapi tiada penataran penuh.\nIa sepatutnya tidak berlaku. Mohon laporkan pepijat ini/"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "Ralat ketika mengesan penataran yang tersedia"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -111,19 +111,19 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>Anda seharusnya tatar ke %{name}s %{version}s.</b>\n\nUntuk maklumat lanjut berkenaan versi baharu ini, pergi ke %{details_url}s\n\nJuga disarankan tutup semua aplikasi yang dibuka ketika penataran berlangsung.\nProses memuat turun penataran mungkin mengambil masa yang lama, dari beberapa minit hinggalah beberapa jam.\n\nSaiz muat turun: %{size}s\n\nAnda mahu menatar sekarang?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Penataran tersedia"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "Tatar sekarang"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "Tatar kemudian"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -135,20 +135,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Anda seharusnya membuat penataran manual ke %{name}s %{version}s.</b>\n\nUntuk maklumat lanjut berkenaan versi baharu ini, pergi ke %{details_url}s\n\nIni kerana penataran peranti anda secara automatik ke versi baharu adalah mustahil dijalankan: %{explanation}s.\n\nUntuk mengetahui bagaimana hendak melakukan penataran secara manual, sila rujuk https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "Versi baharu tersedia"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Memuat turun penataran"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Memuat turun penataran ke %{name}s %{version}s..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -156,37 +156,37 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Penataran tidak dapat dimuat turun.</b>\\n\\nPeriksa sambungan rangkaian anda, dan kemudian mulakan semula Tails untuk cuba menatarnya sekali lagi.\\n\\nJika masalah masih berlaku, pergi ke file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "Ralat ketika memuat turun penataran"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "Fail output '%{output_file}s' tidak wujud, tetapi tails-iuk-get-target-file tidak memberikan apa-apa tindak balas. Mohon laporkan pepijat ini."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "Ralat ketika mencipta direktori muat turun sementara"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "Gagal mencipta direktori muat turun sementara"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>Tidak dapat memilih pelayan muat turun.</b>\n\nIa tidak sepatutnya berlaku. Mohon laporkan pepijat ini."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "Ralat ketika memilih pelayan muat turun"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -195,15 +195,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "Penataran berjaya dimuat turun.\n\nSambungan rangkaian kini dilumpuhkan.\n\nSila simpan semua kerja anda dan tutup lain-lain aplikasi yang masih terbuka."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "Penataran berjaya dimuat turun"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "Laksana penataran"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
@@ -213,46 +213,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>Peranti Tails anda berjaya ditatarkan.</b>\n\nSesetengah fitur keselamatan telah dilumpuhkan buat sementara.\nAnda seharusnya memulakan semula Tails versi baharu ini secepat yang mungkin.\n\nAnda mahu mulakan semula sekarang?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Mula Semula Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Mula semula sekarang"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "Mula semula kemudian"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "Ralat ketika memulakan semula sistem"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "Gagal memulakan semula sistem"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "Ralat ketika mematikan rangkaian"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "Gagal mematikan rangkaian"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "Menatar sistem"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>Peranti Tails anda sedang ditatarkan...</b>\n\nAtas sebab keselamatan, rangkaian kini dilumpuhkan."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -260,8 +260,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Satu ralat berlaku ketika memasang penataran.</b>\\n\\nPeranti Tails anda perlu dibaiki dan tidak berupaya dimulakan semula.\\n\\nSila ikuti arahan di file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "Ralat ketika memasang penataran"
+msgstr ""
diff --git a/mt.po b/mt.po
deleted file mode 100644
index 375fabfc4..000000000
--- a/mt.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Maltese (http://www.transifex.com/otf/torproject/language/mt/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: mt\n"
-"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n==0 || ( n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/my.po b/my.po
index cc2bddba0..19215deae 100644
--- a/my.po
+++ b/my.po
@@ -217,7 +217,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "ယခုပင်အစမှပြန်ဖွင့်ရန်"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
diff --git a/nah.po b/nah.po
deleted file mode 100644
index 60800b880..000000000
--- a/nah.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Nahuatl (http://www.transifex.com/otf/torproject/language/nah/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: nah\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/nap.po b/nap.po
deleted file mode 100644
index 4c5d5a4d8..000000000
--- a/nap.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Neapolitan (http://www.transifex.com/otf/torproject/language/nap/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: nap\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/nb.po b/nb.po
index 56fd3840e..349cf2e8a 100644
--- a/nb.po
+++ b/nb.po
@@ -28,11 +28,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "For feilsøkingsinformasjon, kjør følgende kommando: \"sudo tails-debugging-info\""
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "Feil under søk etter tilgjengelige oppgraderinger"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -41,64 +41,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Kunne ikke avgjøre hvorvidt en oppgradering er tilgjengelig fra vår nettside.</b>\n\nSjekk nettverksforbindelsen din, start Tails på nytt og forsøk å oppgradere igjen. \n\nHvis problemet vedvarer, se file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "ingen automatisk oppgradering er tilgjengelig fra nettsiden vår til denne versjonen"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "enheten din ble ikke opprettet med Tails-installasjonskandidaten"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails ble startet fra en DVD eller en skrivebeskyttet enhet"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "det er ikke nok ledig plass på systempartisjonen til Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "ikke nok minne tilgjengelig på systemet"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "Ingen forklaring er tilgjengelig fordi '%{reason}s'."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "Systemet er allerede oppdatert"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Denne versjonen av Tails er utdatert, og kan ha kjente sikkerhetsproblem."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "Den tilgjengelige trinnvise oppgraderingen krever %{space_needed}s ledig plass på Tails systempartisjon, men det er bare %{free_space}s tilgjengelig."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "Den tilgjengelige trinnvise oppgraderingen krever %{memory_needed}s ledig minne, men det er bare %{free_memory}s tilgjengelig."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "En trinnvis oppgradering er tilgjengelig, men ingen full oppgradering. \nDette skal ikke skje. Rapporter feilen. "
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "Feil under søk av tilgjengelige oppgraderinger"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -113,19 +113,19 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>Du bør oppgradere til %{name}s %{version}s.</b>\n\nFor mer informasjon om denne nye versjonen, gå til %{details_url}s\n\nDet er anbefalt å avslutte alle åpne programmer under oppgraderingen.\nNedlasting av oppgraderingen kan ta lang tid, alt fra noen minutter til flere timer. \n\nFilstørrelse: %{size}s\n\nVil du oppdatere nå?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Oppgradering tilgjengelig"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "Oppgrader nå"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "Oppgrader senere"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -137,20 +137,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Du bør manuelt oppgradere til %{name}s %{version}s.</b>\n\nFor mer informasjon om denne nye versjonen, besøk %{details_url}s.\n\nDet er ikke mulig å automatisk oppgradere enheten din til denne nye versjonen: %{explanation}s.\n\nFor å lære hvordan du oppgraderer manuelt, besøk https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "Ny versjon tilgjengelig"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Laster ned oppgradering"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Laster ned oppgraderingen til %{name}s %{version}s…"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -158,37 +158,37 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Oppgraderingen kunne ikke lastes ned.</b>\\n\\nSjekk nettverksforbindelsen din, start Tails på nytt og prøv å oppgradere igjen.\\n\\nHvis problemet vedvarer, se file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "Feil under nedlasting av oppgraderingen"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "Utdata filen '%{output_file}s' eksisterer ikke, men tails-iuk-get-target-file klaget ikke. Rapporter feilen."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "Feil under oppretting av midlertidig nedlastingsmappe. "
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "Oppretting av midlertidig nedlastingsmappe mislyktes"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>Kunne ikke finne en nedlastingstjener.</b>\n\nDette skal ikke skje, rapporter som feil."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "Feil ved valg av nedlastingstjener"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -197,15 +197,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "Nedlasting av oppdateringen var vellykket.\n\nNettverkstilkoblingen vil nå bli deaktivert.\n\nLagre arbeidet ditt og lukk alle andre programmer."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "Oppgradering ble lastet ned"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "Bruk oppgradering"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
@@ -215,46 +215,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>Din Tails enhet ble oppgradert uten problemer.</b>\n\nNoen sikkerhetsfunksjoner ble midlertidig avskrudd. \nDu bør starte Tails på nytt med den nye versjonen snarest mulig. \n\nVil du starte på nytt nå?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Omstart av Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Omstart nå"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "Omstart senere"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "Feil under omstart av systemet"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "Omstart av systemet feilet"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "Feil under avstenging av nettverket"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "Avstenging av nettverket feilet"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "Oppgraderer systemet"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>Din Tails-enhet oppgraderes…</b>\n\nAv sikkerhetsmessige årsaker, er nettverkforbindelser nå avskrudd."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -262,8 +262,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>En feil oppstod under installering av oppgraderingen</b>\\n\\nDin Tails-enhet må repareres og kan kanskje ikke startes igjen.\\n\\nFølg instruksjonene på file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "Feil under installasjon av oppgraderingen"
+msgstr ""
diff --git a/nds.po b/nds.po
deleted file mode 100644
index 069cc96ef..000000000
--- a/nds.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Low German (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/nl.po b/nl.po
index d1023a1fc..c0beb8a22 100644
--- a/nl.po
+++ b/nl.po
@@ -33,11 +33,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "Voor debug-informatie, voer het volgende command uit: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "Fout bij het controleren op upgrades"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -46,64 +46,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Het was niet mogelijk om te bepalen of een bijgewerkte versie beschikbaar is op onze website.</b>\n\nControleer uw netwerkverbinding en start Tails opnieuw op om de upgrade nogmaals te proberen.\n\nAls het probleem aanhoudt, ga dan naar file:///usr/share/doc/tails/website/doc/upgrade/error/check.nl.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "voor deze versie is geen automatische upgrade beschikbaar via onze website"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "Je toestel is niet gecreëerd door middel van de Tails Installer"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails is gestart vanaf een DVD of een read-only apparaat"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "Er is onvoldoende vrije ruimte op het Tails systeem partitie"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "onvoldoende geheugen beschikbaar op dit systeem"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "Geen uitleg beschikbaar door '%{reason}s'."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "Het systeem is up-to-date"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Deze versie van Tails is verouderd, en kan beveiligingsproblemen bevatten."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "De beschikbare incrementele upgrade vereist %{space_needed}s vrije ruimte op de Tails systeem partitie, maar slechts %{free_space}s is beschikbaar."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "De beschikbare incrementele upgrade vereist %{memory_needed}s vrije ruimte, maar slechts %{free_memory}s is beschikbaar."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "Een incrementele upgrade is beschikbaar, maar geen volledige upgrade.\nDit zou niet moeten gebeuren. Rapporteer alstublieft een bug."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "Fout tijdens het detecteren van beschikbare upgrades"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -118,19 +118,19 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>U zou een upgrade naar %{name}s %{version}s moeten uitvoeren.</b>\n\nGa voor meer informatie over deze nieuwe versie naar %{details_url}s\n\nWe raden aan alle andere toepassingen te sluiten tijdens de upgrade.\nHet downloaden van de upgrade kan lang duren, van enkele minuten tot een paar uur.\n\nDownloadgrootte: %{size}s\n\nWilt u nu upgraden?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Upgrade beschikbaar"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "Upgrade nu"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "Upgrade later"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -142,20 +142,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Je zult handmatig moeten bijwerken naar %{name}s %{version}s.</b>\n\nMeer informatie over deze nieuwe versie kun je vinden op %{details_url}s.\n\nHet is onmogelijk je toestel automatisch te upgraden naar deze nieuwe versie: %{explanation}s.\n\nVoor uitleg hoe je handmatig bijwerkt, ga je naar https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "Nieuwe versie beschikbaar"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Upgrade aan het downloaden"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "De upgrade naar %{name}s %{version}s wordt gedownload..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -163,37 +163,37 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>De upgrade kon niet gedownload worden.</b>\\n\\nControleer de netwerkverbinding en start Tails opnieuw op om de upgrade nogmaals te proberen.\\n\\nAls het probleem aanhoudt, ga dan naar file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "Error tijdens het downloaden van de upgrade"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "Outputbestand '%{output_file}s' bestaat niet, maar tails-iuk-get-target-file klaagde niet. Rapporteer alstublieft een bug."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "Error tijdens het maken van de tijdelijke download directory"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "Maken van tijdelijke download directory mislukt"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>Kon geen downloadserver kiezen.</b>\n\nDit hoort niet te gebeuren. Vul a.u.b. een bugreport in."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "Fout tijdens het kiezen van downloadserver"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -202,15 +202,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "De upgrade is gedownload.\n\nDe netwerkverbinding wordt nu uitgeschakeld.\n\nSla uw werk op en sluit alle andere toepassingen."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "Upgrade gedownload"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "Upgrade toepassen"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
@@ -220,46 +220,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>Je Tails apparaat is met succes geüpgraded.</b>\n\nSommige beveiligingsopties werden tijdelijk uitgeschakeld.\nJe kunt het beste z.s.m. Tails in de nieuwe versie herstarten.\n\nWil je nu herstarten?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Herstart Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Herstart nu"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "Herstart later"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "Error tijdens het herstarten van het systeem"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "Systeem herstarten mislukt"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "Error tijdens het afsluiten van het netwerk"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "Mislukt om netwerk af te sluiten"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "Systeem aan het upgraden"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>Uw Tails apparaat wordt geüpgradet...</b>\n\nOm veiligheidsredenen wordt het netwerk nu uitgeschakeld."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -267,8 +267,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Er is een fout opgetreden bij het installeren van de upgrade.</b>\\n\\nJe Tails apparaat moet gerepareerd worden en kan mogelijk niet opnieuw opstarten..\\n\\nVolg s.v.p. de instructies op file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "Error tijdens het installeren van de upgrade"
+msgstr ""
diff --git a/nl_BE.po b/nl_BE.po
index ad14126f5..43c505e98 100644
--- a/nl_BE.po
+++ b/nl_BE.po
@@ -24,11 +24,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "Voor debug-informatie, voer het volgende command uit: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "Fout bij het controleren naar updates"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -37,64 +37,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Het was niet mogelijk om te bepalen of een bijgewerkte versie beschikbaar is op onze website.</b>\n\nControleer uw netwerkverbinding en start Tails opnieuw op om de upgrade nogmaals te proberen.\n\nAls het probleem aanhoudt, ga dan naar file:///usr/share/doc/tails/website/doc/upgrade/error/check.nl.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "Voor deze versie is er geen automatische upgrade beschikbaar op onze website"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "uw apparaat werd niet gecreeërd gebruik makende van de Tails Installer"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails werd gestart vanop een DVD of een read-only apparaat"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "er is onvoldoende vrije ruimte op de Tails systeempartitie"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "onvoldoende geheugen beschikbaar op dit systeem"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "Geen uitleg beschikbaar door '%{reason}s'."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "Het systeem is up-to-date"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Deze versie van Tails is verouderd en kan beveiligingsproblemen bevatten."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "De beschikbare incrementele upgrade vereist %{space_needed}s vrije ruimte op de Tails systeem partitie, maar slechts %{free_space}s is beschikbaar."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "De beschikbare incrementele upgrade vereist %{memory_needed}s vrije ruimte, maar slechts %{free_memory}s is beschikbaar."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "Een incrementele upgrade is beschikbaar, maar geen volledige upgrade.\nDit zou niet moeten gebeuren. Rapporteer alstublieft een bug."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "Fout bij het detecteren van beschikbare upgrades"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -113,15 +113,15 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Upgrade beschikbaar"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "Nu upgraden"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "Later upgraden"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -133,20 +133,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "</b>U zult handmatig moeten bijwerken naar %{name}s %{version}s.</b>\n\nMeer informatie over deze nieuwe versie kunt u vinden op %{details_url}s.\n\nHet is onmogelijk uw toestel automatisch te upgraden naar deze nieuwe versie: %{explanation}s.\n\nVoor uitleg hoe u handmatig bijwerkt, gaat u naar https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "Nieuwe versie beschikbaar"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Upgrade aan het downloaden"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "De upgrade aan het downloaden naar %{name}s %{version}s..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -154,37 +154,37 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>De upgrade kon niet gedownload worden.</b>\\n\\nControleer de netwerkverbinding en start Tails opnieuw op om de upgrade nogmaals te proberen.\\n\\nAls het probleem aanhoudt, ga dan naar file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "Fout bij het downloaden van de upgrade"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "Outputbestand '%{output_file}s' bestaat niet, maar tails-iuk-get-target-file klaagde niet. Rapporteer alstublieft een bug."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "Fout bij het aanmaken van een tijdelijke folder voor de download"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "Maken van tijdelijke download directory mislukt"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>Kon geen download server kiezen.</b>\n\nDit hoort niet te gebeuren. Vul a.u.b. een bug report in."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "Fout tijdens het kiezen van download server"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -211,46 +211,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>Uw Tails apparaat is met succes geüpgraded.1\n\nSommige beveiligingsopties werden tijdelijk uitgeschakeld.\nU kunt het beste z.s.m. Tails in de nieuwe versie herstarten.\n\nWilt u nu herstarten?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Tails herstarten"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Herstart nu"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "Herstart later"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "Fout bij het herstarten van het systeem"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "Niet in staat het systeem te herstarten"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "Fout bij het uitschakelen van het netwerk"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "Niet in staat het netwerk uit te schakelen"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "Het systeem aan het upgraden"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>Uw Tails apparaat wordt geüpgraded...</b>\n\nOm veiligheidsredenen wordt het netwerk nu uitgeschakeld."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -258,8 +258,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Er is een fout opgetreden bij het installeren van de upgrade.</b>\\n\\nUw Tails apparaat moet gerepareerd worden en kan mogelijk niet opnieuw opstarten..\\n\\nVolg a.u.b. de instructies op file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "Fout bij het installeren van de upgrade"
+msgstr ""
diff --git a/nn.po b/nn.po
index 4bcbe377b..aca7919f7 100644
--- a/nn.po
+++ b/nn.po
@@ -23,11 +23,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "For feilskingsinformasjonn, utfør følgjande kommando: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "Feil ved søk etter oppdatering"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -36,64 +36,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Klarte ikkje å avgjera om ei oppgradering er tilgjengeleg frå nettstaden vår.</b>\n\nKontroller nettverkssambandet og start Tails på nytt for å freista å oppgradera att.\n\nOm problemet held fram, gå til file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "inga automatisk oppgradering er tilgjengeleg frå nettstaden vår for denne versjonen."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "eininga di vart ikkje oppretta med Tails-installeraren"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails vart starta frå ein DVD eller ei skriveverna eining"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "det er ikkje nok ledig plass på Tails-systempartisjonen"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "ikkje nok minne tilgjengeleg på dette systemet"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "No explanation available for reason '%{reason}s'."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "Systemet er oppdatert"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Denne versjonen av Tails er utdatert og kan ha tryggingsproblem."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "Den tilgjengelege stegvise oppgraderinga krev %{space_needed}s ledig plass på Tails--systempartisjonen, men berre %{free_space}s er tilgjengeleg."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "Den tilgjengelege stegvise oppgraderinga krev %{memory_needed}s ledig minne, men berre %{free_memory}s er tilgjengeleg."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "Ei stegvis oppgradering er tilgjengeleg, men ikkje noka full oppgradering.\nDette skal ikkje skje. Gjer vel og rapporter feilen."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "Feil under søk etter tilgjengelege oppdateringar"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -112,15 +112,15 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Oppgradering tilgjengeleg"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "Oppgrader no"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "Oppgrader seinare"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -136,16 +136,16 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "Ny versjon tilgjengeleg"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Lastar ned oppgradering"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Lastar ned oppgraderinga til %{name}s %{version}s..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -157,22 +157,22 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "Feil under nedlasting av oppgraderinga"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "Ut-datafila '%{output_file}s' , finst ikkje, men tails-iuk-get-target-file klaga ikkje. Gjer vel og rapporter ein feil."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "Feil under oppretting av mellombels nedlastingsmappe"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "Klarte ikkje å oppretta mellombels nedlastingsmappe"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
@@ -183,7 +183,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "Feil ved val av nedlastingstenar"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -210,39 +210,39 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>Tails-eininga vart oppgradert utan problem</b>\n\nNokre tryggingsfunksjonar vart mellombels slått av.\nDu bør starta Tails med den nye versjonen snarast råd.\n\nVil du starta på nytt no?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Start Tails på nytt"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Start på nytt no"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "Start på nytt seinare"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "Feil under omstart av systemet"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "Klarte ikkje å starta om systemet"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "Feil under avslutting av nettverket"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "Mislukka avslutting av nettverket"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "Oppgraderer systemet"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
@@ -261,4 +261,4 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "Feil under installering av oppgraderinga"
+msgstr ""
diff --git a/nso.po b/nso.po
deleted file mode 100644
index 1f30bc83d..000000000
--- a/nso.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Northern Sotho (http://www.transifex.com/otf/torproject/language/nso/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: nso\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/om.po b/om.po
deleted file mode 100644
index 0ce0c39d0..000000000
--- a/om.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Oromo (http://www.transifex.com/otf/torproject/language/om/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: om\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "Amma irra deebi'ii jalqabi"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/pa.po b/pa.po
index 8c8331818..33fce846b 100644
--- a/pa.po
+++ b/pa.po
@@ -65,7 +65,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "ਸਿਸਟਮ ਅੱਪ-ਟੂ-ਡੇਟ ਹੈ"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
@@ -112,15 +112,15 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "ਅੱਪਗਰੇਡ ਉਪਲੱਬਧ ਹੈ"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "ਹੁਣੇ ਅੱਪਗਰੇਡ"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "ਬਾਅਦ 'ਚ ਅੱਪਗਰੇ"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -136,11 +136,11 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "ਨਵਾਂ ਵਰਜਨ ਉਪਲੱਬਧ ਹੈ"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "ਅੱਪਗਰੇਡ ਡਾਊਨਲੋਡ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
@@ -214,23 +214,23 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "ਟੇਲਜ਼ ਮੁੜ-ਚਾਲੂ ਕਰੋ"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "ਹੁਣੇ ਮੁੜ-ਚਾਲੂ"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "ਬਾਅਦ 'ਚ ਮੁੜ-ਚਾਲੂ"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "ਸਿਸਟਮ ਮੁੜ-ਚਾਲੂ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "ਸਿਸਟਮ ਮੁੜ-ਚਾਲੂ ਕਰਨ ਲਈ ਫੇਲ੍ਹ"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
@@ -242,7 +242,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "ਸਿਸਟਮ ਅੱਪਗਰੇਡ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
diff --git a/pap.po b/pap.po
deleted file mode 100644
index 267f1f0c5..000000000
--- a/pap.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Papiamento (http://www.transifex.com/otf/torproject/language/pap/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: pap\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/pl.po b/pl.po
index 43b024c96..4fd636946 100644
--- a/pl.po
+++ b/pl.po
@@ -4,9 +4,9 @@
#
# Translators:
# Aron <aron.plotnikowski(a)cryptolab.net>, 2014
-# hoek <hoek(a)tuta.io>, 2014
+# Dawid Job <hoek(a)tuta.io>, 2014
# Filip <filipiczesio(a)vp.pl>, 2018
-# hoek <hoek(a)tuta.io>, 2014
+# Dawid Job <hoek(a)tuta.io>, 2014
# Jakobus Buntownikus <buntownix(a)gmail.com>, 2016
# Tomasz Ciborski <zenji.yamada.nihon(a)gmail.com>, 2015
# sebx, 2013-2014
@@ -29,7 +29,7 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "Aby uzyskać informacje o debugowaniu, wywołaj następujące polecenie: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
@@ -114,7 +114,7 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>Powinieneś zaktualizować system do %{name}s %{version}s</b>\n\nAby uzyskać więcej informacji o tej nowej wersji, idź do %{details_url}s\n\nRekomendujemy, aby zamknąć wszystkie inne aplikacje podczas aktualizacji.\nPobieranie aktualizacji może zająć dużo czasu, od kilkunastu minut do kilku godzin.\n\nRozmiar pliku do pobrania: %{size}s\n\nCzy chcesz aktualizować system teraz?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
@@ -185,11 +185,11 @@ msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>Nie udało się wybrać serwera pobierania</b>\n\nTo nie powinno się zdarzyć. Proszę zaraportować błąd"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "Błąd podczas wybierania serwera pobierania"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -198,15 +198,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "Aktualizacja została poprawnie pobrana.\n\nPołączenie z siecią zostanie teraz wyłączone.\n\nProszę zapisz swoją pracę oraz wyłącz wszystkie inne aplikacje."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "Aktualizacja pobrana z powodzeniem."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "Aplikuj aktualizację"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
diff --git a/pl_PL.po b/pl_PL.po
deleted file mode 100644
index a7e5b6fc9..000000000
--- a/pl_PL.po
+++ /dev/null
@@ -1,227 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2013-12-26 14:43+0100\n"
-"PO-Revision-Date: 2013-12-27 08:18+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"
-
-#: ../lib/Tails/IUK/Frontend.pm:145 ../lib/Tails/IUK/Frontend.pm:601
-#, perl-brace-format
-msgid ""
-"<b>Debugging information</b>\n"
-"<i>exit code</i>: %{exit_code}i\n"
-"\n"
-"<i>stdout:</i>\n"
-"%{stdout}s\n"
-"\n"
-"<i>stderr:</i>\n"
-"%{stderr}s"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:205
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:208
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:224
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:229
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:250
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:266
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:292
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:302
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s.\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:317
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:318
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:327
-#, perl-brace-format
-msgid ""
-"<b>You should manually upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s.\n"
-"\n"
-"Note that it is not possible to do an automatic upgrade on your system. Automatic upgrades are only possible on a Tails device installed using Tails Installer.\n"
-"\n"
-"To learn how to manually upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:342
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:398
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:401
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:442
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:454
-#, perl-brace-format
-msgid ""
-"<b>Debugging information</b>\n"
-"<i>exit code</i>: %{exit_code}i\n"
-"\n"
-"<i>stderr:</i>\n"
-"%{stderr}s"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:466 ../lib/Tails/IUK/Frontend.pm:480
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:473
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:492
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:495
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:507
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:512
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:514
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:525
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:528
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:543
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:546
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:556
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:558
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:595
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/pms.po b/pms.po
deleted file mode 100644
index be3aae7aa..000000000
--- a/pms.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Piemontese (http://www.transifex.com/otf/torproject/language/pms/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: pms\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/ps.po b/ps.po
deleted file mode 100644
index a07ebc49f..000000000
--- a/ps.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Pushto (http://www.transifex.com/otf/torproject/language/ps/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ps\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/pt.po b/pt.po
deleted file mode 100644
index 6397442db..000000000
--- a/pt.po
+++ /dev/null
@@ -1,272 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# alfalb.as, 2015
-# alfalb_mansil, 2014
-# André Monteiro <andre.monteir(a)gmail.com>, 2014
-# Bruno D. Rodrigues <bruno.rodrigues(a)litux.org>, 2015
-# MS <manuelarodsilva(a)gmail.com>, 2017
-# Manuela Silva <inactive+h_manuela_rodsilva(a)transifex.com>, 2015
-# MS <manuelarodsilva(a)gmail.com>, 2018
-# Pedro Albuquerque <palbuquerque73(a)gmail.com>, 2014
-# Sérgio Marques <smarquespt(a)gmail.com>, 2016
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Portuguese (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Para obter informação de depuração, execute o seguinte comando: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "Ocorreu um erro enquanto procurava por atualizações"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Não foi possível determinar se existe uma atualização disponível no nosso sítio da Web.</b>\n\nVerifique a sua ligação de rede, e reinicie o Tails para tentar atualizar novamente.\n\nSe o problema persistir, utilize o ficheiro file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "não está disponível nenhuma atualização automática no nosso sítio da web para esta versão"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "o seu dispositivo não foi criado com o Instalador Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "O Tails foi iniciado a partir de um DVD ou de um dispositivo só-de-leitura"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "não existe espaço suficiente na partição do sistema Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "não tem disponível memória suficiente neste sistema"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Nenhuma explicação disponível para o erro '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "O sistema está atualizado"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Esta versão de Tails está desatualizada, podem haver problemas de segurança."
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "A atualização disponível requer %{space_needed}s de espaço livre na partição de sistema Tails, mas apenas %{free_space}s está disponível."
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "A atualização disponível requer %{memory_needed}s de memória livre, mas você apenas dispões de %{free_memory}s."
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Uma atualização incremental está disponível, mas a total não.\nIsto não devia suceder. Por favor reporte o erro."
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "Erro na deteção de atualizações disponíveis"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Atualização disponível"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Atualize agora"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Atualize mais tarde"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Deveria atualizar manualmente para %{name}s %{version}s.</b>\n\nPara mais informação sobre esta nova versão vá a %{details_url}s\n\nNão é possível atualizar automaticamente o seu dispositivo para esta nova versão: %{explanation}s.\n\nPara saber como atualizar manualmente, vá a https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Disponível nova versão"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "A transferir a atualização"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "A transferir a atualização para %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Não foi possível transferir a atualização.</b>\\n\\nVerifique a sua ligação de rede, e reinicie o Tails para tentar atualizar novamente.\\n\\nSe o problema persistir, utilize o file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Erro durante a transferência da atualização"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "O ficheiro de saída file '%{output_file}s' não existe, mas o tails-iuk-get-target-file não se queixou. Por favor reporte o erro."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Erro ao criar a pasta temporária da transferência"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Falha ao criar a pasta temporária da transferência"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Não foi possível escolher o servidor de transferência.</b>\n\nIsto não deveria acontecer. Por favor, comunique um erro."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Erro ao escolher o servidor de transferência"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>O seu dispositivo Tails foi atualizado com sucesso.</b>\n\nAlgumas funcionalidades de segurança foram temporariamente desativadas.\nDeve reiniciar o Tails na nova versão o mais breve possível.\n\nDeseja reiniciar agora?"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "Reiniciar Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "Reiniciar agora"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "Reiniciar mais tarde"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "Ocorreu um erro durante o reinicio do sistema"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "Não foi possível reiniciar o sistema"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "Ocorreu um erro ao dsligar a rede"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "Não foi possível desligar a rede"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "A atualizar o sistema"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>O seu dispositivo Tails está a ser atualizado...</b>\n\nPor razões de segurança, a rede foi desativada."
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Ocorreu um erro aquando da instalação da atualização.</b>\\n\\nO seu dispositivo Tails necessita de ser reparado e pode não conseguir reiniciar.\\n\\nPor favor siga as instruções em file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "Ocorreu um erro durante a instalação da atualização"
diff --git a/pt_PT.po b/pt_PT.po
index 240a25440..df993c205 100644
--- a/pt_PT.po
+++ b/pt_PT.po
@@ -24,7 +24,7 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "Para obter informação de depuração de erros, execute o seguinte comando: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
@@ -37,32 +37,32 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Não foi possível determinar se existe uma atualização disponível no nosso sítio da Web.</b>\n\nVerifique a sua ligação de rede e reinicie o Tails para tentar atualizar novamente.\n\nSe o problema persistir, utilize o ficheiro file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "não está disponível nenhuma atualização automática no nosso sítio da web para esta versão"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "o seu dispositivo não foi criado com o Instalador Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "O Tails foi iniciado a partir de um DVD ou de um dispositivo só de leitura"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "não existe espaço suficiente na partição do sistema Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "não tem disponível memória suficiente neste sistema"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "Nenhuma explicação disponível para o erro '%{reason}s'."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
@@ -77,20 +77,20 @@ msgstr "Esta versão do Tails está desatualizada, e poderá ter problemas de se
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "A atualização disponível requer %{space_needed}s de espaço livre na partição de sistema Tails, mas está disponível apenas %{free_space}s."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "A atualização disponível requer %{memory_needed}s de memória livre, só está disponível %{free_memory}s."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "Está disponível uma atualização incremental, mas a atualização total não.\nIsto não devia acontecer. Por favor reporte o erro."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
@@ -109,7 +109,7 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>Deve atualizar para o %{name}s %{version}s.</b>\n\nPara mis informações sobre esta versão, aceda a %{details_url}s\n\nRecomendamos que feche todos os outros programas abertos durante a atualização.\nPode demorar algum tempo o descarregamento da atualização, desde a alguns minutos até horas.\n\nTamanho do descarregamento: %{size}s\n\nQuer atualizar agora?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
@@ -133,7 +133,7 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Devia atualizar manualmente para o %{name}s %{version}s.</b>\n\nPara mais informação sobre esta nova versão aceda a %{details_url}s\n\nNão é possível atualizar automaticamente o seu dispositivo para esta nova versão: %{explanation}s.\n\nPara saber como atualizar manualmente, aceda a https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
@@ -154,7 +154,7 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Não foi possível transferir a atualização.</b>\\n\\nVerifique a sua ligação de rede e reinicie o Tails para tentar atualizar novamente.\\n\\nSe o problema persistir, utilize o file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
@@ -165,7 +165,7 @@ msgstr "Erro durante a transferência da atualização"
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "O ficheiro de saída file '%{output_file}s' não existe, mas o tails-iuk-get-target-file não se queixou. Por favor reporte o erro."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
@@ -180,11 +180,11 @@ msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>Não foi possível escolher o servidor de descarregamento.</b>\n\nIsto não deveria acontecer. Por favor, comunique um erro."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "Erro ao escolher o servidor de descarregamento"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -193,15 +193,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "A atualização foi descarregada com sucesso.\n\nA ligação à rede será agora desligada.\n\nPor favor guarde o seu trabalho e feche todos os programas."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "Atualização descarregada com sucesso"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "Aplicar atualização"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
@@ -211,7 +211,7 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>O seu dispositivo Tails foi atualizado com sucesso.</b>\n\nAlgumas funcionalidades de segurança foram temporariamente desativadas.\nDeve reiniciar o Tails na nova versão o mais breve possível.\n\nDeseja reiniciar agora?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
@@ -250,7 +250,7 @@ msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>O seu dispositivo Tails está a ser atualizado...</b>\n\nPor razões de segurança, a rede foi desativada."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -258,7 +258,7 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Ocorreu um erro durante a instalação da atualização.</b>\\n\\nO seu dispositivo Tails necessita de ser reparado e pode não conseguir reiniciar.\\n\\nPor favor siga as instruções em file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
diff --git a/ru.po b/ru.po
index 2728385d0..eaad53a99 100644
--- a/ru.po
+++ b/ru.po
@@ -7,7 +7,7 @@
# Misha Dyachuk <Wikia(a)scryptmail.com>, 2016
# Oul Gocke <beandonlybe(a)yandex.ru>, 2014
# tetyana muirhead, 2015
-# Timofey Lisunov <solokot(a)gmail.com>, 2016
+# solokot <solokot(a)gmail.com>, 2016
# Uho Lot <yavinav(a)gmail.com>, 2016
# Меховой Дмитрий <vadmeh(a)yandex.ru>, 2013
msgid ""
@@ -29,11 +29,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "Чтобы просмотреть информацию об отладке, выполните следующую команду: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "Ошибка проверки обновлений"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -42,64 +42,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Ошибка проверки обновлений, на нашем сайте.</b>\n\nПроверьте соединение с сетью и перезапустите Tails. После, еще раз проверьте обновления.\n\nЕсли проблема не устранена, тогда перейдите по ссылке file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "для этой версии недоступно автоматическое обновление с нашего сайта"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "ваше устройство не было создано при помощи установщика Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails была запущена с DVD-диска или устройства, доступного только для чтения"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "на системном разделе Tails недостаточно свободного места"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "недостаточно памяти"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "Для причины '%{reason}s' нет объяснения."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "Установлены все обновления системы"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Данная версия Tails устарела и может иметь проблемы безопасности."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "Имеющееся дополнительное обновление требует %{space_needed}s свободного пространства в системном разделе Tails, но только %{free_space}s доступно."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "Имеющееся дополнительное обновление требует %{memory_needed}s свободной памяти, но только %{free_memory}s доступно."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "Доступно только дополнительное, а не полное обновление. Этого не должно было произойти. Сообщите об ошибке."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "Ошибка при поиске доступных обновлений"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -114,19 +114,19 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "Вам стоит обновиться до %[name]s %[version]s.\n\nДля подробной информации об этой новой версии перейдите к %[details_url]s\n\nМы рекомендуем вам закрыть остальные приложения, пока будет происходить обновлене\nЗагрузка обновления может занять значительное время – от нескольких минут до нескольких часов.\n\nРазмер обновления: %[size]s\n\nВы хотите выполнить обновление сейчас?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Обновление доступно"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "Обновить сейчас"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "Обновить позднее"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -138,20 +138,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Вам надо вручную обновиться до %{name}s %{version}s.</b>\n\nДля получения дополнительной информации об этой новой версии, перейдите к %{details_url}s\n\nОбновить Ваше устройство до новой версии автоматически невозможно: %{explanation}s.\n\nЧтобы узнать, как сделать обновления вручную, перейдите к https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "Доступна новая версия"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Идет загрузка обновления"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Загрузка обновления %{name}s %{version}s..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -159,37 +159,37 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Обновление не может быть загружено.</b>\\n\\nПроверьте сеть, и перезапустите Tails, чтобы попытаться обновить еще раз.\\n\\nЕсли проблема сохранится, смотрите file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "Ошибка загрузки обновления"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "Выходного файла '%{output_file}s' не существует, но tails-iuk-get-target-file не сообщил о проблеме. Пожалуйста, сообщите об ошибке."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "Ошибка создания временной папки для загрузки"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "Создать временную папку для загрузки не удалось"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>Не удалось выбрать сервер загрузки.</b>\n\nЭто не должно было случиться. Пожалуйста, сообщите об ошибке."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "Ошибка при выборе сервера загрузки"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -198,15 +198,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "Обновление было успешно загружено.\n\nСетевое отключение сейчас будет отключено.\n\nПожалуйста, сохраните свою работу и закройте все остальные приложения"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "Обновление успешно загружено"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "Применить обновление"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
@@ -216,46 +216,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>Ваше Tails-устройство было успешно обновлено.</b>\n\nНекоторые настройки безопасности были временно отключены.\nВы должны перезапустить новую версию Tails как можно скорее.\n\nХотите перезапустить сейчас?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Перезапустить Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Перезапустить сейчас"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "Перезапустить позднее"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "Ошибка при перезапуске системы"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "Не удалось перезапустить систему"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "Ошибка при отключении сети"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "Не удалось отключить сеть"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "Идет обновление системы"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>Устанавливается обновление на ваше Tails-устройство...</b>\n\nВ целях безопасности сеть отключена."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -263,8 +263,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>В процессе установки обновления произошла ошибка.</b>\\n\\nВаше Tails-устройство нуждается в восстановлении, и, возможно, не сможет запуститься вновь.\\n\\nПожалуйста, следуйте инструкциям по ссылке file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "Ошибка установки обновления"
+msgstr ""
diff --git a/ru(a)petr1708.po b/ru(a)petr1708.po
deleted file mode 100644
index 1fe8f24e5..000000000
--- a/ru(a)petr1708.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Russian Petrine orthography (http://www.transifex.com/otf/torproject/language/ru@petr1708/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ru@petr1708\n"
-"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/sa.po b/sa.po
deleted file mode 100644
index 015efe41a..000000000
--- a/sa.po
+++ /dev/null
@@ -1,236 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2015-12-16 18:20+0100\n"
-"PO-Revision-Date: 2015-12-17 09:10+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Sanskrit (http://www.transifex.com/otf/torproject/language/sa/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: sa\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==2 ? 1:2);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:146 ../lib/Tails/IUK/Frontend.pm:522
-#: ../lib/Tails/IUK/Frontend.pm:662
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:215
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:233
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:239
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:244
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:249
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:254
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:260
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:280
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:285
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:317
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:333
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:355
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:359
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:369
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:384
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:394
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:410
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:467
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:470
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:511
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:527 ../lib/Tails/IUK/Frontend.pm:546
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:539
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:558
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:561
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:573
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:578
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:579
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:580
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:594
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:609
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:622
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:624
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:667
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/scn.po b/scn.po
deleted file mode 100644
index 795b64b50..000000000
--- a/scn.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Sicilian (http://www.transifex.com/otf/torproject/language/scn/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: scn\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/sco.po b/sco.po
deleted file mode 100644
index 6ae33f883..000000000
--- a/sco.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Scots (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/si.po b/si.po
deleted file mode 100644
index a76f3e387..000000000
--- a/si.po
+++ /dev/null
@@ -1,236 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2015-12-16 18:20+0100\n"
-"PO-Revision-Date: 2015-12-17 09:10+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Sinhala (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:146 ../lib/Tails/IUK/Frontend.pm:522
-#: ../lib/Tails/IUK/Frontend.pm:662
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:215
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:233
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:239
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:244
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:249
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:254
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:260
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:280
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:285
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:317
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:333
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:355
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:359
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:369
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:384
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:394
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:410
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:467
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:470
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:511
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:527 ../lib/Tails/IUK/Frontend.pm:546
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:539
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:558
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:561
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:573
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:578
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:579
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:580
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:594
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:609
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:622
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:624
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:667
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/sk.po b/sk.po
index 2596325fc..054de90e7 100644
--- a/sk.po
+++ b/sk.po
@@ -24,11 +24,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "Pre informácie ku diagnostike chýb, spustite nasledujúci príkaz: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "Chyba pri kontrole aktualizácii"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -37,64 +37,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Nebolo možné zistiť, či je na našej webovej stránke dostupná aktualizácia.</b>\n\nSkontrolujte si vaše internetové pripojenie a reštartujte Tails za účelom ďalšieho pokusu o aktualizáciu.\n\nAk bude problém pretrvávať, navštívte stránku file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "pre túto verziu nie je z našej webovej stránky dostupná žiadna automatická aktualizácia"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "vaše zariadenie nebolo vytvorené pomocou inštalátora Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails bol spustený z DVD alebo zo zariadenia len na čítanie"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "nie je dostatok voľného miesta na systémovej partícii Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "nie je dostatok dostupnej pamäte na tomto systéme"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "Pre dôvod '%{reason}' nie je dostupný žiadny vysvetľovací text."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "Systém je aktuálny"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Táto verzia Tails je zastaraná a môže obsahovať bezpečnostné chyby."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "Dostupná rozširujúca aktualizácia vyžaduje %{space_needed} voľného miesta na systémovej partícii Tails, zatiaľ čo k dispozícii je iba %{free_space}."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "Dostupná rozširujúca aktualizácia vyžaduje %{space_needed} voľnej pamäte, zatiaľ čo k dispozícii je iba %{free_space}."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "Je dostupná rozširujúca aktualizácia, ale zato žiadna úplná.\nToto by sa nemalo stávať. Prosíme, tento bug nahláste."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "Chyba pri zisťovaní dostupných aktualizácií"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -109,19 +109,19 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>Mali by ste prejsť na %{name}s %{version}s.</b>\n\nĎalšie informácie o novej verzii nájdete na %{details_url}s\n\nOdporúčame vám, aby ste počas aktualizácie zatvorili všetky ostatné aplikácie.\nPreberanie tejto aktualizácie môže trvať dlho, od niekoľkých minút až po hodiny.\n\nVeľkosť: %{size}s\n\nChcete vykonať aktualizáciu hneď teraz?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Je dostupná aktualizácia"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "Aktualizovať teraz"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "Aktualizovať neskôr"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -133,20 +133,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Mali by ste vykonať manuálnu aktualizáciu na %{name} %{version}.</b>\n\nĎalšie informácie o novej verzii nájdete na %{details_url}\n\nVaše zariadenie nie je možné automaticky aktualizovať na túto novú verziu: %{explanation}\n\nAk sa chcete dozvedieť, ako manuálne aktualizovať systém, navštívte stránku https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "Je dostupná nová verzia"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Aktualizácia sa preberá"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Preberá sa aktualizácia %{name} %{version}..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -154,37 +154,37 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Aktualizáciu sa nepodarilo prevziať.</b>\\n\\nSkontrolujte vaše internetové pripojenie a reštartujte Tails za účelom ďalšieho pokusu o aktualizáciu.\\n\\nAk bude problém pretrvávať, navštívte stránku file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "Chyba pri preberaní aktualizácie"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "Výstupný súbor „%{output_file}“ neexistuje, ale tails-iuk-get-target-file nevydal žiadnu správu o chybe. Prosím, túto chybu nahláste."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "Chyba pri vytváraní dočasného priečinka na preberanie"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "Nepodarilo sa vytvoriť dočasný priečinok na preberanie"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>Nebolo možné zvoliť server pre sťahovanie</b>\n\nToto by sa nemalo stať. Prosím nahláste chybu."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "Chyba pri výbere serveru pre prevzatie"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -193,15 +193,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "Aktualizácia bola úspešne prevzatá.\n\nZariadenie sa odpojí zo siete.\n\nProsím, uložte si svoju prácu a zatvorte všetky ostatné aplikácie."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "Aktualizácia bola úspešne prevzatá"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "Aktualizovať"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
@@ -211,46 +211,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>Vaše Tails zariadenie bolo úspešne aktualizované.</b>\n\nNiektoré bezpečnostné funkcie boli dočasne vypnuté.\nMali by ste reštartovať Tails na novú verziu tak skoro, ako to len bude možné.\n\nChcete reštartovať hneď teraz?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Reštartovať Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Reštartovať teraz"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "Reštartovať neskôr"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "Chyba pri reštartovaní systému"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "Nepodarilo sa reštartovať systém"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "Chyba pri odpájaní sa zo siete"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "Nepodarilo sa odpojiť zo siete"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "Systém sa aktualizuje"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>Vaše Tails zariadenie sa práve aktualizuje...</b>\n\nZ bezpečnostných dôvodov sú všetky sieťové funkcie teraz vypnuté."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -258,8 +258,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Pri inštalácii aktualizácie sa objavila chyba.</b>\\n\\nVaše Tails zariadenie potrebuje opravu a je možné, že nezvládne reštart.\\n\\nProsím, riaďte sa pokynmi na file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "Chyba pri inštalácii aktualizácie"
+msgstr ""
diff --git a/sk_SK.po b/sk_SK.po
deleted file mode 100644
index 0c2db3ad5..000000000
--- a/sk_SK.po
+++ /dev/null
@@ -1,265 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Daša Matúšová, 2016
-# once, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Slovak (Slovakia) (http://www.transifex.com/otf/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=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr "Pre informácie ku diagnostike chýb, vykonajte nasledujúci príkaz: sudo tails-debugging-info"
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "Vyskytla sa chyba pri kontrole aktuálizácií"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Nepodarilo sa zistiť, či je aktualizácia z našej webstránky dostupná.</b>\n\nSkontrolujte, prosím, vaše pripojenie, reštartujte Tails a skúste systém znova aktualizovať.\n\nAk problém pretrváva, otvorte si stránku file:///usr/share/doc/tails/website/doc/upgrade/error/check.sk.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "z našej webstránky nie je pre túto verziu dostupná žiadna automatická aktualizácia"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "vaše zariadenie nebolo vytvorené pomocou Tails inštalátora"
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails bol spustený z DVD alebo zo zariadenia iba na čítanie"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "na systémovej partícii Tail nie je dostatok voľného miesta"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "nedostatok pamäte v systéme"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr "Nie je dostupné žiadne vysvetlenie pre '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "Systém je plne aktualizovaný"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Táto verzia Tails je zastaraná a môže obsahovať bezpečnostné problémy."
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "Dostupná prírastková aktualizácia vyžaduje %{space_needed}s voľného miesta na systémovej partícii Tails, je však dostupných len %{free_space}s."
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "Dostupná prírastková aktualizácia vyžaduje %{memory_needed}s voľnej pamäte, je však dostupných len %{free_memory}s."
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Je dostupná prírastková aktualizácia, nie však plná aktualizácia.\nTakáto situácia by nemala nastať. Nahláste, prosím, chybu."
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "Vyskytla sa chyba pri zisťovaní dostupných aktualizácií"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Dostupná aktualizácia"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Aktualizovať teraz"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Aktualizovať neskôr"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Odporúčame Vám vykonať manuálnu aktualizáciu na %{name}s %{version}s.</b>\n\nPre viac informácií o novej verzii, navštívte %{details_url}s\n\nNie je možné vykonať automatickú aktualizáciu vášho zariadenia na novú verziu: %{explanation}s.\n\nAko vykonať manuálnu aktualizáciu, môžete zistiť na https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Dostupná nová verzia"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Preberanie aktualizácie"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Preberanie aktualizácie %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Aktualizáciu sa nebolo možné prebrať.</b>\\n\\nSkontrolujte, prosím, vaše pripojenie, reštartujte Tails a skúste systém znova aktualizovať.\\n\\nAk problém pretrváva, otvorte si stránku file:///usr/share/doc/tails/website/doc/upgrade/error/download.sk.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Vyskytla sa chyba počas preberania aktualizácie"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Výsledný súbor '%{output_file}s' neexistuje, ale tails-iuk-get-target-file nevykázal problém. Nahláste, prosím, chybu."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Vyskytla sa chyba počas vytvárania dočasného priečinku na preberanie"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Nepodarilo sa vytvoriť dočasný priečinok na preberanie"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr "<b>Nebolo možné zvoliť server pre sťahovanie</b>\n\nToto by sa nemalo stať. Prosím nahláste chybu."
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr "Chyba pri výbere serveru pre sťahovanie"
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Vaše Tails zariadenie bolo úspešne aktualizované.</b>\n\nNiektoré bezpečnostné funkcie boli dočasne zakázané.\nOdporúčame vám čo najskôr reštartovať Tails do novej verzie.\n\nPrajete si reštartovať teraz?"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "Reštartovať Tails"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "Reštartovať teraz"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "Reštartovať neskôr"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "Vyskytla sa chyba počas reštartovania systému"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "Nepodarilo sa reštartovať systém"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "Vyskytla sa chyba počas odpájania siete"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "Nepodarilo sa odpojiť sieť"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "Aktualizácia systému"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Prebieha aktualizácia vášho Tails zariadenia...</b>\n\nZ bezpečnostných dôvodov je pripojenie do siete zakázané."
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Vyskytla sa chyba počas inštalácie aktualizácie.</b>\\n\\nVaše Tails zariadenie vyžaduje opravu a môže byť neschopné reštartu.\\n\\nRiaďte sa, prosím, inštrukciami na stránke file:///usr/share/doc/tails/website/doc/upgrade/error/install.sk.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "Vyskytla sa chyba počas inštalácie aktualizácie"
diff --git a/sl.po b/sl.po
index 162f4f9db..be509cb33 100644
--- a/sl.po
+++ b/sl.po
@@ -26,7 +26,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "Napaka med preverjanjem nadgradnje"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -35,64 +35,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b> Ni mogoče ugotoviti, ali je na voljo nadgradnja na našem spletnem mestu. </ b>\n\n\nPreverite omrežno povezavo in ponovno zaženite Sledi za ponovno nadgradnjo.\n\nČe težava ne izgine, pojdite na datoteko: ///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "ni avtomatske nadgradnje za to verzijo na mašem spletnem mestu"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "vaša naprava ni bila narejena z uporabo nameščevalnika Sledi "
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Sledi so zagnane iz DVD-ja ali read-only naprave"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "ni dovolj prostega v sistemski particiji Sledi"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "ta sistem nima dovolj spomina"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr " Na voljo ni pojasnila iz razloga '%{reason}s'."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "Sistem je najnovejši"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Verzija Sledi je zastarela in lahko ima varnostne luknje."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "Primarna nadgradnja, ki je na voljo, potrebuje %{space_needed}s od proste particije sistema Sledi, vendar je samo %{free_space}s na razpolago."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "Primarna nadgradnja, ki je na voljo, potrebuje %{memory_needed}s prostega spomina, toda samo %{free_memory}s je na razpolago."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "Primarna nadgradnja, ki je na razpolago ni popolna.\nTo se nebi smelo narediti. Sporočite hrošča."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "Napaka pri zaznavanju razpoložljive nadgradnje"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -111,15 +111,15 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Razpoložljiva nadgradnja"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "Nadgradite sedaj"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "Nadgradite kasneje"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -131,20 +131,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Morate ročno nadgraditi v %{name}s %{version}s.</b>\n\nZa več info o tej verziji pojdite na %{details_url}s\n\nNi mogoče avtomatsko nadgraditi vaše naprave na to novo verzijo: %{explanation}s.\n\nZa razumevanje kako ročno namestiti nadgradnjo, pojdite na https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "Nova verzija na razpolago"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Prenašanje nadgradnje"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Prenašanje nadgradnje v %{name}s %{version}s..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -152,26 +152,26 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Nadgradnjo ni mogoče sneti.</b>\\n\\nPreverite povezavo in ponovno zaženite Sledi za poskus ponovne nadgradnje.\\n\\nČe težava ni rešena, pojdite na:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "Napaka pri prenašanju nadgradnje"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "Izhodna datoteka '%{output_file}s' ne obstoja, toda tails-iuk-get-target-file nima pritožbe. Prosim sporočite hrošča."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "Napaka pri ustvarjanju začasnega imenika snemanja"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "Neuspešno ustvarjanje začasnega imenika snemanja"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
@@ -209,46 +209,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>Vaša naprava Sledi je bila uspešno nadgrajena.</b>\n\nNekatere varnostne funkcije so začasno onemogočene.\nPonovno morate čimhitreje zagnati Sledi z novo verzijo.\n\nŽelite ponovni zagon sedaj?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Ponovni zagon Sledi"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Ponovni zagon sedaj"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "Ponovni zagon kasneje"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "Napaka pri ponovnem zagonu"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "Neuspel ponovni zagon"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "Napaka pri ugašanju omrežja"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "Neuspešno ugašanje omrežja"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "Nadgradnja sistema"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>Vaša naprava Sledi je nadgrajena...</b>\n\nIz varnostnih razlogov je omrežje sedaj nedosegljivo."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -256,8 +256,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Napaka se je pojavila pri namestitvi nadgradnje.</b>\\n\\nVaša naprava Sledi potrebuje popravilo in je mogoče ne boste mogli zagnati. \\n\\nProsim sledite navodilom v datoteki:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "Napaka pri namewstitvi nadgradnje"
+msgstr ""
diff --git a/sl_SI.po b/sl_SI.po
deleted file mode 100644
index ae70f4161..000000000
--- a/sl_SI.po
+++ /dev/null
@@ -1,264 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Dušan <dusan.k(a)zoho.com>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "Napaka med preverjanjem nadgradnje"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b> Ni mogoče ugotoviti, ali je na voljo nadgradnja na našem spletnem mestu. </ b>\n\n\nPreverite omrežno povezavo in ponovno zaženite Sledi za ponovno nadgradnjo.\n\nČe težava ne izgine, pojdite na datoteko: ///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr "ni avtomatske nadgradnje za to verzijo na mašem spletnem mestu"
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr "vaša naprava ni bila narejena z uporabo nameščevalnika Sledi "
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr "Sledi so zagnane iz DVD-ja ali read-only naprave"
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr "ni dovolj prostega v sistemski particiji Sledi"
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr "ta sistem nima dovolj spomina"
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr " Na voljo ni pojasnila iz razloga '%{reason}s'."
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr "Sistem je najnovejši"
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Verzija Sledi je zastarela in lahko ima varnostne luknje."
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr "Primarna nadgradnja, ki je na voljo, potrebuje %{space_needed}s od proste particije sistema Sledi, vendar je samo %{free_space}s na razpolago."
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr "Primarna nadgradnja, ki je na voljo, potrebuje %{memory_needed}s prostega spomina, toda samo %{free_memory}s je na razpolago."
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr "Primarna nadgradnja, ki je na razpolago ni popolna.\nTo se nebi smelo narediti. Sporočite hrošča."
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr "Napaka pri zaznavanju razpoložljive nadgradnje"
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr "Razpoložljiva nadgradnja"
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr "Nadgradite sedaj"
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr "Nadgradite kasneje"
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Morate ročno nadgraditi v %{name}s %{version}s.</b>\n\nZa več info o tej verziji pojdite na %{details_url}s\n\nNi mogoče avtomatsko nadgraditi vaše naprave na to novo verzijo: %{explanation}s.\n\nZa razumevanje kako ročno namestiti nadgradnjo, pojdite na https://tails.boum.org/doc/first_steps/upgrade/#manual"
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr "Nova verzija na razpolago"
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr "Prenašanje nadgradnje"
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Prenašanje nadgradnje v %{name}s %{version}s..."
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Nadgradnjo ni mogoče sneti.</b>\\n\\nPreverite povezavo in ponovno zaženite Sledi za poskus ponovne nadgradnje.\\n\\nČe težava ni rešena, pojdite na:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr "Napaka pri prenašanju nadgradnje"
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr "Izhodna datoteka '%{output_file}s' ne obstoja, toda tails-iuk-get-target-file nima pritožbe. Prosim sporočite hrošča."
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr "Napaka pri ustvarjanju začasnega imenika snemanja"
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr "Neuspešno ustvarjanje začasnega imenika snemanja"
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr "<b>Vaša naprava Sledi je bila uspešno nadgrajena.</b>\n\nNekatere varnostne funkcije so začasno onemogočene.\nPonovno morate čimhitreje zagnati Sledi z novo verzijo.\n\nŽelite ponovni zagon sedaj?"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr "Ponovni zagon Sledi"
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "Ponovni zagon sedaj"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr "Ponovni zagon kasneje"
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr "Napaka pri ponovnem zagonu"
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr "Neuspel ponovni zagon"
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr "Napaka pri ugašanju omrežja"
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr "Neuspešno ugašanje omrežja"
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr "Nadgradnja sistema"
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr "<b>Vaša naprava Sledi je nadgrajena...</b>\n\nIz varnostnih razlogov je omrežje sedaj nedosegljivo."
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Napaka se je pojavila pri namestitvi nadgradnje.</b>\\n\\nVaša naprava Sledi potrebuje popravilo in je mogoče ne boste mogli zagnati. \\n\\nProsim sledite navodilom v datoteki:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr "Napaka pri namewstitvi nadgradnje"
diff --git a/sn.po b/sn.po
deleted file mode 100644
index 4707f443a..000000000
--- a/sn.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Shona (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "Tangidza izvozvi"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/so.po b/so.po
deleted file mode 100644
index d37cf04b7..000000000
--- a/so.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Somali (http://www.transifex.com/otf/torproject/language/so/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: so\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/sq.po b/sq.po
index 66a8f8858..283c93f4b 100644
--- a/sq.po
+++ b/sq.po
@@ -24,11 +24,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "Për informacionin e korrigjimit të gabimeve, ekzekutoni komandën në vijim: sudo bishtin-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "U has një gabim gjatë kërkimit për përmirësime"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -37,64 +37,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>S'mund të përcaktohet nëse një përmirësim është i disponueshëm nga webfaqja jonë.</b>\n\nKontrolloni lidhjen tuaj të internetit dhe rinisni Tails, që të përpiqeni ta përmirësoni sërish.\n\nNëse problemi vijon, shkoni tek skedari:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "s'ka përmirësim automatik të disponueshëm në webfaqen tonë, për këtë version "
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "pajisja juaj s'është krijuar duke përdorur Instaluesin e Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails u nis nga një DVD, ose një pajisje \"vetëm për lexim\""
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "s'ka hapësirë të lirë të mjaftueshme në ndarjen e sistemit Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "s'ka mjaftueshëm kujtesë të disponueshme në këtë sistem"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "Asnjë shpjegim i mundshëm për shkakun '%{reason}s'."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "Sistemi është i përditësuar"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Ky version i Tails është i vjetruar dhe mund të ketë probleme sigurie."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "Përmirësimit shtesë të disponueshëm i duhet %{space_needed}s hapësirë e lirë në ndarjen e sistemit Tails, por vetëm %{free_space}s është në dispozicion."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "Përmirësimit shtesë të disponueshëm i duhet %{memory_needed}s e kujtesës, por vetëm %{free_memory}s është në dispozicion."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "Një përmirësim shtesë është i disponueshëm, por nuk është i gjithë përmirësimi.\nKjo s'do të ndodhë. Ju lutemi raportoni një gabim."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "U has një gabim ndërkohë që zbulonim përmirësimet në dispozicion"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -113,15 +113,15 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Përmirësim i disponueshëm"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "Përmirësojeni tani"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "Përmirësojeni më vonë"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -133,20 +133,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Duhet të bëni një përmirësim me dorë me %{name}s %{version}s.</b>\n\nPër më shumë informacion rreth këtij versioni të ri, shkoni tek %{details_url}s\n\nS'është e mundur që ta përmirësojmë automatikisht pajisjen tuaj, me këtë version të ri: %{explanation}s.\n\nPër të mësuar sesi të bëni një përmirësim me dorë, shkoni tek https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "Versioni i ri është i disponueshëm"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Shkarkimi i përmirësimit"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Duke shkarkuar përmirësimin me %{name}s %{version}s..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -154,37 +154,37 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Përmirësimi s'mund të shkarkohet.</b>\\n\\nKontrolloni lidhjen tuaj të internetit dhe rinisni Tails, që të përpiqeni për të përmirësuar sërish.\\n\\nNëse problemi vijon, shkoni tek skedari:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "U has gabim gjatë shkarkimit të përmirësimit"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "Skedari i nxjerrjes '%{output_file}s' s'ekziston, por tails-iuk-get-target-file nuk ankohet. Ju lutem raportoni një gabim."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "U has një gabim gjatë krijimit të direktorisë së përkohshme të shkarkimit"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "Dështuam në krijimin e direktorisë së përkohshme të shkarkimit"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "Nuk u gjet një server shkarkimi.\n\n Kjo nuk duhej të ndodhte.Ju lutemi raportoni gabimin"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "Ndodhi një gabimi duke zgjidhur serverin e shkarkimit"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -211,46 +211,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>Pajisja juaj Tails u përmirësua me sukses.</b>\n\nDisa tipare të sigurisë u paaftësuan përkohësisht.\nDuhet ta rinisni Tails në versionin e ri, sa më shpejt të jetë e mundur.\n\nDoni ta rinisni tani?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Riniseni Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Riniseni tani"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "Riniseni më vonë"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "U has një gabim gjatë rinisjes së sitemit"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "Dështuam në rinisjen e sistemit"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "U has një gabim gjatë mbylljes së rrjetit"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "Dështuam në mbylljen e rrjetit"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "Përmirësimi i sistemit"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>Pajisja juaj Tails po përmirësohet...</b>\n\nPër shkaqe sigurie, tani rrjeti është i paaftësuar."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -258,8 +258,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>U has një gabim gjatë instalimit të përmirësimit.</b>\\n\\nPajisja juaj Tails duhet të riparohet dhe mund të mos jetë në gjendje që të rinisë.\\n\\nJu lutemi ndiqni instruksionet tek skedari:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "U has një gabim gjatë instalimit të përmirësimit"
+msgstr ""
diff --git a/sq_AL.po b/sq_AL.po
deleted file mode 100644
index 5192966eb..000000000
--- a/sq_AL.po
+++ /dev/null
@@ -1,236 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2015-12-16 18:20+0100\n"
-"PO-Revision-Date: 2015-12-17 09:10+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Albanian (Albania) (http://www.transifex.com/otf/torproject/language/sq_AL/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: sq_AL\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:146 ../lib/Tails/IUK/Frontend.pm:522
-#: ../lib/Tails/IUK/Frontend.pm:662
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:215
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:233
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:239
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:244
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:249
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:254
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:260
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:280
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:285
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:317
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:333
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:355
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:359
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:369
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:384
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:394
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:410
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:467
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:470
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:511
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:527 ../lib/Tails/IUK/Frontend.pm:546
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:539
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:558
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:561
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:573
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:578
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:579
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:580
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:594
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:609
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:622
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:624
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:667
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/sr.po b/sr.po
index c73dedb8a..96d6aa587 100644
--- a/sr.po
+++ b/sr.po
@@ -24,11 +24,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "Za informacije o pronalaženju greški izvršite sledeće komande: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "Грешка при проверавању надоградњи "
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -37,64 +37,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Није могуће утврдити дали је доступна надоградња са нашег веб-сајта</b>\n\nПрегледајте вашу конекцију, и рестартујте Таилс за покушај надоградње.\n\nАко проблем остаје, идите на file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "Na našem sajtu nije dostupna automatska nadogradnja za ovu verziju."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "Vaš uređaj nije kreiran pomoću Tails instalera"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails je pokrenut sa DVD ili drugog read-only uređaja"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "nedovoljno slobodnog prostora na Tails sistemskoj particiji"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "nedovoljno memorije na ovom sistemu"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "Nema dostupnih objašnjenja iz razloga \"%{reason}s\"."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "Систем је актуелан"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Ова верзија Таилса је застарела, и могуће има безбедносне проблеме."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "Доступна инкрементална надоградња захтева %{space_needed}s доступног простора на Таилс системској партицији, али само %{free_space}s је доступно. "
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "Доступна инкрементална надоградња захтева %{memory_needed}s слободног простора, али само %{free_memory}s је доступно."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "Инкрементална надоградња је доступна, али нема комплетних надоградња.\nОво није требало да се деси. Молимо вас да саопштите баг."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "Грешка при откривању доступних надоградња"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -109,19 +109,19 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>Trebalo bi da nadogradite na %{name}s %{version}s.</b>\n\nZa više informacija o novoj verziji idite na %{details_url}s\n\nPreporučujemo da zatvorite sve druge aplikacije tokom nadograđivanja.\nPreuzimanje nadogradnje može potrajati od nekoliko minuta do nekoliko časova.\n\nVeličina: %{size}s\n\nDa li želite da nadogradite odmah?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Надоградња доступна."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "Надогради одмах"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "Надогради касније"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -133,20 +133,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Trebalo bi da nadogradite ručno na %{name}s %{version}s.</b>\n\nZa više informacija o novoj verziji idite na %{details_url}s\n\nNije moguće automatski izvršiti nadogradnju Vašeg uređaja na novu verziju: %{explanation}s\n\nDa biste saznali kako možete ručno nadograditi idite na https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "Нова верзија приступна "
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Преузима се надоградња"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Преузимање надоградње за %{name}s %{version}s..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -154,37 +154,37 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Nije moguće preuzeti nadogradnju.</b>\n\nProverite Vašu vezu sa mrežom i ponovo pokrenite Tails kako biste ponovo pokušali nadograđivanje.\n\nUkoliko se problem ponavlja idite na file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "Грешка при преузимању надоградње"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "Izlazna datoteka \"%{output_file}s\" ne postoji, ali tails-iuk-get-target-file se žali. Molimo prijavite grešku."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "Грешка при стварању директоријие за привремено преузимање"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "Неуспешно стварање директорије за привремено преузимање "
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>Nije moguće odabrati server za preuzimanje.</b>\n\nOvo ne bi trebalo da se dešava. Molimo prijavite grešku."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "Greška prilikom biranja servera za preuzimanje"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -193,15 +193,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "Nadogradnja je uspešno preuzeta.\n\nVeza sa mrežom sada će biti onemogućena.\n\nMolimo sačuvajte Vaše radove i zatvorite sve druge aplikacije."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "Nadogradnja je uspešno preuzeta."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "Primeni nadogradnju"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
@@ -211,46 +211,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>Vaš Tails uređaj je uspešno nadograđen.</b>\n\nPojedine bezbednosne funkcije bile su onemogućene.\nTrebalo bi da što pre ponovo pokrenete Tails."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Рестартуј Таилс"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Рестартуј одмах"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "Рестартуј касније"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "Грешка при рестартовању система"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "Неуспешни рестарт система"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "Грешка при затварању мреже "
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "Грешка при затварању мреже"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "Надоградња система"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>Vaš Tails uređaj se nadograđuje...</b>\n\nPovezivanje sa mrežom sada je onemogućeno iz bezbednostih razloga."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -258,8 +258,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Došlo je do greške prilikom instaliranja nadogradnje.</b>\n\nVaš Tails uređaj potrebno je popraviti i možda nije moguće pokrenuti ga ponovo.\n\nMolimo pratite uputstva na file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "Грешка при инсталирању надоградње "
+msgstr ""
diff --git a/sr(a)latin.po b/sr(a)latin.po
deleted file mode 100644
index 620fae304..000000000
--- a/sr(a)latin.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Serbian (Latin) (http://www.transifex.com/otf/torproject/language/sr%40latin/)\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"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/st.po b/st.po
deleted file mode 100644
index 962f17f6e..000000000
--- a/st.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Sotho, Southern (http://www.transifex.com/otf/torproject/language/st/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: st\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/su.po b/su.po
deleted file mode 100644
index d454e4a29..000000000
--- a/su.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Sundanese (http://www.transifex.com/otf/torproject/language/su/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: su\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/sv.po b/sv.po
index 2a5b9c5bd..e57373f9d 100644
--- a/sv.po
+++ b/sv.po
@@ -112,7 +112,7 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>Du bör uppgradera till %{name}s %{version}s.</b>\n\nFör mer information om den nya versionen, gå till %{details_url}s\n\nVi rekommenderar att du stänger alla andra program under uppgraderingen.\nHämtning av uppgraderingen kan ta lång tid, från flera minuter till några timmar.\n\nHämtningsstorlek: %{size}s\n\nVill du uppgradera nu?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
@@ -196,15 +196,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "Uppgraderingen hämtades.\n\nNätverksanslutningen kommer nu att inaktiveras.\n\nSpara ditt arbete och stäng alla andra program."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "Uppgradering hämtad"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "Tillämpa uppgradering"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
diff --git a/szl.po b/szl.po
deleted file mode 100644
index 85160ad5e..000000000
--- a/szl.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Silesian (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/ta.po b/ta.po
index cb2a0043d..40f1046c3 100644
--- a/ta.po
+++ b/ta.po
@@ -27,7 +27,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "மேம்படுத்தல் சோதனையில் பிழை"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -116,11 +116,11 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "இப்போது மேம்படுத்து"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "பின்னர் மேம்படுத்த"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -136,7 +136,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "புதிய பதிப்பு கிடைக்கும்"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
@@ -145,7 +145,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "%{பெயர்}கள் %{பதிப்பு}கள் மேம்படுத்த பதிவிறக்குகிறது..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -214,15 +214,15 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Tails மறுதொடக்கு"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "இப்போது மறுதொடக்கம்"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "பின்னர் மறுதொடக்கு"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
@@ -261,4 +261,4 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "பிழை மேம்படுத்தல்கள் நிறுவும் போது"
+msgstr ""
diff --git a/te_IN.po b/te_IN.po
deleted file mode 100644
index 3bd667588..000000000
--- a/te_IN.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Telugu (India) (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/tg.po b/tg.po
deleted file mode 100644
index d147d433a..000000000
--- a/tg.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Tajik (http://www.transifex.com/otf/torproject/language/tg/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: tg\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "Ҳозир аз нав ба кор даровардан"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/th.po b/th.po
index 31d61ae48..8f88086f4 100644
--- a/th.po
+++ b/th.po
@@ -24,11 +24,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "สำหรับข้อมูลเพื่อการดีบัก ใช้คำสั่ง: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "เกิดข้อผิดพลาดขณะตรวจหาการอัพเกรด"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -37,64 +37,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>ไม่สามารถตรวจสอบได้ว่ามีการอัพเกรดใหม่บนเว็บไซต์ของเราหรือไม่</b>\n\nตรวจสอบการเชื่อมต่อเครือข่ายของคุณ แล้วเริ่ม Tails ใหม่อีกครั้งเพื่อลองอัพเกรด\n\nถ้าหากยังพบปัญหาให้ไปยัง\nfile:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "ไม่พบการอัพเกรดอัตโนมัติจากเว็บไซต์ของเราสำหรับเวอร์ชั่นนี้"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "อุปกรณ์ของคุณไม่ได้ถูกสร้างโดยตัวติดตั้ง Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails ถูกบูตขึ้นจากดีวีดี หรืออุปกรณ์ read-only"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "มีพื้นที่ว่างบน Tails system partition ไม่เพียงพอ"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "หน่วยความจำบนระบบนี้ไม่เพียงพอ"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "ไม่มีคำอธิบายสำหรับเหตุผล: '%{reason}s'"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "ระบบเป็นรุ่นปัจจุบัน"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Tails เวอร์ชั่นนี้เก่าเกินไป และอาจมีประเด็นปัญหาเกี่ยวกับความปลอดภัย"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "การอัพเกรดแบบ incremental นี้ต้องการพื้นที่ว่าง %{space_needed} บน Tails system partition แต่ขณะนี้มีพื้นที่ว่างเพียง %{free_space}"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "การอัพเกรดแบบ incremental นี้ต้องการหน่วยความจำว่าง %{memory_needed} แต่ขณะนี้มีหน่วยความจำว่างเพียง %{free_memory}"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "พบการอัพเกรดแบบ incremental แต่ไม่พบการอัพเกรดแบบเต็ม\nกรณีนี้ไม่ควรเกิดขึ้น กรุณาทำการแจ้งบั๊ก"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "พบข้อผิดพลาดขณะตรวจหาการอัพเกรด"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -113,15 +113,15 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "มีอัพเกรดใหม่พร้อมติดตั้ง"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "อัพเกรดเดี๋ยวนี้"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "อัพเกรดภายหลัง"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -133,20 +133,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>คุณควรอัพเกรดแบบแมนวลไปยัง %{name}s %{version}s.</b>\n\nสำหรับรายละเอียดเกี่ยวกับเวอร์ชั่นใหม่นี้ ไปที่ %{details_url}s\n\nไม่สามารถอัพเกรดอุปกรณ์ของคุณไปยังเวอร์ชั่นใหม่โดยอัตโนมัติได้: %{explanation}s\n\nสำหรับวิธีอัพเกรดแบบแมนวล ไปที่ https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "พบเวอร์ชั่นใหม่"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "กำลังดาวน์โหลดการอัพเกรด"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "กำลังดาวน์โหลดการอัพเกรดสู่ %{name}s %{version}s..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -154,37 +154,37 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>ไม่สามารถดาวน์โหลดการอัพเกรดได้</b>\\n\\nตรวจสอบการเชื่อมต่อเครือข่ายของคุณ แล้วทำการรีสตาร์ท Tails แล้วลองอัพเกรดใหม่อีกครั้ง\\n\\nหากยังพบปัญหา ให้ไปยัง file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "พบข้อผิดพลาดขณะกำลังดาวน์โหลดอัพเกรด"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "ไม่พบไฟล์ผลลัพธ์ '%{output_file}s' แต่คำสั่ง tails-iuk-get-target-file ไม่แจ้งข้อผิดพลาด โปรดทำการแจ้งบั๊ก"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "พบข้อผิดพลาดขณะสร้างไดเรคทอรีเพื่อดาวน์โหลดชั่วคราว"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "การสร้างไดเรคทอรีชั่วคราวเพื่อดาวน์โหลดล้มเหลว"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>ไม่สามารถเลือกเซอร์เวอร์ในการดาวน์โหลด</b>\n\nกรณีนี้ไม่ควรเกิดขึ้น กรุณาทำการแจ้งบั๊ก"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "พบข้อผิดพลาดขณะเลือกเซอร์เวอร์ในการดาวน์โหลด"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -211,46 +211,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>อุปกรณ์ Tails ถูกอัพเกรดแล้วอย่างเสร็จสมบูรณ์</b>\n\nฟีเจอร์ความปลอดภัยบางอย่างได้ถูกปิดใช้งานชั่วขณะ\nคุณควรทำการเริ่มต้น Tailsใหม่บนเวอร์ชั่นใหม่ทันที\n\nเริ่มต้นใหม่เลยหรือไม่?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "เริ่มต้น Tails ใหม่เดี๋ยวนี้"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "เริ่มต้นใหม่เดี๋ยวนี้"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "เริ่มต้นใหม่ในภายหลัง"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "พบข้อผิดพลาดขณะกำลังเริ่มต้นใหม่"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "การเริ่มต้นใหม่ล้มเหลว"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "พบข้อผิดพลาดขณะทำการปิดเครือข่าย"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "การปิดเครือข่ายล้มเหลว"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "กำลังอัพเกรดระบบ"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>อุปกรณ์ Tails ของคุณกำลังถูกอัพเกรด...</b>\n\nระบบเครือข่ายจะถูกปิดใช้งานเพราะเหตุผลด้านความปลอดภัย"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -258,8 +258,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>พบข้อผิดพลาดขณะติดตั้งการอัพเกรด</b>\\n\\nอุปกรณ์ Tails ของคุณควรถูกซ่อมแซม และอาจไม่สามารถเริ่มต้นใหม่ได้ กรุณาทำการขั้นตอนที่ file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "พบข้อผิดพลาดขณะทำการติดตั้งอัพเกรด"
+msgstr ""
diff --git a/ti.po b/ti.po
deleted file mode 100644
index dd0402b53..000000000
--- a/ti.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Tigrinya (http://www.transifex.com/otf/torproject/language/ti/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ti\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "ከም ሓዲሽ ጀምር"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/tk.po b/tk.po
deleted file mode 100644
index 5c4c7a04b..000000000
--- a/tk.po
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Turkmen (http://www.transifex.com/otf/torproject/language/tk/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: tk\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr "Şu wagt täzele"
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/tl_PH.po b/tl_PH.po
deleted file mode 100644
index c6412a843..000000000
--- a/tl_PH.po
+++ /dev/null
@@ -1,236 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2015-12-16 18:20+0100\n"
-"PO-Revision-Date: 2015-12-17 09:10+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Tagalog (Philippines) (http://www.transifex.com/otf/torproject/language/tl_PH/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: tl_PH\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:146 ../lib/Tails/IUK/Frontend.pm:522
-#: ../lib/Tails/IUK/Frontend.pm:662
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:215
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:233
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:239
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:244
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:249
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:254
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:260
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:280
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:285
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:317
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:333
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:355
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:359
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:369
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:384
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:394
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:410
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:467
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:470
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:511
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:527 ../lib/Tails/IUK/Frontend.pm:546
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:539
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:558
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:561
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:573
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:578
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:579
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:580
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:594
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:609
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:622
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:624
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:667
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/tzm.po b/tzm.po
deleted file mode 100644
index 15c61bcf2..000000000
--- a/tzm.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Central Atlas Tamazight (http://www.transifex.com/otf/torproject/language/tzm/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: tzm\n"
-"Plural-Forms: nplurals=2; plural=(n == 0 || n == 1 || (n > 10 && n < 100) ? 0 : 1;\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/ug(a)Arab.po b/ug(a)Arab.po
deleted file mode 100644
index d0cbab489..000000000
--- a/ug(a)Arab.po
+++ /dev/null
@@ -1,264 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# crash x <xmr.crashx(a)gmail.com>, 2016
-msgid ""
-msgstr ""
-"Project-Id-Version: Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2018-12-09 13:56+0100\n"
-"PO-Revision-Date: 2018-12-09 14:14+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Uighur (Arabic) (http://www.transifex.com/otf/torproject/language/ug%40Arab/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ug@Arab\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:147 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:710
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:218
-msgid "Error while checking for upgrades"
-msgstr "حدث خطأ خلال التحقق من وجود ترقيات"
-
-#: ../lib/Tails/IUK/Frontend.pm:221
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:236
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:242
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:247
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:252
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:257
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:263
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:283
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:288
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:320
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:336
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:358
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:362
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:372
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"We recommend you close all other applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:606
-msgid ""
-"The upgrade was successfully downloaded.\n"
-"\n"
-"The network connection will now be disabled.\n"
-"\n"
-"Please save your work and close all other applications."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:612
-msgid "Upgrade successfully downloaded"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Apply upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:621
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:627
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:628
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:639
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:642
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:660
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:670
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:705
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:715
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/uk.po b/uk.po
index a5191aa44..ab56551bc 100644
--- a/uk.po
+++ b/uk.po
@@ -5,7 +5,7 @@
# Translators:
# Konstantin Tiler <inactive+tilersever(a)transifex.com>, 2016
# LinuxChata, 2014
-# - -, 2019
+# CuAl40qp, 2019
# Vira Motorko <ato4ka(a)i.ua>, 2015
# Андрій Бандура <andriykopanytsia(a)gmail.com>, 2014
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2018-12-09 13:56+0100\n"
"PO-Revision-Date: 2019-04-20 12:40+0000\n"
-"Last-Translator: - -\n"
+"Last-Translator: CuAl40qp\n"
"Language-Team: Ukrainian (http://www.transifex.com/otf/torproject/language/uk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -27,11 +27,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "Щоб отримати інформацію відлагодження, виконайте таку команду: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "При перевірці оновлень виникла помилка"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -40,64 +40,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Не вдалося перевірити наявність оновлень на нашому сайті.</b>\n\nПеревірте з'єднання з мережею, та перезапустіть Tails для повторної спроби оновлення.\n\nЯкщо проблема зберігається, дивіться file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "для цієї версії програми немає автоматичного оновлення нашого сайту"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "ваш пристрій не був створений за допомогою інсталятора Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails була запущена з DVD або пристрою, доступного тільки для читання"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "на вашому пристрої недостатньо вільного місця"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "недостатньо пам'яті"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "Для причини '%{reason}s' немає пояснення."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "Усі останні оновлення встановлено"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Ця версія Tails застаріла і може мати проблеми з безпекою."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "Наявне додаткове оновлення вимагає %{space_needed}s вільного простору на системному розділі Tails, але тільки %{free_space}s доступно."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "Наявне додаткове оновлення вимагає %{memory_needed}s вільної пам'яті, але тільки %{free_memory}s доступно."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "Тільки додаткове, а не повне оновлення доступно.\nЦього не повинно було статися. Будь ласка, повідомте про помилку."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "При перевірці доступних оновлень виникла помилка"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -112,19 +112,19 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>Вам варто оновитися до %{name}s %{version}s.</b>\n\nБільше інформації про цю нову версію ви можете знайти на %{details_url}s\n\nМи рекомендуємо вам закрити усі інші додатки під час оновлення.\nЗавантаження оновлення може зайняти багато часу - від кількох хвилин до кількох годин.\n\nРозмір завантаження: %{size}s\n\nБажаєте виконати оновлення зараз?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Доступне оновлення"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "Оновити зараз"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "Оновити пізніше"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -136,20 +136,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Вам треба вручну оновитися до %{name}s %{version}s.</b>\n\nДля отримання додаткової інформації про цю нової версії, перейдіть до %{details_url}s\n\nОновити пристрій до нової версії автоматично неможливо: %{explanation}s.\n\nЩоб дізнатися, як зробити оновлення вручну, перейдіть до https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "Доступна нова версія"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Завантаження оновлення"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Завантаження оновлення до %{name}s %{version}s..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -157,37 +157,37 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>Оновлення не може бути завантажено.</b>\\n\\пПеревірте мережу, та перезапустіть Tails, щоб спробувати відновити ще раз.\\n\\nЯкщо проблема збережеться, дивіться file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "При завантаженні оновлень виникла помилка"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "Вихідного файлу '%{output_file}s' не існує, але tails-iuk-get-target file-не повідомив про проблему. Будь ласка, повідомте про помилку."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "При створенні тимчасової папки для завантажень виникла помилка"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "Не вдалося створити тимчасову папки для завантажень"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "Це не повинно відбуватись. Будь ласка, повідомте про помилку."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "Помилка при виборі сервера завантаження"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -196,15 +196,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "Оновлення було успішно завантажене.\n\nЗараз мережеве з'єднання буде вимкнене.\n\nЗбережіть усю вашу роботу та закрийте усі інші додатки."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "Оновлення успішно завантажене"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "Застосувати оновлення"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
@@ -214,46 +214,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>Ваш Tails-пристрій було успішно оновлено.</b>\n\nДеякі налаштуваня безпеки були тимчасово відключені.\nВи повинні перезапустити нову версію Tails якомога швидше.\n\nХочете перевантажити зараз?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Перезавантажити Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Перезавантажити зараз"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "Перезавантажити пізніше"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "При перезавантажені системи виникла помилка"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "Не вдалося перезавантажити систему"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "При вимкнені мережі виникла помилка"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "Не вдалося вимкнути мережу"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "Оновлення системи"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>Встановлюється оновлення на ваш Tails-пристрій...</b>\n\nЗ метою безпеки мережа вимкнена."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -261,8 +261,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>У процесі установки оновлення сталася помилка.</b>\\n\\nВаш Tails-пристрій потребує відновлення, і, можливо, не зможе запуститися знову.\\n\\nбудь ласка, дотримуйтесь інструкцій по посиланню file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "При встановлені оновлень виникла помилка"
+msgstr ""
diff --git a/ur.po b/ur.po
index 27b2ec0db..9891d564d 100644
--- a/ur.po
+++ b/ur.po
@@ -217,19 +217,19 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "ابھی ریسٹارٹ کریں"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "بعد میں ریسٹارٹ کریں"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "سسٹم ریسٹارٹ کرتے وقت کوئی مسئلہ"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "سسٹم ریسٹارٹ میں ناکامی"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
diff --git a/ur_PK.po b/ur_PK.po
deleted file mode 100644
index 4f6fbc108..000000000
--- a/ur_PK.po
+++ /dev/null
@@ -1,248 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
-# Umar Hayat, 2015
-msgid ""
-msgstr ""
-"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2017-04-18 12:13+0200\n"
-"PO-Revision-Date: 2017-09-19 22:50+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Urdu (Pakistan) (http://www.transifex.com/otf/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"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr "ابھی ریسٹارٹ کریں"
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr "بعد میں ریسٹارٹ کریں"
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr "سسٹم ریسٹارٹ کرتے وقت کوئی مسئلہ"
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr "سسٹم ریسٹارٹ میں ناکامی"
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/uz.po b/uz.po
index 6566ac779..3c18d498e 100644
--- a/uz.po
+++ b/uz.po
@@ -217,7 +217,7 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Qaytadan ishga tushirish"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
diff --git a/ve.po b/ve.po
deleted file mode 100644
index 9cf85d73c..000000000
--- a/ve.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Venda (http://www.transifex.com/otf/torproject/language/ve/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ve\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/vi.po b/vi.po
index 6aeb77de5..e88eab944 100644
--- a/vi.po
+++ b/vi.po
@@ -23,11 +23,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "Để có thông tin gỡ rỗi, thực thi dòng lệnh dưới đây: sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "Có lỗi khi kiểm tra các bản cập nhật"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -36,64 +36,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>Không thể xác định được những bản nâng cấp có sẵn trên website của chúng tôi hay không.</b>\nKiểm tra kết nối mạng lưới của bạn, và khởi động lại Tails để thử nâng cấp lại.\nNếu vấn đề vẫn tồn tại, đi tới file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "không có sẵn việc tự động nâng cấp từ website cho phiên bản này"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "thiết bị của bạn không được tạo bằng cách dùng Trình cài đặt Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails được khởi động từ DVD hoặc một thiết bị chỉ cho phép đọc"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "không có đủ khoảng trống trên phân vùng hệ thống của Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "không có đủ bộ nhớ sẵn có trên hệ thống"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "Không có sự giải thích nào cho lý do '%{reason}s'."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "Hệ thống được cập nhật mới nhất"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "Phiên bản Tails này đã lỗi thời, và có thể có vài vấn đề an ninh."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "Việc nâng cấp thêm có sẵn yêu cầu %{space_needed}s khoảng trống trên phân vùng hệ thống Tails, nhưng chỉ có %{free_space}s có sẵn."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "Việc nâng cấp thêm có sẵn yêu cầu %{memory_needed}s khoảng trống, những chỉ có sẵn %{free_memory}s"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "Việc nâng cấp thêm đang có sẵn, nhưng không có nâng cấp toàn bộ.\nViệc này không nên xảy ra. Vui lòng báo lỗi."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "Có lỗi khi phát hiện những bản cập nhật có sẵn"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -112,15 +112,15 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "Bản nâng cấp có sẵn"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "Nâng cấp ngay bây giờ"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "Nâng cấp sau"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -132,20 +132,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>Bạn nên nâng cấp thủ công lên phiên bản %{name}s %{version}s.</b>\n\nĐể có thêm thông tin về phiên bản mới này, đi đến %{details_url}s\n\nKhông thể tự động nâng cấp thiết bị của bạn lên phiên bản mới này: %{explanation}s.\n\nĐể hiểu rõ cách nâng cấp thủ công, đi tới https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "Phiên bản mới đã có sẵn"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "Đang tải bản cập nhật"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Đang tải bản cập nhật lên phiên bản %{name}s %{version}s..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -153,37 +153,37 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "Bản cập nhật không thể tài được.</b>\\n\\nKiểm tra kết nối mạng, và khởi động lại Tails để thử nâng cấp lại.\\n\\nNếu vấn đề vẫn còn, đi tới file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "Có lỗi khi tải bản cập nhật"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "Tập tin đầu ra '%{output_file}s' không tồn tại, nhưng tails-iuk-get-target-file không phàn nàn. Vui lòng báo lỗi."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "Có lỗi khi đang tạo thư mục tải về tạm thời"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "Thất bại khi tạo thư mục tải về tạm thời"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>Không thể chọn máy chủ tải về.</b>\n\nViệc này không nên xảy ra. Vui lòng báo lỗi."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "Có lỗi khi chọn máy chủ tải về"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -210,46 +210,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>Thiết bị chứa Tails của bạn đã được nâng cấp thành công.</b>\n\nMột vài tính năng an ninh đã tạm thời bị vô hiệu.\nBạn nên khởi động lại Tails trên phiên bản mới càng sớm càng tốt.\n\nBạn có muốn khởi động lại bây giờ không?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "Khởi động lại Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "Khởi động lại bây giờ"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "Khởi động lại sau"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "Có lỗi khi khởi động lại hệ thống"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "Thất bại khi khởi đông lại hệ thống"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "Có lỗi khi đang đóng mạng lưới"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "Tắt mạng lưới thất bại"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "Đang nâng cấp hệ thống"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>Thiết bị Tails của bạn đang được nâng cấp</b>\n\nVì lý do an ninh, mạng lưới sẽ bị vô hiệu lúc này."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -257,8 +257,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>Có một lỗi xảy ra khi đang cài đặt bản cập nhật.</b>\\n\\nThiết bị chứa Tails của bạn cần được sửa và có thể không khởi động lại được.\\n\\nVui lòng theo các hướng dẫn tại file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "Có lỗi khi đang cài đặt bản cập nhật"
+msgstr ""
diff --git a/wa.po b/wa.po
deleted file mode 100644
index 4364ecc93..000000000
--- a/wa.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Walloon (http://www.transifex.com/otf/torproject/language/wa/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: wa\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/wo.po b/wo.po
deleted file mode 100644
index 42b26ff0d..000000000
--- a/wo.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Wolof (http://www.transifex.com/otf/torproject/language/wo/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: wo\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/yo.po b/yo.po
deleted file mode 100644
index 137eec688..000000000
--- a/yo.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Yoruba (http://www.transifex.com/otf/torproject/language/yo/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: yo\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/zh.po b/zh.po
deleted file mode 100644
index c306f4651..000000000
--- a/zh.po
+++ /dev/null
@@ -1,234 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2014-02-21 17:38+0100\n"
-"PO-Revision-Date: 2014-02-22 08:18+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Chinese (http://www.transifex.com/projects/p/torproject/language/zh/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: zh\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:146 ../lib/Tails/IUK/Frontend.pm:523
-#: ../lib/Tails/IUK/Frontend.pm:667
-msgid "For debugging information, see ~/.xsession-errors."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:216
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:219
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:234
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:240
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:245
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:250
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:255
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:261
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:281
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:286
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:318
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:334
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:356
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:360
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:370
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s.\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:395
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s.\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:411
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:468
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:471
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:512
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:528 ../lib/Tails/IUK/Frontend.pm:547
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:540
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:559
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:562
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:574
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:579
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:580
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:581
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:592
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:595
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:610
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:623
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:625
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:662
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/zh_CN.GB2312.po b/zh_CN.GB2312.po
deleted file mode 100644
index cf8904f19..000000000
--- a/zh_CN.GB2312.po
+++ /dev/null
@@ -1,234 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2014-02-21 17:38+0100\n"
-"PO-Revision-Date: 2014-02-22 08:18+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
-"Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/torproject/language/zh_CN.GB2312/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: zh_CN.GB2312\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:146 ../lib/Tails/IUK/Frontend.pm:523
-#: ../lib/Tails/IUK/Frontend.pm:667
-msgid "For debugging information, see ~/.xsession-errors."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:216
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:219
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:234
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:240
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:245
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:250
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:255
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:261
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:281
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:286
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:318
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:334
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:356
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:360
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:370
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s.\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:385
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:395
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s.\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:411
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:468
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:471
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:512
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:528 ../lib/Tails/IUK/Frontend.pm:547
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:540
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:559
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:562
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:574
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:579
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:580
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:581
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:592
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:595
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:610
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:623
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:625
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:662
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:672
-msgid "Error while installing the upgrade"
-msgstr ""
diff --git a/zh_CN.po b/zh_CN.po
index 6d7acd741..ee4a636a8 100644
--- a/zh_CN.po
+++ b/zh_CN.po
@@ -18,7 +18,7 @@ msgstr ""
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2018-12-09 13:56+0100\n"
"PO-Revision-Date: 2019-05-30 00:53+0000\n"
-"Last-Translator: Yikai Yang <ff98sha(a)gmail.com>\n"
+"Last-Translator: ff98sha\n"
"Language-Team: Chinese (China) (http://www.transifex.com/otf/torproject/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/zh_HK.po b/zh_HK.po
index 93f7d0b20..03a11e7c6 100644
--- a/zh_HK.po
+++ b/zh_HK.po
@@ -26,11 +26,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "有關除錯資訊,請執行以下指令:sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "檢查升級時發生錯誤"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -39,64 +39,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>無法從我哋嘅網頁確認有無可用升級。</b>\n\n請檢查網絡連線,然後將Tails重新啟動後再次嘗試升級。\n\n如果問題仍然存在,請前往 file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "我哋嘅網站無此版本嘅可用自動升級。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "你嘅裝置唔係使用Tails安裝程式建立"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails係由DVD或唯讀裝置啟動"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "Tails系統分割區上嘅可用空間唔夠"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "此系統上無足夠可用記憶體"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "無「%{reason}s」嘅說明。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "系統已係最新"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "呢個版本嘅Tails已過時,可能有安全問題。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "累加升級須佔用Tails系統分割區上%{space_needed}s可用空間,但咿㗎只有%{free_space}s。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "累加升級須佔用%{space_needed}s可用記憶體,但咿㗎只有%{free_space}s。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "有可用累加升級,但無完整升級。\n呢個情況唔應該發生。請回報錯誤。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "偵測可用升級時發生錯誤"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -115,15 +115,15 @@ msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "有可用升級"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "立即升級"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "稍後升級"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -135,20 +135,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "請手動升級到%{name}s %{version}s。</b>\n\n要取得此新版本嘅更多資訊,請前往%{details_url}s\n\n無法將你嘅裝置自動升級到此新版本:%(explanation}s。\n\n了解如何手動升級,請前往 https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "有新版本可用"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "下載升級中"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "下載%{name}s %{version}s中…"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -156,26 +156,26 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>無法下載升級。</b>\\n\\n請檢查你嘅網絡連線,然後將Tails重新啟動後再次嘗試。\\n\\n如果問題仍然存在,請前往 file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "下載升級時出現錯誤"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "輸出檔「%{output_file}s」唔存在,但tails-iut-get-target-file無投訴。請回報錯誤。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "建立暫存下載資料夾時發生錯誤"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "無法建立暫存下載資料夾"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
@@ -213,46 +213,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>Tails裝置已成功升級。</b>\n\n有啲安全功能暫時停用。\n你應儘快將Tails重新啟動以使用新版本。\n\n立即重新啟動嗎?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "重新啟動Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "立即重新啟動"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "稍後重新啟動"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "重新啟動系統時發生錯誤"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "無法重新啟動系統"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "關閉網絡時發生錯誤"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "無法關閉網絡"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "系統正在升級"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>Tails裝置正在升級中…</b>\n\n安全理由,網絡咿㗎停用。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -260,8 +260,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>安裝升級時發生錯誤。</b>\\n\\nTails裝置需要被修復,並可能無法重新啟動。\\n\\n請按照 file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html 嘅指示。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "安裝升級時發生錯誤"
+msgstr ""
diff --git a/zh_TW.po b/zh_TW.po
index a21d08807..2c1f837f2 100644
--- a/zh_TW.po
+++ b/zh_TW.po
@@ -30,11 +30,11 @@ msgstr ""
msgid ""
"For debugging information, execute the following command: sudo tails-"
"debugging-info"
-msgstr "有關除錯信息,請執行以下命令:sudo tails-debugging-info"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:218
msgid "Error while checking for upgrades"
-msgstr "檢查升級時發生錯誤"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:221
msgid ""
@@ -43,64 +43,64 @@ msgid ""
"Check your network connection, and restart Tails to try upgrading again.\n"
"\n"
"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr "<b>無法從我們的網站確認是否有更新。</b>\n\n請檢查您的網路連線,然後將 Tails 重新啟動後再次嘗試更新。\n\n如果問題仍然存在,請前往 file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:236
msgid "no automatic upgrade is available from our website for this version"
-msgstr "此版本在我們的網站上沒有可用的自動升級。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:242
msgid "your device was not created using Tails Installer"
-msgstr "您的裝置不是使用 Tails Installer 安裝程式建立"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:247
msgid "Tails was started from a DVD or a read-only device"
-msgstr "Tails 是從 DVD 或唯讀裝置啟動"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:252
msgid "there is not enough free space on the Tails system partition"
-msgstr "Tails 系統分割區上的可用空間不足"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:257
msgid "not enough memory is available on this system"
-msgstr "此系統上沒有足夠的記憶體可用"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:263
#, perl-brace-format
msgid "No explanation available for reason '%{reason}s'."
-msgstr "沒有可用的解釋理由 '%{reason}s'"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:283
msgid "The system is up-to-date"
-msgstr "系統已更新到最新"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:288
msgid "This version of Tails is outdated, and may have security issues."
-msgstr "這個 Tails 版本已過時,可能會有安全問題。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:320
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{space_needed}s of free space on"
" Tails system partition, but only %{free_space}s is available."
-msgstr "可用的累加式升級在 Tails 系統分割區上需要 %{space_needed}s 的可用空間,但是只有 %{free_space}s 可用。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:336
#, perl-brace-format
msgid ""
"The available incremental upgrade requires %{memory_needed}s of free memory,"
" but only %{free_memory}s is available."
-msgstr "可用的累加式升級需要 %{space_needed}s 的可用記憶體,但是只有 %{free_space}s 可用。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:358
msgid ""
"An incremental upgrade is available, but no full upgrade is.\n"
"This should not happen. Please report a bug."
-msgstr "有累加式升級可用,但是沒有完整升級。\n這個情況不應該發生。請回報錯誤。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:362
msgid "Error while detecting available upgrades"
-msgstr "偵測可用更新時發生錯誤"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:372
#, perl-brace-format
@@ -115,19 +115,19 @@ msgid ""
"Download size: %{size}s\n"
"\n"
"Do you want to upgrade now?"
-msgstr "<b>您需要升級成 %{name}s %{version}s。</b>\n\n要獲得此新版本的更多相關資訊,請前往 %{details_url}s\n\n我們建議在升級過程中關閉所有其他應用程式。\n下載升級可能會花很多時間,從幾分鐘到幾小時。\n\n下載大小:%{size}s\n\n您要現在升級嗎?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:386
msgid "Upgrade available"
-msgstr "有升級可用"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:387
msgid "Upgrade now"
-msgstr "馬上升級"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:388
msgid "Upgrade later"
-msgstr "稍後升級"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:396
#, perl-brace-format
@@ -139,20 +139,20 @@ msgid ""
"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
"\n"
"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr "<b>您應手動升級成 %{name}s %{version}s。</b>\n\n要獲得此新版本的更多相關資訊,請前往 %{details_url}s\n\n可能無法將您的裝置自動升級成此新版本: %{explanation}s。\n\n欲學習如何手動更新,請前往 https://tails.boum.org/doc/first_steps/upgrade/#manual"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:412
msgid "New version available"
-msgstr "有新版本可用"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:469
msgid "Downloading upgrade"
-msgstr "正在下載升級"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:472
#, perl-brace-format
msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "正在下載升級到 %{name}s %{version}s..."
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:513
msgid ""
@@ -160,37 +160,37 @@ msgid ""
"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
"persists, go to "
"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr "<b>無法下載升級。</b>\\n\\n請檢查您的網路連線,然後將 Tails 重新啟動後再次嘗試升級。\\n\\n如果問題仍然存在,請前往 file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
msgid "Error while downloading the upgrade"
-msgstr "下載升級時發生錯誤"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:541
#, perl-brace-format
msgid ""
"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
"did not complain. Please report a bug."
-msgstr "輸出檔「%{output_file}s」不存在,但是 tails-iut-get-target-file 沒有抱怨。請回報錯誤。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:560
msgid "Error while creating temporary downloading directory"
-msgstr "建立暫存下載目錄時發生錯誤"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:563
msgid "Failed to create temporary download directory"
-msgstr "無法建立暫存下載目錄"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:587
msgid ""
"<b>Could not choose a download server.</b>\n"
"\n"
"This should not happen. Please report a bug."
-msgstr "<b>無法選擇下載伺服器</b>\n\n這種情況不應該發生,請回報此錯誤。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:591
msgid "Error while choosing a download server"
-msgstr "選擇下載伺服器時發生錯誤"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:606
msgid ""
@@ -199,15 +199,15 @@ msgid ""
"The network connection will now be disabled.\n"
"\n"
"Please save your work and close all other applications."
-msgstr "升級已成功下載。\n\n網路連線現在會被停用。\n\n請儲存您的工作並關閉所有其他應用程式。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:612
msgid "Upgrade successfully downloaded"
-msgstr "成功下載升級"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:614
msgid "Apply upgrade"
-msgstr "套用升級"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:621
msgid ""
@@ -217,46 +217,46 @@ msgid ""
"You should restart Tails on the new version as soon as possible.\n"
"\n"
"Do you want to restart now?"
-msgstr "<b>您的 Tails 裝置已成功升級。</b>\n\n有些安全性功能暫時停用。\n您應儘快將 Tails 重新啟動以使用新版本。\n\n您要現在重新啟動嗎?"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:626
msgid "Restart Tails"
-msgstr "重新啟動 Tails"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:627
msgid "Restart now"
-msgstr "立即重新啟動"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:628
msgid "Restart later"
-msgstr "稍後重新啟動"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:639
msgid "Error while restarting the system"
-msgstr "重新啟動系統時發生錯誤"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:642
msgid "Failed to restart the system"
-msgstr "無法重新啟動系統"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:657
msgid "Error while shutting down the network"
-msgstr "關閉網路時發生錯誤"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:660
msgid "Failed to shutdown network"
-msgstr "無法關閉網路"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:670
msgid "Upgrading the system"
-msgstr "正在升級系統"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:672
msgid ""
"<b>Your Tails device is being upgraded...</b>\n"
"\n"
"For security reasons, the networking is now disabled."
-msgstr "<b>您的 Tails 裝置正在升級中...</b>\n\n因為安全理由,網路現在停用。"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:705
msgid ""
@@ -264,8 +264,8 @@ msgid ""
" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
" instructions at "
"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr "<b>安裝升級時發生錯誤。</b>\\n\\n您的 Tails 裝置需要被修復而且可能無法重新啟動。\\n\\n請按照指示在 file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
+msgstr ""
#: ../lib/Tails/IUK/Frontend.pm:715
msgid "Error while installing the upgrade"
-msgstr "安裝升級時發生錯誤"
+msgstr ""
diff --git a/zu.po b/zu.po
deleted file mode 100644
index 55bb09682..000000000
--- a/zu.po
+++ /dev/null
@@ -1,247 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Tails developers
-# 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: Tails developers <tails(a)boum.org>\n"
-"POT-Creation-Date: 2016-05-25 16:55+0200\n"
-"PO-Revision-Date: 2016-05-26 08:49+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
-"Language-Team: Zulu (http://www.transifex.com/otf/torproject/language/zu/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: zu\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../lib/Tails/IUK/Frontend.pm:148 ../lib/Tails/IUK/Frontend.pm:524
-#: ../lib/Tails/IUK/Frontend.pm:697
-msgid ""
-"For debugging information, execute the following command: sudo tails-"
-"debugging-info"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:217
-msgid "Error while checking for upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:220
-msgid ""
-"<b>Could not determine whether an upgrade is available from our website.</b>\n"
-"\n"
-"Check your network connection, and restart Tails to try upgrading again.\n"
-"\n"
-"If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:235
-msgid "no automatic upgrade is available from our website for this version"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:241
-msgid "your device was not created using Tails Installer"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:246
-msgid "Tails was started from a DVD or a read-only device"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:251
-msgid "there is not enough free space on the Tails system partition"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:256
-msgid "not enough memory is available on this system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:262
-#, perl-brace-format
-msgid "No explanation available for reason '%{reason}s'."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:282
-msgid "The system is up-to-date"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:287
-msgid "This version of Tails is outdated, and may have security issues."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:319
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{space_needed}s of free space on"
-" Tails system partition, but only %{free_space}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:335
-#, perl-brace-format
-msgid ""
-"The available incremental upgrade requires %{memory_needed}s of free memory,"
-" but only %{free_memory}s is available."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:357
-msgid ""
-"An incremental upgrade is available, but no full upgrade is.\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:361
-msgid "Error while detecting available upgrades"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:371
-#, perl-brace-format
-msgid ""
-"<b>You should upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is recommended to close all the open applications during the upgrade.\n"
-"Downloading the upgrade might take a long time, from several minutes to a few hours.\n"
-"The networking will be disabled after downloading the upgrade.\n"
-"\n"
-"Download size: %{size}s\n"
-"\n"
-"Do you want to upgrade now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:386
-msgid "Upgrade available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:387
-msgid "Upgrade now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:388
-msgid "Upgrade later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:396
-#, perl-brace-format
-msgid ""
-"<b>You should do a manual upgrade to %{name}s %{version}s.</b>\n"
-"\n"
-"For more information about this new version, go to %{details_url}s\n"
-"\n"
-"It is not possible to automatically upgrade your device to this new version: %{explanation}s.\n"
-"\n"
-"To learn how to do a manual upgrade, go to https://tails.boum.org/doc/first_steps/upgrade/#manual"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:412
-msgid "New version available"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:469
-msgid "Downloading upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:472
-#, perl-brace-format
-msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:513
-msgid ""
-"<b>The upgrade could not be downloaded.</b>\\n\\nCheck your network "
-"connection, and restart Tails to try upgrading again.\\n\\nIf the problem "
-"persists, go to "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/download.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:529 ../lib/Tails/IUK/Frontend.pm:548
-msgid "Error while downloading the upgrade"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:541
-#, perl-brace-format
-msgid ""
-"Output file '%{output_file}s' does not exist, but tails-iuk-get-target-file "
-"did not complain. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:560
-msgid "Error while creating temporary downloading directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:563
-msgid "Failed to create temporary download directory"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:587
-msgid ""
-"<b>Could not choose a download server.</b>\n"
-"\n"
-"This should not happen. Please report a bug."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:591
-msgid "Error while choosing a download server"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:608
-msgid ""
-"<b>Your Tails device was successfully upgraded.</b>\n"
-"\n"
-"Some security features were temporarily disabled.\n"
-"You should restart Tails on the new version as soon as possible.\n"
-"\n"
-"Do you want to restart now?"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:613
-msgid "Restart Tails"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:614
-msgid "Restart now"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:615
-msgid "Restart later"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:626
-msgid "Error while restarting the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:629
-msgid "Failed to restart the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:644
-msgid "Error while shutting down the network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:647
-msgid "Failed to shutdown network"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:657
-msgid "Upgrading the system"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:659
-msgid ""
-"<b>Your Tails device is being upgraded...</b>\n"
-"\n"
-"For security reasons, the networking is now disabled."
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:692
-msgid ""
-"<b>An error occured while installing the upgrade.</b>\\n\\nYour Tails device"
-" needs to be repaired and might be unable to restart.\\n\\nPlease follow the"
-" instructions at "
-"file:///usr/share/doc/tails/website/doc/upgrade/error/install.en.html"
-msgstr ""
-
-#: ../lib/Tails/IUK/Frontend.pm:702
-msgid "Error while installing the upgrade"
-msgstr ""
1
0