Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
5c14eb74
Commit
5c14eb74
authored
Nov 09, 2017
by
sajolida
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove DAVE
parent
f73ce012
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
3294 deletions
+0
-3294
wiki/src/install/inc/js/dave.js
wiki/src/install/inc/js/dave.js
+0
-59
wiki/src/install/inc/steps/download.inline.de.po
wiki/src/install/inc/steps/download.inline.de.po
+0
-403
wiki/src/install/inc/steps/download.inline.fa.po
wiki/src/install/inc/steps/download.inline.fa.po
+0
-403
wiki/src/install/inc/steps/download.inline.fr.po
wiki/src/install/inc/steps/download.inline.fr.po
+0
-547
wiki/src/install/inc/steps/download.inline.html
wiki/src/install/inc/steps/download.inline.html
+0
-272
wiki/src/install/inc/steps/download.inline.it.po
wiki/src/install/inc/steps/download.inline.it.po
+0
-544
wiki/src/install/inc/steps/download.inline.pt.po
wiki/src/install/inc/steps/download.inline.pt.po
+0
-579
wiki/src/install/inc/stylesheets/dave.css
wiki/src/install/inc/stylesheets/dave.css
+0
-487
No files found.
wiki/src/install/inc/js/dave.js
deleted
100644 → 0
View file @
f73ce012
(
function
()
{
var
chromeSupported
=
false
;
var
minVer
=
{
"
firefox
"
:
38
,
"
chrome
"
:
44
,
"
tor
"
:
5
};
function
setBrowser
(
browser
)
{
document
.
documentElement
.
dataset
.
browser
=
browser
?
"
sb-
"
+
browser
:
"
unsupported
"
;
}
function
forId
(
id
,
cb
)
{
var
el
=
document
.
getElementById
(
id
);
if
(
el
)
cb
(
el
);
}
var
forClass
=
document
.
getElementsByClassName
?
function
(
cn
,
cb
)
{
var
ee
=
document
.
getElementsByClassName
(
cn
);
for
(
var
j
=
ee
.
length
;
j
--
>
0
;)
cb
(
ee
[
j
]);
}
:
function
()
{};
var
browser
,
v
=
navigator
.
userAgent
.
match
(
/
\b(
Chrome|Firefox
)\/(\d
+
)
/
)
;
v
=
v
&&
parseInt
(
v
[
2
])
||
0
;
var
override
=
location
.
search
.
match
(
/
\b
override=
(\w
+
)
/
);
if
(
override
)
{
browser
=
override
[
1
];
}
else
if
(
window
.
InstallTrigger
)
{
if
(
v
>=
minVer
.
firefox
||
minVer
.
firefox
===
38
&&
new
RegExp
(
""
).
source
)
// see Fx 38 RegExp @ https://developer.mozilla.org/it/Firefox/Releases/38
browser
=
"
firefox
"
;
else
{
addEventListener
(
"
DOMContentLoaded
"
,
function
()
{
forId
(
"
unsupported-other
"
,
function
(
el
)
{
el
.
style
.
display
=
"
none
"
;
});
if
(
!
v
)
v
=
"
< 38
"
;
forClass
(
"
current-firefox
"
,
function
(
el
)
{
el
.
innerHTML
=
v
||
"
< 38
"
;
});
},
true
);
}
}
else
{
addEventListener
(
"
DOMContentLoaded
"
,
function
()
{
forId
(
"
unsupported-firefox
"
,
function
(
el
)
{
el
.
style
.
display
=
"
none
"
;
});
},
true
);
if
(
chromeSupported
&&
/
\b
Chrom/
.
test
(
navigator
.
userAgent
)
&&
/
\b
Google Inc
\.
/
.
test
(
navigator
.
vendor
)
&&
v
>=
minVer
.
chrome
)
{
browser
=
"
chrome
"
;
}
}
setBrowser
(
browser
);
var
style
=
document
.
createElement
(
"
style
"
);
style
.
innerHTML
=
"
#download-and-verify { display: none !important } #dave-init { display: block }
"
;
document
.
documentElement
.
firstChild
.
appendChild
(
style
);
addEventListener
(
"
load
"
,
function
(
ev
)
{
style
.
innerHTML
=
"
#dave-init { display: none }
"
;
forId
(
"
self-url
"
,
function
(
el
)
{
el
.
textContent
=
location
.
href
;
});
for
(
var
browser
in
minVer
)
{
forClass
(
"
minver-
"
+
browser
,
function
(
el
)
{
el
.
innerHTML
=
minVer
[
browser
];
});
}
},
true
);
})();
wiki/src/install/inc/steps/download.inline.de.po
deleted
100644 → 0
View file @
f73ce012
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-02-09 18:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. type: Content of: <h1>
msgid "Download and verify the Tails ISO image"
msgstr ""
#. type: Content of: <div>
msgid ""
"[[!img install/inc/infography/download-and-verify.png link=\"no\" alt=\"\"]]"
msgstr ""
#. type: Content of: <p>
msgid ""
"<span class=\"windows mac-usb mac-dvd debian linux upgrade-tails dvd vm\">In "
"this step you</span> <span class=\"download-only\">You</span> will download "
"Tails as an ISO image: a single file containing the whole operating system. "
"For your security, it is very important to also verify your download. We "
"propose you two techniques to do this verification automatically."
msgstr ""
#. type: Content of: <div>
msgid "[[!img lib/spinner.png link=\"no\" alt=\"\"]]"
msgstr ""
#. type: Content of: <div><p>
msgid "Please wait…"
msgstr ""
#. type: Content of: <div><div>
msgid "0.2.8"
msgstr ""
#. type: Content of: <div><div><p>
msgid ""
"We failed to detect your browser vendor, maybe because JavaScript is "
"disabled."
msgstr ""
#. type: Content of: <div><div><p>
msgid "You can download and verify the ISO image via:"
msgstr ""
#. type: Content of: <div><div><div><div><h2>
msgid "Browser add-on"
msgstr ""
#. type: Content of: <div><div><div><div><p>
msgid ""
"for <a href=\"https://getfirefox.com\">Firefox <span class=\"minver-firefox"
"\">38.0.1</span>+</a> or <a href=\"https://www.torproject.org/download/"
"download-easy.html.en\">Tor Browser <span class=\"minver-tor\">5</span>+</a>"
msgstr ""
#. type: Content of: <div><div><div><div><p>
msgid "A Firefox add-on to download and verify Tails automatically."
msgstr ""
#. type: Content of: <div><div><div><div><p>
msgid "<strong>If you are not in Firefox or Tor Browser:</strong>"
msgstr ""
#. type: Content of: <div><div><div><div><p>
msgid "Copy and paste this link in Firefox or Tor Browser:"
msgstr ""
#. type: Content of: <div><div><div><div>
msgid ""
"<span class=\"windows\"><code>https://tails.boum.org/install/win/usb/</"
"code></span> <span class=\"mac-usb\"><code>https://tails.boum.org/install/"
"mac/usb/</code></span> <span class=\"mac-dvd\"><code>https://tails.boum.org/"
"install/mac/dvd/</code></span> <span class=\"debian\"><code>https://tails."
"boum.org/install/debian/usb/</code></span> <span class=\"linux"
"\"><code>https://tails.boum.org/install/linux/usb/</code></span> <span class="
"\"upgrade-tails\"><code>https://tails.boum.org/upgrade/tails/</code></span> "
"<span class=\"dvd\"><code>https://tails.boum.org/install/dvd/</code></span> "
"<span class=\"vm\"><code>https://tails.boum.org/install/vm/</code></span> "
"<span class=\"download-only\"><code>https://tails.boum.org/install/download/"
"</code></span>"
msgstr ""
#. type: Content of: <div><div><div><div><p>
msgid "<strong>If you are already in Firefox or Tor Browser:</strong>"
msgstr ""
#. type: Content of: <div><div><div><div>
msgid ""
"<a href=\"https://addons.mozilla.org/firefox/downloads/latest/673020/"
"addon-673020-latest.xpi\" class=\"btn btn-lg btn-primary browser-override"
"\">Install Firefox add-on</a>"
msgstr ""
#. type: Content of: <div><div><div><div><h2>
msgid "BitTorrent"
msgstr ""
#. type: Content of: <div><div><div><div>
msgid ""
"[[!inline pages=\"install/inc/steps/bittorrent_verification.inline\" raw="
"\"yes\" sort=\"age\"]] <a href='[[!inline pages=\"inc/stable_amd64_torrent_url"
"\" raw=\"yes\" sort=\"age\"]]' class=\"btn btn-lg btn-primary\">Download "
"Torrent file</a>"
msgstr ""
#. type: Content of: <div><div><p>
msgid "[[Download and verify using OpenPGP|install/download/openpgp]]"
msgstr ""
#. type: Content of: <div><div><p>
msgid "You seem to be using an unsupported browser."
msgstr ""
#. type: Content of: <div><div><div><div><p>
msgid ""
"You are running Firefox <span class=\"current-firefox\">1.0</span>. Please "
"update to Firefox <span class=\"minver-firefox\">38.0.1</span>, Tor Browser "
"<span class=\"minver-tor\">5</span>, or newer and visit this link:"
msgstr ""
#. type: Content of: <div><div><div><p>
msgid ""
"We detected that you are running Firefox or Tor Browser and already have our "
"Firefox add-on installed."
msgstr ""
#. type: Content of: <div><div><div><a>
msgid ""
"<a id=\"use-button\" href=\"\" class=\"btn btn-lg btn-primary clearfix\"> "
"<span id=\"use-button-label\" class=\"pull-left\">Use Firefox add-on</span>"
msgstr ""
#. type: Content of: <div><div><div><a><div>
msgid ""
"<span class=\"label label-default state already\">Already installed</span>"
msgstr ""
#. type: Content of: <div><div><div>
msgid "</a>"
msgstr ""
#. type: Content of: <div><div><div><div>
msgid ""
"<span id=\"use-text-label\" class=\"pull-left\">Use Firefox add-on</span>"
msgstr ""
#. type: Content of: <div><div><div><div><div>
msgid ""
"<span class=\"state done\">[[!img install/inc/icons/check.png link=\"no\" "
"alt=\"Done\"]]</span>"
msgstr ""
#. type: Content of: <div><div><div><p>
msgid ""
"We detected that you are running Firefox or Tor Browser but have an outdated "
"version of our Firefox add-on."
msgstr ""
#. type: Content of: <div><div><div><a>
msgid ""
"<a id=\"update-button\" href=\"https://addons.mozilla.org/firefox/downloads/"
"latest/673020/addon-673020-latest.xpi\" class=\"btn btn-lg btn-primary "
"clearfix\"> <span id=\"update-button-label\" class=\"pull-left\">Update "
"Firefox add-on</span>"
msgstr ""
#. type: Content of: <div><div><div><a><div>
msgid "<span class=\"label label-default state restartless\">No restart</span>"
msgstr ""
#. type: Content of: <div><div><div><div>
msgid ""
"<span id=\"update-button-label\" class=\"pull-left\">Update Firefox add-on</"
"span>"
msgstr ""
#. type: Content of: <div><div><div><p>
msgid "We detected that you are running Firefox or Tor Browser."
msgstr ""
#. type: Content of: <div><div><div><p>
msgid ""
"You can download the ISO image via our Firefox add-on. The add-on verifies "
"your download [[!toggle id=\"extension-verification\" text=\"automatically"
"\"]]."
msgstr ""
#. type: Content of: <div><div><div>
msgid ""
"[[!toggleable id=\"extension-verification\" text=\"\"\" [[!toggle id="
"\"extension-verification\" text=\"X\"]]"
msgstr ""
#. type: Content of: <div><div><div><p>
msgid ""
"The verification is based on a cryptographic checksum downloaded from our "
"website."
msgstr ""
#. type: Content of: <div><div><div><a>
msgid ""
"\"\"\"]] <a id=\"install-button\" href=\"https://addons.mozilla.org/firefox/"
"downloads/latest/673020/addon-673020-latest.xpi\" class=\"btn btn-lg btn-"
"primary clearfix\"> <span id=\"install-button-label\" class=\"pull-left"
"\">Install Firefox add-on</span>"
msgstr ""
#. type: Content of: <div><div><div><div>
msgid ""
"<span id=\"install-text-label\" class=\"pull-left\">Install Firefox add-on</"
"span>"
msgstr ""
#. type: Content of: <div><div><div><p>
msgid ""
"or [[!toggle id=\"bittorrent-verification\" text=\"Download and verify via "
"BitTorrent\"]]"
msgstr ""
#. type: Content of: <div><div><div>
msgid ""
"[[!toggleable id=\"bittorrent-verification\" text=\"\"\" [[!toggle id="
"\"bittorrent-verification\" text=\"X\"]] [[!inline pages=\"install/inc/steps/"
"bittorrent_verification.inline\" raw=\"yes\" sort=\"age\"]]"
msgstr ""
#. type: Content of: <div><div><div><p>
msgid ""
"<a href='[[!inline pages=\"inc/stable_amd64_torrent_url\" raw=\"yes\" sort="
"\"age\"]]'>Download Torrent file</a>"
msgstr ""
#. type: Content of: <div><div><div><div><div>
msgid "\"\"\"]]"
msgstr ""
#. type: Content of: <div><div><div><p>
msgid "or [[Download and verify using OpenPGP|install/download/openpgp]]"
msgstr ""
#. type: Content of: <div><div>
msgid ""
"<a id=\"download-button\" href='[[!inline pages=\"inc/stable_amd64_iso_url\" "
"raw=\"yes\" sort=\"age\"]]' class=\"btn btn-lg btn-primary clearfix iso-url "
"use-mirror-pool\"> <span id=\"download-button-label\" class=\"pull-left"
"\">Download Tails <span class=\"iso-version\">[[!inline pages=\"inc/"
"stable_amd64_version\" raw=\"yes\" sort=\"age\"]]</span> ISO image <small id="
"\"download-button-size\">(<span class=\"iso-size-MiB\">$SIZE</span> MiB)</"
"small> </span> </a>"
msgstr ""
#. type: Content of: <div><div><div><div><div>
msgid ""
"Download Tails <span class=\"iso-version\">[[!inline pages=\"inc/"
"stable_amd64_version\" raw=\"yes\" sort=\"age\"]]</span> ISO image <small id="
"\"download-eta\"> <span class=\"speed-KBs\">$SPEED</span> KB/s — <span "
"class=\"downloaded-MiB\">$DOWNLOADED</span>/<span class=\"iso-size-MiB\">"
"$SIZE</span> MiB, <span data-value=\"???\"> <span class=\"eta-mins\">???</"
"span> <span class=\"plural\">minutes</span> <span class=\"singular\">minute</"
"span> </span> <span data-value=\"???\"> <span class=\"eta-secs\">???</span> "
"<span class=\"plural\">seconds</span> <span class=\"singular\">second</span> "
"</span> </small>"
msgstr ""
#. type: Content of: <div><div><div><div><div><div>
msgid ""
"<span class=\"sr-only\"><span class=\"progress-label\">$PROGRESS</span> "
"complete</span> <span class=\"progress-label\">$PROGRESS</span>"
msgstr ""
#. type: Content of: <div><div><div><div>
msgid ""
"<small id=\"download-path\">Downloading to <span class=\"download-path\">"
"$PATH</span></small> <small id=\"downloaded-path\">Downloaded to <span class="
"\"verify-file-path\">$PATH</span></small>"
msgstr ""
#. type: Content of: <div><div><div><div>
msgid ""
"<a id=\"download-button-state-retry\" href=\"#\" class=\"btn btn-primary iso-"
"url\">Retry</a> <span id=\"download-button-state-pause\" class=\"\">[[!img "
"install/inc/icons/pause.png link=\"no\" alt=\"Pause\"]]</span> <span id="
"\"download-button-state-resume\" class=\"\">[[!img install/inc/icons/play."
"png link=\"no\" alt=\"Resume\"]]</span> <span id=\"download-button-state-"
"cancel\" class=\"btn btn-link\">Cancel</span>"
msgstr ""
#. type: Content of: <div><div><div><div>
msgid ""
"<span id='download-text-pause'> </span> <span id =\"download-text-done\" "
"class=\"state done\">[[!img install/inc/icons/check.png link=\"no\" alt="
"\"Done\"]]</span> <span id =\"download-text-failed\" class=\"state\">[[!img "
"install/inc/icons/failed.png link=\"no\" alt=\"Failed\"]]</span>"
msgstr ""
#. type: Content of: <div><div><div><div><p>
msgid "The download has been paused. Click on the play button to resume."
msgstr ""
#. type: Content of: <div><div><div><div><p>
msgid ""
"The download of the ISO image failed! Please check your network connection "
"and click <span class=\"guilabel\">Retry</span>…"
msgstr ""
#. type: Content of: <div><div><div><div><div>
msgid "Verify ISO image"
msgstr ""
#. type: Content of: <div><div><div><div>
msgid ""
"<small id=\"verify-text-calculating\">Computing SHA-256 checksum…</"
"small>"
msgstr ""
#. type: Content of: <div><div><div><div>
msgid ""
"<span id=\"verify-text-state-calculating\" class=\"state calculating label "
"label-info\"><span class=\"verify-progress\">$PROGRESS</span></span> <span "
"id=\"verify-text-state-done\" class=\"state success done\">[[!img install/"
"inc/icons/check.png link=\"no\" alt=\"Done\"]]</span> <span id=\"verify-text-"
"state-failed\" class=\"state failed\">[[!img install/inc/icons/failed.png "
"link=\"no\" alt=\"Failed\"]]</span>"
msgstr ""
#. type: Content of: <div><div><div><div><p>
msgid "You downloaded and verified the ISO image successfully!"
msgstr ""
#. type: Content of: <div><div><div><div><p>
msgid ""
"You can now continue with the next step and <span class=\"windows"
"\">[[Install an intermediary Tails|install/win/usb#next]].</span> <span "
"class=\"mac-usb\">[[Install an intermediary Tails|install/mac/usb#next]].</"
"span> <span class=\"mac-dvd\">[[Burn a Tails DVD|install/mac/dvd#next]].</"
"span> <span class=\"debian\">[[Install <span class=\"application\">Tails "
"Installer</span>|install/debian/usb#next]].</span> <span class=\"linux"
"\">[[Install an intermediary Tails|install/linux/usb#next]].</span> <span "
"class=\"upgrade-tails\">[[Install an intermediary Tails|upgrade/tails#next]]."
"</span> <span class=\"dvd\">[[Burn Tails on a DVD|install/dvd#next]].</span> "
"<span class=\"vm\">read our [[Introduction to virtual machines|install/"
"vm#next]].</span>"
msgstr ""
#. type: Content of: <div><div><div><div><div><p>
msgid ""
"If you are knowledgeable about OpenPGP, you can do additional verification "
"using the [[!toggle id=\"openpgp\" text=\"OpenPGP signature\"]]."
msgstr ""
#. type: Content of: <div><div><div><div><div>
msgid "[[!toggleable id=\"openpgp\" text=\"\"\""
msgstr ""
#. type: Content of: <div><div><div><div><div><ul><li>
msgid ""
"<a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" raw=\"yes\" sort="
"\"age\"]]'>Download the OpenPGP signature</a>"
msgstr ""
#. type: Content of: <div><div><div><div><div><ul><li>
msgid "[[Download the Tails signing key|tails-signing.key]]"
msgstr ""
#. type: Content of: <div><div><div><div><div><ul><li>
msgid "[[Learn how to do this|install/download/openpgp]]"
msgstr ""
#. type: Content of: <div><div><div><p>
msgid ""
"<a href=\"\" id=\"download-button-state-cancel\" class=\"download-again"
"\">Download again</a>"
msgstr ""
#. type: Content of: <div><div><div><p>
msgid ""
"The verification of the ISO image failed! Please try to download "
"again…"
msgstr ""
#. type: Content of: <div><div><div><p>
msgid ""
"The verification of the ISO image failed again! Please try to download again "
"from a different place or a different computer…"
msgstr ""
#. type: Content of: outside any tag (error?)
msgid "<a id=\"next\"></a>"
msgstr ""
wiki/src/install/inc/steps/download.inline.fa.po
deleted
100644 → 0
View file @
f73ce012
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-02-09 18:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. type: Content of: <h1>
msgid "Download and verify the Tails ISO image"
msgstr ""
#. type: Content of: <div>
msgid ""
"[[!img install/inc/infography/download-and-verify.png link=\"no\" alt=\"\"]]"
msgstr ""
#. type: Content of: <p>
msgid ""
"<span class=\"windows mac-usb mac-dvd debian linux upgrade-tails dvd vm\">In "
"this step you</span> <span class=\"download-only\">You</span> will download "
"Tails as an ISO image: a single file containing the whole operating system. "
"For your security, it is very important to also verify your download. We "
"propose you two techniques to do this verification automatically."
msgstr ""
#. type: Content of: <div>
msgid "[[!img lib/spinner.png link=\"no\" alt=\"\"]]"
msgstr ""
#. type: Content of: <div><p>
msgid "Please wait…"
msgstr ""
#. type: Content of: <div><div>
msgid "0.2.8"
msgstr ""
#. type: Content of: <div><div><p>
msgid ""
"We failed to detect your browser vendor, maybe because JavaScript is "
"disabled."
msgstr ""
#. type: Content of: <div><div><p>
msgid "You can download and verify the ISO image via:"
msgstr ""
#. type: Content of: <div><div><div><div><h2>
msgid "Browser add-on"
msgstr ""
#. type: Content of: <div><div><div><div><p>
msgid ""
"for <a href=\"https://getfirefox.com\">Firefox <span class=\"minver-firefox"
"\">38.0.1</span>+</a> or <a href=\"https://www.torproject.org/download/"
"download-easy.html.en\">Tor Browser <span class=\"minver-tor\">5</span>+</a>"
msgstr ""
#. type: Content of: <div><div><div><div><p>
msgid "A Firefox add-on to download and verify Tails automatically."
msgstr ""
#. type: Content of: <div><div><div><div><p>
msgid "<strong>If you are not in Firefox or Tor Browser:</strong>"
msgstr ""
#. type: Content of: <div><div><div><div><p>
msgid "Copy and paste this link in Firefox or Tor Browser:"
msgstr ""
#. type: Content of: <div><div><div><div>
msgid ""
"<span class=\"windows\"><code>https://tails.boum.org/install/win/usb/</"
"code></span> <span class=\"mac-usb\"><code>https://tails.boum.org/install/"
"mac/usb/</code></span> <span class=\"mac-dvd\"><code>https://tails.boum.org/"
"install/mac/dvd/</code></span> <span class=\"debian\"><code>https://tails."
"boum.org/install/debian/usb/</code></span> <span class=\"linux"
"\"><code>https://tails.boum.org/install/linux/usb/</code></span> <span class="
"\"upgrade-tails\"><code>https://tails.boum.org/upgrade/tails/</code></span> "
"<span class=\"dvd\"><code>https://tails.boum.org/install/dvd/</code></span> "
"<span class=\"vm\"><code>https://tails.boum.org/install/vm/</code></span> "
"<span class=\"download-only\"><code>https://tails.boum.org/install/download/"
"</code></span>"
msgstr ""
#. type: Content of: <div><div><div><div><p>
msgid "<strong>If you are already in Firefox or Tor Browser:</strong>"
msgstr ""
#. type: Content of: <div><div><div><div>
msgid ""
"<a href=\"https://addons.mozilla.org/firefox/downloads/latest/673020/"
"addon-673020-latest.xpi\" class=\"btn btn-lg btn-primary browser-override"
"\">Install Firefox add-on</a>"
msgstr ""
#. type: Content of: <div><div><div><div><h2>
msgid "BitTorrent"
msgstr ""
#. type: Content of: <div><div><div><div>
msgid ""
"[[!inline pages=\"install/inc/steps/bittorrent_verification.inline\" raw="
"\"yes\" sort=\"age\"]] <a href='[[!inline pages=\"inc/stable_amd64_torrent_url"
"\" raw=\"yes\" sort=\"age\"]]' class=\"btn btn-lg btn-primary\">Download "
"Torrent file</a>"
msgstr ""
#. type: Content of: <div><div><p>
msgid "[[Download and verify using OpenPGP|install/download/openpgp]]"
msgstr ""
#. type: Content of: <div><div><p>
msgid "You seem to be using an unsupported browser."
msgstr ""
#. type: Content of: <div><div><div><div><p>
msgid ""
"You are running Firefox <span class=\"current-firefox\">1.0</span>. Please "
"update to Firefox <span class=\"minver-firefox\">38.0.1</span>, Tor Browser "
"<span class=\"minver-tor\">5</span>, or newer and visit this link:"
msgstr ""
#. type: Content of: <div><div><div><p>
msgid ""
"We detected that you are running Firefox or Tor Browser and already have our "
"Firefox add-on installed."
msgstr ""
#. type: Content of: <div><div><div><a>
msgid ""
"<a id=\"use-button\" href=\"\" class=\"btn btn-lg btn-primary clearfix\"> "
"<span id=\"use-button-label\" class=\"pull-left\">Use Firefox add-on</span>"
msgstr ""
#. type: Content of: <div><div><div><a><div>
msgid ""
"<span class=\"label label-default state already\">Already installed</span>"
msgstr ""
#. type: Content of: <div><div><div>
msgid "</a>"
msgstr ""
#. type: Content of: <div><div><div><div>
msgid ""
"<span id=\"use-text-label\" class=\"pull-left\">Use Firefox add-on</span>"
msgstr ""
#. type: Content of: <div><div><div><div><div>
msgid ""
"<span class=\"state done\">[[!img install/inc/icons/check.png link=\"no\" "