diff --git a/wiki/src/blueprint/Endless_upgrades.mdwn b/wiki/src/blueprint/Endless_upgrades.mdwn
index d313386d5bebd1e840c4d1e581f93ec96521a5c1..df2905fb43ffa302253e42fc854dede483dd40f5 100644
--- a/wiki/src/blueprint/Endless_upgrades.mdwn
+++ b/wiki/src/blueprint/Endless_upgrades.mdwn
@@ -311,7 +311,11 @@ The IUK size is involved in at least four concerns:
   `config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper`)
   so the upgrade would fail. This is a regression for users with 2 GB
   memory: for all of 2.x and 3.x, all IUKs have been under 400 MB,
-  which would work fine with 2 GB of memory.
+  which would work fine with 2 GB of memory. If that's a blocker, then
+  we have to solve it by changing the format of the IUKs
+  ([[!tails_ticket 6876]]); we should coordinate this with other changes
+  that will break automated upgrades from Tails N to N+1, such as
+  Tails 4.0 and the migration to overlayfs ([[!tails_ticket 9373]]) .
 * Bandwidth needs of the RM. Uploading 10 GB of IUKs can be a pain for
   some of us, but that can easily be solved by making it possible to
   generate IUKs on lizard (and then compare them with the ones you
diff --git a/wiki/src/blueprint/non-discriminatory_language.mdwn b/wiki/src/blueprint/non-discriminatory_language.mdwn
index 4d69251c48cb015c4fa9be01284e37936e1c808c..d78d49097257ebd20f997726cd61e7a93dfb6c59 100644
--- a/wiki/src/blueprint/non-discriminatory_language.mdwn
+++ b/wiki/src/blueprint/non-discriminatory_language.mdwn
@@ -3,7 +3,9 @@ Also tracked by ticket: [[!tails_ticket 10181]]
 What's the problem
 ------------------
 
-some ideas/suggestions:
+We want the Tails community to be diverse. In order to achieve this, our documentation should be the most welcoming possible, to all spectra of gender and provide the same openness in all translations. Also see [Debian's diversity statement](https://www.debian.org/intro/diversity).
+
+Some ideas/suggestions:
 
 *  Can we measure how severe the problem is? 
 
diff --git a/wiki/src/blueprint/personas.mdwn b/wiki/src/blueprint/personas.mdwn
index 73284ba27ff8eb604e7ce8a4569bbadacf4de87f..e6e1b0030846dc3506bc0f41e285c9b7391f42f0 100644
--- a/wiki/src/blueprint/personas.mdwn
+++ b/wiki/src/blueprint/personas.mdwn
@@ -491,6 +491,14 @@ developed by SecondMuse:
 
 ### References
 
+- [The Citizen Lab: Reckless Exploit Mexican Journalists, Lawyers, and a Child Targeted with NSO Spyware](https://citizenlab.ca/2017/06/reckless-exploit-mexico-nso/)
+
+- [Wikipedia: List of journalists and media workers killed in Mexico](https://en.wikipedia.org/wiki/List_of_journalists_and_media_workers_killed_in_Mexico)
+
+- Interviews
+  - [[Claudia & Felix|interviews#Claudia]]
+  - [[Joana & Orlando|interviews#Joana]]
+
 - [Digital Rights Foundation: Digital (In)security of Journalists in Pakistan](https://digitalrightsfoundation.pk/wp-content/uploads/2018/01/Report-Digi-Insecurity-of-Journos.pdf)
 
 - [Javier Garza Ramos, Journalist Security in the Digital World](http://www.cima.ned.org/wp-content/uploads/2016/03/CIMA-Journalist-Digital-Tools-03-01-15.pdf)
diff --git a/wiki/src/blueprint/randomness_seeding.mdwn b/wiki/src/blueprint/randomness_seeding.mdwn
index 1c7b5c05c49b1dabcda62a4a4b4505f544317cf2..9a6263911a1347b85306b9968882cc5b7ac5f8eb 100644
--- a/wiki/src/blueprint/randomness_seeding.mdwn
+++ b/wiki/src/blueprint/randomness_seeding.mdwn
@@ -4,12 +4,12 @@
 access from user land to the Linux kernel Cryptographically Secure
 Pseudo Random Number Generator (CSPRNG). This generator is used for
 almost every security protocol, like TLS/SSL key generation, choosing
-TCP sequences, ASLR offsets, and GPG key generation
-[https://eprint.iacr.org/2006/086.pdf]. In order for this CSPRNG to
-indeed be cryptographically secure, it's recommended to seed it with a
-'good' entropy source, even though The Linux kernel collects entropy
-from several sources, for example keyboard typing, mouse movement, among
-others.
+TCP sequences, ASLR offsets, and
+[https://eprint.iacr.org/2006/086.pdf](GPG key generation) . In order
+for this CSPRNG to indeed be cryptographically secure, it's recommended
+to seed it with a 'good' entropy source, even though The Linux kernel
+collects entropy from several sources, for example keyboard typing,
+mouse movement, among others.
 
 Because of Tails' feature of being amnesic, and run from different types
 of live devices (from DVDs to USB sticks), special care must be taken to
@@ -25,10 +25,10 @@ done to tackle the problem. We looked at notes and research from LiveCD
 OS's and supply them here for completeness' sake. Whonix has a [wiki
 page](https://www.whonix.org/wiki/Dev/Entropy) with some notes, and
 Qubes has tickets about this
-([http://wiki.qubes-os.org/trac/ticket/673],
-[https://github.com/QubesOS/qubes-issues/issues/1311],
-[https://groups.google.com/forum/#!msg/qubes-devel/Q65boPAbqbE/9ZOZUInQCgAJ],
-[https://groups.google.com/forum/#!topic/qubes-devel/5wI8ygbaohk]).
+[http://wiki.qubes-os.org/trac/ticket/673](Qubes 673),
+[https://github.com/QubesOS/qubes-issues/issues/1311](Qubes 1311),
+[https://groups.google.com/forum/#!msg/qubes-devel/Q65boPAbqbE/9ZOZUInQCgAJ](Qubes devel),
+[https://groups.google.com/forum/#!topic/qubes-devel/5wI8ygbaohk](Qubes devel).
 
 ## Current situation
 
@@ -206,6 +206,13 @@ it's not the case. One downside is, that observing the entropy pool costs
 randomness, so this may have to be implemented with care or is worth
 discussing/researching the costs/benefits.
 
+## Also see
+
+* [Schleuder thread about haveged](https://0xacab.org/schleuder/schleuder/issues/194)
+* The
+  [federal office for IT security in Germany analysed the rng in linux kernel 4.9 and all changes made up to 4.17](https://www.bsi.bund.de/SharedDocs/Downloads/EN/BSI/Publications/Studies/LinuxRNG/LinuxRNG_EN.pdf?__blob=publicationFile&v=10).
+* [checking for available entropy](https://salsa.debian.org/tookmund-guest/pgpcr/issues/16)
+
 ## Related tickets
 
 This is about [[!tails_ticket 7642]], [[!tails_ticket 7675]],
diff --git a/wiki/src/blueprint/replace_Pidgin.mdwn b/wiki/src/blueprint/replace_Pidgin.mdwn
index 8a2a938b5e2000e6c6af253580ae788637ca55c4..50b3c2c5fbbfc6efae9612ca20d628bc92f676f0 100644
--- a/wiki/src/blueprint/replace_Pidgin.mdwn
+++ b/wiki/src/blueprint/replace_Pidgin.mdwn
@@ -4,12 +4,13 @@ It would be nice to replace Pidgin with another secure IM client. Unfortunately
 
 The document can also list candidate clients together with some indication where they are lacking (and where they shine).
 
-TODO: Would a pair of two separate client (XMPP and IRC) also be okay, or are we only looking for a single client that can do both? In fact, it is not even clear if Tails needs to contain an IRC client at all, after #tails and #tails-dev have been moved to XMPP.
-
 [[!toc levels=3]]
 
 # Requirements
 
+**Note**: this is a work in progress. See [[!tails_ticket 11686]]
+and its blockers for the next steps.
+
 **Note**: the key words "MUST", "MUST NOT", "REQUIRED", "SHALL", 
 "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and 
 "OPTIONAL" in this document are to be interpreted as described in 
@@ -62,6 +63,15 @@ TODO: Pidgin already has an apparmor profile; should we require that a replaceme
 
 The client MUST NOT save logs of conversations.
 
+### Candidates
+
+Suggested by sajolida on <https://mailman.boum.org/pipermail/tails-dev/2016-January/010123.html>:
+
+* private group chat
+* search and archive past public communications
+* offline-friendliness
+* <https://dymaxion.org/essays/pleasestop.html>
+
 ## XMPP (Jabber)
 
  *( Here is a [list](https://developer.pidgin.im/wiki/SupportedXEPs) of XMPP extensions supported by Pidgin )*
@@ -75,16 +85,22 @@ The client must support SASL authentication.
 
 # Candidate alternatives 
 
-## CoyIM (based on xmpp-client) ([[!tails_ticket 8574]])
+## CoyIM
 
 * [Homepage](https://coy.im/)
-* [Github](https://github.com/twstrike/coyim/)
+* [Github](https://github.com/coyim/coyim/)
 * CoyIM only supports XMPP.
 * CoyIM [is in Debian](https://tracker.debian.org/pkg/coyim)
+* Support for multi-user chatrooms (MUC) is [in
+  progress](https://github.com/coyim/coyim/projects/2) and lacks some
+  important features such as having a persistent list of rooms
+  persistently saved in the configuration
 * Supports Tor, TLS, OTR
 * Supports creation of random accounts.
+* Supports importing accounts from Pidgin.
 * No logging, no clickable links.
 * Not audited.
+* Test results in Tails: [[!tails_ticket 8574]]
 
 ## dino
 
@@ -92,7 +108,7 @@ The client must support SASL authentication.
 * implemented in GTK+/Vala
 * supports XMPP and OMEMO; OTR support is
   [not high on the todo list](https://github.com/dino/dino/issues/97)
-* is be [[!debpts dino-im desc="in Debian"]] experimental
+* is [[!debpts dino-im desc="in Debian"]] Buster
 * the Debian maintainer wants to add an AppArmor profile and got in
   touch with intrigeri about it
 
diff --git a/wiki/src/contribute/release_process/thunderbird.mdwn b/wiki/src/contribute/release_process/thunderbird.mdwn
index a8f4d8666abc3810c9b8fc2a8f9ece181de83d01..4b530c8f0e6fd43262c8570a918ff52b866a2add 100644
--- a/wiki/src/contribute/release_process/thunderbird.mdwn
+++ b/wiki/src/contribute/release_process/thunderbird.mdwn
@@ -76,7 +76,7 @@ released:
            --force-bad-version \
            --distribution "${DISTRIBUTION:?}" \
            --force-distribution \
-           "Rebuild Thunderbird with Tails' secure autoconfiguration patches." && \
+           "Rebuild with Tails' secure autoconfiguration patches." && \
         git commit debian/changelog \
             -m "document changes and release ${TAILS_VERSION:?}"
 
@@ -91,7 +91,10 @@ released:
         gbp buildpackage --git-debian-branch=tails/stretch \
             --git-sign-tags --git-tag-only
 
-1. Include all sources in the `.changes` file:
+1. If you've built a package based on an _upstream_ release (as in:
+   what's before the first `-` in the package version number)
+   whose `.orig.tar.xz` tarball was never uploaded to our custom
+   APT repository, include all sources in the `.changes` file:
 
         cd path/to/build/artifacts/directory && \
         cp path/to/build-area/*${UPSTREAM_VERSION:?}*.orig*.tar.xz . && \
@@ -103,18 +106,17 @@ released:
    named tag:
 
         GBP_TAG="debian/$(echo ${TAILS_VERSION:?} | tr '~:' '_%')"
-        GBP_TAG_COMMIT="$(git rev-list -n 1 "${GBP_TAG}")"
         NEW_GBP_TAG="$(echo ${GBP_TAG:?} | sed 's@/1%@/@')" && \
         git tag -s "${NEW_GBP_TAG:?}" \
                 -m "thunderbird Debian release 1:${TAILS_VERSION:?}" \
-                "${GBP_TAG_COMMIT:?}"
+                "${GBP_TAG:?}"
 
 1. Git push and upload packages:
 
         git push --follow-tags origin \
            ${NEW_GBP_TAG:?} \
            tails/stretch \
-           upstream-52.x \
+           upstream-60.x \
            pristine-tar && \
         (cd /path/to/build/artifacts && \
          debsign "${CHANGES_FILE:?}" && \
diff --git a/wiki/src/install/inc/overview.html b/wiki/src/install/inc/overview.html
index 9129a2c83d14c706f9a9604fd910dc16f7c8a276..5bed45ccb65326b392967326ed57751cddbde14d 100644
--- a/wiki/src/install/inc/overview.html
+++ b/wiki/src/install/inc/overview.html
@@ -8,8 +8,8 @@
         <div class="caption">
           <h4>
 
-            <span class="windows linux mac-usb mac-dvd upgrade-tails">2 hours in total</span>
-            <span class="debian expert">1½ hour in total</span>
+            <span class="windows linux mac-usb mac-dvd">2 hours in total</span>
+            <span class="debian expert upgrade-tails">1½ hour in total</span>
             <span class="install-clone">½ hour</span>
             <span class="upgrade-clone">¼ hour</span>
             <br />
@@ -101,29 +101,6 @@
         </div>
       </div>
     </div>
-    <div class="col-xs-12 col-sm-3">
-      <div class="thumbnail">
-        [[!img install/inc/icons/clock.png link="no" alt=""]]
-        <div class="caption">
-          <h4>
-
-            <span class="windows linux mac-usb mac-dvd">2 hours in total</span>
-            <span class="debian expert">1½ hour in total</span>
-            <span class="install-clone">½ hour</span>
-            <span class="upgrade-clone">¼ hour</span>
-            <br />
-
-            <span class="windows linux mac-usb mac-dvd debian expert upgrade-tails">
-              <small>[[!inline pages="inc/stable_amd64_iso_size" raw="yes" sort="age"]] to download</small><br />
-            </span>
-
-            <span class="windows linux mac-usb mac-dvd"><small>1 hour to install</small></span>
-            <span class="debian expert"><small>½ hour to install</small></span>
-            <span class="upgrade-tails"><small>¼ hour to upgrade</small></span>
-          </h4>
-        </div>
-      </div>
-    </div>
     <div class="col-xs-12 col-sm-3">
       <div class="thumbnail">
         [[!img install/inc/icons/screens.png link="no" alt=""]]
diff --git a/wiki/src/support/known_issues.de.po b/wiki/src/support/known_issues.de.po
index 5f55c96e7d72bcea83de51678b9edd63cf272185..21110400bb62005269102fa0c71dd1773c1d736a 100644
--- a/wiki/src/support/known_issues.de.po
+++ b/wiki/src/support/known_issues.de.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2018-08-16 18:12+0200\n"
+"POT-Creation-Date: 2018-08-19 16:17+0200\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"
@@ -247,10 +247,6 @@ msgid ""
 "MacBook Air 3,2 (A1369 EMC 2392) freezes when booting Tails in UEFI mode."
 msgstr ""
 
-#. type: Bullet: '* '
-msgid "MacBook Pro (early 2011) fails to boot from DVD since Tails 1.1."
-msgstr ""
-
 #. type: Bullet: '* '
 msgid ""
 "Mac Pro Tower and MacBook Pro 4,1 (both from early 2008)  fails to boot from "
diff --git a/wiki/src/support/known_issues.es.po b/wiki/src/support/known_issues.es.po
index 0094bc24911cf6d8b5301973b20e7ebdfc00a4e0..fc166e39f18ddcdbbf23a1d3f8a0d18d34d9a573 100755
--- a/wiki/src/support/known_issues.es.po
+++ b/wiki/src/support/known_issues.es.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Tails\n"
 "Report-Msgid-Bugs-To: tails-l10n@boum.org\n"
-"POT-Creation-Date: 2018-08-16 18:12+0200\n"
+"POT-Creation-Date: 2018-08-19 16:17+0200\n"
 "PO-Revision-Date: 2018-05-11 16:21+0000\n"
 "Last-Translator: Joaquín Serna <bubuanabelas@cryptolab.net>\n"
 "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/"
@@ -279,10 +279,6 @@ msgid ""
 msgstr ""
 "MacBook Air 3,2 (A1369 EMC 2392) se congela al arrancar Tails en modo UEFI."
 
-#. type: Bullet: '* '
-msgid "MacBook Pro (early 2011) fails to boot from DVD since Tails 1.1."
-msgstr "MacBook Pro (principios 2011) no arranca de DVD desde Tails 1.1."
-
 #. type: Bullet: '* '
 msgid ""
 "Mac Pro Tower and MacBook Pro 4,1 (both from early 2008)  fails to boot from "
@@ -1711,3 +1707,33 @@ msgid ""
 msgstr ""
 "Para corregir este problema añade `intel_idle.max_cstate=1` a las [[opciones "
 "de arranque|/doc/first_steps/startup_options/#boot_loader_menu]]."
+
+#~ msgid "MacBook Pro (early 2011) fails to boot from DVD since Tails 1.1."
+#~ msgstr "MacBook Pro (principios 2011) no arranca de DVD desde Tails 1.1."
+
+#~ msgid "Tails DVD eject failure\n"
+#~ msgstr "Fallo al expulsar el DVD de Tails\n"
+
+#~ msgid "See [[!tails_ticket 5447 desc=\"Fix DVD eject at shutdown\"]]."
+#~ msgstr "Ver [[!tails_ticket 5447 desc=\"Fix DVD eject at shutdown\"]]."
+
+#~ msgid "Graphics issues\n"
+#~ msgstr "Problemas de gráficos\n"
+
+#~ msgid ""
+#~ "GNOME desktop fails to start with some AMD/ATI Radeon graphic adapters\n"
+#~ msgstr ""
+#~ "El escritorio GNOME falla al iniciar con algunas tarjetas gráficas AMD/"
+#~ "ATI Radeon\n"
+
+#~ msgid "This issue has appeared with the following graphic adapters:"
+#~ msgstr "Este problema ha aparecido con las siguientes tarjetas gráficas:"
+
+#~ msgid ""
+#~ "- Mars XTX [Radeon HD 8790M] - Mars XTX [Radeon HD 8790M] (rev ff)  - "
+#~ "Cedar [Radeon HD 5000/6000 7350/8350 Series] - Broadway PRO [Mobility "
+#~ "Radeon HD 5850] - RV730/M96 [Mobility Radeon HD 4650/5165]"
+#~ msgstr ""
+#~ "- Mars XTX [Radeon HD 8790M] - Mars XTX [Radeon HD 8790M] (rev ff)  - "
+#~ "Cedar [Radeon HD 5000/6000 7350/8350 Series] - Broadway PRO [Mobility "
+#~ "Radeon HD 5850] - RV730/M96 [Mobility Radeon HD 4650/5165]"
diff --git a/wiki/src/support/known_issues.fa.po b/wiki/src/support/known_issues.fa.po
index b853b85eddeac411bb06db9a25e6219ab59b2287..58303bb7c1d4a10103da13db54a714eb4e0368b4 100644
--- a/wiki/src/support/known_issues.fa.po
+++ b/wiki/src/support/known_issues.fa.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: tails-l10n@boum.org\n"
-"POT-Creation-Date: 2018-08-11 10:37+0200\n"
+"POT-Creation-Date: 2018-08-19 16:17+0200\n"
 "PO-Revision-Date: 2015-10-25 10:05+0000\n"
 "Last-Translator: sprint5 <translation5@451f.org>\n"
 "Language-Team: Persian <http://weblate.451f.org:8889/projects/tails/"
@@ -297,12 +297,6 @@ msgstr ""
 "دستگاه MacBook Air 3,2 (A1369 EMC 2392) هنگام راه‌اندازی تیلز در حالت UEFI "
 "بی‌حرکت می‌شود."
 
-#. type: Bullet: '* '
-msgid "MacBook Pro (early 2011) fails to boot from DVD since Tails 1.1."
-msgstr ""
-"دستگاه MacBook Pro (اوایل ۲۰۱۱) در راه‌اندازی از دی‌وی‌دی از تیلز ۱٫۱ به بعد "
-"ناموفق است."
-
 #. type: Bullet: '* '
 #, fuzzy
 #| msgid ""
@@ -1863,3 +1857,219 @@ msgstr ""
 "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راه‌اندازی|doc/first_steps/"
 "startup_options#boot_menu]] اضافه کنید."
 
+#~ msgid "MacBook Pro (early 2011) fails to boot from DVD since Tails 1.1."
+#~ msgstr ""
+#~ "دستگاه MacBook Pro (اوایل ۲۰۱۱) در راه‌اندازی از دی‌وی‌دی از تیلز ۱٫۱ به بعد "
+#~ "ناموفق است."
+
+#~ msgid "Tails DVD eject failure\n"
+#~ msgstr "عدم توفیق در بیرون آوردن دی‌وی‌دی تیلز\n"
+
+#~ msgid ""
+#~ "Pressing the DVD eject button does not trigger emergency shutdown.  Also, "
+#~ "the \"normal\" (non-emergency) shutdown procedure does not eject the DVD "
+#~ "anymore."
+#~ msgstr ""
+#~ "فشار دادن دکمهٔ بیرون آمدن دی‌وی‌دی باعث خاموش شدن اضطراری نمی‌شود. همچنین "
+#~ "روند خاموش کردن «عادی» (غیراضطراری) دیگر دی‌وی‌دی را بیرون نمی‌آورد."
+
+#~ msgid "See [[!tails_ticket 5447 desc=\"Fix DVD eject at shutdown\"]]."
+#~ msgstr ""
+#~ "رجوع کنید به [[!tails_ticket 5447 desc=\"حل مشکل بیرون نیامدن دی‌وی‌دی "
+#~ "هنگام خاموش کردن\"]]."
+
+#, fuzzy
+#~| msgid "See also [[!tails_ticket 6397]]."
+#~ msgid ""
+#~ "See [[!tails_ticket 14250]] and [[!tails_ticket 15168]] for more details."
+#~ msgstr "همچنین رجوع کنید به [[!tails_ticket 6397]]."
+
+#, fuzzy
+#~| msgid "Security issues\n"
+#~ msgid "Graphics issues\n"
+#~ msgstr "مسائل امنیتی\n"
+
+#, fuzzy
+#~| msgid "This issue has been reported on the following hardware:"
+#~ msgid "This issue has appeared with the following graphic adapters:"
+#~ msgstr "این مشکل روی این سخت‌افزارها گزارش شده:"
+
+#, fuzzy
+#~| msgid ""
+#~| "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/"
+#~| "first_steps/startup_options#boot_menu]]."
+#~ msgid ""
+#~ "For some models, adding `radeon.modeset=0` to the [[startup options|/doc/"
+#~ "first_steps/startup_options/#boot_loader_menu]] fixes the issue."
+#~ msgstr ""
+#~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راه‌اندازی|doc/"
+#~ "first_steps/startup_options#boot_menu]] اضافه کنید."
+
+#, fuzzy
+#~| msgid "This issue has been reported on the following hardware:"
+#~ msgid ""
+#~ "Some computers cannot start Tails Greeter. This issue has appeared with "
+#~ "the following graphic adapters:"
+#~ msgstr "این مشکل روی این سخت‌افزارها گزارش شده:"
+
+#, fuzzy
+#~| msgid ""
+#~| "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/"
+#~| "first_steps/startup_options#boot_menu]]."
+#~ msgid ""
+#~ "Adding `radeon.dpm=0` to the [[startup options|/doc/first_steps/"
+#~ "startup_options/#boot_loader_menu]] fixes the issue."
+#~ msgstr ""
+#~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راه‌اندازی|doc/"
+#~ "first_steps/startup_options#boot_menu]] اضافه کنید."
+
+#, fuzzy
+#~| msgid "This issue has been reported on the following hardware:"
+#~ msgid ""
+#~ "Some computers cannot start Tails Greeter. This appears with some graphic "
+#~ "cards in the [NVIDIA Maxwell family](https://nouveau.freedesktop.org/wiki/"
+#~ "CodeNames/#nv110familymaxwell).  This problem has been fixed in Tails 3.2 "
+#~ "for some of these graphic cards. If Tails Greeter still does not start "
+#~ "for you:"
+#~ msgstr "این مشکل روی این سخت‌افزارها گزارش شده:"
+
+#, fuzzy
+#~| msgid ""
+#~| "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/"
+#~| "first_steps/startup_options#boot_menu]]."
+#~ msgid ""
+#~ "Add `nouveau.noaccel=1` or `nouveau.modeset=0` to the [[startup options|"
+#~ "doc/first_steps/startup_options#boot_loader_menu]]."
+#~ msgstr ""
+#~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راه‌اندازی|doc/"
+#~ "first_steps/startup_options#boot_menu]] اضافه کنید."
+
+#, fuzzy
+#~| msgid "This issue has been reported on the following hardware:"
+#~ msgid ""
+#~ "Some computers cannot start Tails Greeter. This may appear with the "
+#~ "[NVIDIA Pascal family](https://nouveau.freedesktop.org/wiki/CodeNames/"
+#~ "#nv130familypascal)  of graphic adapters."
+#~ msgstr "این مشکل روی این سخت‌افزارها گزارش شده:"
+
+#, fuzzy
+#~| msgid "Switchable graphics computers\n"
+#~ msgid "Black screen with switchable graphics computers\n"
+#~ msgstr "رایانه‌های با گرافیک قابل‌تغییر\n"
+
+#, fuzzy
+#~| msgid "There are two possible workarounds for this issue:"
+#~ msgid "There are several possible workarounds for this issue:"
+#~ msgstr "دو راه پیرامونی ممکن برای این مشکل وجود دارد:"
+
+#, fuzzy
+#~| msgid ""
+#~| "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/"
+#~| "first_steps/startup_options#boot_menu]]."
+#~ msgid ""
+#~ "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/"
+#~ "first_steps/startup_options#boot_loader_menu]]."
+#~ msgstr ""
+#~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راه‌اندازی|doc/"
+#~ "first_steps/startup_options#boot_menu]] اضافه کنید."
+
+#, fuzzy
+#~| msgid "Switchable graphics computers\n"
+#~ msgid "Cannot start GNOME session with switchable graphics computers\n"
+#~ msgstr "رایانه‌های با گرافیک قابل‌تغییر\n"
+
+#, fuzzy
+#~| msgid ""
+#~| "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/"
+#~| "first_steps/startup_options#boot_menu]]."
+#~ msgid ""
+#~ "Starting in **Troubleshooting Mode** works, as well as adding the "
+#~ "`modeprobe.blacklist=nouveau` to the [[startup options|doc/first_steps/"
+#~ "startup_options#boot_loader_menu]]."
+#~ msgstr ""
+#~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راه‌اندازی|doc/"
+#~ "first_steps/startup_options#boot_menu]] اضافه کنید."
+
+#, fuzzy
+#~| msgid "See also [[!tails_ticket 6397]]."
+#~ msgid ""
+#~ "See [[!debbug 776911 desc=\"relevant bug report\"]] for more information."
+#~ msgstr "همچنین رجوع کنید به [[!tails_ticket 6397]]."
+
+#, fuzzy
+#~| msgid "See also [[!tails_ticket 6397]]."
+#~ msgid "See [[!linuxbug 187001]] for more information."
+#~ msgstr "همچنین رجوع کنید به [[!tails_ticket 6397]]."
+
+#, fuzzy
+#~| msgid ""
+#~| "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/"
+#~| "first_steps/startup_options#boot_menu]]."
+#~ msgid ""
+#~ "Add the `xorg-driver=intel` option in the [[boot menu|doc/first_steps/"
+#~ "startup_options#boot_menu]]."
+#~ msgstr ""
+#~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راه‌اندازی|doc/"
+#~ "first_steps/startup_options#boot_menu]] اضافه کنید."
+
+#, fuzzy
+#~| msgid "See also [[!tails_ticket 6397]]."
+#~ msgid "See [[!tails_ticket 15433]] for more details."
+#~ msgstr "همچنین رجوع کنید به [[!tails_ticket 6397]]."
+
+#, fuzzy
+#~| msgid "This issue has been reported on the following hardware:"
+#~ msgid ""
+#~ "Some computers cannot start Tails Greeter. This may appear with the "
+#~ "following graphic adapters:"
+#~ msgstr "این مشکل روی این سخت‌افزارها گزارش شده:"
+
+#~ msgid ""
+#~ "Some Mac need [rEFInd](http://sourceforge.net/projects/refind/)  "
+#~ "installed to boot Tails from a USB stick."
+#~ msgstr ""
+#~ "برخی مک‌ها برای راه‌اندازی تیلز از یک درایو یواس‌بی نیاز به نصب [rEFInd]"
+#~ "(http://sourceforge.net/projects/refind/) دارند."
+
+#, fuzzy
+#~| msgid ""
+#~| "<a id=\"automatic_upgrade_fails\"></a>\n"
+#~| "Tails does not boot after Automatic Upgrade\n"
+#~| "-------------------------------------------\n"
+#~ msgid "Tails does not boot on Virtualbox 32-bit VM\n"
+#~ msgstr ""
+#~ "<a id=\"automatic_upgrade_fails\"></a>\n"
+#~ "تیلز پس از ارتقای خودکار راه‌اندازی نمی‌شود\n"
+#~ "-------------------------------------------\n"
+
+#, fuzzy
+#~| msgid "See also [[!tails_ticket 6397]]."
+#~ msgid ""
+#~ "See [[!tails_ticket 12217 desc=\"relevant ticket\"]] for more information."
+#~ msgstr "همچنین رجوع کنید به [[!tails_ticket 6397]]."
+
+#~ msgid ""
+#~ "After using Tails Installer, the \"emergency shutdown\" doesn't work\n"
+#~ msgstr "پس از استفاده از نصب‌کنندهٔ تیلز «خاموش شدن اضطراری» کار نمی‌کند\n"
+
+#~ msgid ""
+#~ "Tails Installer messes a bit too much with the USB devices for the "
+#~ "\"emergency shutdown on media removal\" feature to continue working after "
+#~ "using it. If you believe this feature is critical for the session you're "
+#~ "running, we advice you to restart Tails."
+#~ msgstr ""
+#~ "نصب‌کنندهٔ تیلز مشکل زیادی با دستگاه‌های یواس‌بی و ویژگی «خاموش کردن فوری با "
+#~ "جدا کردن دستگاه» دارد و پس از انجام این کار ادامهٔ کار با تیلز مشکل می‌شود. "
+#~ "اگر فکر می‌کنید این ویژگی برای نشستی که در آن هستید ضروری است، پیشنهاد "
+#~ "می‌کنیم تیلز را دوباره راه‌اندازی کنید."
+
+#, fuzzy
+#~| msgid ""
+#~| "See [[!tails_ticket 5677 desc=\"liveusb-creator should not break "
+#~| "emergency shutdown\"]]."
+#~ msgid ""
+#~ "See [[!tails_ticket 5677 desc=\"Tails Installer should not break "
+#~ "emergency shutdown\"]]."
+#~ msgstr ""
+#~ "رجوع کنید به [[!tails_ticket 5677 desc=\"ایجادکنندهٔ یواس‌بی زنده نباید "
+#~ "خاموش کردن اضطراری را بشکند\"]]."
diff --git a/wiki/src/support/known_issues.fr.po b/wiki/src/support/known_issues.fr.po
index 1c0f45fce831e96ea78b724da2ff305d6ea648b2..e84e6b8fd54780c9143b259e37010a2716c3c98f 100644
--- a/wiki/src/support/known_issues.fr.po
+++ b/wiki/src/support/known_issues.fr.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Tails\n"
-"POT-Creation-Date: 2018-08-11 10:37+0200\n"
+"POT-Creation-Date: 2018-08-19 16:17+0200\n"
 "PO-Revision-Date: 2018-08-07 13:31+0000\n"
 "Last-Translator: \n"
 "Language-Team: Tails translators <tails@boum.org>\n"
@@ -296,10 +296,6 @@ msgstr ""
 "MacBook Air 3,2 (A1369 EMC 2392) se fige lors du démarrage de Tails en mode "
 "UEFI."
 
-#. type: Bullet: '* '
-msgid "MacBook Pro (early 2011) fails to boot from DVD since Tails 1.1."
-msgstr "MacBook Pro (début 2011) ne démarre pas sur DVD depuis Tails 1.1."
-
 #. type: Bullet: '* '
 msgid ""
 "Mac Pro Tower and MacBook Pro 4,1 (both from early 2008)  fails to boot from "
@@ -1931,3 +1927,91 @@ msgstr ""
 "Pour corriger le problème, ajoutez `intel_idle.max_cstate=1` dans les "
 "[[options de démarrage|/doc/first_steps/startup_options/#boot_loader_menu]]."
 
+#~ msgid "MacBook Pro (early 2011) fails to boot from DVD since Tails 1.1."
+#~ msgstr "MacBook Pro (début 2011) ne démarre pas sur DVD depuis Tails 1.1."
+
+#~ msgid "Tails DVD eject failure\n"
+#~ msgstr "Tails n'éjecte pas les DVD\n"
+
+#~ msgid ""
+#~ "Pressing the DVD eject button does not trigger emergency shutdown.  Also, "
+#~ "the \"normal\" (non-emergency) shutdown procedure does not eject the DVD "
+#~ "anymore."
+#~ msgstr ""
+#~ "Presser le bouton d'éjection du DVD ne lance pas l'extinction d'urgence. "
+#~ "De plus, l'extinction \"normale\" (non urgente) n'éjecte plus le DVD."
+
+#~ msgid "See [[!tails_ticket 5447 desc=\"Fix DVD eject at shutdown\"]]."
+#~ msgstr "Voir [[!tails_ticket 5447 desc=\"le ticket correspondant\"]]."
+
+#~ msgid ""
+#~ "See [[!tails_ticket 14250]] and [[!tails_ticket 15168]] for more details."
+#~ msgstr ""
+#~ "Voir [[!tails_ticket 14250]] et [[!tails_ticket 15168]] pour plus de "
+#~ "détails."
+
+#, fuzzy
+#~| msgid "Intel Atom Cherry Trail tablets\n"
+#~ msgid "Intel Atom Cherry Trail tablets and computers\n"
+#~ msgstr "Tablettes Intel Atom Cherry Trail\n"
+
+#, fuzzy
+#~| msgid ""
+#~| "Tails can be started on tablets with an Intel Atom Cherry Trail system "
+#~| "on chip (SoC) but the Wi-Fi interface and sound card doesn't work."
+#~ msgid ""
+#~ "Tails can be started on tablets and computers with an Intel Atom Cherry "
+#~ "Trail system on chip (SoC) but the Wi-Fi interface and sound card doesn't "
+#~ "work."
+#~ msgstr ""
+#~ "Tails peut démarrer sur des tablettes avec un système sur une puce "
+#~ "(system on a chip, SoC) Intel Atom Cherry Trail mais l'interface Wi-Fi et "
+#~ "la carte son ne marchent pas."
+
+#~ msgid ""
+#~ "There are currently no known differences between the fingerprints of\n"
+#~ "<span class=\"application\">Tor Browser</span> inside and outside of\n"
+#~ "Tails.\n"
+#~ msgstr ""
+#~ "Il n'y a actuellement aucune différence connue entre les empreintes du\n"
+#~ "<span class=\"application\">Navigateur Tor</span> à l'intérieur et en\n"
+#~ "dehors de Tails.\n"
+
+#~ msgid "OR"
+#~ msgstr "OU"
+
+#~ msgid "The _Applications_ menu sometimes stops working"
+#~ msgstr "Le menu _Applications_ arrête parfois de fonctionner"
+
+#~ msgid ""
+#~ "Press <span class=\"keycap\">Alt+F2</span> and type `r` to restart GNOME\n"
+#~ "Shell, which solves this problem temporarily.\n"
+#~ msgstr ""
+#~ "Appuyer sur <span class=\"keycap\">Alt+F2</span> et taper `r` pour "
+#~ "redémarrer GNOME\n"
+#~ "Shell corrige ce problème temporairement.\n"
+
+#~ msgid ""
+#~ "After using Tails Installer, the \"emergency shutdown\" doesn't work\n"
+#~ msgstr ""
+#~ "Après avoir utilisé l'Installeur USB de Tails, l'\"extinction d'urgence\" "
+#~ "ne fonctionne pas.\n"
+
+#~ msgid ""
+#~ "Tails Installer messes a bit too much with the USB devices for the "
+#~ "\"emergency shutdown on media removal\" feature to continue working after "
+#~ "using it. If you believe this feature is critical for the session you're "
+#~ "running, we advice you to restart Tails."
+#~ msgstr ""
+#~ "L'installeur de Tails déconne un tout petit peu trop avec les "
+#~ "périphérique USB pour que la fonction d'\"extinction d'urgence sur "
+#~ "retrait de support\" fonctionne encore après son utilisation. Si vous "
+#~ "pensez que cette fonctionnalité est cruciale pour votre session, nous "
+#~ "vous conseillons de redémarrer Tails."
+
+#~ msgid ""
+#~ "See [[!tails_ticket 5677 desc=\"Tails Installer should not break "
+#~ "emergency shutdown\"]]."
+#~ msgstr ""
+#~ "Voir [[!tails_ticket 5677 desc=\"Tails Installer should not break "
+#~ "emergency shutdown\"]]."
diff --git a/wiki/src/support/known_issues.it.po b/wiki/src/support/known_issues.it.po
index c68edff41fd100062d93cb99dbdd2b2cd0db47b5..305c87b19901660b1da8c6c45dfdb930de93e8b8 100644
--- a/wiki/src/support/known_issues.it.po
+++ b/wiki/src/support/known_issues.it.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2018-08-11 10:37+0200\n"
+"POT-Creation-Date: 2018-08-19 16:17+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: ita <transitails@inventati.org>\n"
@@ -247,10 +247,6 @@ msgid ""
 "MacBook Air 3,2 (A1369 EMC 2392) freezes when booting Tails in UEFI mode."
 msgstr ""
 
-#. type: Bullet: '* '
-msgid "MacBook Pro (early 2011) fails to boot from DVD since Tails 1.1."
-msgstr ""
-
 #. type: Bullet: '* '
 msgid ""
 "Mac Pro Tower and MacBook Pro 4,1 (both from early 2008)  fails to boot from "
diff --git a/wiki/src/support/known_issues.mdwn b/wiki/src/support/known_issues.mdwn
index e93d2f432d140205d630eebfff7963f5bc80a686..b74a20580a8de23b29af74dde048849b98c8296f 100644
--- a/wiki/src/support/known_issues.mdwn
+++ b/wiki/src/support/known_issues.mdwn
@@ -94,7 +94,6 @@ Mac
   works properly.
 * MacBook Air 3,2 (A1369 EMC 2392) freezes when booting Tails in
   UEFI mode.
-* MacBook Pro (early 2011) fails to boot from DVD since Tails 1.1.
 * Mac Pro Tower and MacBook Pro 4,1 (both from early 2008)
   fails to boot from a USB stick created by
   Tails Installer.
diff --git a/wiki/src/support/known_issues.pt.po b/wiki/src/support/known_issues.pt.po
index e163c8441b491f13259e3cab85cf021aaf330cf3..a7c9201bc06e4a6a514712ae18a44dec921f3626 100644
--- a/wiki/src/support/known_issues.pt.po
+++ b/wiki/src/support/known_issues.pt.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: tails-l10n@boum.org\n"
-"POT-Creation-Date: 2018-08-11 10:37+0200\n"
+"POT-Creation-Date: 2018-08-19 16:17+0200\n"
 "PO-Revision-Date: 2018-04-22 19:26+0000\n"
 "Last-Translator: Tails Developers <amnesia@boum.org>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -291,12 +291,6 @@ msgid ""
 msgstr ""
 "MacBook Air 3,2 (A1369 EMC 2392) congela ao iniciar Tails em modo UEFI."
 
-#. type: Bullet: '* '
-msgid "MacBook Pro (early 2011) fails to boot from DVD since Tails 1.1."
-msgstr ""
-"MacBook Pro (início de 2011) falha ao iniciar a partir de um DVD desde Tails "
-"1.1."
-
 #. type: Bullet: '* '
 msgid ""
 "Mac Pro Tower and MacBook Pro 4,1 (both from early 2008)  fails to boot from "
@@ -1827,3 +1821,185 @@ msgstr ""
 "contornado adicionando a [[opção de boot|/doc/first_steps/startup_options/"
 "#boot_menu]] `mem=1500m`."
 
+#~ msgid "MacBook Pro (early 2011) fails to boot from DVD since Tails 1.1."
+#~ msgstr ""
+#~ "MacBook Pro (início de 2011) falha ao iniciar a partir de um DVD desde "
+#~ "Tails 1.1."
+
+#~ msgid "Tails DVD eject failure\n"
+#~ msgstr "Falha na ejeção do DVD do Tails\n"
+
+#~ msgid ""
+#~ "Pressing the DVD eject button does not trigger emergency shutdown.  Also, "
+#~ "the \"normal\" (non-emergency) shutdown procedure does not eject the DVD "
+#~ "anymore."
+#~ msgstr ""
+#~ "Apertar o botão de ejeção do DVD não ativa o desligamento de emergência. "
+#~ "Além disso, o desligamento \"normal\" (não emergencial) não ejeta o DVD "
+#~ "mais."
+
+#~ msgid "See [[!tails_ticket 5447 desc=\"Fix DVD eject at shutdown\"]]."
+#~ msgstr ""
+#~ "Veja [[!tails_ticket 5447 desc=\"Consertar a ejeção de DVD durante o "
+#~ "desligamento\"]]."
+
+#~ msgid ""
+#~ "See [[!tails_ticket 14250]] and [[!tails_ticket 15168]] for more details."
+#~ msgstr ""
+#~ "Consulte [[!tails_ticket 14250]] e [[!tails_ticket 15168]] para maiores "
+#~ "detalhes."
+
+#, fuzzy
+#~| msgid "Security issues\n"
+#~ msgid "Graphics issues\n"
+#~ msgstr "Problemas de segurança\n"
+
+#, fuzzy
+#~| msgid "This issue has been reported on the following hardware:"
+#~ msgid "This issue has appeared with the following graphic adapters:"
+#~ msgstr "Este problema foi relatado nos seguintes hardwares:"
+
+#, fuzzy
+#~| msgid ""
+#~| "Booting fails with `Not enough memory to load specified image`. Work "
+#~| "around by adding the `mem=1500m` [[boot option|/doc/first_steps/"
+#~| "startup_options/#boot_menu]]."
+#~ msgid ""
+#~ "For some models, adding `radeon.modeset=0` to the [[startup options|/doc/"
+#~ "first_steps/startup_options/#boot_loader_menu]] fixes the issue."
+#~ msgstr ""
+#~ "A inicialização falha com `Não há memória suficiente para carregar a "
+#~ "imagem especificada` (`Not enough memory to load specified image`). Pode "
+#~ "ser contornado adicionando a [[opção de boot|/doc/first_steps/"
+#~ "startup_options/#boot_menu]] `mem=1500m`."
+
+#, fuzzy
+#~| msgid "This issue has been reported on the following hardware:"
+#~ msgid ""
+#~ "Some computers cannot start Tails Greeter. This issue has appeared with "
+#~ "the following graphic adapters:"
+#~ msgstr "Este problema foi relatado nos seguintes hardwares:"
+
+#~ msgid "- AMD Radeon R9 390"
+#~ msgstr "- AMD Radeon R9 390"
+
+#, fuzzy
+#~| msgid ""
+#~| "Booting fails with `Not enough memory to load specified image`. Work "
+#~| "around by adding the `mem=1500m` [[boot option|/doc/first_steps/"
+#~| "startup_options/#boot_menu]]."
+#~ msgid ""
+#~ "Adding `radeon.dpm=0` to the [[startup options|/doc/first_steps/"
+#~ "startup_options/#boot_loader_menu]] fixes the issue."
+#~ msgstr ""
+#~ "A inicialização falha com `Não há memória suficiente para carregar a "
+#~ "imagem especificada` (`Not enough memory to load specified image`). Pode "
+#~ "ser contornado adicionando a [[opção de boot|/doc/first_steps/"
+#~ "startup_options/#boot_menu]] `mem=1500m`."
+
+#, fuzzy
+#~| msgid "This issue has been reported on the following hardware:"
+#~ msgid ""
+#~ "Some computers cannot start Tails Greeter. This appears with some graphic "
+#~ "cards in the [NVIDIA Maxwell family](https://nouveau.freedesktop.org/wiki/"
+#~ "CodeNames/#nv110familymaxwell).  This problem has been fixed in Tails 3.2 "
+#~ "for some of these graphic cards. If Tails Greeter still does not start "
+#~ "for you:"
+#~ msgstr "Este problema foi relatado nos seguintes hardwares:"
+
+#, fuzzy
+#~| msgid ""
+#~| "Booting fails with `Not enough memory to load specified image`. Work "
+#~| "around by adding the `mem=1500m` [[boot option|/doc/first_steps/"
+#~| "startup_options/#boot_menu]]."
+#~ msgid ""
+#~ "Add `nouveau.noaccel=1` or `nouveau.modeset=0` to the [[startup options|"
+#~ "doc/first_steps/startup_options#boot_loader_menu]]."
+#~ msgstr ""
+#~ "A inicialização falha com `Não há memória suficiente para carregar a "
+#~ "imagem especificada` (`Not enough memory to load specified image`). Pode "
+#~ "ser contornado adicionando a [[opção de boot|/doc/first_steps/"
+#~ "startup_options/#boot_menu]] `mem=1500m`."
+
+#, fuzzy
+#~| msgid "This issue has been reported on the following hardware:"
+#~ msgid ""
+#~ "Some computers cannot start Tails Greeter. This may appear with the "
+#~ "[NVIDIA Pascal family](https://nouveau.freedesktop.org/wiki/CodeNames/"
+#~ "#nv130familypascal)  of graphic adapters."
+#~ msgstr "Este problema foi relatado nos seguintes hardwares:"
+
+#, fuzzy
+#~| msgid ""
+#~| "Booting fails with `Not enough memory to load specified image`. Work "
+#~| "around by adding the `mem=1500m` [[boot option|/doc/first_steps/"
+#~| "startup_options/#boot_menu]]."
+#~ msgid ""
+#~ "Starting in **Troubleshooting Mode** works, as well as adding the "
+#~ "`modeprobe.blacklist=nouveau` to the [[startup options|doc/first_steps/"
+#~ "startup_options#boot_loader_menu]]."
+#~ msgstr ""
+#~ "A inicialização falha com `Não há memória suficiente para carregar a "
+#~ "imagem especificada` (`Not enough memory to load specified image`). Pode "
+#~ "ser contornado adicionando a [[opção de boot|/doc/first_steps/"
+#~ "startup_options/#boot_menu]] `mem=1500m`."
+
+#, fuzzy
+#~| msgid "See also [[!tails_ticket 6397]]."
+#~ msgid ""
+#~ "See [[!debbug 776911 desc=\"relevant bug report\"]] for more information."
+#~ msgstr "Veja também [[!tails_ticket 6397]]."
+
+#, fuzzy
+#~| msgid "See also [[!tails_ticket 6397]]."
+#~ msgid "See [[!linuxbug 187001]] for more information."
+#~ msgstr "Veja também [[!tails_ticket 6397]]."
+
+#, fuzzy
+#~| msgid "See also [[!tails_ticket 6397]]."
+#~ msgid "See [[!tails_ticket 15433]] for more details."
+#~ msgstr "Veja também [[!tails_ticket 6397]]."
+
+#, fuzzy
+#~| msgid "This issue has been reported on the following hardware:"
+#~ msgid ""
+#~ "Some computers cannot start Tails Greeter. This may appear with the "
+#~ "following graphic adapters:"
+#~ msgstr "Este problema foi relatado nos seguintes hardwares:"
+
+#, fuzzy
+#~| msgid "See also [[!tails_ticket 6397]]."
+#~ msgid ""
+#~ "See [[!tails_ticket 12217 desc=\"relevant ticket\"]] for more information."
+#~ msgstr "Veja também [[!tails_ticket 6397]]."
+
+#~ msgid ""
+#~ "After using Tails Installer, the \"emergency shutdown\" doesn't work\n"
+#~ msgstr ""
+#~ "Após usar o Tails Installer, o \"desligamento de emergência\" não "
+#~ "funciona\n"
+
+#, fuzzy
+#~| msgid ""
+#~| "Tails Installer messes a bit too much with the USB devices for the "
+#~| "\"emergency shutdown on media removal\" feature to continue working "
+#~| "after using it. If you believe this feature is critical for the session "
+#~| "you're running, we advice you to reboot Tails."
+#~ msgid ""
+#~ "Tails Installer messes a bit too much with the USB devices for the "
+#~ "\"emergency shutdown on media removal\" feature to continue working after "
+#~ "using it. If you believe this feature is critical for the session you're "
+#~ "running, we advice you to restart Tails."
+#~ msgstr ""
+#~ "O Tails Installer bagunça um pouco demais os dispositivos USB para que a "
+#~ "funcionalidade de \"desligamento de emergência ao remover uma mídia\" "
+#~ "continue funcionando depois de usá-lo. Se você acha que esta "
+#~ "funcionalidade é crítica para a sessão que você está executando, nós "
+#~ "aconselhamos a reiniciar o Tails."
+
+#, fuzzy
+#~| msgid "(Ticket: [[!tails_todo fix_DVD_eject_at_shutdown]])"
+#~ msgid ""
+#~ "See [[!tails_ticket 5677 desc=\"Tails Installer should not break "
+#~ "emergency shutdown\"]]."
+#~ msgstr "(Tíquete: [[!tails_todo fix_DVD_eject_at_shutdown]])"
diff --git a/wiki/src/upgrade/clone-overview.de.po b/wiki/src/upgrade/clone-overview.de.po
index 612e520d0fe6459bd0dd81b920e940da0e1935cf..24517d7083eaddbbb7702ddae40367380f8f83d9 100644
--- a/wiki/src/upgrade/clone-overview.de.po
+++ b/wiki/src/upgrade/clone-overview.de.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"POT-Creation-Date: 2018-05-07 20:12+0300\n"
+"POT-Creation-Date: 2018-08-20 15:43+0200\n"
 "PO-Revision-Date: 2016-02-19 19:22+0100\n"
 "Last-Translator: Tails translators <tails@boum.org>\n"
 "Language-Team: \n"
@@ -45,7 +45,7 @@ msgstr ""
 "inc/tails-installation-assistant.inline.de\" raw=\"yes\"]] [[<span class="
 "\"back\">Zurück</span>|upgrade]]"
 
-#. type: Content of: <div><div><h3>
+#. type: Content of: <div><div>
 msgid "Let's go!"
 msgstr "Los geht's!"
 
diff --git a/wiki/src/upgrade/clone-overview.es.po b/wiki/src/upgrade/clone-overview.es.po
index 71b6a1e7cc78bf704a07b3b8d61c9b122820e20b..4b3e44f291f6094f442536f1f57147138e74bf8e 100644
--- a/wiki/src/upgrade/clone-overview.es.po
+++ b/wiki/src/upgrade/clone-overview.es.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: tails-l10n@boum.org\n"
-"POT-Creation-Date: 2018-05-07 20:12+0300\n"
+"POT-Creation-Date: 2018-08-20 15:43+0200\n"
 "PO-Revision-Date: 2018-05-09 18:30+0000\n"
 "Last-Translator: Tails translators <tails-l10n@boum.org>\n"
 "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/"
@@ -28,15 +28,15 @@ msgid ""
 "stylesheets/upgrade-clone\" rel=\"stylesheet\" title=\"\"]] [[!inline pages="
 "\"install/inc/overview\" raw=\"yes\" sort=\"age\"]] [["
 msgstr ""
-"[[!meta title=\"Actualiza manualmente desde otro Tails\"]] [[!meta robots=\""
-"noindex\"]] [[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\""
-"\"]] [[!meta stylesheet=\"install/inc/stylesheets/assistant\" rel=\""
-"stylesheet\" title=\"\"]] [[!meta stylesheet=\"install/inc/stylesheets/"
-"overview\" rel=\"stylesheet\" title=\"\"]] [[!meta stylesheet=\""
-"install/inc/stylesheets/upgrade-clone\" rel=\"stylesheet\" title=\"\"]] [["
-"!inline pages=\"install/inc/overview.es\" raw=\"yes\" sort=\"age\"]] [["
+"[[!meta title=\"Actualiza manualmente desde otro Tails\"]] [[!meta robots="
+"\"noindex\"]] [[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title="
+"\"\"]] [[!meta stylesheet=\"install/inc/stylesheets/assistant\" rel="
+"\"stylesheet\" title=\"\"]] [[!meta stylesheet=\"install/inc/stylesheets/"
+"overview\" rel=\"stylesheet\" title=\"\"]] [[!meta stylesheet=\"install/inc/"
+"stylesheets/upgrade-clone\" rel=\"stylesheet\" title=\"\"]] [[!inline pages="
+"\"install/inc/overview.es\" raw=\"yes\" sort=\"age\"]] [["
 
-#. type: Content of: <div><div><h3>
+#. type: Content of: <div><div>
 msgid "Let's go!"
 msgstr "¡Vamos!"
 
diff --git a/wiki/src/upgrade/clone-overview.fa.po b/wiki/src/upgrade/clone-overview.fa.po
index 86886bc5ffaf4d6f39dfa0882aaedfef81d5756f..1cba18fd081e07dd12f99b921e5eb5f6775006bb 100644
--- a/wiki/src/upgrade/clone-overview.fa.po
+++ b/wiki/src/upgrade/clone-overview.fa.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2018-05-07 20:12+0300\n"
+"POT-Creation-Date: 2018-08-20 15:43+0200\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"
@@ -27,7 +27,7 @@ msgid ""
 "\"install/inc/overview\" raw=\"yes\" sort=\"age\"]] [["
 msgstr ""
 
-#. type: Content of: <div><div><h3>
+#. type: Content of: <div><div>
 msgid "Let's go!"
 msgstr ""
 
diff --git a/wiki/src/upgrade/clone-overview.fr.po b/wiki/src/upgrade/clone-overview.fr.po
index 4337c90ea26d4cb2c9ec6efa154f5c160fd02562..809e2fd17fcbe626e7e92646cd5127bdfed4453a 100644
--- a/wiki/src/upgrade/clone-overview.fr.po
+++ b/wiki/src/upgrade/clone-overview.fr.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Tails\n"
-"POT-Creation-Date: 2018-05-07 20:12+0300\n"
+"POT-Creation-Date: 2018-08-20 15:43+0200\n"
 "PO-Revision-Date: 2018-05-16 09:29+0000\n"
 "Last-Translator: \n"
 "Language-Team: Tails translators <tails@boum.org>\n"
@@ -34,7 +34,7 @@ msgstr ""
 "stylesheets/upgrade-clone\" rel=\"stylesheet\" title=\"\"]] [[!inline pages="
 "\"install/inc/overview.fr\" raw=\"yes\" sort=\"age\"]] [["
 
-#. type: Content of: <div><div><h3>
+#. type: Content of: <div><div>
 msgid "Let's go!"
 msgstr "C'est parti !"
 
diff --git a/wiki/src/upgrade/clone-overview.html b/wiki/src/upgrade/clone-overview.html
index 543730e6ad6b23c7252cc42689660f6a4ca3fbeb..09d17dacfd0711db3bca0a1c2e2afdb7995bd7aa 100644
--- a/wiki/src/upgrade/clone-overview.html
+++ b/wiki/src/upgrade/clone-overview.html
@@ -10,9 +10,7 @@
 
 [[
 <div class="panel panel-primary">
-  <div class="panel-heading">
-    <h3 class="panel-title text-center">Let's go!</h3>
-  </div>
+  <div class="panel-body">Let's go!</div>
 </div>
 |upgrade/clone]]
 
diff --git a/wiki/src/upgrade/clone-overview.it.po b/wiki/src/upgrade/clone-overview.it.po
index 60348589add3ae57095b16fbe2b0d965904f4174..de91f9a74fe09c1c48b20ebb2e59dab495705685 100644
--- a/wiki/src/upgrade/clone-overview.it.po
+++ b/wiki/src/upgrade/clone-overview.it.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: transitails\n"
-"POT-Creation-Date: 2018-05-07 20:12+0300\n"
+"POT-Creation-Date: 2018-08-20 15:43+0200\n"
 "PO-Revision-Date: 2016-08-25 18:01-0000\n"
 "Last-Translator: transitails <transitails@inventati.org>\n"
 "Language-Team: ita <transitails@inventati.org>\n"
@@ -45,7 +45,7 @@ msgstr ""
 "installation-assistant.inline\" raw=\"yes\"]] [[<span class=\"back\">Back</"
 "span>|upgrade]]"
 
-#. type: Content of: <div><div><h3>
+#. type: Content of: <div><div>
 msgid "Let's go!"
 msgstr "Iniziamo!"
 
diff --git a/wiki/src/upgrade/clone-overview.pt.po b/wiki/src/upgrade/clone-overview.pt.po
index f1926909548f305a9f1dd73464ee4fa7d0d2b30d..de3238f5c49abedbe0c4c41b8f8222f70376aaea 100644
--- a/wiki/src/upgrade/clone-overview.pt.po
+++ b/wiki/src/upgrade/clone-overview.pt.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Tails 2.2.1\n"
 "Report-Msgid-Bugs-To: tails-l10n@boum.org\n"
-"POT-Creation-Date: 2018-05-07 20:12+0300\n"
+"POT-Creation-Date: 2018-08-20 15:43+0200\n"
 "PO-Revision-Date: 2018-04-27 10:41+0000\n"
 "Last-Translator: Tails translators <tails-l10n@boum.org>\n"
 "Language-Team: Tails translators <tails@boum.org>\n"
@@ -48,7 +48,7 @@ msgstr ""
 "\"install/inc/tails-installation-assistant.inline.pt\" raw=\"yes\" sort=\"age"
 "\"]][[!inline pages=\"install/inc/overview.pt\" raw=\"yes\" sort=\"age\"]] [["
 
-#. type: Content of: <div><div><h3>
+#. type: Content of: <div><div>
 msgid "Let's go!"
 msgstr "Vamos lá!"
 
diff --git a/wiki/src/upgrade/tails-overview.de.po b/wiki/src/upgrade/tails-overview.de.po
index 6b85020f9a550788cf001f16d69d72aba560a230..a64e25607ba52f46d79075e976621375f6e10695 100644
--- a/wiki/src/upgrade/tails-overview.de.po
+++ b/wiki/src/upgrade/tails-overview.de.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"POT-Creation-Date: 2018-05-07 20:12+0300\n"
+"POT-Creation-Date: 2018-08-20 15:43+0200\n"
 "PO-Revision-Date: 2016-02-19 19:22+0100\n"
 "Last-Translator: Tails translators <tails@boum.org>\n"
 "Language-Team: \n"
@@ -45,7 +45,7 @@ msgstr ""
 "installation-assistant.inline.de\" raw=\"yes\"]] [[<span class=\"back"
 "\">Zurück</span>|upgrade]]"
 
-#. type: Content of: <div><div><h3>
+#. type: Content of: <div><div>
 msgid "Let's go!"
 msgstr "Los geht's!"
 
diff --git a/wiki/src/upgrade/tails-overview.es.po b/wiki/src/upgrade/tails-overview.es.po
index bb1fdd0f1fce944367801047d7256e7325006557..3b47cb104f11d0b93fb46cb4ef1e1298ff192afd 100755
--- a/wiki/src/upgrade/tails-overview.es.po
+++ b/wiki/src/upgrade/tails-overview.es.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: tails-l10n@boum.org\n"
-"POT-Creation-Date: 2018-05-07 20:12+0300\n"
+"POT-Creation-Date: 2018-08-20 15:43+0200\n"
 "PO-Revision-Date: 2018-05-09 17:53+0000\n"
 "Last-Translator: Tails translators <tails-l10n@boum.org>\n"
 "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/"
@@ -28,15 +28,15 @@ msgid ""
 "upgrade-tails\" rel=\"stylesheet\" title=\"\"]] [[!inline pages=\"install/"
 "inc/overview\" raw=\"yes\" sort=\"age\"]] [["
 msgstr ""
-"[[!meta title=\"Actualizar manualmente dentro de Tails\"]] [[!meta robots=\""
-"noindex\"]] [[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\""
-"\"]] [[!meta stylesheet=\"install/inc/stylesheets/assistant\" rel=\""
-"stylesheet\" title=\"\"]] [[!meta stylesheet=\"install/inc/stylesheets/"
-"overview\" rel=\"stylesheet\" title=\"\"]] [[!meta stylesheet=\""
-"install/inc/stylesheets/upgrade-tails\" rel=\"stylesheet\" title=\"\"]] [["
-"!inline pages=\"install/inc/overview.es\" raw=\"yes\" sort=\"age\"]] [["
+"[[!meta title=\"Actualizar manualmente dentro de Tails\"]] [[!meta robots="
+"\"noindex\"]] [[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title="
+"\"\"]] [[!meta stylesheet=\"install/inc/stylesheets/assistant\" rel="
+"\"stylesheet\" title=\"\"]] [[!meta stylesheet=\"install/inc/stylesheets/"
+"overview\" rel=\"stylesheet\" title=\"\"]] [[!meta stylesheet=\"install/inc/"
+"stylesheets/upgrade-tails\" rel=\"stylesheet\" title=\"\"]] [[!inline pages="
+"\"install/inc/overview.es\" raw=\"yes\" sort=\"age\"]] [["
 
-#. type: Content of: <div><div><h3>
+#. type: Content of: <div><div>
 msgid "Let's go!"
 msgstr "¡Vamos!"
 
diff --git a/wiki/src/upgrade/tails-overview.fa.po b/wiki/src/upgrade/tails-overview.fa.po
index 60a6bb4260ec72d9bfcad2af22af581d1414853a..c94cc7ecdf18d74ace57fdecdc8724f58dae5ef7 100644
--- a/wiki/src/upgrade/tails-overview.fa.po
+++ b/wiki/src/upgrade/tails-overview.fa.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2018-05-07 20:12+0300\n"
+"POT-Creation-Date: 2018-08-20 15:43+0200\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"
@@ -27,7 +27,7 @@ msgid ""
 "inc/overview\" raw=\"yes\" sort=\"age\"]] [["
 msgstr ""
 
-#. type: Content of: <div><div><h3>
+#. type: Content of: <div><div>
 msgid "Let's go!"
 msgstr ""
 
diff --git a/wiki/src/upgrade/tails-overview.fr.po b/wiki/src/upgrade/tails-overview.fr.po
index 2e5765be5216ff4e3293dfb286c4ccc21b394472..7e9648b3c49b9873cf7dcb8c8fe52892fb2b2d11 100644
--- a/wiki/src/upgrade/tails-overview.fr.po
+++ b/wiki/src/upgrade/tails-overview.fr.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Tails\n"
-"POT-Creation-Date: 2018-05-07 20:12+0300\n"
+"POT-Creation-Date: 2018-08-20 15:43+0200\n"
 "PO-Revision-Date: 2018-05-16 09:31+0000\n"
 "Last-Translator: \n"
 "Language-Team: Tails translators <tails@boum.org>\n"
@@ -34,7 +34,7 @@ msgstr ""
 "stylesheets/upgrade-tails\" rel=\"stylesheet\" title=\"\"]] [[!inline pages="
 "\"install/inc/overview.fr\" raw=\"yes\" sort=\"age\"]] [["
 
-#. type: Content of: <div><div><h3>
+#. type: Content of: <div><div>
 msgid "Let's go!"
 msgstr "C'est parti !"
 
diff --git a/wiki/src/upgrade/tails-overview.html b/wiki/src/upgrade/tails-overview.html
index 9676e2c5e99779dde190e3b46201da9c4512451e..a71041e66da2c909f2a5181bd6d8d3685ebaf606 100644
--- a/wiki/src/upgrade/tails-overview.html
+++ b/wiki/src/upgrade/tails-overview.html
@@ -10,9 +10,7 @@
 
 [[
 <div class="panel panel-primary">
-  <div class="panel-heading">
-    <h3 class="panel-title text-center">Let's go!</h3>
-  </div>
+  <div class="panel-body">Let's go!</div>
 </div>
 |upgrade/tails-download]]
 
diff --git a/wiki/src/upgrade/tails-overview.it.po b/wiki/src/upgrade/tails-overview.it.po
index 222f7161c1e42cf39c967605ae8552d6fddcf80d..1d22d491d32c5fc8856ec31781b7159c8b08550a 100644
--- a/wiki/src/upgrade/tails-overview.it.po
+++ b/wiki/src/upgrade/tails-overview.it.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: transitails\n"
-"POT-Creation-Date: 2018-05-07 20:12+0300\n"
+"POT-Creation-Date: 2018-08-20 15:43+0200\n"
 "PO-Revision-Date: 2016-08-25 18:01-0000\n"
 "Last-Translator: transitails <transitails@inventati.org>\n"
 "Language-Team: ita <transitails@inventati.org>\n"
@@ -44,7 +44,7 @@ msgstr ""
 "\"stylesheet\" title=\"\"]] [[!inline pages=\"install/inc/tails-installation-"
 "assistant.inline\" raw=\"yes\"]] [[<span class=\"back\">Back</span>|upgrade]]"
 
-#. type: Content of: <div><div><h3>
+#. type: Content of: <div><div>
 msgid "Let's go!"
 msgstr "Iniziamo!"
 
diff --git a/wiki/src/upgrade/tails-overview.pt.po b/wiki/src/upgrade/tails-overview.pt.po
index 58473e665330a7c315b4e0af2e2176638a9c2c41..c692bb87e3838e528893f77e6c74980fe339e9eb 100644
--- a/wiki/src/upgrade/tails-overview.pt.po
+++ b/wiki/src/upgrade/tails-overview.pt.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Tails 2.2.1\n"
 "Report-Msgid-Bugs-To: tails-l10n@boum.org\n"
-"POT-Creation-Date: 2018-05-07 20:12+0300\n"
+"POT-Creation-Date: 2018-08-20 15:43+0200\n"
 "PO-Revision-Date: 2018-04-27 10:42+0000\n"
 "Last-Translator: Tails translators <tails-l10n@boum.org>\n"
 "Language-Team: Tails translators <tails@boum.org>\n"
@@ -48,7 +48,7 @@ msgstr ""
 "\"install/inc/tails-installation-assistant.inline.pt\" raw=\"yes\"]] [[<span "
 "class=\"back\">Voltar</span>|upgrade]]"
 
-#. type: Content of: <div><div><h3>
+#. type: Content of: <div><div>
 msgid "Let's go!"
 msgstr "Vamos lá!"