[Tails-dev] typo-iuk-patch

Delete this message

Reply to this message
Author: kwadronaut
Date:  
To: tails-dev
Subject: [Tails-dev] typo-iuk-patch
Hi,

minor typo in the IUK.

Warmly,
kwadro
diff --git a/.gitignore b/.gitignore
index e134c92c11..385e6f6dd6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -56,6 +56,7 @@
 /config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop
 /config/chroot_local-includes/usr/share/applications/tails-shutdown.desktop
 /config/chroot_local-includes/usr/share/applications/tor-browser.desktop
+/config/chroot_local-includes/usr/share/applications/tca.desktop
 /config/chroot_local-includes/usr/share/applications/tails-about.desktop
 /config/chroot_local-includes/usr/share/applications/tails-installer.desktop
 /config/chroot_local-includes/usr/share/applications/unlock-veracrypt-volumes.desktop
@@ -64,6 +65,7 @@
 /config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.root-terminal.policy
 /config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.additional-software.policy
 /config/chroot_local-includes/usr/share/tails/greeter/*.ui
+/config/chroot_local-includes/usr/share/tails/tca/*.ui
 /config/chroot_local-includes/usr/share/tails-installer/*.ui
 /config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/*.ui
 /config/chroot_local-includes/usr/share/whisperback/*.ui
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a8f007fffb..cac2a6081d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -171,10 +171,29 @@ test-persistence-setup:
     LC_ALL=C.UTF-8
     xvfb-run --auto-servernum dzil test --all


+shellcheck:
+  image: debian:testing
+  script:
+  - apt-get -qy install python3 shellcheck xmlstarlet file
+  - shellcheck --version
+  - './bin/shellcheck-tree --format=checkstyle
+       | xmlstarlet tr config/ci/shellcheck/checkstyle2junit.xslt
+       > shellcheck.xml'
+  artifacts:
+    when: always
+    reports:
+      junit: shellcheck.xml
+
 test-python-doctest:
   script:
-    - apt-get -qy install python3
+    - apt-get -qy install python3 python3-sh
     - config/chroot_local-includes/usr/local/lib/tails-gdm-error-message doctest --verbose
+    - env PYTHONPATH=config/chroot_local-includes/usr/lib/python3/dist-packages python3 config/chroot_local-includes/usr/local/bin/tails-documentation --doctest
+
+test-tca:
+  script:
+    - apt-get -qy install python3 python3-stem python3-gi gir1.2-gtk-3.0 python3-prctl
+    - 'cd config/chroot_local-includes/usr/lib/python3/dist-packages ; find tca -name "*.py" -print0 | xargs -0 -L1 env PYTHONPATH=. python3 -m doctest'


test-whisperback:
script:
diff --git a/.shellcheckrc b/.shellcheckrc
new file mode 100644
index 0000000000..00b797b273
--- /dev/null
+++ b/.shellcheckrc
@@ -0,0 +1,12 @@
+# Don't follow source'd scripts
+disable=SC1090
+disable=SC1091
+
+# dash supports 'local'
+disable=SC2039
+
+# Let's accept we are doing weird things with arrays & strings, for now
+disable=SC2124
+
+# We use "set -e" about everywhere
+disable=SC2164
diff --git a/auto/build b/auto/build
index d441d66b66..be2d6d5fee 100755
--- a/auto/build
+++ b/auto/build
@@ -5,7 +5,7 @@ set -u
set -x
set -o pipefail

-. "$(dirname $0)/scripts/utils.sh"
+. "$(dirname "$0")/scripts/utils.sh"

# get $BUILD_BASENAME
. tmp/build_environment
@@ -16,8 +16,10 @@ umask 022

BUILD_LOG="${BUILD_BASENAME}.buildlog"
exec > >(tee -a "$BUILD_LOG")
+# shellcheck disable=SC2064
trap "kill -9 $! 2>/dev/null" EXIT HUP INT QUIT TERM
exec 2> >(tee -a "$BUILD_LOG" >&2)
+# shellcheck disable=SC2064
trap "kill -9 $! 2>/dev/null" EXIT HUP INT QUIT TERM

### functions
@@ -50,16 +52,15 @@ rm -rf cache/stages_rootfs
. config/bootstrap

 # save variables that are needed by chroot_local-hooks
-echo "KERNEL_VERSION=${KERNEL_VERSION}" \
-   >> config/chroot_local-includes/usr/share/tails/build/variables
-echo "KERNEL_SOURCE_VERSION=${KERNEL_SOURCE_VERSION}" \
-   >> config/chroot_local-includes/usr/share/tails/build/variables
-echo "LB_DISTRIBUTION=${LB_DISTRIBUTION}" >> config/chroot_local-includes/usr/share/tails/build/variables
-echo "POTFILES_DOT_IN='$(
-         /bin/grep -E --no-filename '[^ #]*\.in$' po/POTFILES.in \
-       | sed -e 's,^config/chroot_local-includes,,' | tr "\n" ' '
-   )'" \
-   >> config/chroot_local-includes/usr/share/tails/build/variables
+{
+   echo "KERNEL_VERSION=${KERNEL_VERSION}"
+   echo "KERNEL_SOURCE_VERSION=${KERNEL_SOURCE_VERSION}"
+   echo "LB_DISTRIBUTION=${LB_DISTRIBUTION}"
+   echo "POTFILES_DOT_IN='$(
+           /bin/grep -E --no-filename '[^ #]*\.in$' po/POTFILES.in \
+           | sed -e 's,^config/chroot_local-includes,,' | tr "\n" ' '
+         )'"
+} >> config/chroot_local-includes/usr/share/tails/build/variables


# fix permissions on some source files that will be copied as is to the chroot.
# they may be wrong, e.g. if the Git repository was cloned with a strict umask.
@@ -108,6 +109,7 @@ DEBOOTSTRAP_OPTIONS="$DEBOOTSTRAP_OPTIONS --keyring=$DEBOOTSTRAP_GNUPG_KEYRING"

export DEBOOTSTRAP_OPTIONS

+# shellcheck disable=SC2223
: ${MKSQUASHFS_OPTIONS:='-comp xz -Xbcj x86 -b 1024K -Xdict-size 1024K -no-exports'}
MKSQUASHFS_OPTIONS="${MKSQUASHFS_OPTIONS} -mem 512M -wildcards -ef chroot/usr/share/tails/build/mksquashfs-excludes"
export MKSQUASHFS_OPTIONS
@@ -151,6 +153,7 @@ BUILD_USB_IMAGE_FILENAME="${BUILD_BASENAME}.img"
SUBMODULES_SRC="submodules/tails-workarounds"
SUBMODULES_DST="config/chroot_local-includes/tmp/submodules"
mkdir -p "$SUBMODULES_DST"
+# shellcheck disable=SC2086
cp -a $SUBMODULES_SRC "$SUBMODULES_DST"/

echo "I: Building ISO image ${BUILD_ISO_FILENAME}..."
@@ -163,6 +166,7 @@ print_iso_size binary.iso
echo "I: Hybriding it..."
touch chroot/binary.iso
mount --bind binary.iso chroot/binary.iso
+# shellcheck disable=SC2086
chroot chroot isohybrid $AMNESIA_ISOHYBRID_OPTS binary.iso || fatal "isohybrid failed"
umount chroot/binary.iso
print_iso_size binary.iso
diff --git a/auto/clean b/auto/clean
index b347603e90..4c12999603 100755
--- a/auto/clean
+++ b/auto/clean
@@ -37,7 +37,7 @@ rm -f config/chroot_local-includes/usr/share/tails/build/variables

# static wiki
rm -rf config/chroot_local-includes/usr/share/doc/tails/website wiki/src/.ikiwiki
-find wiki/src -name *.pot -exec rm {} \;
+find wiki/src -name '*.pot' -exec rm {} \;

# workarounds
rm -rf config/chroot_local-includes/tmp/tails-workarounds
diff --git a/auto/config b/auto/config
index 1f7894055f..19bc0fe9ca 100755
--- a/auto/config
+++ b/auto/config
@@ -5,7 +5,7 @@ set -e
set -u
set -x

-. "$(dirname $0)/scripts/utils.sh"
+. "$(dirname "$0")/scripts/utils.sh"

 . config/amnesia
 if [ -e config/amnesia.local ] ; then
@@ -29,7 +29,7 @@ if [ -n "${GIT_BRANCH}" ]; then
     BASE_BRANCH_PART=''
     if [ "${GIT_BRANCH}" != "$(base_branch)" ]; then
         CLEAN_GIT_BASE_BRANCH=$(base_branch | sed 's,/,_,g')
-        GIT_BASE_BRANCH_SHORT_ID="$(git rev-parse --verify --short $(git_base_branch_head))"
+        GIT_BASE_BRANCH_SHORT_ID="$(git rev-parse --verify --short "$(git_base_branch_head)")"
         BASE_BRANCH_PART="+${CLEAN_GIT_BASE_BRANCH}@${GIT_BASE_BRANCH_SHORT_ID}"
     fi
     BUILD_BASENAME="tails-amd64-${CLEAN_GIT_BRANCH}@${GIT_SHORT_ID}${BASE_BRANCH_PART}-${AMNESIA_NOW}"
@@ -58,7 +58,7 @@ if grep -qs -E '^Pin:\s+release\s+.*o=Debian Backports' \
     fatal "Found unsupported 'o=Debian Backports' syntax," \
           "in config/chroot_apt/preferences. Use o=Debian instead. Exiting."
 fi
-if [ $(dpkg --print-architecture) != amd64 ] ; then
+if [ "$(dpkg --print-architecture)" != amd64 ] ; then
     fatal "Only amd64 build systems are supported"
 fi


@@ -83,10 +83,11 @@ fi
 # record what APT snapshots this build is going to use, so that one
 # can try to reproduce it more reliably
 JENKINS_ENV_PROPERTIES=tails-build-env.list
-echo "# This file is in Java property file format"   >> "$JENKINS_ENV_PROPERTIES"
-echo "# (https://en.wikipedia.org/wiki/.properties)" >> "$JENKINS_ENV_PROPERTIES"
-echo "APT_SNAPSHOTS_SERIALS = $(apt-snapshots-serials cat-json tmp/APT_snapshots.d)" \
-   >> "$JENKINS_ENV_PROPERTIES"
+{
+    echo "# This file is in Java property file format"
+    echo "# (https://en.wikipedia.org/wiki/.properties)"
+    echo "APT_SNAPSHOTS_SERIALS = $(apt-snapshots-serials cat-json tmp/APT_snapshots.d)"
+} >> "$JENKINS_ENV_PROPERTIES"


DEBIAN_MIRROR="$(apt-mirror debian)"
DEBIAN_SECURITY_MIRROR="$(apt-mirror debian-security)"
@@ -152,10 +153,10 @@ echo "TAILS_WIKI_SUPPORTED_LANGUAGES='${TAILS_WIKI_SUPPORTED_LANGUAGES}'" \

 # version
 echo "${AMNESIA_FULL_VERSION}" > config/chroot_local-includes/etc/amnesia/version
-if git rev-list HEAD 2>&1 >/dev/null; then
+if git rev-list HEAD >/dev/null 2>&1; then
    git rev-list HEAD | head -n 1 >> config/chroot_local-includes/etc/amnesia/version
 fi
-echo "live-build: `dpkg-query -W -f='${Version}\n' live-build`" \
+echo "live-build: $(dpkg-query -W -f='${Version}\n' live-build)" \
    >> config/chroot_local-includes/etc/amnesia/version
 # os-release
 cat >> config/chroot_local-includes/etc/os-release <<EOF
diff --git a/auto/scripts/apt-mirror b/auto/scripts/apt-mirror
index e2e5b8aedf..3eae269e7a 100755
--- a/auto/scripts/apt-mirror
+++ b/auto/scripts/apt-mirror
@@ -3,14 +3,15 @@
 set -e
 set -u


-. "$(dirname $0)/utils.sh"
+. "$(dirname "$0")/utils.sh"

ARCHIVE="$1"

 output_tagged_snapshot() {
    local archive="$1"
    local tag="$2"
-   local snapshot=$(branch_name_to_suite "$tag")
+   local snapshot
+   snapshot=$(branch_name_to_suite "$tag")
    echo "http://tagged.snapshots.deb.tails.boum.org/$snapshot/$archive"
 }


diff --git a/auto/scripts/apt-snapshots-serials b/auto/scripts/apt-snapshots-serials
index 9afa6c8bfc..67f3521482 100755
--- a/auto/scripts/apt-snapshots-serials
+++ b/auto/scripts/apt-snapshots-serials
@@ -12,13 +12,17 @@ FREEZE_EXCEPTIONS=debian-security

 get_latest_serial() {
     origin=$1
-    wget -q $BASE_URL/$origin/project/trace/$origin -O - \
+    wget -q "$BASE_URL/$origin/project/trace/$origin" -O - \
         | awk -F': ' '/^Archive serial: / {print $2}'
 }


+list_origins () {
+    find "$CONFIG" -mindepth 1 -maxdepth 1 -type d -printf '%f\n'
+}
+
 if [ $# -eq 0 ]; then
     action="cat"
-    ORIGINS="$(cd ${CONFIG}; ls -d *)"
+    ORIGINS="$(list_origins)"
 else
     action="${1}"
     shift
@@ -45,7 +49,7 @@ else
         ;;
         cat|get-latest|freeze|thaw)
             if [ $# -eq 0 ]; then
-                ORIGINS="$(cd ${CONFIG}; ls -d *)"
+                ORIGINS="$(list_origins)"
             else
                 ORIGINS="${@}"
             fi
@@ -61,36 +65,39 @@ case "$action" in
         done
     ;;
     cat-json)
-        $(dirname "$0")/apt-snapshots-serials-cat-json "$CONFIG"
+        "$(dirname "$0")"/apt-snapshots-serials-cat-json "$CONFIG"
     ;;
     get-latest)
         for origin in $ORIGINS; do
             [ -z "${SERIAL_ONLY}" ] && echo -n "$origin: "
-            get_latest_serial $origin
+            get_latest_serial "$origin"
         done
     ;;
     freeze)
         for origin in $ORIGINS; do
             serial_file="$CONFIG/$origin/serial"
-            git=$(cat $serial_file)
+            git=$(cat "$serial_file")
+            # shellcheck disable=SC2254
             case "$origin" in
                 ${FREEZE_EXCEPTIONS})
                     new=latest
                     ;;
                 *)
-                    new=$(get_latest_serial $origin)
+                    new=$(get_latest_serial "$origin")
             esac
-            printf "Origin $origin:\n  old: $git\n  new: $new\n"
-            echo $new > $serial_file
+            printf "Origin %s:\n  old: %s\n  new: %s\n" \
+                   "$origin" "$git" "$new"
+            echo "$new" > "$serial_file"
         done
-        printf "\nAll files ($CONFIG/*/serial) have been updated with new serials\n" >&2
+        printf "\nAll files (%s/*/serial) have been updated with new serials\n" "$CONFIG" >&2
     ;;
     thaw)
         for origin in $ORIGINS; do
             serial_file="$CONFIG/$origin/serial"
-            git=$(cat $serial_file)
-            printf "Origin $origin:\n  old: $git\n  new: latest\n"
-            echo 'latest' > $serial_file
+            git=$(cat "$serial_file")
+            printf "Origin %s:\n  old: %s\n  new: latest\n" \
+                   "$origin" "$git"
+            echo 'latest' > "$serial_file"
         done
     ;;
     prepare-build)
@@ -98,23 +105,23 @@ case "$action" in
         mkdir -p tmp
         cp -r config/APT_snapshots.d tmp/
         if [ "${APT_SNAPSHOTS_SERIALS}" ]; then
-            $(dirname "$0")/apt-snapshots-serials-load-json \
+            "$(dirname "$0")"/apt-snapshots-serials-load-json \
                 "$APT_SNAPSHOTS_SERIALS" \
                 > tmp/cached_APT_snapshots_serials
         else
             $0 get-latest > tmp/cached_APT_snapshots_serials
         fi
         for origin_dir in tmp/APT_snapshots.d/*; do
-            origin=$(basename $origin_dir)
-            if grep -qs '^latest$' $origin_dir/serial; then
+            origin=$(basename "$origin_dir")
+            if grep -qs '^latest$' "$origin_dir"/serial; then
                 awk -F': ' "/^$origin: / {print \$2}" \
                     tmp/cached_APT_snapshots_serials \
-                    > $origin_dir/serial
+                    > "$origin_dir"/serial
             fi
         done
     ;;
     *)
-        printf "unknown action ($action), use either 'cat', 'cat-json', 'get-latest', 'prepare-build', 'freeze' or 'thaw'\n" >&2
+        printf "unknown action (%s), use either 'cat', 'cat-json', 'get-latest', 'prepare-build', 'freeze' or 'thaw'\n" "$action" >&2
         exit 1
     ;;
 esac
diff --git a/auto/scripts/tails-custom-apt-sources b/auto/scripts/tails-custom-apt-sources
index 8d1c4a74c8..792e26de2b 100755
--- a/auto/scripts/tails-custom-apt-sources
+++ b/auto/scripts/tails-custom-apt-sources
@@ -3,7 +3,7 @@
 set -e
 set -u


-. "$(dirname $0)/utils.sh"
+. "$(dirname "$0")/utils.sh"

APT_MIRROR_URL="http://deb.tails.boum.org/"
DEFAULT_COMPONENTS="main contrib non-free"
@@ -31,7 +31,7 @@ output_overlay_apt_binary_sources() {
[ -d config/APT_overlays.d ] || fatal 'config/APT_overlays.d/ does not exist'
[ -e config/base_branch ] || fatal 'config/base_branch does not exist'

-[ "$(cat config/base_branch | wc -l)" -eq 1 ] \
+[ "$(wc -l < config/base_branch)" -eq 1 ] \
     || fatal 'config/base_branch must contain exactly one line'


if on_base_branch && ! [ "$(base_branch)" = "$(git_current_branch)" ] ; then
diff --git a/auto/scripts/update-acng-config b/auto/scripts/update-acng-config
index 27aa0c5425..7a69f20b10 100755
--- a/auto/scripts/update-acng-config
+++ b/auto/scripts/update-acng-config
@@ -5,10 +5,8 @@ set -u
set -o pipefail

 list_origins () {
-   (
-      cd config/APT_snapshots.d/
-      ls --color=never -1 | grep -v --line-regexp '\.placeholder'
-   )
+   find config/APT_snapshots.d/ -mindepth 1 -maxdepth 1 \
+    -name '.placeholder' -o -printf '%f\n'
 }


 print_tagged_snapshots_pool_url () {
@@ -22,7 +20,7 @@ print_tagged_snapshots_pool_url () {
 conf=/etc/apt-cacher-ng/tails-snapshots.conf
 for origin in $(list_origins) ; do
    [ "$origin" != .placeholder ] || continue
-   origin_without_dashes=$(echo "$origin" | sed -e 's,-,,g')
+   origin_without_dashes="${origin//-/}"
    echo "Remap-tailssnapshots${origin_without_dashes}pool: file:tails-time-based-snapshots-$origin-pool.list file:tails-tagged-snapshots-$origin-pool.list"
 done > "$conf"
 chmod 644 "$conf"
@@ -31,7 +29,7 @@ chmod 644 "$conf"
 for origin in $(list_origins) ; do
    list="/etc/apt-cacher-ng/tails-time-based-snapshots-$origin-pool.list"
    current_year=$(date '+%Y')
-   for year in $(seq $(($current_year - 1)) $(($current_year + 1))) ; do
+   for year in $(seq $((current_year - 1)) $((current_year + 1))) ; do
       for month in $(seq 1 12); do
          # We need the config file to contain _at least_ everything
          # that can possibly exists, and we don't care if it has some extra
diff --git a/auto/scripts/utils.sh b/auto/scripts/utils.sh
index 3620999cc2..fefb1e7e42 100755
--- a/auto/scripts/utils.sh
+++ b/auto/scripts/utils.sh
@@ -22,6 +22,7 @@ git_commit_from_ref() {
     git rev-parse --verify "${@}" 2>/dev/null || :
 }


+# shellcheck disable=SC2120
 git_current_commit() {
     git_commit_from_ref "${@}" HEAD
 }
@@ -33,7 +34,7 @@ git_tag_from_commit() {


 # Returns "" if not on a tag
 git_current_tag() {
-    git_tag_from_commit $(git_current_commit)
+    git_tag_from_commit "$(git_current_commit)"
 }


# Try to describe what currently is checked out. Returns "" if we are
@@ -54,13 +55,14 @@ git_on_a_tag() {

 git_only_doc_changes_since() {
     local commit non_doc_diff
-    commit="$(git_commit_from_ref ${1})"
+    commit="$(git_commit_from_ref "${1}")"
     non_doc_diff="$(git diff \
-        ${commit}... \
+        "${commit}"... \
         -- \
         '*' \
         ':!/wiki' \
         ':!/ikiwiki.setup' \
+        ':!/ikiwiki-cgi.setup' \
         ':!*.po' \
     )"


@@ -68,10 +70,11 @@ git_only_doc_changes_since() {
}

 base_branch() {
-    cat config/base_branch | head -n1
+    head -n1 config/base_branch
 }


 base_branches() {
+    # shellcheck disable=SC2086
     echo ${BASE_BRANCHES}
 }


@@ -93,7 +96,7 @@ git_base_branch_head() {
 branch_name_to_suite() {
     local branch="$1"


-    echo "$branch" | sed -e 's,[^.a-z0-9-],-,ig'  | tr '[A-Z]' '[a-z]'
+    echo "$branch" | sed -e 's,[^.a-z0-9-],-,ig'  | tr '[:upper:]' '[:lower:]'
 }


fatal() {
diff --git a/bin/add-APT-overlay b/bin/add-APT-overlay
index 455087254f..d8479aa7d7 100755
--- a/bin/add-APT-overlay
+++ b/bin/add-APT-overlay
@@ -7,7 +7,7 @@ set -x
GIT_TOPLEVEL_DIR=$(git rev-parse --show-toplevel)
. "$GIT_TOPLEVEL_DIR"/auto/scripts/utils.sh

-OVERLAY=$(branch_name_to_suite $(git_current_branch))
+OVERLAY=$(branch_name_to_suite "$(git_current_branch)")
OVERLAY_FILE="${GIT_TOPLEVEL_DIR}/config/APT_overlays.d/${OVERLAY}"
TICKET=$(git_current_branch | perl -p -E 's/.*?(\d{4,6}).*/$1/')

diff --git a/bin/add-release-to-iso-history b/bin/add-release-to-iso-history
index df5828aaba..bddfd369df 100755
--- a/bin/add-release-to-iso-history
+++ b/bin/add-release-to-iso-history
@@ -29,6 +29,7 @@ while [ $# -gt 0 ]; do
     shift
 done


+# shellcheck disable=SC2029
ssh misc.lizard mkdir "tails-amd64-${VERSION:?}"

scp "${ISOS:?}/tails-amd64-${VERSION:?}/tails-amd64-${VERSION:?}."{apt-sources,build-manifest,buildlog,packages,iso.sig,img.sig} \
@@ -36,6 +37,7 @@ scp "${ISOS:?}/tails-amd64-${VERSION:?}/tails-amd64-${VERSION:?}."{apt-sources,b

ssh misc.lizard gpg --import < "wiki/src/tails-signing.key"

+# shellcheck disable=SC2087
 ssh misc.lizard << EOF
    cd tails-amd64-${VERSION:?} && \
    wget --quiet \
@@ -45,6 +47,7 @@ ssh misc.lizard << EOF
    gpg --verify tails-amd64-${VERSION:?}.img{.sig,}
 EOF


+# shellcheck disable=SC2087
 ssh misc.lizard << EOF
    ( [ -d isos ] || git clone gitolite@???:isos.git ) && \
    cd isos && \
diff --git a/bin/apt-snapshots-expiry b/bin/apt-snapshots-expiry
index ddf7399d4f..ff797639ea 100755
--- a/bin/apt-snapshots-expiry
+++ b/bin/apt-snapshots-expiry
@@ -7,7 +7,7 @@ for dir in config/APT_snapshots.d vagrant/definitions/tails-builder/config/APT_s
     echo "${dir:?}:"
     cd "$(git rev-parse --show-toplevel)/${dir:?}"
     for ARCHIVE in * ; do
-        SERIAL="$(cat ${ARCHIVE:?}/serial)"
+        SERIAL="$(cat "${ARCHIVE:?}/serial")"
         if [ "${SERIAL:?}" = 'latest' ]; then
             EXPIRY='never'
             if [ "${ARCHIVE:?}" != 'debian-security' ]; then
@@ -26,6 +26,11 @@ for dir in config/APT_snapshots.d vagrant/definitions/tails-builder/config/APT_s
                     ;;
             esac
             EXPIRY="$(curl --silent "https://time-based.snapshots.deb.tails.boum.org/${ARCHIVE:?}/dists/${DIST:?}/snapshots/${SERIAL:?}/Release" | sed -n 's/^Valid-Until:\s\+\(.*\)$/\1/p')"
+            if [ -z "${EXPIRY:-}" ]; then
+                FAILURE=yes
+                echo "FAIL: archive '${ARCHIVE:?}' has no snapshot '${SERIAL}'!"
+                continue
+            fi
         fi
         STATUS="archive '${ARCHIVE:?}' uses snapshot '${SERIAL:?}' which expires on: ${EXPIRY:?}"
         if [ "${EXPIRY}" = 'never' ] || \
diff --git a/bin/bump-APT-snapshots-expiration-date b/bin/bump-APT-snapshots-expiration-date
index 6e00d8fdc2..7fa6864a0a 100755
--- a/bin/bump-APT-snapshots-expiration-date
+++ b/bin/bump-APT-snapshots-expiration-date
@@ -21,6 +21,7 @@ for dir in config/APT_snapshots.d vagrant/definitions/tails-builder/config/APT_s
     cd "${dir}"
     for ARCHIVE in * ; do
         if ! grep -qs '^latest$' "$ARCHIVE"/serial; then
+            # shellcheck disable=SC2029
             ssh reprepro-time-based-snapshots@??? \
                 tails-bump-apt-snapshot-valid-until \
                 "$ARCHIVE" "$(cat "$ARCHIVE"/serial)" \
diff --git a/bin/copy-images-to-rsync-server-and-verify b/bin/copy-images-to-rsync-server-and-verify
index fcb0fec977..7afaad8375 100755
--- a/bin/copy-images-to-rsync-server-and-verify
+++ b/bin/copy-images-to-rsync-server-and-verify
@@ -31,6 +31,7 @@ done


ssh rsync.lizard gpg --import < wiki/src/tails-signing.key

+# shellcheck disable=SC2087
 ssh rsync.lizard << EOF
    wget --quiet \
       "https://nightly.tails.boum.org/build_Tails_ISO_${RELEASE_BRANCH:?}/builds/${MATCHING_JENKINS_IMAGES_BUILD_ID:?}/archive/build-artifacts/tails-amd64-${VERSION:?}.iso" \
@@ -39,6 +40,7 @@ ssh rsync.lizard << EOF
    gpg --verify tails-amd64-${VERSION:?}.img{.sig,}
 EOF


+# shellcheck disable=SC2087
 ssh rsync.lizard << EOF
   sudo install -o root -g rsync_tails -m 0755 -d \
      /srv/rsync/tails/tails/${DIST:?}/tails-amd64-${VERSION:?} && \
diff --git a/bin/create-test-iuks b/bin/create-test-iuks
index 6772d3f2ed..dcabfc307a 100755
--- a/bin/create-test-iuks
+++ b/bin/create-test-iuks
@@ -5,7 +5,8 @@ set -u
 set -x


VERSIONS="2.0~testoverlayfs 2.2~testoverlayfs 2.3~testoverlayfs"
-export SOURCE_DATE_EPOCH=$(date --utc '+%s')
+SOURCE_DATE_EPOCH=$(date --utc '+%s')
+export SOURCE_DATE_EPOCH

[ -d "$TAILS_CHECKOUT" ] || exit 2

diff --git a/bin/import-package b/bin/import-package
index b675a018ae..e9bef156f1 100755
--- a/bin/import-package
+++ b/bin/import-package
@@ -32,13 +32,14 @@ SRC_PKG="$1"
GIT_TOPLEVEL_DIR=$(git rev-parse --show-toplevel)
. "$GIT_TOPLEVEL_DIR"/auto/scripts/utils.sh
PBUILDER_OPTIONS="${PBUILDER_OPTIONS:-}"
-TARGET_DIST="${TARGET_DIST:-$(branch_name_to_suite $(git_current_branch))}"
+TARGET_DIST="${TARGET_DIST:-$(branch_name_to_suite "$(git_current_branch)")}"
REMOTE_USER_AT_HOST='reprepro@???'

umask 0022
WORKDIR=$(mktemp -d)

-trap "rm -r $WORKDIR" EXIT HUP INT QUIT TERM
+# shellcheck disable=SC2064
+trap "rm -r '$WORKDIR'" EXIT HUP INT QUIT TERM

 (
    cd "$WORKDIR"
@@ -72,11 +73,13 @@ apt-get download \
 chown "\$ORIG_OWNER" '$WORKDIR'
 EOF
    chmod 755 script
+   # shellcheck disable=SC2086
    sudo pbuilder execute --bindmounts "$WORKDIR" $PBUILDER_OPTIONS -- script
    rm script


    REMOTE_WORKDIR=$(ssh "$REMOTE_USER_AT_HOST" mktemp -d)
-   scp * "$REMOTE_USER_AT_HOST":"$REMOTE_WORKDIR"/
+   scp ./* "$REMOTE_USER_AT_HOST":"$REMOTE_WORKDIR"/
+   # shellcheck disable=SC2029
    ssh "$REMOTE_USER_AT_HOST" \
        "reprepro includedsc '$TARGET_DIST' '$REMOTE_WORKDIR'/*.dsc && \
         reprepro includedeb '$TARGET_DIST' '$REMOTE_WORKDIR'/*.deb && \
diff --git a/bin/iuk-source-versions b/bin/iuk-source-versions
index c3a9ec6ad8..4517a34900 100755
--- a/bin/iuk-source-versions
+++ b/bin/iuk-source-versions
@@ -28,7 +28,7 @@ RELEASING_VERSION="$1"
 RELEASING_MAJOR_VERSION=$(major_version "$RELEASING_VERSION")


 (
-   git tag | while read tag ; do
+   git tag | while read -r tag ; do
       if member "$tag" $IGNORED_TAGS; then
      continue
       fi
diff --git a/bin/merge-APT-overlays b/bin/merge-APT-overlays
index 5bb8f0ec5e..7132d168fe 100755
--- a/bin/merge-APT-overlays
+++ b/bin/merge-APT-overlays
@@ -17,7 +17,10 @@ BRANCH="$1"
 ### Merge the APT overlays in reprepro


 git checkout "$BRANCH"
-for overlay in $(ls config/APT_overlays.d/) ; do
+for overlay in config/APT_overlays.d/* ; do
+    # handle the case when there is no overlay
+    [[ -e "$overlay" ]] || break
+    # shellcheck disable=SC2029
     if ! ssh reprepro@??? \
          tails-merge-suite "$overlay" "$BRANCH" ; then
         error "Failed to merge '$overlay' into '$BRANCH': $?"
diff --git a/bin/shellcheck-tree b/bin/shellcheck-tree
new file mode 100755
index 0000000000..9b90235fb9
--- /dev/null
+++ b/bin/shellcheck-tree
@@ -0,0 +1,32 @@
+#!/usr/bin/python3
+
+import glob
+import re
+import subprocess
+import sys
+from pathlib import Path
+
+
+def is_excluded(f):
+    return re.match(r"^([.]git|config/chroot_local-includes/usr/share/doc/tails/website|submodules|tmp|wiki/src)/",
+                    f) or Path(f).is_dir()
+
+
+def mimetype(f):
+    return subprocess.run(['file', '--brief', '--mime-type', f],
+                          stdout=subprocess.PIPE,
+                          universal_newlines=True,
+                          check=True).stdout.rstrip()
+
+
+def is_shell_script(f):
+    return mimetype(f) == "text/x-shellscript"
+
+
+shell_scripts = [
+    f for f in glob.glob("**/*", recursive=True)
+    if not is_excluded(f) and is_shell_script(f)
+]
+
+sys.exit(
+    subprocess.run(['shellcheck'] + sys.argv[1:] + shell_scripts).returncode)
diff --git a/bin/tag-apt-snapshots b/bin/tag-apt-snapshots
index c67a7806b5..1b85bf455f 100755
--- a/bin/tag-apt-snapshots
+++ b/bin/tag-apt-snapshots
@@ -1,5 +1,7 @@
 #!/bin/sh


+# shellcheck disable=SC2029
+
set -e
set -u

@@ -8,7 +10,7 @@ TIME_BASED_SNAPSHOTS_USER='reprepro-time-based-snapshots'
TIME_BASED_SNAPSHOTS_USER_AT_HOST="${TIME_BASED_SNAPSHOTS_USER}@${TIME_BASED_SNAPSHOTS_HOST}"

fail_with_usage() {
- echo "$(basename $0) BUILD_MANIFEST TAG" >&2
+ echo "$(basename "$0") BUILD_MANIFEST TAG" >&2
}

 [ $# -eq 2 ] || fail_with_usage
diff --git a/bin/update-trace-time b/bin/update-trace-time
index ac9a648efe..64191d2f51 100755
--- a/bin/update-trace-time
+++ b/bin/update-trace-time
@@ -23,7 +23,6 @@ echo "${TRACE_TIME:?}" > "${MASTER_CHECKOUT:?}/wiki/src/inc/trace"
 (
     set -eux
     cd "${MASTER_CHECKOUT:?}"
-    git pull
     git commit wiki/src/inc/trace -m "$MESSAGE"
     git push origin master
 )
diff --git a/config/APT_snapshots.d/debian/serial b/config/APT_snapshots.d/debian/serial
index 7353662af3..a0f9a4b4bc 100644
--- a/config/APT_snapshots.d/debian/serial
+++ b/config/APT_snapshots.d/debian/serial
@@ -1 +1 @@
-2021033101
+latest
diff --git a/config/APT_snapshots.d/torproject/serial b/config/APT_snapshots.d/torproject/serial
index 23d332fd06..a0f9a4b4bc 100644
--- a/config/APT_snapshots.d/torproject/serial
+++ b/config/APT_snapshots.d/torproject/serial
@@ -1 +1 @@
-2021031701
+latest
diff --git a/config/amnesia b/config/amnesia
index 8da94a1010..8e0d0b304c 100644
--- a/config/amnesia
+++ b/config/amnesia
@@ -20,7 +20,7 @@ AMNESIA_APPEND="live-media=removable nopersistence noprompt timezone=Etc/UTC spl
 AMNESIA_ISOHYBRID_OPTS="-h 255 -s 63 --id 42 --verbose"


 # Kernel version
-KERNEL_VERSION='5.10.0-0.bpo.3'
+KERNEL_VERSION='5.10.0-0.bpo.5'
 KERNEL_SOURCE_VERSION=$(
    echo "$KERNEL_VERSION" \
        | perl -p -E 's{\A (\d+ [.] \d+) [.] .*}{$1}xms'
diff --git a/config/base_branch b/config/base_branch
index 2bf5ad0447..d64531f130 100644
--- a/config/base_branch
+++ b/config/base_branch
@@ -1 +1 @@
-stable
+devel
diff --git a/config/binary_local-hooks/05-check_initramfs-size b/config/binary_local-hooks/05-check_initramfs-size
index 83e6b89d81..ab49bbb342 100755
--- a/config/binary_local-hooks/05-check_initramfs-size
+++ b/config/binary_local-hooks/05-check_initramfs-size
@@ -6,9 +6,12 @@ set -e
 . "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh


# Setting static variables
-DESCRIPTION="$(Echo 'checking the size of the initramfs')"
-HELP=""
-USAGE="${PROGRAM}"
+# shellcheck disable=SC2034
+{
+ DESCRIPTION="$(Echo 'checking the size of the initramfs')"
+ HELP=""
+ USAGE="${PROGRAM}"
+}

# Reading configuration files
Read_conffiles config/all config/common config/binary
diff --git a/config/binary_local-hooks/10-syslinux_customize b/config/binary_local-hooks/10-syslinux_customize
index d8c9b9da9a..a0ed74fb31 100755
--- a/config/binary_local-hooks/10-syslinux_customize
+++ b/config/binary_local-hooks/10-syslinux_customize
@@ -6,9 +6,12 @@ set -e
. "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh

 # Setting static variables
-DESCRIPTION="$(Echo 'removing buggy syslinux help')"
-HELP=""
-USAGE="${PROGRAM}"
+# shellcheck disable=SC2034
+{
+    DESCRIPTION="$(Echo 'removing buggy syslinux help')"
+    HELP=""
+    USAGE="${PROGRAM}"
+}


# Reading configuration files
Read_conffiles config/all config/common config/binary
diff --git a/config/binary_local-hooks/20-syslinux_detect_cpu b/config/binary_local-hooks/20-syslinux_detect_cpu
index 0aa98e640a..42033603a1 100755
--- a/config/binary_local-hooks/20-syslinux_detect_cpu
+++ b/config/binary_local-hooks/20-syslinux_detect_cpu
@@ -6,9 +6,12 @@ set -e
. "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh

 # Setting static variables
-DESCRIPTION="$(Echo 'adding CPU autodetection to the syslinux menu')"
-HELP=""
-USAGE="${PROGRAM}"
+# shellcheck disable=SC2034
+{
+    DESCRIPTION="$(Echo 'adding CPU autodetection to the syslinux menu')"
+    HELP=""
+    USAGE="${PROGRAM}"
+}


# Reading configuration files
Read_conffiles config/all config/bootstrap config/common config/binary
diff --git a/config/binary_local-hooks/30-syslinux_fixup b/config/binary_local-hooks/30-syslinux_fixup
index e545ca33a4..d80621207d 100755
--- a/config/binary_local-hooks/30-syslinux_fixup
+++ b/config/binary_local-hooks/30-syslinux_fixup
@@ -6,9 +6,12 @@ set -e
. "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh

 # Setting static variables
-DESCRIPTION="$(Echo 'fixing syslinux installation')"
-HELP=""
-USAGE="${PROGRAM}"
+# shellcheck disable=SC2034
+{
+    DESCRIPTION="$(Echo 'fixing syslinux installation')"
+    HELP=""
+    USAGE="${PROGRAM}"
+}


# Reading configuration files
Read_conffiles config/all config/bootstrap config/common config/binary
diff --git a/config/binary_local-hooks/40-include_syslinux_in_ISO_filesystem b/config/binary_local-hooks/40-include_syslinux_in_ISO_filesystem
index 3a0a1c2392..e020093d82 100755
--- a/config/binary_local-hooks/40-include_syslinux_in_ISO_filesystem
+++ b/config/binary_local-hooks/40-include_syslinux_in_ISO_filesystem
@@ -6,9 +6,12 @@ set -e
. "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh

# Setting static variables
-DESCRIPTION="$(Echo 'including syslinux in the ISO filesystem')"
-HELP=""
-USAGE="${PROGRAM}"
+# shellcheck disable=SC2034
+{
+ DESCRIPTION="$(Echo 'including syslinux in the ISO filesystem')"
+ HELP=""
+ USAGE="${PROGRAM}"
+}

# Reading configuration files
Read_conffiles config/all config/bootstrap config/common config/binary
@@ -24,6 +27,7 @@ Echo_message 'including syslinux in the ISO filesystem'
### Functions

 syslinux_deb_version_in_chroot () {
+   # shellcheck disable=SC2016
    chroot chroot dpkg-query -W -f='${Version}\n' syslinux
 }


@@ -33,7 +37,6 @@ WIN32_BINARY_UTILS_DIR='binary/utils/win32'
BINARY_MBR_DIR='binary/utils/mbr'
CHROOT_SYSLINUX_BIN='chroot/usr/bin/syslinux'
CHROOT_SYSLINUX_MBR='chroot/usr/lib/SYSLINUX/gptmbr.bin'
-CHROOT_TEMP_APT_SOURCES='chroot/etc/apt/sources.list.d/tmp-deb-src.list'

### Main
mkdir -p "$LINUX_BINARY_UTILS_DIR" "$WIN32_BINARY_UTILS_DIR" "$BINARY_MBR_DIR"
diff --git a/config/binary_local-hooks/50-grub-efi b/config/binary_local-hooks/50-grub-efi
index 197b3a13d4..4230220f30 100755
--- a/config/binary_local-hooks/50-grub-efi
+++ b/config/binary_local-hooks/50-grub-efi
@@ -27,9 +27,12 @@ set -x
. "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh

# Setting static variables
-DESCRIPTION="$(Echo 'including GRUB EFI in the ISO filesystem')"
-HELP=""
-USAGE="${PROGRAM}"
+# shellcheck disable=SC2034
+{
+ DESCRIPTION="$(Echo 'including GRUB EFI in the ISO filesystem')"
+ HELP=""
+ USAGE="${PROGRAM}"
+}

# Reading configuration files
Read_conffiles config/all config/bootstrap config/common config/binary
diff --git a/config/chroot_apt/preferences b/config/chroot_apt/preferences
index 7a4ec1c3ad..b5461205e2 100644
--- a/config/chroot_apt/preferences
+++ b/config/chroot_apt/preferences
@@ -71,11 +71,6 @@ Package: linux-compiler-* linux-headers-* linux-image-* linux-kbuild-* linux-sou
Pin: release o=Debian,n=buster-backports
Pin-Priority: 999

-Explanation: freeze exception (#18266)
-Package: linux-compiler-* linux-kbuild-*
-Pin: origin deb.tails.boum.org
-Pin-Priority: 1000
-
Explanation: src:live-boot (#15477)
Package: live-boot live-boot-doc live-boot-initramfs-tools
Pin: origin deb.tails.boum.org
diff --git a/config/chroot_local-hooks/01-check-for-dot-orig-files b/config/chroot_local-hooks/01-check-for-dot-orig-files
index 278e84c0c8..f08aa9badb 100755
--- a/config/chroot_local-hooks/01-check-for-dot-orig-files
+++ b/config/chroot_local-hooks/01-check-for-dot-orig-files
@@ -4,7 +4,7 @@ set -e

echo "Checking for .orig files"

-DOT_ORIG_WHITELIST_DELETE=$(cat <<EOF
+DOT_ORIG_WHITELIST_DELETE=$(cat <<'EOF'
/bin/hostname.orig
/etc/resolv.conf.orig
/lib/systemd/system/alsa-utils.service.orig
@@ -14,9 +14,10 @@ EOF
# live-build creates this backup copy and restores it later in the build process
DOT_ORIG_WHITELIST_KEEP="/sbin/start-stop-daemon.orig"

+# shellcheck disable=SC2086
rm -f ${DOT_ORIG_WHITELIST_DELETE}

-DOT_ORIG_FILES=$(find / -type f -name *.orig || :)
+DOT_ORIG_FILES=$(find / -type f -name '*.orig' || :)

 if [ "$DOT_ORIG_FILES" != "$DOT_ORIG_WHITELIST_KEEP" ]; then
     echo "E: Some patches are fuzzy and leave .orig files around:" >&2
diff --git a/config/chroot_local-hooks/06-adduser_tor-launcher b/config/chroot_local-hooks/06-adduser_tor-launcher
deleted file mode 100755
index 79f0bf9f4d..0000000000
--- a/config/chroot_local-hooks/06-adduser_tor-launcher
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# Create the tor-launcher user.
-#
-# We run Tor Launcher under this user, and give it acces to Tor's
-# control port via adding it to the debian-tor group.
-
-echo "creating the tor-launcher user"
-
-addgroup --system --quiet --gid 127 tor-launcher
-adduser --system --quiet --uid 119 --gid 127 tor-launcher
-adduser tor-launcher debian-tor
diff --git a/config/chroot_local-hooks/10-tbb b/config/chroot_local-hooks/10-tbb
index d3eb5a8fca..c531df04da 100755
--- a/config/chroot_local-hooks/10-tbb
+++ b/config/chroot_local-hooks/10-tbb
@@ -5,8 +5,8 @@ set -u


echo "Install the Tor Browser"

-# Import the TBB_INSTALL, TBB_PROFILE, TBB_EXT and
-# TOR_LAUNCHER_INSTALL variables, which contains the paths we will
+# Import the TBB_INSTALL, TBB_PROFILE, and TBB_EXT variables,
+# which contains the paths we will
 # split TBB's actual browser (binaries etc), user data and extension
 # into. While this differs from how the TBB organizes the files, the
 # end result will be the same, and it's practical since when creating
@@ -33,7 +33,7 @@ download_and_verify_files() {
         export https_proxy="${apt_proxy}"
     fi


-    echo "${target_files}" | while read expected_sha256 tarball; do
+    echo "${target_files}" | while read -r expected_sha256 tarball; do
         (
             cd "${destination}"
             echo "Fetching ${base_url}/${tarball} ..."
@@ -94,52 +94,6 @@ install_tor_browser() {
     rm -r "${tmp}"
 }


-# Install Tor Launcher as a standalone XUL application.
-install_tor_launcher() {
-    local tbb_install destination tmp
-    tbb_install="${1}"
-    destination="${2}"
-
-    tmp="$(mktemp -d)"
-    7z x -o"${tmp}" "${tbb_install}/browser/omni.ja"
-    mv "${tmp}/chrome/torlauncher/" "${destination}"
-    # Tor Launcher is a system add-on but can be converted to
-    # something that works as a XUL standalone application by just
-    # moving things around:
-    mkdir "${destination}/chrome"
-    for x in content locale skin; do
-        mv "${destination}/${x}" "${destination}/chrome/"
-    done
-    mkdir -p "${destination}"/defaults/preferences
-    cp "${tmp}/defaults/preferences/torlauncher-prefs.js" \
-       "${destination}/defaults/preferences/prefs.js"
-    # ... and then we extract only the Tor Launcher parts from the
-    # manifest, and adapt to how we moved files around above:
-    grep torlauncher "${tmp}/chrome//chrome.manifest" \
-        | sed --regexp-extended \
-              -e 's@^(content|locale|skin) (torlauncher.*) torlauncher/(.*)$@\1 \2 chrome/\3@' \
-              -e 's@^(component) (\S+) torlauncher/(.+)$@\1 \2 \3@' \
-              -e 's@^(resource torlauncher) .*$@\1 ./@' \
-        > "${destination}/chrome.manifest"
-    cp "${destination}/chrome/skin/default48.png" "${destination}/icon.png"
-    cat > "${destination}/application.ini" << EOF
-[App]
-Vendor=TorProject
-Name=TorLauncher
-Version=$(get_firefox_version "${tbb_install}/application.ini")
-BuildID=$(date --utc --date="@$SOURCE_DATE_EPOCH" '+%Y%m%d')
-ID=tor-launcher@???
-
-[Gecko]
-MinVersion=$(get_firefox_version "${tbb_install}/application.ini")
-MaxVersion=*.*.*
-
-[Shell]
-Icon=icon.png
-EOF
-    chmod -R a+rX "${destination}"
-    rm -r "${tmp}"
-}


 embed_extensions_in_omni_ja () {
     local tbb_install tbb_timestamp tmp
@@ -153,7 +107,7 @@ embed_extensions_in_omni_ja () {
         cp -a '/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@???' chrome/torbutton/content/extensions/
         find chrome/torbutton/content/extensions/ -exec touch --date="@${tbb_timestamp}" '{}' \;
         rm "${tbb_install}/omni.ja"
-        7z a -mtc=off -tzip "${tbb_install}/omni.ja" *
+        7z a -mtc=off -tzip -- "${tbb_install}/omni.ja" *
     )
     rm -r "${tmp}"
     tmp="$(mktemp -d)"
@@ -161,7 +115,7 @@ embed_extensions_in_omni_ja () {
         cd "${tmp}"
         7z x -tzip "${tbb_install}/browser/omni.ja"
         # Any $ in the below in-line patch must be escaped!
-        patch -p1 <<EOF
+        patch -p1 <<'EOF'
 diff -Naur browser-omni.orig/modules/BrowserGlue.jsm browser-omni/modules/BrowserGlue.jsm
 --- browser-omni.orig/modules/BrowserGlue.jsm    2020-09-11 19:25:00.000000000 +0200
 +++ browser-omni/modules/BrowserGlue.jsm    2020-09-19 11:44:17.439692582 +0200
@@ -198,7 +152,7 @@ diff -Naur browser-omni.orig/modules/BrowserGlue.jsm browser-omni/modules/Browse
 EOF
         touch --date="@${tbb_timestamp}" modules/BrowserGlue.jsm
         rm "${tbb_install}/browser/omni.ja"
-        7z a -mtc=off -tzip "${tbb_install}/browser/omni.ja" *
+        7z a -mtc=off -tzip -- "${tbb_install}/browser/omni.ja" *
     )
     rm -r "${tmp}"
 }
@@ -212,6 +166,11 @@ apply_prefs_hacks() {
     (
         cd "${tmp}"
         7z x -tzip "${tbb_install}/browser/omni.ja"
+        # We are not using Tor Launcher, but our own Tor Connection
+        # Assistant, and we want it to use the same default bridges.
+        sed -n 's/^pref("extensions\.torlauncher\.default_bridge\..*", "\(.*\)");/\1/p' \
+            defaults/preferences/000-tor-browser.js \
+            > /usr/share/tails/tca/default_bridges.txt
         # Remove TBB's Tor Launcher settings since we don't enable it in
         # our Tor Browser.
         sed -i '/extensions\.torlauncher\./d' defaults/preferences/000-tor-browser.js
@@ -225,7 +184,7 @@ apply_prefs_hacks() {
             >> defaults/preferences/000-tor-browser.js
         touch --date="@${tbb_timestamp}" defaults/preferences/000-tor-browser.js
             rm "${tbb_install}/browser/omni.ja"
-            7z a -mtc=off -tzip "${tbb_install}/browser/omni.ja" *
+            7z a -mtc=off -tzip -- "${tbb_install}/browser/omni.ja" *
     )
     rm -r "${tmp}"
 }
@@ -258,6 +217,7 @@ supported_locale () {
     local locale
     locale="$1"


+    # shellcheck disable=SC2013
     for supported_language in $(cat "$LANGUAGES_FILE") ; do
         if echo "$locale" | grep -qs -E "^${supported_language}"; then
             return 0
@@ -316,7 +276,7 @@ install_debian_extensions() {
 }


 create_default_profile() {
-    local tbb_profile extensions_dir destination
+    local tbb_profile tbb_extensions_dir destination
     tbb_profile="${1}"
     tbb_extensions_dir="${2}"
     destination="${3}"
@@ -349,12 +309,12 @@ fi
 TMP="$(mktemp -d)"
 download_and_verify_files "${TBB_TARBALLS_BASE_URL}" "${TBB_TARBALLS}" "${TMP}"


+# shellcheck disable=SC2153
install_tor_browser "${TMP}/${MAIN_TARBALL}" "${TBB_INSTALL}"
apply_prefs_hacks "${TBB_INSTALL}" "${TBB_TIMESTAMP}"
install_debian_extensions "${TBB_INSTALL}" "${TBB_TIMESTAMP}"
disable_update_checks "${TBB_INSTALL}"
strip_nondeterminism "${TBB_INSTALL}" "${TBB_TIMESTAMP}"
-install_tor_launcher "${TBB_INSTALL}" "${TOR_LAUNCHER_INSTALL}"

mkdir -p "${TBB_EXT}"
if [ "${NIGHTLY_BUILD}" != yes ]; then
@@ -369,10 +329,11 @@ rm -r "${TMP}"
mv "${TBB_INSTALL}"/TorBrowser/Data/Browser/profile.default/extensions/* "${TBB_EXT}"
rmdir "${TBB_INSTALL}"/TorBrowser/Data/Browser/profile.default/extensions

+# shellcheck disable=SC2153
mkdir -p "${TBB_PROFILE}"
create_default_profile "${TBB_INSTALL}"/TorBrowser/Data/Browser/profile.default "${TBB_EXT}" "${TBB_PROFILE}"

-# Create a copy of the Firefox binary, for use e.g. by Tor Launcher.
+# Create a copy of the Firefox binary, for use e.g. by the Unsafe Browser.
# It won't be subject to AppArmor confinement.
cp -a "${TBB_INSTALL}/firefox.real" "${TBB_INSTALL}/firefox-unconfined"

diff --git a/config/chroot_local-hooks/11-localize_browser b/config/chroot_local-hooks/11-localize_browser
index 3dd01f0158..d915e4a0d7 100755
--- a/config/chroot_local-hooks/11-localize_browser
+++ b/config/chroot_local-hooks/11-localize_browser
@@ -37,7 +37,7 @@ fi
 #   MOZILLA_LOCALE:LOCATION
 # Note that we're forced to pick some representative location for the
 # language-only locales, like Egypt (EG) for Arabic (ar).
-while IFS=: read MOZILLA_LOCALE LOCATION; do
+while IFS=: read -r MOZILLA_LOCALE LOCATION; do
     if [ -z "${MOZILLA_LOCALE}" ] || [ -z "${LOCATION}" ]; then
         echo "Something is wrong with ${DESCRIPTIONS_FILE}" >&2
         echo "Description: ${MOZILLA_LOCALE}:${LOCATION}" >&2
diff --git a/config/chroot_local-hooks/11-unsafe-browser b/config/chroot_local-hooks/11-unsafe-browser
old mode 100644
new mode 100755
diff --git a/config/chroot_local-hooks/16-greeter b/config/chroot_local-hooks/16-greeter
old mode 100644
new mode 100755
index edc6e46220..96d1a747ee
--- a/config/chroot_local-hooks/16-greeter
+++ b/config/chroot_local-hooks/16-greeter
@@ -25,6 +25,7 @@ ALL_LOCALES="$(tr '.' ' ' < /usr/share/i18n/SUPPORTED | \
                uniq)"


# Filter the locales by the supported languages
+# shellcheck disable=SC2013
for lang_code in $(cat ${LANGUAGES_FILE}); do
# First add our default locale for the language (i.e. the locale
# with the country code that should be used as the default for the
diff --git a/config/chroot_local-hooks/20-root_bash_env b/config/chroot_local-hooks/20-root_bash_env
index 6f7cbceb8a..98c933dcd6 100755
--- a/config/chroot_local-hooks/20-root_bash_env
+++ b/config/chroot_local-hooks/20-root_bash_env
@@ -6,6 +6,7 @@ echo "Setting the root's bash environment"

# ... so we have the expected environment in the Root Terminal

+# shellcheck disable=SC2016
 echo '
 for dir in /usr/local/sbin /usr/local/bin; do
     if ! echo "${PATH}" | grep -q --extended-regexp "(^|:)${dir}($|:)"; then
diff --git a/config/chroot_local-hooks/20-xul-ext_symlinks b/config/chroot_local-hooks/20-xul-ext_symlinks
deleted file mode 100755
index 68a3de44f3..0000000000
--- a/config/chroot_local-hooks/20-xul-ext_symlinks
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -e
-
-echo "Creating prefs override for Tor Launcher"
-
-# Import the TOR_LAUNCHER_INSTALL variable.
-. /usr/local/lib/tails-shell-library/tor-browser.sh
-
-ln -s /etc/xul-ext/tor-launcher.js \
-      "${TOR_LAUNCHER_INSTALL}/defaults/preferences/000system.js"
diff --git a/config/chroot_local-hooks/51-update-bash.bashrc b/config/chroot_local-hooks/51-update-bash.bashrc
index 03cab0b202..60437bc7f0 100755
--- a/config/chroot_local-hooks/51-update-bash.bashrc
+++ b/config/chroot_local-hooks/51-update-bash.bashrc
@@ -7,11 +7,11 @@ set -u


echo "Updating /etc/bash.bashrc"

-cat <<EOF>> /etc/bash.bashrc
+cat <<'EOF'>> /etc/bash.bashrc
# The following code snippet is added by 'config/chroot_local-hooks/51-update-bash.bashrc'

 for file in /etc/bash.bashrc.d/*;
 do
-    source "\$file"
+    source "$file"
 done
 EOF
diff --git a/config/chroot_local-hooks/52-update-rc.d b/config/chroot_local-hooks/52-update-rc.d
index d8f827051d..3356300cce 100755
--- a/config/chroot_local-hooks/52-update-rc.d
+++ b/config/chroot_local-hooks/52-update-rc.d
@@ -36,6 +36,9 @@ systemctl --global enable tails-upgrade-frontend.service
 systemctl --global enable tails-virt-notify-user.service
 systemctl --global enable tails-wait-until-tor-has-bootstrapped.service
 systemctl --global enable tails-a11y-proxy-netns@???
+systemctl --global enable tails-ibus-proxy-netns@???
+systemctl --global enable tails-a11y-proxy-netns@???
+systemctl --global enable tails-ibus-proxy-netns@???


# Use socket activation only, to delay the startup of cupsd.
# In practice, this means that cupsd is started during
diff --git a/config/chroot_local-hooks/53-vmlinuz_symlink b/config/chroot_local-hooks/53-vmlinuz_symlink
index 6cd08f8bd6..10223a0d7b 100755
--- a/config/chroot_local-hooks/53-vmlinuz_symlink
+++ b/config/chroot_local-hooks/53-vmlinuz_symlink
@@ -5,8 +5,8 @@ set -e
echo "Creating kernel and ramdisk symlinks"

# Get version information for the (newest) installed kernel.
-KERNEL="`/bin/ls -1 /boot/vmlinuz-* | tail -n 1`"
-INITRD="`/bin/ls -1 /boot/initrd.img-* | tail -n 1`"
+KERNEL="$(/bin/ls -1 /boot/vmlinuz-* | tail -n 1)"
+INITRD="$(/bin/ls -1 /boot/initrd.img-* | tail -n 1)"

 if [ ! -e /vmlinuz ]; then
    ln -s "$KERNEL" /vmlinuz
diff --git a/config/chroot_local-hooks/58-create-tails-website-CA-bundle b/config/chroot_local-hooks/58-create-tails-website-CA-bundle
index 9ba2170291..632806cd21 100755
--- a/config/chroot_local-hooks/58-create-tails-website-CA-bundle
+++ b/config/chroot_local-hooks/58-create-tails-website-CA-bundle
@@ -6,7 +6,7 @@ echo "Creating CA bundle for authenticating https://tails.boum.org/"


BUNDLE=/usr/local/etc/ssl/certs/tails.boum.org-CA.pem

-mkdir -p $(dirname "${BUNDLE}")
+mkdir -p "$(dirname "${BUNDLE}")"

### Last updated: 2021-01-19
# - R3: RSA 2048, active
diff --git a/config/chroot_local-hooks/59-libdvd-pkg b/config/chroot_local-hooks/59-libdvd-pkg
index 3c1d835b15..baf64225ce 100755
--- a/config/chroot_local-hooks/59-libdvd-pkg
+++ b/config/chroot_local-hooks/59-libdvd-pkg
@@ -20,11 +20,8 @@ install_fake_package libdvd-pkg "${LIBDVD_PKG_VERSION}" multimedia
rm -r /usr/src/libdvd-pkg

 # Verify installed packages:
-for x in libdvd-pkg
-do
-    dpkg -s $x
-    dpkg-query -W -f='${Version}\n' $x
-done
+dpkg -s libdvd-pkg
+dpkg-query -W -f='${Version}\n' libdvd-pkg


 # Remove dangling symlink -- note that we absolutely do not want the
 # functionality (automatic checks and upgrades for new css sources)
diff --git a/config/chroot_local-hooks/80-block-network b/config/chroot_local-hooks/80-block-network
index 4d5deee4aa..e0fcf31210 100755
--- a/config/chroot_local-hooks/80-block-network
+++ b/config/chroot_local-hooks/80-block-network
@@ -25,7 +25,7 @@ is_net_module() {
 }
 net_module_filter() {
     local path
-    while read path; do
+    while read -r path; do
         if ! is_allowed "${path}" && is_net_module "${path}"; then
             echo "${path}"
         fi
@@ -33,7 +33,7 @@ net_module_filter() {
 }
 remove_allowlist_filter() {
     local path
-    while read path; do
+    while read -r path; do
         if ! is_allowed "${path}"; then
             echo "${path}"
         fi
@@ -43,9 +43,9 @@ remove_allowlist_filter() {
 generate_blocking_line() {
     local name
     local path
-    while read path; do
+    while read -r path; do
         name="$(basename "${path}" .ko)"
-        printf "install ${name} /bin/true\n"
+        printf "install %s /bin/true\n" "${name}"
     done
 }


diff --git a/config/chroot_local-hooks/97-versions b/config/chroot_local-hooks/97-versions
index c7709645a8..29881eb67d 100755
--- a/config/chroot_local-hooks/97-versions
+++ b/config/chroot_local-hooks/97-versions
@@ -6,8 +6,8 @@ set -e

echo "Appending some version information to /etc/amnesia/version"

-echo "live-boot: `dpkg-query -W -f='${Version}\n' live-boot`" \
+echo "live-boot: $(dpkg-query -W -f='${Version}\n' live-boot)" \
    >> /etc/amnesia/version


-echo "live-config: `dpkg-query -W -f='${Version}\n' live-config`" \
+echo "live-config: $(dpkg-query -W -f='${Version}\n' live-config)" \
    >> /etc/amnesia/version
diff --git a/config/chroot_local-hooks/98-remove_unwanted_files b/config/chroot_local-hooks/98-remove_unwanted_files
index a7bfc95fcb..d5e6a1239f 100755
--- a/config/chroot_local-hooks/98-remove_unwanted_files
+++ b/config/chroot_local-hooks/98-remove_unwanted_files
@@ -12,6 +12,7 @@ find /usr/share/doc -type f -name changelog.Debian.gz -delete
 find /usr/share/doc -type f -name NEWS.Debian.gz      -delete


# Remove .in files managed by intltool
+# shellcheck disable=SC2086
rm $POTFILES_DOT_IN

# These files are not needed after the Tor Browser has been installed
@@ -20,7 +21,7 @@ rm /usr/share/tails/tbb-*.txt

 # Remove the snakeoil SSL key pair generated by ssl-cert
 find /etc/ssl/certs /etc/ssl/private |
-    while read f; do
+    while read -r f; do
        if [ "$(readlink -f "$f")" = "/etc/ssl/certs/ssl-cert-snakeoil.pem" ] || \
           [ "$(readlink -f "$f")" = "/etc/ssl/private/ssl-cert-snakeoil.key" ]; then
        rm "${f}"
diff --git a/config/chroot_local-hooks/99-zz-install-ASP-DPKG-hooks b/config/chroot_local-hooks/99-zz-install-ASP-DPKG-hooks
old mode 100644
new mode 100755
diff --git a/config/chroot_local-hooks/99-zzz_truncate_logs b/config/chroot_local-hooks/99-zzz_truncate_logs
index 1542fcd8c7..537ab2c6d8 100755
--- a/config/chroot_local-hooks/99-zzz_truncate_logs
+++ b/config/chroot_local-hooks/99-zzz_truncate_logs
@@ -3,6 +3,4 @@
 set -e


 echo "Truncating log files"
-for file in $(find /var/log/ -type f); do
-    : > "${file}"
-done
+find /var/log/ -type f -exec truncate --size=0 '{}' \;
diff --git a/config/chroot_local-hooks/99-zzzzzz_reproducible-builds-post-processing b/config/chroot_local-hooks/99-zzzzzz_reproducible-builds-post-processing
old mode 100644
new mode 100755
diff --git a/config/chroot_local-includes/etc/NetworkManager/dispatcher.d/01-wait-for-notification-recipient.sh b/config/chroot_local-includes/etc/NetworkManager/dispatcher.d/01-wait-for-notification-recipient.sh
index ca9dea45a2..10ad5cdcb7 100755
--- a/config/chroot_local-includes/etc/NetworkManager/dispatcher.d/01-wait-for-notification-recipient.sh
+++ b/config/chroot_local-includes/etc/NetworkManager/dispatcher.d/01-wait-for-notification-recipient.sh
@@ -12,7 +12,7 @@ MAX_WAIT=120
 # Get LIVE_USERNAME
 . /etc/live/config.d/username.conf


-for i in $(seq 1 ${MAX_WAIT}) ; do
+for _ in $(seq 1 ${MAX_WAIT}) ; do
    if pgrep -u "${LIVE_USERNAME}" '^ibus-daemon' >/dev/null 2>&1 ; then
       break
    fi
diff --git a/config/chroot_local-includes/etc/NetworkManager/dispatcher.d/10-tor.sh b/config/chroot_local-includes/etc/NetworkManager/dispatcher.d/10-tor.sh
index 32304db307..1f56cc92a6 100755
--- a/config/chroot_local-includes/etc/NetworkManager/dispatcher.d/10-tor.sh
+++ b/config/chroot_local-includes/etc/NetworkManager/dispatcher.d/10-tor.sh
@@ -20,9 +20,6 @@ fi
 # Import tor_control_setconf(), TOR_LOG
 . /usr/local/lib/tails-shell-library/tor.sh


-# Import tails_netconf()
-. /usr/local/lib/tails-shell-library/tails-greeter.sh
-
# It's safest that Tor is not running when messing with its logs.
systemctl stop tor@???

@@ -30,61 +27,18 @@ systemctl stop tor@???
# tordate/20-time.sh), so deleting it seems like a Good Thing(TM).
rm -f "${TOR_LOG}"

-# The Tor syscall sandbox is not compatible with managed proxies.
-# We could possibly detect whether the user has configured any such
-# thing via Tor Launcher later (e.g. in 60-tor-ready.sh),
-# but then we would have to restart Tor again to enable the sandbox.
-# Let's avoid doing that, and enable the Sandbox only if no special Tor
-# configuration is needed. Too bad users who simply need to configure
-# a HTTP proxy or allowed firewall ports won't get the sandboxing, but
-# much better than nothing.
-if [ "$(tails_netconf)" = "direct" ]; then
-    tor_set_in_torrc Sandbox 1
-fi
-
 # We would like Tor to be started during init time, even before the
 # network is up, and then send it a SIGHUP here to make it start
 # bootstrapping swiftly, but it doesn't work because of a bug in
 # Tor. Details:
 # * https://trac.torproject.org/projects/tor/ticket/1247
 # * https://tails.boum.org/bugs/tor_vs_networkmanager/
-# To work around this we restart Tor, in various ways, no matter the
-# case below.
-TOR_SYSTEMD_OVERRIDE_DIR="/lib/systemd/system/tor@???"
-TOR_RESOLV_CONF_OVERRIDE="${TOR_SYSTEMD_OVERRIDE_DIR}/50-resolv-conf-override.conf"
-if [ "$(tails_netconf)" = "obstacle" ]; then
-    # Override /etc/resolv.conf for tor only, so it can use a clearnet
-    # DNS server to resolve hostnames used for pluggable transport and
-    # proxies.
-    if [ ! -e "${TOR_RESOLV_CONF_OVERRIDE}" ]; then
-        mkdir -p "${TOR_SYSTEMD_OVERRIDE_DIR}"
-        cat > "${TOR_RESOLV_CONF_OVERRIDE}" <<EOF
-[Service]
-BindReadOnlyPaths=/etc/resolv-over-clearnet.conf:/etc/resolv.conf
-EOF
-        systemctl daemon-reload
-    fi
-
-    # We do not use restart-tor since it validates that bootstraping
-    # succeeds. That cannot happen until Tor Launcher has started
-    # (below) and the user is done configuring it.
-    systemctl restart tor@???
+# To work around this we restart Tor.
+systemctl restart tor@???


-    # Enable the transports we support. We cannot do this in general,
-    # when bridge mode is not enabled, since we then use seccomp
-    # sandboxing.
-    tor_control_setconf 'ClientTransportPlugin="obfs2,obfs3,obfs4,meek_lite exec /usr/bin/obfs4proxy managed"'
+/usr/local/sbin/tails-tor-launcher &


-    /usr/local/sbin/tails-tor-launcher &
-
-    # Wait until the user has done the Tor Launcher configuration.
-    until [ "$(tor_control_getconf DisableNetwork)" = 0 ]; do
-        sleep 1
-    done
-else
-    if [ -e "${TOR_RESOLV_CONF_OVERRIDE}" ]; then
-        rm "${TOR_RESOLV_CONF_OVERRIDE}"
-        systemctl daemon-reload
-    fi
-    ( restart-tor ) &
-fi
+# Wait until the user has done the Tor Launcher configuration.
+until [ "$(tor_control_getconf DisableNetwork)" = 0 ]; do
+    sleep 1
+done
diff --git a/config/chroot_local-includes/etc/NetworkManager/dispatcher.d/20-time.sh b/config/chroot_local-includes/etc/NetworkManager/dispatcher.d/20-time.sh
index 18c7f6b067..d9fca12405 100755
--- a/config/chroot_local-includes/etc/NetworkManager/dispatcher.d/20-time.sh
+++ b/config/chroot_local-includes/etc/NetworkManager/dispatcher.d/20-time.sh
@@ -16,9 +16,6 @@
 # Import tor_control_*(), tor_is_working(), TOR_LOG, TOR_DIR
 . /usr/local/lib/tails-shell-library/tor.sh


-# Import tails_netconf()
-. /usr/local/lib/tails-shell-library/tails-greeter.sh
-
### Init variables

 TORDATE_DIR=/run/tordate
@@ -59,18 +56,19 @@ has_consensus() {
     if [ $# -ge 1 ]; then
         files="$@"
     fi
+    # shellcheck disable=SC2086
     grep -qs "^valid-until ${DATE_RE}"'$' ${files}
 }


 has_only_unverified_consensus() {
-    [ ! -e ${TOR_CONSENSUS} ] && has_consensus ${TOR_UNVERIFIED_CONSENSUS}
+    [ ! -e "${TOR_CONSENSUS}" ] && has_consensus "${TOR_UNVERIFIED_CONSENSUS}"
 }


 wait_for_tor_consensus_helper() {
     tries=0
     while ! has_consensus && [ $tries -lt 10 ]; do
-        inotifywait -q -t 30 -e close_write -e moved_to ${TOR_DIR} || log "timeout"
-        tries=$(expr $tries + 1)
+        inotifywait -q -t 30 -e close_write -e moved_to "${TOR_DIR}" || log "timeout"
+        tries=$((tries + 1))
     done


     # return some kind of success measurement
@@ -100,7 +98,7 @@ wait_for_working_tor() {
     while ! tor_is_working; do
         if [ "$waited" -lt ${INOTIFY_TIMEOUT} ]; then
             sleep 2
-            waited=$(($waited + 2))
+            waited=$((waited + 2))
         else
             log "Timed out waiting for Tor to be working"
             return 1
@@ -134,21 +132,21 @@ maybe_set_time_from_tor_consensus() {
     local consensus=${TOR_CONSENSUS}


     if has_only_unverified_consensus \
-       && ln -f ${TOR_UNVERIFIED_CONSENSUS} ${TOR_UNVERIFIED_CONSENSUS_HARDLINK}; then
-        consensus=${TOR_UNVERIFIED_CONSENSUS_HARDLINK}
+       && ln -f "${TOR_UNVERIFIED_CONSENSUS}" "${TOR_UNVERIFIED_CONSENSUS_HARDLINK}"; then
+        consensus="${TOR_UNVERIFIED_CONSENSUS_HARDLINK}"
         log "We do not have a Tor verified consensus, let's use the unverified one."
     fi


     log "Waiting for the chosen Tor consensus file to contain a valid time interval..."
-    while ! has_consensus ${consensus}; do
-        inotifywait -q -t ${INOTIFY_TIMEOUT} -e close_write -e moved_to ${TOR_DIR} || log "timeout"
+    while ! has_consensus "${consensus}"; do
+        inotifywait -q -t "${INOTIFY_TIMEOUT}" -e close_write -e moved_to "${TOR_DIR}" || log "timeout"
     done
     log "The chosen Tor consensus now contains a valid time interval, let's use it."



     # Get various date points in Tor's format, and do some sanity checks
-    vstart=$(sed -n "/^valid-after \(${DATE_RE}\)"'$/s//\1/p; t q; b; :q q' ${consensus})
-    vend=$(sed -n "/^valid-until \(${DATE_RE}\)"'$/s//\1/p; t q; b; :q q' ${consensus})
+    vstart=$(sed -n "/^valid-after \(${DATE_RE}\)"'$/s//\1/p; t q; b; :q q' "${consensus}")
+    vend=$(sed -n "/^valid-until \(${DATE_RE}\)"'$/s//\1/p; t q; b; :q q' "${consensus}")
     vmid=$(date -ud "${vstart} -0130" +'%F %T')
     log "Tor: valid-after=${vstart} | valid-until=${vend}"


@@ -175,7 +173,7 @@ maybe_set_time_from_tor_consensus() {
 tor_cert_valid_after() {
     # Only print the last = freshest match
     sed -n 's/^.*certificate lifetime runs from \(.*\) through.*$/\1/p' \
-        ${TOR_LOG} | tail -n 1
+        "${TOR_LOG}" | tail -n 1
 }


 tor_cert_lifetime_invalid() {
@@ -185,7 +183,7 @@ tor_cert_lifetime_invalid() {
     # The log severity will be "warn" if bootstrapping with
     # authorities and "info" with bridges.
     grep -q "\[\(warn\|info\)\] Certificate \(not yet valid\|already expired\)\." \
-        ${TOR_LOG}
+        "${TOR_LOG}"
 }


# This check is blocking until Tor reaches either of two states:
diff --git a/config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh b/config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh
deleted file mode 100755
index 682d2980e7..0000000000
--- a/config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh
+++ /dev/null
@@ -1,43 +0,0 @@
-#! /bin/sh
-
-# Run only when the interface is not "lo":
-if [ -z "$1" ] || [ "$1" = "lo" ]; then
- exit 0
-fi
-
-# Run whenever an interface gets "up", not otherwise:
-if [ "$2" != "up" ]; then
- exit 0
-fi
-
-# Import tor_has_bootstrapped()
-. /usr/local/lib/tails-shell-library/systemd.sh
-
-# Get LANG
-. /etc/default/locale
-export LANG
-
-# Initialize gettext support
-. gettext.sh
-TEXTDOMAIN="tails"
-export TEXTDOMAIN
-
-while ! tor_has_bootstrapped; do
- sleep 1
-done
-
-# We now know that whatever Tor settings we are using works, so if Tor
-# Launcher is still running, we can just kill it and make sure it
-# won't start next network reconnect. A reason for this happening is
-# if Tor was restarted by tordate, e.g. if the clock was to incorrect.
-TOR_LAUNCHER_PROCESS_REGEX="firefox-unconfined -?-app.*tor-launcher-standalone"
-if pgrep -f "${TOR_LAUNCHER_PROCESS_REGEX}"; then
- pkill -f "${TOR_LAUNCHER_PROCESS_REGEX}"
- pref=/home/tor-launcher/.tor-launcher/profile.default/prefs.js
- sed -i '/^user_pref("extensions\.torlauncher\.prompt_at_startup"/d' "${pref}"
- echo 'user_pref("extensions.torlauncher.prompt_at_startup", false);' >> "${pref}"
-fi
-
-/usr/local/sbin/tails-notify-user \
- "`gettext \"Tor is ready\"`" \
- "`gettext \"You can now access the Internet.\"`"
diff --git a/config/chroot_local-includes/etc/dconf/db/local.d/00_Tails_defaults b/config/chroot_local-includes/etc/dconf/db/local.d/00_Tails_defaults
index 470a4fc2ac..c6e88649f2 100644
--- a/config/chroot_local-includes/etc/dconf/db/local.d/00_Tails_defaults
+++ b/config/chroot_local-includes/etc/dconf/db/local.d/00_Tails_defaults
@@ -71,7 +71,7 @@ sleep-inactive-battery-type ='nothing'

[org/gnome/shell]
enabled-extensions = ['apps-menu@???', 'places-menu@???', 'window-list@???', 'TopIcons@???', 'status-menu-helper@???', 'torstatus@???', 'desktop-icons@csoriano']
-favorite-apps=['tor-browser.desktop', 'tails-persistence-setup.desktop', 'tails-documentation.desktop', 'whisperback.desktop', 'tails-installer.desktop', 'thunderbird.desktop', 'org.keepassxc.KeePassXC.desktop', 'pidgin.desktop', 'org.gnome.Nautilus.desktop']
+favorite-apps=['tor-browser.desktop', 'tca.desktop', 'tails-persistence-setup.desktop', 'tails-documentation.desktop', 'whisperback.desktop', 'tails-installer.desktop', 'thunderbird.desktop', 'org.keepassxc.KeePassXC.desktop', 'pidgin.desktop', 'org.gnome.Nautilus.desktop']

 [org/gnome/shell/extensions/desktop-icons]
 icon-size='small'
diff --git a/config/chroot_local-includes/etc/ferm/ferm.conf b/config/chroot_local-includes/etc/ferm/ferm.conf
index e1f6ed9d52..d781c4c03e 100644
--- a/config/chroot_local-includes/etc/ferm/ferm.conf
+++ b/config/chroot_local-includes/etc/ferm/ferm.conf
@@ -61,7 +61,7 @@ domain ip {
                 # White-list access to the Tor control port filter
                 daddr 127.0.0.1 proto tcp dport 9051 {
                     mod owner uid-owner $amnesia_uid ACCEPT;
-                    mod owner uid-owner tor-launcher ACCEPT;
+                    mod owner uid-owner root ACCEPT;
                 }


                 # White-list access to Tor's TransPort
diff --git a/config/chroot_local-includes/etc/gdm3/PostLogin/Default b/config/chroot_local-includes/etc/gdm3/PostLogin/Default
index 26915d41b6..d88f0ea4d7 100755
--- a/config/chroot_local-includes/etc/gdm3/PostLogin/Default
+++ b/config/chroot_local-includes/etc/gdm3/PostLogin/Default
@@ -16,14 +16,9 @@
 # For whatever reason, /usr/sbin (needed by at least chpasswd)
 # is not in our PATH
 export PATH="/usr/sbin:${PATH}"
-LIVE_PASSWORD=live
 POLKIT=/etc/polkit-1/localauthority.conf.d/52-tails-greeter.conf
 SUDOERS=/etc/sudoers.d/tails-greeter
 NO_PASSWORD_LECTURE=/etc/sudoers.d/tails-greeter-no-password-lecture
-KBDSET=/etc/default/keyboard
-CONSET=/etc/default/console-setup
-LOCALE_CFG=/etc/default/locale
-CODSET="Uni1" # universal codeset to properly display glyphs in localized console
 GREETER_EXPORTED_SETTINGS="tails.macspoof tails.network tails.unsafe-browser"


 log() {
diff --git a/config/chroot_local-includes/etc/onion-grater.d/tor-connection-assistant.yml b/config/chroot_local-includes/etc/onion-grater.d/tor-connection-assistant.yml
new file mode 100644
index 0000000000..884e1d1ac9
--- /dev/null
+++ b/config/chroot_local-includes/etc/onion-grater.d/tor-connection-assistant.yml
@@ -0,0 +1,32 @@
+---
+# TODO: see #18123 for better solution to apparmor-profiles
+# since this is one of the most powerful profiles, it must be one of the first to be migrated
+- hosts:
+    - '10.200.1.10'
+  commands:
+    SAVECONF:
+      - ''
+    GETINFO:
+      - 'status/bootstrap-phase'
+      - 'status/circuit-established'
+      - 'version'
+  confs:
+    UseBridges: ['', '.*']
+    Bridge: ['', '.*']
+    Socks4Proxy: ['', '.*']
+    Socks5Proxy: ['', '.*']
+    HttpsProxy: ['', '.*']
+    Socks5ProxyUsername: ['', '.*']
+    Socks5ProxyPassword: ['', '.*']
+    HttpsProxyAuthenticator: ['', '.*']
+    ReachableAddresses: ['', '.*']
+    DisableNetwork: ['"0"', '"1"']
+    __owningcontrollerprocess:
+  events:
+    STATUS_CLIENT:
+    STATUS_SERVER:
+    SIGNAL:
+    CONF_CHANGED:
+    NOTICE:
+    WARN:
+    ERR:
diff --git a/config/chroot_local-includes/etc/onion-grater.d/tor-launcher.yml b/config/chroot_local-includes/etc/onion-grater.d/tor-launcher.yml
deleted file mode 100644
index 7416fadde6..0000000000
--- a/config/chroot_local-includes/etc/onion-grater.d/tor-launcher.yml
+++ /dev/null
@@ -1,26 +0,0 @@
----
-- apparmor-profiles:
-    - '/usr/local/lib/tor-browser/firefox-unconfined'
-  users:
-    - 'tor-launcher'
-  commands:
-    SAVECONF:
-      - ''
-    GETINFO:
-      - 'status/bootstrap-phase'
-  confs:
-    UseBridges: ['', '.*']
-    Bridge: ['', '.*']
-    Socks4Proxy: ['', '.*']
-    Socks5Proxy: ['', '.*']
-    HTTPSProxy: ['', '.*']
-    Socks5ProxyUsername: ['', '.*']
-    Socks5ProxyPassword: ['', '.*']
-    HTTPSProxyAuthenticator: ['', '.*']
-    ReachableAddresses: ['', '.*']
-    DisableNetwork: ['0', '1']
-  events:
-    STATUS_CLIENT:
-    NOTICE:
-    WARN:
-    ERR:
diff --git a/config/chroot_local-includes/etc/sudoers.d/zzz_tca b/config/chroot_local-includes/etc/sudoers.d/zzz_tca
new file mode 100644
index 0000000000..d7d73337c4
--- /dev/null
+++ b/config/chroot_local-includes/etc/sudoers.d/zzz_tca
@@ -0,0 +1,2 @@
+amnesia   ALL = NOPASSWD: /usr/local/bin/tca ""
+
diff --git a/config/chroot_local-includes/etc/tor/torrc b/config/chroot_local-includes/etc/tor/torrc
index 0503c36ef4..b113a4aa46 100644
--- a/config/chroot_local-includes/etc/tor/torrc
+++ b/config/chroot_local-includes/etc/tor/torrc
@@ -17,6 +17,16 @@ AutomapHostsSuffixes .exit,.onion
 ## Transparent proxy
 TransPort 127.0.0.1:9040


+## Enable the Seccomp sandbox. It will disabled later (by the
+## tor-sandox-helper script) if we configure any pluggable transport
+## in Tor Launcher; note that old-school "simple" bridges will still
+## have the sandbox enabled.
+#Sandbox 1
+
+# XXX: added temporarily for the 17215-tca-always-started branch. TCA
+# should instead set this whenever the sandbox is disabled.
+ClientTransportPlugin obfs2,obfs3,obfs4,meek_lite exec /usr/bin/obfs4proxy managed
+
## Misc
AvoidDiskWrites 1

@@ -28,3 +38,7 @@ WarnPlaintextPorts 23,109
 ## but we have some code that reads Tor's logs and only supports plaintext
 ## log files at the moment, so let's keep logging to a file.
 Log notice file /var/log/tor/log
+
+## Tor Launcher will enable the network access for Tor once the user
+## has provided the configuration they desire.
+DisableNetwork 1
diff --git a/config/chroot_local-includes/lib/live/config/1500-reconfigure-APT b/config/chroot_local-includes/lib/live/config/1500-reconfigure-APT
index c65cce3712..2c4913fcee 100755
--- a/config/chroot_local-includes/lib/live/config/1500-reconfigure-APT
+++ b/config/chroot_local-includes/lib/live/config/1500-reconfigure-APT
@@ -11,6 +11,7 @@ sed -E -i 's,\s+non-free$,,' \
 sed -E -i '/^deb(-src)?\s+\S+\s+\S+-proposed-updates\s+/d' \
            /etc/apt/sources.list /etc/apt/sources.list.d/*.list


+# shellcheck disable=SC2016
echo '

### Time-based snapshots
@@ -91,6 +92,7 @@ s{

echo "- configuring APT preferences"

+# shellcheck disable=SC2016
echo '
### Custom APT repository

diff --git a/config/chroot_local-includes/lib/live/config/8000-rootpw b/config/chroot_local-includes/lib/live/config/8000-rootpw
index 7a48eedd7b..42abb659b3 100755
--- a/config/chroot_local-includes/lib/live/config/8000-rootpw
+++ b/config/chroot_local-includes/lib/live/config/8000-rootpw
@@ -1,10 +1,11 @@
#!/bin/sh

+# shellcheck disable=SC2013
 for X in $(cat /proc/cmdline); do
     case ${X} in
         rootpw=*)
             PW=${X#rootpw=}
-            usermod -p $(echo ${PW} | mkpasswd -s) root
+            usermod -p "$(echo "${PW}" | mkpasswd -s)" root
             exit 0
             ;;
     esac
diff --git a/config/chroot_local-includes/lib/systemd/system/tails-unblock-network.service b/config/chroot_local-includes/lib/systemd/system/tails-unblock-network.service
index e02b29f3a6..1fda2abfde 100644
--- a/config/chroot_local-includes/lib/systemd/system/tails-unblock-network.service
+++ b/config/chroot_local-includes/lib/systemd/system/tails-unblock-network.service
@@ -5,18 +5,12 @@ Documentation=https://tails.boum.org/contribute/design/MAC_address/
 [Service]
 Type=oneshot
 RemainAfterExit=yes
-EnvironmentFile=/var/lib/gdm3/settings/tails.network
-
-ExecStartPre=/bin/sh -c \
-    'if [ "${TAILS_NETCONF}" = "obstacle" ] ; then \
-         . /usr/local/lib/tails-shell-library/tor.sh ; \
-         tor_set_in_torrc "DisableNetwork" "1"       ; \
-     fi'


 # We sync to make sure the blacklist has disappeared from the
 # filesystem
 ExecStart=/bin/sh -c \
-    'if [ "${TAILS_NETCONF}" != "disabled" ] ; then \
+    '. /usr/local/lib/tails-shell-library/tails-greeter.sh ; \
+     if tails_network_enabled ; then \
          /bin/rm -f /etc/modprobe.d/all-net-blacklist.conf ; \
          /bin/touch /etc/modprobe.d ; \
          /bin/sync ; \
diff --git a/config/chroot_local-includes/lib/systemd/system/tor@???/50-resolv-conf-override.conf b/config/chroot_local-includes/lib/systemd/system/tor@???/50-resolv-conf-override.conf
new file mode 100644
index 0000000000..dab982d306
--- /dev/null
+++ b/config/chroot_local-includes/lib/systemd/system/tor@???/50-resolv-conf-override.conf
@@ -0,0 +1,5 @@
+[Service]
+
+# Override /etc/resolv.conf so tor can use a clearnet DNS server to
+# resolve hostnames used for pluggable transport and proxies.
+BindReadOnlyPaths=/etc/resolv-over-clearnet.conf:/etc/resolv.conf
diff --git a/config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/greeter.py b/config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/greeter.py
index 7c62c4dc8b..489807e059 100644
--- a/config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/greeter.py
+++ b/config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/greeter.py
@@ -32,7 +32,7 @@ from tailsgreeter.settings.network import NetworkSetting
 from tailsgreeter.settings.persistence import PersistenceSettings
 from tailsgreeter.settings.unsafe_browser import UnsafeBrowserSetting
 from tailsgreeter.translatable_window import TranslatableWindow
-from tailsgreeter.ui.additional_settings import AdminSettingUI, MACSpoofSettingUI, NetworkSettingUI, UnsafeBrowserSettingUI
+from tailsgreeter.ui.additional_settings import AdminSettingUI, MACSpoofSettingUI, NetworkSettingUI, UnsafeBrowserSettingUI, ObsoleteNetworkSettingUI
 from tailsgreeter.ui.main_window import GreeterMainWindow
 from tailsgreeter.ui.region_settings import LanguageSettingUI, KeyboardSettingUI, FormatsSettingUI
 from tailsgreeter.ui.settings_collection import GreeterSettingsCollection
@@ -90,6 +90,7 @@ class GreeterApplication(object):
             MACSpoofSettingUI(self.macspoof_setting),
             NetworkSettingUI(self.network_setting),
             UnsafeBrowserSettingUI(self.unsafe_browser_setting),
+            ObsoleteNetworkSettingUI(),
         )


         # Initialize main window
diff --git a/config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/settings/network.py b/config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/settings/network.py
index 44f7218d27..3c3442d6f0 100644
--- a/config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/settings/network.py
+++ b/config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/settings/network.py
@@ -1,14 +1,9 @@
 import tailsgreeter.config
-from tailsgreeter.settings.setting import StringSetting
+from tailsgreeter.settings.setting import BooleanSetting


-NETCONF_DIRECT = "direct"
-NETCONF_OBSTACLE = "obstacle"
-NETCONF_DISABLED = "disabled"

-
-class NetworkSetting(StringSetting):
-    """Setting controlling how Tails connects to Tor"""
+class NetworkSetting(BooleanSetting):
+    """Setting controlling if networking is enabled at all"""


     def __init__(self):
-        super().__init__(tailsgreeter.config.network_setting_path, "TAILS_NETCONF")
-
+        super().__init__(tailsgreeter.config.network_setting_path, "TAILS_NETWORK")
diff --git a/config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/add_settings_dialog.py b/config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/add_settings_dialog.py
index 4fda49cd58..cffe2bd761 100644
--- a/config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/add_settings_dialog.py
+++ b/config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/add_settings_dialog.py
@@ -99,9 +99,10 @@ class AddSettingsDialog(Gtk.Dialog, TranslatableWindow):
         setting = self.settings.additional_settings[id_]
         self.stack.add_named(setting.box, 'setting-details')
         self.stack.set_visible_child_name('setting-details')
-        self.button_add.set_sensitive(True)
         self.button_back.set_visible(True)
-        self.button_add.set_visible(True)
+        if not setting.hide_button_add:
+            self.button_add.set_sensitive(True)
+            self.button_add.set_visible(True)
         setting.on_opened_in_dialog()


     def run(self, id_=None) -> int:
diff --git a/config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py b/config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py
index 2a9ab99649..35fd8f69b3 100644
--- a/config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py
+++ b/config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py
@@ -4,7 +4,6 @@ from tailsgreeter import TRANSLATION_DOMAIN
 import tailsgreeter.config
 import tailsgreeter.utils
 from tailsgreeter.settings import SettingNotFoundError
-from tailsgreeter.settings.network import NETCONF_DIRECT, NETCONF_DISABLED, NETCONF_OBSTACLE
 from tailsgreeter.ui import _
 from tailsgreeter.ui.setting import GreeterSetting
 from tailsgreeter.ui.popover import Popover
@@ -26,6 +25,7 @@ class AdditionalSetting(GreeterSetting):
     def __init__(self):
         super().__init__()
         self.dialog = None
+        self.hide_button_add = False


         self.builder = Gtk.Builder()
         self.builder.set_translation_domain(TRANSLATION_DOMAIN)
@@ -184,7 +184,7 @@ class MACSpoofSettingUI(AdditionalSetting):


     @property
     def title(self) -> str:
-        return _("_MAC Address Spoofing")
+        return _("_MAC Address Anonymization")


     @property
     def icon_name(self) -> str:
@@ -247,82 +247,88 @@ class NetworkSettingUI(AdditionalSetting):


     @property
     def title(self) -> str:
-        return _("_Network Connection")
+        return _("_Offline Mode")


     @property
     def icon_name(self) -> str:
-        return "tails-network"
+        return "airplane-mode-symbolic"


     @property
     def value_for_display(self) -> str:
-        if self.value == NETCONF_DIRECT:
-            return _("Direct (default)")
-        if self.value == NETCONF_OBSTACLE:
-            return _("Bridge & Proxy")
-        if self.value == NETCONF_DISABLED:
-            return _("Offline")
+        if self.network_enabled:
+            return _("Enable networking (default)")
+        else:
+            return _("Disable all networking")


     def __init__(self, network_setting: "NetworkSetting"):
         self._network_setting = network_setting
-        self.value = NETCONF_DIRECT
+        self.network_enabled = True
         super().__init__()
-        self.accel_key = Gdk.KEY_n
-        self.icon_network_clear_chosen = self.builder.get_object('image_network_clear')
-        self.icon_network_specific_chosen = self.builder.get_object('image_network_specific')
-        self.icon_network_off_chosen = self.builder.get_object('image_network_off')
+        self.accel_key = Gdk.KEY_o
+
+        self.image_network_on = self.builder.get_object('image_network_on')
+        self.image_network_off = self.builder.get_object('image_network_off')
         self.listbox_network_controls = self.builder.get_object('listbox_network_controls')
-        self.listbox_network_controls.connect('button-press-event', self.cb_listbox_button_press)
         self.listbox_network_controls.connect('row-activated', self.cb_listbox_network_row_activated)
-        self.listboxrow_netconf_direct = self.builder.get_object('listboxrow_netconf_direct')
-        self.listboxrow_netconf_obstacle = self.builder.get_object('listboxrow_netconf_obstacle')
-        self.listboxrow_netconf_disabled = self.builder.get_object('listboxrow_netconf_disabled')
+        self.listbox_network_controls.connect('button-press-event', self.cb_listbox_button_press)
+        self.listboxrow_network_on = self.builder.get_object('listboxrow_network_on')
+        self.listboxrow_network_off = self.builder.get_object('listboxrow_network_off')


     def apply(self):
-        self._network_setting.save(self.value)
-        is_bridge = self.value == NETCONF_OBSTACLE
-        self.main_window.set_bridge_infobar_visibility(is_bridge)
+        self._network_setting.save(self.network_enabled)
         super().apply()


-    def load(self):
+    def load(self) -> bool:
         try:
             value = self._network_setting.load()
         except SettingNotFoundError:
             raise


         # Select the correct listboxrow (used in the popover)
-        if value == NETCONF_DIRECT:
-            self.listbox_network_controls.select_row(self.listboxrow_netconf_direct)
-        elif value == NETCONF_OBSTACLE:
-            self.listbox_network_controls.select_row(self.listboxrow_netconf_obstacle)
-        elif value == NETCONF_DISABLED:
-            self.listbox_network_controls.select_row(self.listboxrow_netconf_disabled)
-
-        if self.value == value:
+        if value:
+            self.listbox_network_controls.select_row(self.listboxrow_network_on)
+        else:
+            self.listbox_network_controls.select_row(self.listboxrow_network_off)
+
+        if self.network_enabled == value:
             return False


-        self.value = value
+        self.network_enabled = value
         return True


     def cb_listbox_network_row_activated(self, listbox, row, user_data=None):
-        self.icon_network_clear_chosen.set_visible(False)
-        self.icon_network_specific_chosen.set_visible(False)
-        self.icon_network_off_chosen.set_visible(False)
-
-        if row == self.listboxrow_netconf_direct:
-            self.value = NETCONF_DIRECT
-            self.icon_network_clear_chosen.set_visible(True)
-        elif row == self.listboxrow_netconf_obstacle:
-            self.value = NETCONF_OBSTACLE
-            self.icon_network_specific_chosen.set_visible(True)
-        elif row == self.listboxrow_netconf_disabled:
-            self.value = NETCONF_DISABLED
-            self.icon_network_off_chosen.set_visible(True)
+        self.network_enabled = row == self.listboxrow_network_on
+        self.image_network_on.set_visible(self.network_enabled)
+        self.image_network_off.set_visible(not self.network_enabled)


         if self.has_popover() and self.popover.is_open():
             self.popover.close(Gtk.ResponseType.YES)
         return False



+class ObsoleteNetworkSettingUI(AdditionalSetting):
+    @property
+    def id(self) -> str:
+        return "obsolete_network"
+
+    @property
+    def title(self) -> str:
+        return _("_Network Connection")
+
+    @property
+    def icon_name(self) -> str:
+        return "tails-network"
+
+    @property
+    def value_for_display(self) -> str:
+        return _("Obsolete")
+
+    def __init__(self):
+        super().__init__()
+        self.accel_key = Gdk.KEY_n
+        self.hide_button_add = True
+
+
 class UnsafeBrowserSettingUI(AdditionalSetting):
     @property
     def id(self) -> str:
diff --git a/config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/main_window.py b/config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/main_window.py
index 29c992df62..77ba700823 100644
--- a/config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/main_window.py
+++ b/config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/main_window.py
@@ -110,7 +110,6 @@ class GreeterMainWindow(Gtk.Window, TranslatableWindow):
         self.box_storage_unlocked = builder.get_object('box_storage_unlocked')
         self.entry_storage_passphrase = builder.get_object('entry_storage_passphrase')
         self.frame_language = builder.get_object('frame_language')
-        self.infobar_network = builder.get_object('infobar_network')
         self.infobar_settings_loaded = builder.get_object('infobar_settings_loaded')
         self.label_settings_default = builder.get_object('label_settings_default')
         self.listbox_add_setting = builder.get_object('listbox_add_setting')
@@ -286,9 +285,6 @@ class GreeterMainWindow(Gtk.Window, TranslatableWindow):
         self.button_start.grab_focus()
         self.get_root_window().set_cursor(Gdk.Cursor.new(Gdk.CursorType.ARROW))


-    def set_bridge_infobar_visibility(self, value: bool):
-        self.infobar_network.set_visible(value)
-
     # Callbacks


     def cb_accelgroup_setting_activated(self, accel_group, accelerable,
diff --git a/config/chroot_local-includes/usr/lib/python3/dist-packages/tailslib/logutils.py b/config/chroot_local-includes/usr/lib/python3/dist-packages/tailslib/logutils.py
new file mode 100644
index 0000000000..49cfa7c28f
--- /dev/null
+++ b/config/chroot_local-includes/usr/lib/python3/dist-packages/tailslib/logutils.py
@@ -0,0 +1,62 @@
+"""
+This module provides functions to aid sending logs to syslog or stderr sensibly
+"""
+
+import sys
+import logging
+import logging.handlers
+from logging import Handler
+
+
+def get_syslog_handler(ident=None) -> Handler:
+    handler = logging.handlers.SysLogHandler(address="/run/systemd/journal/dev-log")
+    if ident is None:
+        try:
+            import prctl
+        except ImportError:
+            pass
+        else:
+            handler.ident = "%s: " % prctl.get_name()
+    else:
+        handler.ident = '%s: ' % ident
+    return handler
+
+
+def get_stderr_handler() -> Handler:
+    return logging.StreamHandler()
+
+
+def get_best_handler_hint() -> str:
+    if sys.stderr is None:  # close
+        return "syslog"
+    elif not sys.stderr.isatty():
+        return "syslog"
+    return "stderr"
+
+
+def get_handler_by_hint(hint: str, ident=None) -> Handler:
+    if hint == "auto":
+        hint = get_best_handler_hint()
+    if hint == "syslog":
+        return get_syslog_handler(ident)
+    elif hint == "stderr":
+        return get_stderr_handler()
+    else:
+        raise ValueError("unsupported hint %s" % (hint))
+
+
+def configure_logging(hint="auto", ident=None, **kwargs):
+    handler = get_handler_by_hint(hint, ident=None)
+    logging.basicConfig(handlers=[handler], **kwargs)
+
+
+if __name__ == "__main__":
+    import argparse
+
+    p = argparse.ArgumentParser()
+    p.add_argument("--hint", default="auto", choices=["auto", "stderr", "syslog"])
+    p.add_argument('message')
+    args = p.parse_args()
+    print(get_best_handler_hint())
+    configure_logging(hint=args.hint)
+    logging.warning(args.message)
diff --git a/config/chroot_local-includes/usr/lib/python3/dist-packages/tca/__init__.py b/config/chroot_local-includes/usr/lib/python3/dist-packages/tca/__init__.py
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/config/chroot_local-includes/usr/lib/python3/dist-packages/tca/application.py b/config/chroot_local-includes/usr/lib/python3/dist-packages/tca/application.py
new file mode 100755
index 0000000000..a38106a1e3
--- /dev/null
+++ b/config/chroot_local-includes/usr/lib/python3/dist-packages/tca/application.py
@@ -0,0 +1,157 @@
+#!/usr/bin/python3
+
+import sys
+import logging
+import gettext
+from argparse import ArgumentParser, ArgumentDefaultsHelpFormatter
+
+from stem.control import Controller
+import prctl
+import gi
+import dbus
+import dbus.mainloop.glib
+
+from tca.ui.main_window import TCAMainWindow
+import tca.config
+from tca.torutils import (
+    recover_fd_from_parent,
+    TorLauncherUtils,
+    TorLauncherNetworkUtils,
+)
+from tailslib.logutils import configure_logging
+
+
+gi.require_version("GLib", "2.0")
+gi.require_version("Gtk", "3.0")
+from gi.repository import GLib, Gtk, Gio  # noqa: E402
+
+
+dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
+
+
+class TCAApplication(Gtk.Application):
+    """main controller for TCA."""
+
+    def __init__(self, args):
+        super().__init__(
+            application_id="org.boum.tails.tor-connection-assistant",
+            flags=Gio.ApplicationFlags.FLAGS_NONE,
+        )
+        self.log = logging.getLogger(self.__class__.__name__)
+        self.config_buf, = recover_fd_from_parent()
+        controller = Controller.from_port(port=9051)
+        controller.authenticate(password=None)
+        self.configurator = TorLauncherUtils(controller, self.config_buf)
+        self.configurator.load_conf()
+        self.netutils = TorLauncherNetworkUtils()
+        self.args = args
+        self.debug = args.debug
+        self.window = None
+        self.sys_dbus = dbus.SystemBus()
+        self.last_nm_state = None
+
+    @property
+    def is_network_link_ok(self):
+        return self.last_nm_state is not None and self.last_nm_state >= 60
+
+    def cb_dbus_nm_state(self, val):
+        self.log.debug('NetworkManager state is now: %d', int(val))
+        changed = False
+        if self.last_nm_state != val:
+            changed = True
+
+        self.last_nm_state = val
+
+        def wait_window():
+            if self.window is None:
+                return True
+            GLib.idle_add(self.window.on_network_changed)
+            return False
+
+        if changed:
+            if self.window is not None:
+                GLib.idle_add(self.window.on_network_changed)
+            else:
+                GLib.timeout_add(100, wait_window)
+
+    def do_startup(self):
+        Gtk.Application.do_startup(self)
+
+        action = Gio.SimpleAction.new("quit", None)
+        action.connect("activate", self.on_quit)
+        self.add_action(action)
+
+        GLib.timeout_add(1, self.do_fetch_nm_state)
+
+    def do_fetch_nm_state(self):
+        def handle_hello_error(*args, **kwargs):
+            self.log.warn("Error getting information from NetworkManager")
+            self.last_nm_state = None
+
+        nm_obj = self.sys_dbus.get_object(
+            "org.freedesktop.NetworkManager", "/org/freedesktop/NetworkManager"
+        )
+        nm = dbus.Interface(nm_obj, "org.freedesktop.NetworkManager")
+
+        # get immediately
+        nm.state(reply_handler=self.cb_dbus_nm_state, error_handler=handle_hello_error)
+        # subscribe for changes
+        nm.connect_to_signal('StateChanged', self.cb_dbus_nm_state)
+
+        return False
+
+    def do_activate(self):
+        # We only allow a single window and raise any existing ones
+        if self.window is None:
+            # Windows are associated with the application
+            # when the last one is closed the application shuts down
+            self.window = TCAMainWindow(self)
+
+        self.window.show()
+
+    def on_quit(self, action, param):
+        self.quit()
+
+
+def is_tails_debug_mode() -> bool:
+    """Return True IFF Tails is started with the debug flag."""
+    with open("/proc/cmdline") as buf:
+        flags = buf.read().split()
+    return "debug" in flags
+
+
+def get_parser():
+    p = ArgumentParser(formatter_class=ArgumentDefaultsHelpFormatter)
+    p.add_argument("--debug", dest="debug", action="store_true", default=False)
+    p.add_argument("--debug-statefile")
+    p.add_argument(
+        "--log-level",
+        default="DEBUG" if is_tails_debug_mode() else "INFO",
+        choices=["DEBUG", "INFO", "WARNING", "ERROR"],
+        help="Minimum log level to be displayed",
+    )
+    p.add_argument(
+        "--log-target",
+        default="auto",
+        choices=["auto", "stderr", "syslog"],
+        help="Where to send log to; 'auto' will pick syslog IF stderr is not a tty",
+    )
+    p.add_argument("gtk_args", nargs="*")
+
+    return p
+
+
+if __name__ == "__main__":
+    prctl.set_name("tca")  # this get set as syslog identity!
+    args = get_parser().parse_args()
+
+    log_conf = {"level": logging.DEBUG if args.debug else args.log_level}
+    configure_logging(hint=args.log_target, ident="tca", **log_conf)
+    # translatable is a really really noisy logger. set it to debug only if really needed
+    logging.getLogger("translatable").setLevel(logging.INFO)
+
+    _ = gettext.gettext
+    GLib.set_prgname(tca.config.APPLICATION_TITLE)
+    GLib.set_application_name(_(tca.config.APPLICATION_TITLE))
+    application = TCAApplication(args)
+    application.run([sys.argv[0]])
diff --git a/config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py b/config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py
new file mode 100644
index 0000000000..75e8179334
--- /dev/null
+++ b/config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py
@@ -0,0 +1,10 @@
+import gettext
+
+translation = gettext.translation("tails", "/usr/share/locale", fallback=True)
+_ = translation.gettext
+
+data_path = "/usr/share/tails/tca/"
+locale_dir = "/usr/share/locale/"
+APPLICATION_TITLE = _("Tor Connection")
+APPLICATION_ICON_NAME = "gdm-setup"
+APPLICATION_WM_CLASS = 'TorConnectionAssistant'
diff --git a/config/chroot_local-includes/usr/lib/python3/dist-packages/tca/torutils.py b/config/chroot_local-includes/usr/lib/python3/dist-packages/tca/torutils.py
new file mode 100644
index 0000000000..871f1e2db9
--- /dev/null
+++ b/config/chroot_local-includes/usr/lib/python3/dist-packages/tca/torutils.py
@@ -0,0 +1,544 @@
+#!/usr/bin/python3
+
+from pathlib import Path
+import re
+import subprocess
+import ipaddress
+import time
+import logging
+import os
+import sys
+import json
+import socket
+from stem.control import Controller
+import stem.socket
+from typing import List, Optional, Dict, Any, Tuple, cast
+import tca.config
+
+log = logging.getLogger("tor-launcher")
+
+
+class StemFDSocket(stem.socket.ControlSocket):
+    def __init__(self, fd: int):
+        super().__init__()
+        self.fd = fd
+        self._is_alive = True
+
+    @property
+    def path(self) -> str:
+        """
+        I don't think that's ever called, but let's implement it
+
+        returns sth like socket:[12345678], which is not great
+        """
+        fname = "/proc/%d/fd/%d" % (os.getpid(), self.fd)
+        return Path(fname).resolve().name
+
+    def _make_socket(self):
+        """
+        We don't need to create a new socket: let's reuse the FD!
+        """
+        return socket.socket(fileno=self.fd)
+
+
+def recover_fd_from_parent() -> tuple:
+    fds = [int(fd) for fd in os.getenv("INHERIT_FD").split(",")]
+    # fds[0] must be a socket to Tor Control Port
+    # fds[1] must be a rw fd for settings file
+
+    configfile = os.fdopen(fds[0], "r+")
+
+    return (configfile,)
+
+
+# PROXY_TYPES is a sequence of Tor options related to proxing.
+#     Those exact values are also used by TorConnectionProxy
+PROXY_TYPES = ("Socks4Proxy", "Socks5Proxy", "HTTPSProxy")
+PROXY_AUTH_OPTIONS = {
+    "HTTPSProxy": ["HTTPSProxyAuthenticator"],
+    "Socks5Proxy": ["Socks5ProxyUsername", "Socks5ProxyPassword"],
+    "Socks4Proxy": [],
+}
+
+
+class TorConnectionProxy:
+    """configuration item for proxy configuration"""
+
+    def __init__(
+        self,
+        address: str,
+        port: int,
+        proxy_type: str,
+        auth: Optional[Tuple[str, str]] = None,
+        enabled: bool = True,
+    ):
+        self.enabled = enabled
+        self.proxy_type = proxy_type
+        self.address = address
+        self.port = port
+        self.auth = auth
+        if not enabled:
+            return
+        if proxy_type not in PROXY_TYPES:
+            raise ValueError("Invalid proxy type: `%s`" % proxy_type)
+        if proxy_type == "Socks4Proxy" and auth is not None:
+            raise ValueError("Socks4Proxy cannot have authentication")
+
+    @classmethod
+    def noproxy(cls) -> "TorConnectionProxy":
+        r = cls(address="", port=0, proxy_type="", enabled=False)
+        return r
+
+    @classmethod
+    def from_obj(cls, obj: dict) -> "TorConnectionProxy":
+        kwargs = dict(
+            proxy_type=obj["proxy_type"], address=obj["address"], port=int(obj["port"])
+        )
+        auth: Tuple[Optional[str], Optional[str]] = (
+            obj.get("username"),
+            obj.get("password"),
+        )
+        if all(x is None for x in auth):
+            kwargs["auth"] = None
+        elif any(x is None for x in auth):
+            raise ValueError(
+                "Proxy configuration object username and password must all be set, or none at all"
+            )
+        else:
+            kwargs["auth"] = auth
+        proxy = cls(**kwargs)
+        return proxy
+
+    def to_dict(self):
+        if not self.enabled:
+            return None
+        r = {"proxy_type": self.proxy_type, "address": self.address, "port": self.port}
+        if self.auth is not None:
+            r["username"], r["password"] = self.auth
+        return r
+
+    @classmethod
+    def from_tor_value(
+        cls, proxy_type: str, val: str, auth_values: Optional[List[str]] = None
+    ) -> "TorConnectionProxy":
+        address, port = val.split(":")
+        auth: Optional[Tuple[str, str]] = None
+        if auth_values and any(auth_values):
+            if len(auth_values) == 1:
+                auth = cast(Tuple[str, str], tuple(auth_values[0].split(":", 1)))
+            elif len(auth_values) == 2:
+                auth = cast(Tuple[str, str], tuple(auth_values))
+            else:
+                raise ValueError(
+                    "auth_values must either be ['user:password'] "
+                    " or ['user', 'password'], not %s" % repr(auth_values)
+                )
+
+        obj = cls(address, int(port), proxy_type, auth=auth)
+        return obj
+
+    def to_tor_value_options(self) -> Dict[str, Optional[str]]:
+        r: Dict[str, Optional[str]] = {}
+        if self.enabled:
+            r[self.proxy_type] = "%s:%d" % (self.address, self.port)
+        for proxy_type in PROXY_TYPES:
+            if self.enabled and proxy_type == self.proxy_type:
+                continue
+            r[proxy_type] = None
+        for ptype in PROXY_TYPES:
+            for option in PROXY_AUTH_OPTIONS.get(ptype, []):
+                r[option] = None
+        if self.enabled and self.auth is not None:
+            if self.proxy_type == "HTTPSProxy":
+                r["HTTPSProxyAuthenticator"] = "%s:%s" % self.auth
+            else:
+                r["Socks5ProxyUsername"], r["Socks5ProxyPassword"] = self.auth
+        return r
+
+
+class InvalidBridgeException(ValueError):
+    pass
+
+
+VALID_BRIDGE_TYPES = {"bridge", "obfs4"}
+
+
+class TorConnectionConfig:
+    def __init__(
+        self,
+        bridges: list = [],
+        proxy: TorConnectionProxy = TorConnectionProxy.noproxy(),
+    ):
+        self.bridges: List[str] = bridges
+        self.proxy: TorConnectionProxy = proxy
+
+    def disable_bridges(self):
+        self.bridges.clear()
+
+    @classmethod
+    def parse_bridge_line(cls, line: str) -> Optional[str]:
+        """
+        Validate bridges syntax.
+
+        Empty lines are ignored
+        >>> TorConnectionConfig.parse_bridge_line("  ")
+
+        Just like comments
+        >>> TorConnectionConfig.parse_bridge_line(" # 1.2.3.4:443")
+
+        normal bridges are ok
+        >>> TorConnectionConfig.parse_bridge_line("1.2.3.4:25")
+        '1.2.3.4:25'
+
+        specifying "normal" is fine, too
+        >>> TorConnectionConfig.parse_bridge_line("bridge 1.2.3.4:25")
+        '1.2.3.4:25'
+
+
+        spaces are normalized
+        >>> TorConnectionConfig.parse_bridge_line("  obfs4   1.2.3.4:25 foo")
+        'obfs4 1.2.3.4:25 foo'
+
+        An error is raised if the IP is not valid
+        >>> TorConnectionConfig.parse_bridge_line("1.2.3:25")
+        Traceback (most recent call last):
+            ...
+        ValueError: '1.2.3' does not appear to be an IPv4 or IPv6 address
+
+        An error is raised if the IP-port malformed is not valid
+        >>> TorConnectionConfig.parse_bridge_line("1.2.3.4")
+        Traceback (most recent call last):
+            ...
+        ValueError: Bridge address is malformed: '1.2.3.4'
+        >>> TorConnectionConfig.parse_bridge_line("1.2.3.4:1000:1000")
+        Traceback (most recent call last):
+            ...
+        ValueError: '1.2.3.4:1000' does not appear to be an IPv4 or IPv6 address
+
+        IPv6 is fine
+        >>> TorConnectionConfig.parse_bridge_line("[::1]:1000")
+        '[::1]:1000'
+        """
+        line = line.strip()
+        if not line:
+            return None
+        if line.startswith("#"):
+            return None
+        parts = line.split()
+        transport_name_re = re.compile(r"^[a-zA-Z0-9_]+$")
+        if not transport_name_re.match(parts[0]):
+            parts.insert(0, "bridge")
+        bridge_ip_port = parts[1]
+        bridge_parts = bridge_ip_port.rsplit(":", 1)
+        if len(bridge_parts) != 2:
+            raise ValueError("Bridge address is malformed: '%s'" % bridge_ip_port)
+        bridge_ip, bridge_port = bridge_parts
+        get_ip = ipaddress.ip_address
+        if bridge_ip.startswith("[") and bridge_ip.endswith("]"):
+            bridge_ip = bridge_ip[1:-1]
+            get_ip = ipaddress.IPv6Address
+
+        try:
+            get_ip(bridge_ip)
+        except ValueError:
+            raise
+        try:
+            int(bridge_port)
+        except ValueError:
+            raise
+        if int(bridge_port) > 65535:
+            raise ValueError("invalid port number")
+
+        if parts[0] not in VALID_BRIDGE_TYPES:
+            raise InvalidBridgeException("Bridge type '%s' not supported" % parts[0])
+        if parts[0] == "bridge":  # normal can be omitted
+            del parts[0]
+        return " ".join(parts)
+
+    @classmethod
+    def parse_bridge_lines(cls, lines: List[str]) -> List[str]:
+        """
+        Parse a list of lines and returns only normalized, meaningful lines.
+
+        Errors will result in an exception being raised (see parse_bridge_line).
+
+        Empty lines are skipped
+        >>> TorConnectionConfig.parse_bridge_lines([" bridge 1.2.3.4:80 ", "", "  "])
+        ['1.2.3.4:80']
+        """
+        parsed_bridges = (cls.parse_bridge_line(l) for l in lines)
+        return [b for b in parsed_bridges if b]
+
+    @classmethod
+    def get_default_bridges(cls, only_type: Optional[str] = None) -> List[str]:
+        """Get default bridges from a txt file."""
+        bridges = []
+        with open(os.path.join(tca.config.data_path, "default_bridges.txt")) as buf:
+            for line in buf:
+                try:
+                    parsed = cls.parse_bridge_line(line)
+                except InvalidBridgeException:
+                    continue
+                if not parsed:
+                    continue
+                if only_type and parsed.split()[0] != only_type:
+                    continue
+                bridges.append(parsed)
+        return bridges
+
+    def enable_bridges(self, bridges: List[str]):
+        if not bridges:
+            raise ValueError("Can't set empty bridge list")
+        self.bridges.clear()
+        bridges = self.__class__.parse_bridge_lines(bridges)
+        self.bridges.extend(bridges)
+
+    def default_bridges(self, only_type: Optional[str] = None):
+        """
+        Set default bridges.
+
+        useful for Tor blocking, not for unnoticed-mode
+        """
+        bridges = self.__class__.get_default_bridges(only_type)
+        self.enable_bridges(bridges)
+
+    @classmethod
+    def load_from_tor_stem(cls, stem_controller: Controller):
+        bridges: List[str] = []
+        if stem_controller.get_conf("UseBridges") != "0":
+            bridges = stem_controller.get_conf("Bridge", multiple=True)
+
+        for proxy_type in PROXY_TYPES:
+            val = stem_controller.get_conf(proxy_type)
+            if val is not None:
+                auth = [
+                    stem_controller.get_conf(opt)
+                    for opt in PROXY_AUTH_OPTIONS[proxy_type]
+                ]
+
+                proxy = TorConnectionProxy.from_tor_value(
+                    proxy_type, val, auth_values=auth
+                )
+                break
+        else:
+            proxy = TorConnectionProxy.noproxy()
+
+        config = cls(bridges=bridges, proxy=proxy)
+
+        return config
+
+    @classmethod
+    def load_from_dict(cls, obj):
+        """this method is suitable to retrieve configuration from a JSON object"""
+        config = cls()
+        config.bridges = obj.get("bridges", [])
+        proxy = obj.get("proxy", None)
+        if proxy is not None:
+            config.proxy = TorConnectionProxy.from_obj(proxy)
+        else:
+            config.proxy = TorConnectionProxy.noproxy()
+        return config
+
+    def to_dict(self) -> dict:
+        return {
+            "bridges": self.bridges,
+            "proxy": self.proxy.to_dict() if self.proxy is not None else None,
+        }
+
+    def to_tor_conf(self) -> Dict[str, Any]:
+        """
+        returns a dict whose output fits to stem.control.Controller.set_options
+        """
+        r: Dict[str, Any] = {}
+        r["UseBridges"] = "1" if self.bridges else "0"
+        r["Bridge"] = self.bridges if self.bridges else None
+        r.update(self.proxy.to_tor_value_options().items())
+        log.debug("TorOpts=%s", r)
+        return r
+
+
+class TorLauncherUtils:
+    def __init__(self, stem_controller: Controller, config_buf):
+        """
+        Arguments:
+        stem_controller -- an already connected and authorized stem Controller
+        config_buf -- an already open read-write buffer to the configuration file
+        """
+        self.stem_controller = stem_controller
+        self.config_buf = config_buf
+        self.tor_connection_config = None
+
+    def load_conf(self):
+        if self.tor_connection_config is None:
+            self.tor_connection_config = TorConnectionConfig.load_from_tor_stem(
+                self.stem_controller
+            )
+
+    def save_conf(self, extra={}, save_torrc=True):
+        if self.tor_connection_config is None:
+            return
+        data = {"tor": self.tor_connection_config.to_dict()}
+        data.update(extra)
+        self.config_buf.seek(0, os.SEEK_SET)
+        self.config_buf.truncate()
+        self.config_buf.write(json.dumps(data, indent=2))
+        self.config_buf.flush()
+
+        if save_torrc:
+            self.stem_controller.save_conf()
+
+    def read_conf(self):
+        self.config_buf.seek(0, os.SEEK_END)
+        size = self.config_buf.tell()
+        if not size:
+            log.debug("Empty config file")
+            return
+        self.config_buf.seek(0)
+        try:
+            obj = json.load(self.config_buf)
+        except json.JSONDecodeError:
+            log.warning("Invalid config file")
+            return
+        finally:
+            self.config_buf.seek(0)
+        return obj
+
+    def apply_conf(self):
+        # self.stem_controller.set_conf("DisableNetwork", "1")
+        tor_conf = self.tor_connection_config.to_tor_conf()
+        log.debug("applying TorConf: %s", tor_conf)
+        self.stem_controller.set_options(tor_conf)
+        self.stem_controller.set_conf("DisableNetwork", "0")
+
+    def tor_bootstrap_phase(self) -> int:
+        resp = self.stem_controller.get_info("status/bootstrap-phase")
+        if resp is None:
+            log.warn("No response from ControlPort")
+            return False
+        parts = resp.split(" ")
+        if parts[0] not in("NOTICE", "WARN"):
+            log.warn("Invalid response: %s", resp)
+            return False
+        progress = int(parts[2].split("=")[1])
+        log.debug("tor bootstrap progress = %d", progress)
+        return progress
+
+    def tor_has_bootstrapped(self) -> bool:
+        resp = self.stem_controller.get_info('status/circuit-established')
+        if resp is None:
+            log.warn('No response from Controlport')
+            return False
+        if resp == '1':
+            return True
+        if resp == '0':
+            return False
+        log.warn("Unexpected reply to enough-dir-info: %s", str(resp))
+        return False
+
+    def tor_has_circuits(self) -> bool:
+        resp = self.stem_controller.get_info("status/circuit-established")
+        if resp is None:
+            log.warn("No response from ControlPort")
+            return False
+        if not bool(int(resp)):
+            return False
+
+        return True
+
+
+class TorLauncherNetworkUtils:
+    def __init__(self):
+        pass
+
+    def is_network_up(self):
+        """
+        This method checks whether we have an IP on some network interface.
+
+        It does NOT care if we're really connected to the Internet
+        """
+
+        # XXX: does it do the right thing? we should check!
+        try:
+            subprocess.check_call(["nm-online", "-xq"])
+            return True
+        except subprocess.CalledProcessError:
+            return False
+
+    def is_internet_up(self):
+        """
+        This is similar to is_network_up(), but also checks if we're really connected to the Internet
+        """
+        raise NotImplementedError()
+
+    def open_wifi_screen(self):
+        """
+        Open NetworkManager wifi configuration screen
+        """
+        raise NotImplementedError()
+
+    def tor_connect_easy(self):
+        """
+        tries to connect to Tor without hiding, and with no custom configuration
+        """
+        raise NotImplementedError()
+
+    def is_tor_ready(self):
+        """
+        checks if tor is properly connected
+        """
+        args = [
+            "sh",
+            "-c",
+            ". /usr/local/lib/tails-shell-library/tor.sh; tor_is_working",
+        ]
+        try:
+            subprocess.check_call(args)
+            return True
+        except subprocess.CalledProcessError:
+            return False
+
+
+def backoff_wait(
+    total_wait: float = 30.0, initial_sleep: float = 0.5, increment=lambda x: x + 0.5
+):
+    total_sleep = 0
+    sleep_time = initial_sleep
+    while total_sleep < total_wait:
+        time.sleep(sleep_time)
+        total_sleep += sleep_time
+        sleep_time = increment(sleep_time)
+        yield
+
+
+def main():
+    """
+    this main function is only called if you execute this file.
+
+    it's meant for testing, no "real" code should run that.
+    """
+    conf, controller = recover_fd_from_parent()
+    controller.authenticate(password=None)
+    launcher = TorLauncherUtils(controller, conf)
+    launcher.load_conf()
+    print(json.dumps(launcher.tor_connection_config.to_dict(), indent=4))
+    launcher.apply_conf()
+
+    bootstrapped = False
+    for _ in backoff_wait(30.0):
+        is_ok = launcher.tor_has_bootstrapped()
+        if is_ok:
+            bootstrapped = True
+            break
+
+    if not bootstrapped:
+        print("Bootstrap error!", file=sys.stderr)
+        return 1
+
+    launcher.save_conf()
+
+    return 0
+
+
+if __name__ == "__main__":
+    logging.basicConfig(level=logging.DEBUG)
+    sys.exit(main())
diff --git a/config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/__init__.py b/config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/__init__.py
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/asyncutils.py b/config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/asyncutils.py
new file mode 100644
index 0000000000..8ca4eb6a75
--- /dev/null
+++ b/config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/asyncutils.py
@@ -0,0 +1,97 @@
+import os
+from typing import List, Callable
+
+import gi
+
+gi.require_version("GLib", "2.0")
+
+from gi.repository import GObject  # noqa: E402
+from gi.repository import GLib  # noqa: E402
+
+
+class GAsyncSpawn(GObject.GObject):
+    """ GObject class to wrap GLib.spawn_async().
+
+    Use:
+        s = GAsyncSpawn()
+        s.connect('process-done', mycallback)
+        s.run(command)
+            #command: list of strings
+    """
+
+    __gsignals__ = {
+        "process-done": (
+            GObject.SIGNAL_RUN_LAST,
+            GObject.TYPE_NONE,
+            (GObject.TYPE_INT,),
+        ),
+        "stdout-data": (
+            GObject.SIGNAL_RUN_LAST,
+            GObject.TYPE_NONE,
+            (GObject.TYPE_STRING,),
+        ),
+        "stderr-data": (
+            GObject.SIGNAL_RUN_LAST,
+            GObject.TYPE_NONE,
+            (GObject.TYPE_STRING,),
+        ),
+    }
+
+    def __init__(self):
+        GObject.GObject.__init__(self)
+
+    def run(self, cmd):
+        r = GLib.spawn_async(
+            cmd,
+            flags=GLib.SPAWN_DO_NOT_REAP_CHILD,
+            standard_output=True,
+            standard_error=True,
+        )
+        self.pid, idin, idout, iderr = r
+        fout = os.fdopen(idout, "r")
+        ferr = os.fdopen(iderr, "r")
+
+        self.event_sources = []
+
+        self.event_sources.append(GLib.child_watch_add(self.pid, self._on_done))
+        self.event_sources.append(GLib.io_add_watch(fout, GLib.IO_IN, self._on_stdout))
+        self.event_sources.append(GLib.io_add_watch(ferr, GLib.IO_IN, self._on_stderr))
+        return self.pid
+
+    def _on_done(self, pid, retval, *argv):
+        self.emit("process-done", retval)
+        for evt in self.event_sources:
+            GLib.source_remove(evt)
+
+    def _emit_std(self, name, value):
+        self.emit(name + "-data", value)
+
+    def _on_stdout(self, fobj, cond):
+        self._emit_std("stdout", fobj.readline())
+        return True
+
+    def _on_stderr(self, fobj, cond):
+        self._emit_std("stderr", fobj.readline())
+        return True
+
+
+def idle_add_chain(functions: List[Callable]):
+    """
+    this is a wrapper over GLib.idle_add
+
+    Use case: idle_add is very cool, but modifications to widgets aren't applied until the whole method add.
+    A simple solution to this shortcoming is split your function in many small ones, and call them in a chain.
+
+    Using idle_add_chain, you can write each step as a separate function, then call idle_add_chain with a list
+    of those functions. The chain will continue ONLY if you return True.
+    """
+    if not functions:
+        return
+    first = functions.pop(0)
+
+    def wrapped_fn():
+        ret = first()
+        if ret is True and functions:
+            idle_add_chain(functions)
+
+    GLib.idle_add(wrapped_fn)
diff --git a/config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py b/config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py
new file mode 100644
index 0000000000..174178f8bd
--- /dev/null
+++ b/config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py
@@ -0,0 +1,735 @@
+import logging
+import os.path
+import json
+import subprocess
+import gettext
+from typing import Dict, Any, Tuple
+
+import gi
+import stem
+
+from tca.ui.asyncutils import GAsyncSpawn, idle_add_chain
+from tca.torutils import (
+    TorConnectionProxy,
+    TorConnectionConfig,
+    InvalidBridgeException,
+    VALID_BRIDGE_TYPES,
+)
+import tca.config
+
+
+gi.require_version("Gdk", "3.0")
+gi.require_version("Gtk", "3.0")
+gi.require_version("GLib", "2.0")
+
+
+from gi.repository import Gdk, GdkPixbuf, Gtk, GLib  # noqa: E402
+
+MAIN_UI_FILE = "main.ui"
+CSS_FILE = "tca.css"
+IMG_FOOTPRINTS = "/usr/share/doc/tails/website/about/footprints.svg"
+IMG_RELAYS = "/usr/share/doc/tails/website/about/relays.svg"
+IMG_WALKIE = "/usr/share/doc/tails/website/about/walkie-talkie.svg"
+IMG_SIDE = {
+    "bridge": IMG_FOOTPRINTS,
+    "hide": IMG_RELAYS,
+    "connect": IMG_WALKIE,
+    "proxy": IMG_WALKIE,
+    "progress": IMG_WALKIE,
+    "error": IMG_WALKIE,
+    "offline": IMG_RELAYS,
+}
+CONNECTION_TIMEOUT = 30
+
+# META {{{
+# Naming convention for widgets:
+# step_<stepname>_<type> if there's a single type in that step
+# step_<stepname>_<type>_<name> otherwise
+# Callbacks have a similar name, and start with cb_step_<stepname>_
+#
+# Mixins are used to avoid the "huge class" so typical in UI development. They are NOT meant for code reuse,
+# so feel free to break encapsulation whenever you see fit
+# Each Mixin cares about one of the steps. Each step has a name
+# Special methods:
+#  - before_show_<stepname>() is called when changing from one step to the other
+# }}}
+
+translation = gettext.translation("tails", "/usr/share/locale", fallback=True)
+_ = translation.gettext
+
+log = logging.getLogger(__name__)
+
+
+class StepChooseHideMixin:
+    """
+    most utils related to the step in which the user can choose between an easier configuration and going
+    unnoticed
+    """
+
+    def before_show_hide(self):
+        self.state.setdefault("hide", {})
+        self.builder.get_object("radio_unnoticed_none").set_active(True)
+        self.builder.get_object("radio_unnoticed_yes").set_active(False)
+        self.builder.get_object("radio_unnoticed_no").set_active(False)
+        self.builder.get_object("radio_unnoticed_none").hide()
+        definitive = self.state.get("progress", {}).get("started", False)
+        if definitive and "hide" in self.state["hide"]:
+            if self.state["hide"]["hide"]:
+                self.builder.get_object("radio_unnoticed_no").set_sensitive(False)
+                self.builder.get_object("radio_unnoticed_yes").set_active(True)
+            else:
+                self.builder.get_object("radio_unnoticed_yes").set_sensitive(False)
+                self.builder.get_object("radio_unnoticed_no").set_active(True)
+                if self.state["hide"]["bridge"]:
+                    self.builder.get_object("radio_unnoticed_no_bridge").set_active(
+                        True
+                    )
+
+    def _step_hide_next(self):
+        if self.state["hide"]["bridge"]:
+            self.change_box("bridge")
+        else:
+            self.change_box("progress")
+
+    def cb_step_hide_radio_changed(self, *args):
+        easy = self.builder.get_object("radio_unnoticed_no").get_active()
+        hide = self.builder.get_object("radio_unnoticed_yes").get_active()
+        active = easy or hide
+        self.builder.get_object("step_hide_btn_submit").set_sensitive(active)
+        if easy:
+            self.builder.get_object("step_hide_box_bridge").show()
+        else:
+            self.builder.get_object("step_hide_box_bridge").hide()
+
+    def cb_step_hide_btn_connect_clicked(self, user_data=None):
+        easy = self.builder.get_object("radio_unnoticed_no").get_active()
+        hide = self.builder.get_object("radio_unnoticed_yes").get_active()
+        if not easy and not hide:
+            return
+        if hide:
+            self.state["hide"]["hide"] = True
+            self.state["hide"]["bridge"] = True
+        else:
+            self.state["hide"]["hide"] = False
+            if self.builder.get_object("radio_unnoticed_no_bridge").get_active():
+                self.state["hide"]["bridge"] = True
+            else:
+                self.state["hide"]["bridge"] = False
+        self._step_hide_next()
+
+
+class StepChooseBridgeMixin:
+    def before_show_bridge(self, no_default_bridges=False):
+        self.state["bridge"]: Dict[str, Any] = {}
+        self.builder.get_object("step_bridge_box").show()
+        self.builder.get_object("step_bridge_radio_none").set_active(True)
+        self.builder.get_object("step_bridge_radio_none").hide()
+        self.builder.get_object("step_bridge_text").get_property("buffer").connect(
+            "changed", self.cb_step_bridge_text_changed
+        )
+        hide = self.state["hide"]["hide"]
+        if hide or no_default_bridges:
+            self.builder.get_object("step_bridge_radio_default").set_sensitive(False)
+            self.builder.get_object("step_bridge_text").grab_focus()
+        else:
+            self.builder.get_object("step_bridge_radio_default").grab_focus()
+            self.builder.get_object("step_bridge_radio_default").set_sensitive(True)
+
+        self.builder.get_object("step_bridge_radio_type").set_active(hide)
+        self.get_object(
+            "combo"
+        ).hide()  # we are forcing that to obfs4 until we support meek
+        self.get_object("box_warning").hide()
+        self._step_bridge_init_from_tor_state()
+
+    def _step_bridge_init_from_tor_state(self):
+        bridges = self.app.configurator.tor_connection_config.bridges
+        if not bridges:
+            return
+        if len(bridges) > 1 and set(bridges).issubset(
+            set(TorConnectionConfig.get_default_bridges())
+        ):
+            self.get_object("radio_default").set_active(True)
+        else:
+            self.get_object("radio_type").set_active(True)
+            self.get_object("text").get_property("buffer").set_text("\n".join(bridges))
+
+    def _step_bridge_is_text_valid(self) -> bool:
+        def set_warning(msg):
+            self.get_object("label_warning").set_label(msg)
+            self.get_object("box_warning").show()
+
+        text = self.get_object("text").get_property("buffer").get_property("text")
+        try:
+            bridges = TorConnectionConfig.parse_bridge_lines(text.split("\n"))
+        except InvalidBridgeException as exc:
+            set_warning(_("Invalid: {exception}").format(exception=str(exc)))
+            return False
+        except (ValueError, IndexError):
+            self.get_object("box_warning").hide()
+            return False
+        self.get_object("box_warning").hide()
+
+        if self.state["hide"]["hide"]:
+            for br in bridges:
+                if br.split()[0] not in (VALID_BRIDGE_TYPES - {"bridge"}):
+                    set_warning(
+                        _("You need to configure an obfs4 bridge to hide that you are using Tor")
+                    )
+                    return False
+
+        return len(bridges) > 0
+
+    def _step_bridge_set_actives(self):
+        default = self.builder.get_object("step_bridge_radio_default").get_active()
+        manual = self.builder.get_object("step_bridge_radio_type").get_active()
+        self.get_object("combo").set_sensitive(default)
+        self.builder.get_object("step_bridge_text").set_sensitive(manual)
+        self.builder.get_object("step_bridge_btn_submit").set_sensitive(
+            default or (manual and self._step_bridge_is_text_valid())
+        )
+
+    def cb_step_bridge_radio_changed(self, *args):
+        self._step_bridge_set_actives()
+
+    def cb_step_bridge_text_changed(self, *args):
+        self._step_bridge_set_actives()
+
+    def cb_step_bridge_btn_submit_clicked(self, *args):
+        default = self.builder.get_object("step_bridge_radio_default").get_active()
+        manual = self.builder.get_object("step_bridge_radio_type").get_active()
+        if default:
+            self.state["bridge"]["kind"] = "default"
+            self.state["bridge"]["default_method"] = self.get_object(
+                "combo"
+            ).get_active_id()
+        elif manual:
+            self.state["bridge"]["kind"] = "manual"
+            text = (
+                self.builder.get_object("step_bridge_text")
+                .get_property("buffer")
+                .get_property("text")
+            )
+            self.state["bridge"]["bridges"] = TorConnectionConfig.parse_bridge_lines(
+                text.split("\n")
+            )
+            log.info("Bridges parsed: %s", self.state["bridge"]["bridges"])
+            print("Bridges parsed:", self.state["bridge"]["bridges"])
+
+        self.change_box("progress")
+
+    def cb_step_bridge_btn_back_clicked(self, *args):
+        self.change_box("hide")
+
+
+class StepConnectProgressMixin:
+    def before_show_progress(self):
+        self.save_conf()
+        self.state["progress"]["error"] = None
+        self.builder.get_object("step_progress_box").show()
+        self.builder.get_object("step_progress_box_internettest").hide()
+        self.builder.get_object("step_progress_box_internetok").hide()
+        if not self.state["progress"]["success"]:
+            self.spawn_tor_connect()
+        else:
+            self._step_progress_success_screen()
+
+    def spawn_internet_test(self):
+        test_spawn = GAsyncSpawn()
+        test_spawn.connect("process-done", self.cb_internet_test)
+        test_spawn.run(["/bin/sh", "-c", "sleep 0.5; true"])
+
+    def spawn_tor_test(self):
+        test_spawn = GAsyncSpawn()
+        test_spawn.connect("process-done", self.cb_tor_test)
+        test_spawn.run(["/bin/sh", "-c", "sleep 0.5; true"])
+
+    def spawn_tor_connect(self):
+        self.builder.get_object("step_progress_box_torconnect").show()
+        self.builder.get_object("step_progress_pbar_torconnect").show()
+
+        def _apply_proxy():
+            if not self.state["proxy"] or self.state["proxy"]["proxy_type"] == "no":
+                self.app.configurator.tor_connection_config.proxy = (
+                    TorConnectionProxy.noproxy()
+                )
+            else:
+                proxy_conf = self.state["proxy"]
+                if proxy_conf["proxy_type"] != "Socks5":
+                    del proxy_conf["username"]
+                    del proxy_conf["password"]
+                proxy_conf["proxy_type"] += "Proxy"
+                self.app.configurator.tor_connection_config.proxy = TorConnectionProxy.from_obj(
+                    proxy_conf
+                )
+
+        def do_tor_connect_config():
+            if not self.state["hide"]["bridge"]:
+                self.app.configurator.tor_connection_config.disable_bridges()
+                self.get_object("label_status").set_text(_("Connecting to Tor without bridges..."))
+            elif self.state["bridge"]["kind"] == "default":
+                self.app.configurator.tor_connection_config.default_bridges(
+                    only_type=self.state["bridge"]["default_method"]
+                )
+                self.get_object("label_status").set_text(
+                    _("Connecting with default bridges...")
+                )
+            elif self.state["bridge"]["bridges"]:
+                self.app.configurator.tor_connection_config.enable_bridges(
+                    self.state["bridge"]["bridges"]
+                )
+                self.get_object("label_status").set_text(
+                    _("Connecting with custom bridges...")
+                )
+            else:
+                raise ValueError(
+                    "inconsistent state! you discovered a programming error"
+                )
+            _apply_proxy()
+            self.connection_progress.set_fraction(
+                ConnectionProgress.PROGRESS_CONFIGURATION_CONFIG
+            )
+            return True
+
+        def do_tor_connect_default_bridges():
+            self.app.configurator.tor_connection_config.default_bridges(
+                only_type="obfs4"
+            )
+            self.get_object("label_status").set_text(
+                _("Connecting to Tor with default bridges...")
+            )
+            _apply_proxy()
+            self.connection_progress.set_fraction(
+                ConnectionProgress.PROGRESS_CONFIGURATION_CONFIG
+            )
+            return True
+
+        def do_tor_connect_apply():
+            try:
+                self.app.configurator.apply_conf()
+            except stem.InvalidRequest as exc:
+                self.connection_progress.set_fraction(0)
+                self.state["progress"]["error"] = "setconf"
+                self.state["progress"]["error_data"] = exc.message
+                self.change_box("error")
+                return False
+            log.debug("tor configuration applied")
+            self.state["progress"]["started"] = True
+            self.connection_progress.set_fraction(
+                ConnectionProgress.PROGRESS_CONFIGURATION_APPLIED
+            )
+            self.timer_check = GLib.timeout_add(
+                500, do_tor_connect_check, {"count": CONNECTION_TIMEOUT * 2}
+            )
+            return False
+
+        def do_tor_connect_check(d: dict):
+            # this dictionary trick is a argument to circumvent the fact that integers are immutable in
+            # Python; the dictionary is just acting like a mutable reference, job that might be done with
+            # weakref or other methods, but dicts are easier to understand.
+            if d["count"] <= 0:
+                self.connection_progress.set_fraction(0)
+
+                if (
+                    not self.state["hide"]["hide"] and not self.state["hide"]["bridge"]
+                ) and not self.app.configurator.tor_connection_config.bridges:
+                    log.info("Retrying with default bridges")
+                    idle_add_chain(
+                        [do_tor_connect_default_bridges, do_tor_connect_apply]
+                    )
+                else:
+                    self.state["progress"]["error"] = "tor"
+                    log.info("Failed with bridges")
+                    self.change_box("error")
+                return False
+            d["count"] -= 1
+
+            ok = self.app.configurator.tor_has_bootstrapped()
+            if ok:
+                self.state["progress"]["success"] = True
+                self._step_progress_success_screen()
+                return False
+            else:
+                progress = self.app.configurator.tor_bootstrap_phase()
+                self.connection_progress.set_fraction_from_bootstrap_phase(progress)
+                return True
+
+        idle_add_chain([do_tor_connect_config, do_tor_connect_apply])
+
+    def _step_progress_success_screen(self):
+        self.save_conf(successful_connect=True)
+        self.get_object("box_torconnect").hide()
+        self.get_object("box_tortestok").show()
+        self.get_object("label_status").set_text(_(
+            "Connected to Tor successfully!\n\n"
+            "You can now browse the Internet anonymously and uncensored."
+        ))
+        self.get_object("box_start").show()
+
+    def cb_internet_test(self, spawn, retval):
+        if retval == 0:
+            self.builder.get_object("step_progress_box_internettest").hide()
+            self.builder.get_object("step_progress_box_internetok").show()
+            self.builder.get_object("step_progress_box_tortest").show()
+            self.spawn_tor_test()
+        else:
+            self.state["progress"]["error"] = "internet"
+            self.change_box("error")
+
+    def cb_tor_test(self, spawn, retval):
+        self.builder.get_object("step_progress_box_tortest").hide()
+        self.builder.get_object("step_progress_box_torok").show()
+        if retval == 0:
+            self.spawn_tor_connect()
+            return
+        else:
+            self.builder.get_object("step_progress_box_tortest").hide()
+            self.builder.get_object("step_progress_box_torok").show()
+            self.builder.get_object("step_progress_img_torok").set_from_stock(
+                "gtk-dialog-error", Gtk.IconSize.BUTTON
+            )
+
+    def cb_step_progress_btn_starttbb_clicked(self, *args):
+        subprocess.Popen(["/usr/local/bin/tor-browser"])
+
+    def cb_step_progress_btn_reset_clicked(self, *args):
+        self.todo_dialog("I should reset Tor connection")
+
+    def cb_step_progress_btn_monitor_clicked(self, *args):
+        subprocess.Popen(["/usr/bin/gnome-system-monitor", "-r"])
+
+    def cb_step_progress_btn_onioncircuits_clicked(self, *args):
+        subprocess.Popen(["/usr/local/bin/onioncircuits"])
+
+
+class StepErrorMixin:
+    def before_show_error(self):
+        self.state["error"] = {}
+        # XXX: fetch data from self.state['progress']['error'] and self.state['progress']['error_data']
+
+    def cb_step_error_btn_proxy_clicked(self, *args):
+        self.change_box("proxy")
+
+    def cb_step_error_btn_captive_clicked(self, *args):
+        subprocess.Popen(["sudo", "/usr/local/sbin/unsafe-browser"])
+
+    def cb_step_error_btn_bridge_clicked(self, *args):
+        self.change_box("bridge", no_default_bridges=True)
+
+
+class StepProxyMixin:
+    def before_show_proxy(self):
+        self.state["proxy"].setdefault("proxy_type", "no")
+        self.builder.get_object("step_proxy_combo").set_active_id(
+            self.state["proxy"]["proxy_type"]
+        )
+
+        for entry in ("address", "port", "username", "password"):
+            buf = self.get_object("entry_" + entry).get_property("buffer")
+            buf.connect("deleted-text", self.cb_step_proxy_entry_changed)
+            buf.connect("inserted-text", self.cb_step_proxy_entry_changed)
+            if entry in self.state["proxy"]:
+                content = self.state["proxy"][entry]
+                buf.set_text(content, len(content))
+
+        self._step_proxy_set_actives()
+        self.get_object("combo").grab_focus()
+
+    def _step_proxy_is_valid(self) -> bool:
+        proxy_type = self.get_object("combo").get_active_id()
+
+        def get_text(name):
+            return self.get_object("entry_" + name).get_text()
+
+        if proxy_type == "no":
+            return True
+        if not get_text("address"):
+            return False
+        if not get_text("port"):
+            return False
+        if proxy_type == "Socks5":
+            if get_text("username") and not get_text("password"):
+                return False
+        return True
+
+    def _step_proxy_set_actives(self):
+        proxy_type = self.get_object("combo").get_active_id()
+        if proxy_type == "no":
+            for entry in ("address", "port", "username", "password"):
+                self.get_object("entry_%s" % entry).set_sensitive(False)
+        elif proxy_type in ("HTTPS", "Socks4"):
+            for entry in ("address", "port"):
+                self.get_object("entry_%s" % entry).set_sensitive(True)
+            for entry in ("username", "password"):
+                self.get_object("entry_%s" % entry).set_sensitive(False)
+        else:
+            for entry in ("address", "port", "username", "password"):
+                self.get_object("entry_%s" % entry).set_sensitive(True)
+
+        self.get_object("btn_submit").set_sensitive(self._step_proxy_is_valid())
+
+    def _step_proxy_is_port_valid(self):
+        entry = self.get_object("entry_port")
+        port = entry.get_text()
+        if not port:
+            return True
+        elif port.isdigit() and int(port) > 0 and int(port) < 65536:
+            return True
+        else:
+            return False
+
+    def cb_step_proxy_entry_changed(self, *args):
+        self._step_proxy_set_actives()
+        if self._step_proxy_is_port_valid():
+            icon_name = ""
+        else:
+            icon_name = "gtk-dialog-warning"
+        entry = self.get_object("entry_port")
+        entry.set_icon_from_icon_name(Gtk.EntryIconPosition.SECONDARY, icon_name)
+
+    def cb_step_proxy_combo_changed(self, *args):
+        self._step_proxy_set_actives()
+
+    def cb_step_proxy_btn_back_clicked(self, *args):
+        self.change_box("error")
+
+    def cb_step_proxy_btn_submit_clicked(self, *args):
+        self.state["proxy"]["proxy_type"] = self.get_object("combo").get_active_id()
+        for entry in ("address", "port", "username", "password"):
+            self.state["proxy"][entry] = self.get_object("entry_%s" % entry).get_text()
+
+        self.change_box("progress")
+
+
+class TCAMainWindow(
+    Gtk.ApplicationWindow,
+    StepChooseHideMixin,
+    StepConnectProgressMixin,
+    StepChooseBridgeMixin,
+    StepErrorMixin,
+    StepProxyMixin,
+):
+    # l10n {{{
+    def get_translation_domain(self):
+        return "tails"
+    # }}}
+
+    def __init__(self, app):
+        Gtk.ApplicationWindow.__init__(self, title=tca.config.APPLICATION_TITLE, application=app)
+        self.app = app
+        self.set_role(tca.config.APPLICATION_WM_CLASS)
+        # XXX: set_wm_class is deprecated, but it's the only way I found to set taskbar title
+        self.set_wmclass(
+            tca.config.APPLICATION_WM_CLASS, tca.config.APPLICATION_WM_CLASS
+        )
+        self.set_title(tca.config.APPLICATION_TITLE)
+        # self.state collects data from user interactions. Its main key is the step name
+        self.state: Dict[str, Dict[str, Any]] = {
+            "hide": {},
+            "bridge": {},
+            "proxy": {},
+            "progress": {},
+            "step": "hide",
+            "offline": {},
+        }
+        if self.app.args.debug_statefile is not None:
+            log.debug("loading statefile")
+            with open(self.app.args.debug_statefile) as buf:
+                content = json.load(buf)
+                log.debug("content found %s", content)
+                self.state.update(content)
+        else:
+            data = self.app.configurator.read_conf()
+            if data and data.get("ui"):
+                self.state["hide"].update(data["ui"].get("hide", {}))
+                self.state["progress"]["started"] = (
+                    data["ui"].get("progress", {}).get("started", False)
+                )
+            self.state["progress"][
+                "success"
+            ] = self.app.configurator.tor_has_bootstrapped()
+            if self.state["progress"]["success"]:
+                self.state["step"] = "progress"
+
+        self.current_language = "en"
+        self.connect("delete-event", self.cb_window_delete_event, None)
+        self.set_position(Gtk.WindowPosition.CENTER)
+
+        # Load custom CSS
+        css_provider = Gtk.CssProvider()
+        css_provider.load_from_path(os.path.join(tca.config.data_path, CSS_FILE))
+        Gtk.StyleContext.add_provider_for_screen(
+            Gdk.Screen.get_default(),
+            css_provider,
+            Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION,
+        )
+
+        # Load UI interface definition
+        self.builder = builder = Gtk.Builder()
+        builder.set_translation_domain(self.get_translation_domain())
+        builder.add_from_file(tca.config.data_path + MAIN_UI_FILE)
+        builder.connect_signals(self)
+
+        self.main_container = builder.get_object("box_main_container_image_step")
+        self.connection_progress = ConnectionProgress(self)
+        GLib.timeout_add(1000, self.connection_progress.tick)
+        self.add(self.main_container)
+        self.show()
+        self.change_box(self.state["step"])
+
+    def todo_dialog(self, msg=""):
+        print("TODO:", msg)
+        dialog = Gtk.MessageDialog(
+            transient_for=self,
+            flags=0,
+            message_type=Gtk.MessageType.ERROR,
+            buttons=Gtk.ButtonsType.CANCEL,
+            text="This is still TODO",
+        )
+        dialog.format_secondary_text(msg)
+        dialog.run()
+        dialog.destroy()
+
+    def save_conf(self, successful_connect=False):
+        log.info("Saving configuration (success=%s)", successful_connect)
+        if not successful_connect:
+            data = {"ui": {"hide": self.state["hide"]}}
+        else:
+            data = {"ui": self.state}
+        self.app.configurator.save_conf(data, save_torrc=successful_connect)
+
+    def get_screen_size(self) -> Tuple[int, int]:
+        disp = Gdk.Display.get_default()
+        win = self.get_window()
+        mon = disp.get_monitor_at_window(win)
+        workarea = Gdk.Monitor.get_workarea(mon)
+        return workarea.width, workarea.height
+
+    def set_image(self, fname: str):
+        screen_width, _ = self.get_screen_size()
+        target_width = screen_width / 5
+        pixbuf = GdkPixbuf.Pixbuf.new_from_file(fname)
+        scale = pixbuf.get_width() / target_width
+        pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_size(
+            fname, pixbuf.get_width() / scale, pixbuf.get_height() / scale
+        )
+        self.builder.get_object("main_img_side").set_from_pixbuf(pixbuf)
+
+    def change_box(self, name: str, **kwargs):
+        children = self.main_container.get_children()
+        if len(children) > 1:
+            self.main_container.remove(children[-1])
+        self.state["step"] = name
+        self.set_image(IMG_SIDE[self.state["step"]])
+        new_box = self.builder.get_object("step_%s_box" % name)
+        self.main_container.pack_end(new_box, True, True, 0)
+        new_box.set_hexpand(True)
+        new_box.set_vexpand(True)
+        if hasattr(self, "before_show_%s" % name):
+            getattr(self, "before_show_%s" % name)(**kwargs)
+        log.debug("Step changed, state is now %s", str(self.state))
+
+        # resize, just to be sure that everything is properly shown
+        screen_width, screen_height = self.get_screen_size()
+        self.resize(int(screen_width / 2), int(screen_height / 2))
+
+    def get_object(self, name: str):
+        """
+        Get an object from glade file.
+
+        This is a shortcut over self.builder.get_object which takes steps into account
+        """
+        return self.builder.get_object("step_%s_%s" % (self.state["step"], name))
+
+    def cb_window_delete_event(self, widget, event, user_data=None):
+        # XXX: warn the user about leaving the wizard
+        Gtk.main_quit()
+        return False
+
+    def on_link_help_clicked(self, linkbutton):
+        uri: str = linkbutton.get_uri()
+        subprocess.Popen(["/usr/local/bin/tails-documentation", "--force-local", uri])
+
+    def on_network_changed(self):
+        up = self.app.is_network_link_ok
+        if not up:
+            if self.state["step"] == "progress":
+                GLib.source_remove(self.timer_check)
+                self.state["offline"]["previous"] = self.state["step"]
+                self.change_box("offline")
+            elif self.state["step"] in ["error", "hide"]:
+                self.state["offline"]["previous"] = self.state["step"]
+                self.change_box("offline")
+        else:
+            prev = self.state["offline"].get("previous", False)
+            if prev:
+                self.change_box(prev)
+
+
+class ConnectionProgress:
+    """
+    This class "handles" the progress bar in the final screen.
+
+    Probably the right approach would have been to subclass Gtk.ProgressBar, but subclassing and glade are
+    hard to combine.
+    """
+
+    PROGRESS_CONFIGURATION_CONFIG = 0.01
+    PROGRESS_CONFIGURATION_APPLIED = 0.1
+    PROGRESS_BOOTSTRAP_END = 0.9
+
+    def __init__(self, main_window):
+        self.main_window = main_window
+        self.bootstrap_phase = 0
+
+    @property
+    def progress(self):
+        return self.main_window.builder.get_object("step_progress_pbar_torconnect")
+
+    def tick(self):
+        """
+        Every second, performs "fake" advancement of the progress bar.
+
+        This advancement does not correspond to real progress, but provides more responsive UX.
+        """
+        current = float(self.progress.get_fraction())
+        if current == 0 or current > 98:
+            return True
+        # in CONNECTION_TIMEOUT ticks we must do the same range as advancing bootstrap-phase by 10%
+        range_after_many_ticks = (
+            self.PROGRESS_BOOTSTRAP_END - self.PROGRESS_CONFIGURATION_APPLIED
+        ) / 10
+        range_for_one_tick = range_after_many_ticks / CONNECTION_TIMEOUT
+        current += range_for_one_tick / 100
+        self.set_fraction(current)
+        return True
+
+    def set_fraction(self, num):
+        self.progress.set_fraction(num)
+        text = "%d%%" % (num * 100)
+        self.progress.set_text(text)
+
+    def get_fraction_from_bootstrap_phase(self, progress: int) -> float:
+        """
+        Calculate fraction based on tor bootstrap-phase.
+
+        The 'progress' argument is the number returned by tor, which is in the range [0,100]
+
+        >>> cp = ConnectionProgress(None)
+        >>> '%.2f' % cp.get_fraction_from_bootstrap_phase(0)
+        '0.10'
+        >>> '%.2f' % cp.get_fraction_from_bootstrap_phase(100)
+        '0.90'
+        >>> '%.2f' % cp.get_fraction_from_bootstrap_phase(50)
+        '0.60'
+        """
+        normalized_value = self.PROGRESS_CONFIGURATION_APPLIED + (progress / 100) * (
+            self.PROGRESS_BOOTSTRAP_END - self.PROGRESS_CONFIGURATION_APPLIED
+        )
+        return normalized_value
+
+    def set_fraction_from_bootstrap_phase(self, progress: int):
+        if progress == self.bootstrap_phase:
+            return
+        self.bootstrap_phase = progress
+        return self.set_fraction(self.get_fraction_from_bootstrap_phase(progress))
diff --git a/config/chroot_local-includes/usr/lib/systemd/user/tails-a11y-proxy-netns@.service b/config/chroot_local-includes/usr/lib/systemd/user/tails-a11y-proxy-netns@.service
index bc137e6528..210362cd92 100644
--- a/config/chroot_local-includes/usr/lib/systemd/user/tails-a11y-proxy-netns@.service
+++ b/config/chroot_local-includes/usr/lib/systemd/user/tails-a11y-proxy-netns@.service
@@ -6,7 +6,7 @@ Requires=at-spi-dbus-bus.service
 [Service]
 Type=notify
 NotifyAccess=all
-ExecStart=/usr/local/bin/a11y-proxy-netns --log-level DEBUG %i
+ExecStart=/usr/local/bin/a11y-proxy-netns --component=a11y --log-level DEBUG %i
 ExecStop=/bin/kill -INT $MAINPID



diff --git a/config/chroot_local-includes/usr/lib/systemd/user/tails-ibus-proxy-netns@.service b/config/chroot_local-includes/usr/lib/systemd/user/tails-ibus-proxy-netns@.service
new file mode 100644
index 0000000000..f8ac16b57a
--- /dev/null
+++ b/config/chroot_local-includes/usr/lib/systemd/user/tails-ibus-proxy-netns@.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Proxy IBUS bus inside a netns
+After=dbus.service
+Requires=dbus.service
+
+[Service]
+Type=notify
+NotifyAccess=all
+ExecStart=/usr/local/bin/a11y-proxy-netns --component=ibus --log-level DEBUG %i
+ExecStop=/bin/kill -INT $MAINPID
+
+
+[Install]
+WantedBy=desktop.target
+
diff --git a/config/chroot_local-includes/usr/local/bin/a11y-proxy-netns b/config/chroot_local-includes/usr/local/bin/a11y-proxy-netns
index 391afbea14..b3390346c8 100755
--- a/config/chroot_local-includes/usr/local/bin/a11y-proxy-netns
+++ b/config/chroot_local-includes/usr/local/bin/a11y-proxy-netns
@@ -13,6 +13,7 @@ log = getLogger(os.path.basename(__file__))

 def get_parser():
     p = ArgumentParser()
+    p.add_argument("--component", default="a11y", choices=["a11y", "ibus"])
     p.add_argument(
         "--log-level", choices=["DEBUG", "INFO", "WARNING", "ERROR"], default="DEBUG"
     )
@@ -20,7 +21,7 @@ def get_parser():
     return p



-def get_bus() -> str:
+def get_a11y_bus() -> str:
     bus = dbus.SessionBus()
     obj = bus.get_object("org.a11y.Bus", "/org/a11y/bus")
     iface = dbus.Interface(obj, dbus_interface="org.a11y.Bus")
@@ -28,6 +29,12 @@ def get_bus() -> str:
     return str(response)



+def get_ibus_bus() -> str:
+    address = subprocess.check_output(["/usr/bin/ibus", "address"]).decode('utf-8')
+    path, guid = address.split(",")
+    return path
+
+
 def netns_exists(name: str) -> bool:
     return os.path.exists(os.path.join("/var/run/netns", name))


@@ -56,17 +63,21 @@ def main():
     basicConfig(level=args.log_level)
     wait_netns(args.netns)
     log.debug("get address")
-    at_bus_address = get_bus()
-    log.debug("address got! %s", at_bus_address)
+    if args.component == "a11y":
+        backend_address = get_a11y_bus()
+    else:
+        backend_address = get_ibus_bus()
+    log.debug("address got! %s", backend_address)


     dirname = os.path.join("/tmp/netns-specific/", args.netns)
     os.makedirs(dirname, exist_ok=True)
-    dest_bus_path = os.path.join(dirname, "at.sock")
+    dest_basename = 'at.sock' if args.component == 'a11y' else 'ibus.sock'
+    dest_bus_path = os.path.join(dirname, dest_basename)
     log.debug("Binding at %s", dest_bus_path)
     if os.path.exists(dest_bus_path):
         os.unlink(dest_bus_path)


-    args = ["xdg-dbus-proxy", at_bus_address, dest_bus_path]
+    args = ["xdg-dbus-proxy", backend_address, dest_bus_path]
     log.debug("Running %r", args)
     # we fork-exec to handle systemd notifications. though not strictly needed, they are nice!
     p = subprocess.Popen(args)
diff --git a/config/chroot_local-includes/usr/local/bin/keepassxc b/config/chroot_local-includes/usr/local/bin/keepassxc
index 3043809ea9..c27803c2c1 100755
--- a/config/chroot_local-includes/usr/local/bin/keepassxc
+++ b/config/chroot_local-includes/usr/local/bin/keepassxc
@@ -11,25 +11,29 @@ PERSISTENT_DATA_DIR="${HOME}/Persistent"
 NEW_DB="${PERSISTENT_DATA_DIR}/Passwords.kdbx"


 prompt_for_database_renaming() {
+    # shellcheck disable=SC2034
     local filename="${1}"
-    local dialog_msg="`eval_gettext \"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>
+    local dialog_msg
+    dialog_msg="$(eval_gettext "<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>


You have a <i>KeePassXC</i> database in your <i>Persistent</i> folder:

-<i>\\\${filename}</i>
+<i>\${filename}</i>

<i>KeePassXC</i> changed the default name of the database to <i>Passwords.kdbx</i>.

-Renaming your database to <i>Passwords.kdbx</i> would allow <i>KeePassXC</i> to open it automatically in the future.\"`
+Renaming your database to <i>Passwords.kdbx</i> would allow <i>KeePassXC</i> to open it automatically in the future.")
 "
-    local rename="`gettext \"Rename\"`"
-    local open="`gettext \"Keep current name\"`"
+    local rename
+    rename="$(gettext "Rename")"
+    local open
+    open="$(gettext "Keep current name")"
     zenity --question --ellipsize --title "" --text "${dialog_msg}" --default-cancel \
            --ok-label "${rename}" --cancel-label "${open}"
 }


 # Database file is not named Passwords.kdbx, prompt for renaming it.
-if [ -z "$@" ] && mountpoint -q "$PERSISTENT_DATA_DIR" && \
+if [ -z "$*" ] && mountpoint -q "$PERSISTENT_DATA_DIR" && \
     ! [ -e "${NEW_DB}" ] && \
     [ "$(find "$PERSISTENT_DATA_DIR" -maxdepth 1 -name '*.kdbx' ! -name '*.old.kdbx' 2>/dev/null | wc -l)" = "1" ]; then
     user_db="$(find "$PERSISTENT_DATA_DIR" -maxdepth 1 -name '*.kdbx' ! -name '*.old.kdbx' 2>/dev/null)"
diff --git a/config/chroot_local-includes/usr/local/bin/onioncircuits b/config/chroot_local-includes/usr/local/bin/onioncircuits
index b51b767201..a22cadb9ba 100755
--- a/config/chroot_local-includes/usr/local/bin/onioncircuits
+++ b/config/chroot_local-includes/usr/local/bin/onioncircuits
@@ -29,6 +29,7 @@ def run_in_netns(*args, netns, user="amnesia"):
         "/usr/bin/env",
         *gnome_env_vars(),
         "AT_SPI_BUS_ADDRESS=unix:path=/tmp/shared-with-me/at.sock",
+        "IBUS_ADDRESS=unix:path=/tmp/shared-with-me/ibus.sock",
         *args,
     ]
     logging.info("Running %s", cmd)
diff --git a/config/chroot_local-includes/usr/local/bin/tails-documentation b/config/chroot_local-includes/usr/local/bin/tails-documentation
index 7d1b035b91..a4fecca547 100755
--- a/config/chroot_local-includes/usr/local/bin/tails-documentation
+++ b/config/chroot_local-includes/usr/local/bin/tails-documentation
@@ -2,65 +2,98 @@


import os
import sys
+from argparse import ArgumentParser

from tailslib.systemd import tor_has_bootstrapped

-WEBSITE_URL = 'https://tails.boum.org'
-WEBSITE_LOCAL_PATH = '/usr/share/doc/tails/website'
-LANG_CODE = os.getenv('LANG', 'en')[0:2]
+WEBSITE_URL = "https://tails.boum.org"
+WEBSITE_LOCAL_PATH = "/usr/share/doc/tails/website"
+LANG_CODE = os.getenv("LANG", "en")[0:2]


 def find_local_page(page: str) -> str:
-    for lang_code in (LANG_CODE, 'en', None):
+    for lang_code in (LANG_CODE, "en", None):
         local_page = get_local_path(page, lang_code)
         if os.path.isfile(local_page):
-            return 'file://' + local_page
+            return "file://" + local_page
     return ""



 def get_local_path(page, lang_code: str) -> str:
     if lang_code:
-        return os.path.join(WEBSITE_LOCAL_PATH, page + '.' + lang_code + ".html")
+        return os.path.join(WEBSITE_LOCAL_PATH, page + "." + lang_code + ".html")
     else:
         return os.path.join(WEBSITE_LOCAL_PATH, page + ".html")



-def parse_args() -> (str, str):
-    try:
-        page = sys.argv[1]
-    except IndexError:
-        page = 'doc'
+def get_parser():
+    p = ArgumentParser()
+    p.add_argument("--force-local", default=False, action="store_true")
+    p.add_argument("--doctest", default=False, action="store_true")
+    p.add_argument("page", default="doc", nargs="?")
+    p.add_argument("anchor", default=None, nargs="?")
+    return p


-    try:
-        anchor = sys.argv[2]
-    except IndexError:
-        anchor = None


-    return page, anchor
+def parse_args(_args=None):
+    """
+
+    >>> parse_args([]).page
+    'doc'
+    >>> parse_args([]).anchor is None
+    True
+
+    >>> parse_args(['foo']).page
+    'foo'
+    >>> parse_args(['foo']).anchor is None
+    True
+
+    >>> parse_args(['foo', 'bar']).page
+    'foo'
+    >>> parse_args(['foo', 'bar']).anchor
+    'bar'
+
+    >>> parse_args(['--force-local', 'foo', 'bar']).page
+    'foo'
+    >>> parse_args(['--force-local', 'foo', 'bar']).anchor
+    'bar'
+    """
+    return get_parser().parse_args(_args)



 def main():
-    page, anchor = parse_args()
+    args = parse_args()
+    page = args.page
+    anchor = args.anchor
+
+    if args.doctest:
+        import doctest
+        ret = doctest.testmod()
+        print('tails-documentation doctest:', ret)
+        if ret.failed:
+            sys.exit(1)
+        else:
+            sys.exit(0)
+        return


     # If possible, let's hand-off to our website, which should be the most
     # up-to-date option.
-    if tor_has_bootstrapped():
+    if not args.force_local and tor_has_bootstrapped():
         # Open page in the user-configured language, if available
         if os.path.isfile(get_local_path(page, LANG_CODE)):
-            uri = WEBSITE_URL + '/' + page + '/index.' + LANG_CODE + '.html'
+            uri = WEBSITE_URL + "/" + page + "/index." + LANG_CODE + ".html"
         else:
-            uri = WEBSITE_URL + '/' + page
+            uri = WEBSITE_URL + "/" + page
     else:
         uri = find_local_page(page)
         if not uri:
-            sys.exit('error: could not find the requested documentation page')
+            sys.exit("error: could not find the requested documentation page")


     if anchor:
-        uri = uri + '#' + anchor
+        uri = uri + "#" + anchor


-    os.environ['TOR_BROWSER_SKIP_OFFLINE_WARNING'] = 'yes'
-    os.execv('/usr/bin/gtk-launch',
-             ['/usr/bin/gtk-launch', 'tor-browser.desktop', uri])
+    os.environ["TOR_BROWSER_SKIP_OFFLINE_WARNING"] = "yes"
+    os.execv("/usr/bin/gtk-launch", ["/usr/bin/gtk-launch", "tor-browser.desktop", uri])



 if __name__ == "__main__":
diff --git a/config/chroot_local-includes/usr/local/bin/tca b/config/chroot_local-includes/usr/local/bin/tca
new file mode 100755
index 0000000000..f79f884354
--- /dev/null
+++ b/config/chroot_local-includes/usr/local/bin/tca
@@ -0,0 +1,106 @@
+#!/usr/bin/python3
+"""
+wrapper over TCA.
+
+elevates to sudo, then connect to whatever is needed and drop privileges again.
+"""
+import os
+import sys
+import shutil
+from pathlib import Path
+from subprocess import check_output, CalledProcessError
+from logging import getLogger, basicConfig
+
+from tailslib.gnome import gnome_env_vars
+from tailslib import LIVE_USERNAME
+
+NETNS = 'torlaunch'
+log = getLogger(__name__)
+
+def main():
+    if os.getuid() != 0:
+        os.execvpe("sudo", ["sudo", "-n", __file__] + sys.argv[1:], env=os.environ)
+        return
+    python_bin = "/usr/bin/python3"
+    program = "/usr/lib/python3/dist-packages/tca/application.py"
+
+    try:
+        running_processes = int(
+            check_output(
+                [
+                    "pgrep",
+                    "--count",
+                    "--uid",
+                    LIVE_USERNAME,
+                    "--full",
+                    "--exact",
+                    "%s %s" % (python_bin, program),
+                ]
+            )
+        )
+    except CalledProcessError as exc:
+        if exc.returncode == 1:
+            running_processes = 0
+        else:
+            raise
+    if running_processes:
+        print("TCA is already running", file=sys.stderr)
+        return
+
+    confdir = Path("~%s/.config/tca/" % LIVE_USERNAME).expanduser()
+    conffile = confdir / "tca.conf"
+    confdir.mkdir(mode=0o700, exist_ok=True)
+    shutil.chown(str(confdir), user=0, group=0)
+    confdir.chmod(0o700)
+    conffile.touch(mode=0o600)
+
+    connect_drop = ["/usr/local/lib/connect-drop", "-c", "FILE:%s:r+" % conffile]
+    ch_netns = ["ip", "netns", "exec", NETNS]
+    runuser = ["/sbin/runuser", "-u", LIVE_USERNAME]
+    # base bwrap sharing most of the system
+    bwrap = ["bwrap", "--bind", "/", "/", "--proc", "/proc", "--dev", "/dev"]
+    # passes data to us
+    bwrap += [
+        "--bind",
+        os.path.join("/tmp/netns-specific/", NETNS),
+        "/tmp/shared-with-me/",
+    ]
+    # hide data not for us
+    bwrap += ["--tmpfs", "/tmp/netns-specific/"]
+    envcmd = [
+        "env",
+        *gnome_env_vars(),
+        "AT_SPI_BUS_ADDRESS=unix:path=/tmp/shared-with-me/at.sock",
+        'IBUS_ADDRESS=unix:path=/tmp/shared-with-me/ibus.sock',
+    ]
+    tcacmd = [python_bin, program]
+    
+    # We run tca with several wrappers to accomplish our privilege-isolation-magic:
+    # connect_drop: opens a privileged file and pass FD to new process
+    # ch_netns: enter the new namespace
+    # runuser: change back to unprivileged user
+    # bwrap: this is probably the most complicated; what it does is sharing /tmp/netns-specific/$NETNS on
+    # /tmp/shared-with-me/ and hide /tmp/netns-specific/ . The result is that TCA will be able to access
+    # sockets that would otherwise be unreachable. See also tails-{a11y,ibus}-proxy-netns@.service
+    # envcmd: set the "right" environment; this means getting all "normal" gnome variables, AND clarifying
+    #         where is the {a11y,ibus} bus, which is related to bwrap
+
+    args = [
+        *connect_drop,
+        "--",
+        *ch_netns,
+        *runuser,
+        "--",
+        *bwrap,
+        *envcmd,
+        *tcacmd,
+        *sys.argv[1:],
+    ]
+    log.info("%s", args)
+
+    os.execv(args[0], args)
+
+
+if __name__ == "__main__":
+    basicConfig(level='DEBUG')
+    main()
diff --git a/config/chroot_local-includes/usr/local/bin/thunderbird b/config/chroot_local-includes/usr/local/bin/thunderbird
index 0a4d64cecd..5a19a0a64e 100755
--- a/config/chroot_local-includes/usr/local/bin/thunderbird
+++ b/config/chroot_local-includes/usr/local/bin/thunderbird
@@ -37,12 +37,13 @@ enigmail_configured() {
 }


 notify_enigmail_migration() {
-    local dialog_msg="<b><big>`gettext \"You need to migrate your OpenPGP keys\"`</big></b>
+    local dialog_msg open_docs ignore
+    dialog_msg="<b><big>$(gettext "You need to migrate your OpenPGP keys")</big></b>


-`gettext \"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-in support for OpenPGP encryption. To continue using your OpenPGP keys in <i>Thunderbird</i>, follow our migration instructions.\"`
+$(gettext "<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-in support for OpenPGP encryption. To continue using your OpenPGP keys in <i>Thunderbird</i>, follow our migration instructions.")
 "
-    local open_docs="`gettext \"_Open Migration Instructions\"`"
-    local ignore="`gettext \"_Migrate Later\"`"
+    open_docs=$(gettext "_Open Migration Instructions")
+    ignore=$(gettext "_Migrate Later")
     zenity --question --width 480 --title "OpenPGP Migration" --text "${dialog_msg}" \
            --ok-label "${open_docs}" --cancel-label "${ignore}"
 }
diff --git a/config/chroot_local-includes/usr/local/bin/tor-browser b/config/chroot_local-includes/usr/local/bin/tor-browser
index 8e5449382e..a61aae6345 100755
--- a/config/chroot_local-includes/usr/local/bin/tor-browser
+++ b/config/chroot_local-includes/usr/local/bin/tor-browser
@@ -43,10 +43,11 @@ ask_for_confirmation() {
         return
     fi


-    local dialog_title="`gettext \"Tor is not ready\"`"
-    local dialog_text="`gettext \"Tor is not ready. Start Tor Browser anyway?\"`"
-    local dialog_start="`gettext \"Start Tor Browser\"`"
-    local dialog_cancel="`gettext \"Cancel\"`"
+    local dialog_title dialog_text dialog_start dialog_cancel
+    dialog_title="$(gettext "Tor is not ready")"
+    dialog_text="$(gettext "Tor is not ready. Start Tor Browser anyway?")"
+    dialog_start="$(gettext "Start Tor Browser")"
+    dialog_cancel="$(gettext "Cancel")"
     zenity --question --ellipsize --title "$dialog_title" --text="$dialog_text" \
            --default-cancel --ok-label "$dialog_start" --cancel-label "$dialog_cancel"
 }
@@ -57,6 +58,7 @@ start_browser() {
     fi


     TMPDIR="${PROFILE}/tmp"
+    # shellcheck disable=SC2174
     mkdir --mode=0700 -p "$TMPDIR"
     export TMPDIR


diff --git a/config/chroot_local-includes/usr/local/bin/tor-launcher b/config/chroot_local-includes/usr/local/bin/tor-launcher
deleted file mode 100755
index dbe69730b3..0000000000
--- a/config/chroot_local-includes/usr/local/bin/tor-launcher
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# Import:
-#  - the TBB_EXT and TOR_LAUNCHER_INSTALL variables;
-#  - the exec_unconfined_firefox() and configure_best_tor_launcher_locale()
-#    functions.
-. /usr/local/lib/tails-shell-library/tor-browser.sh
-
-unset TOR_CONTROL_PASSWD
-unset TOR_FORCE_NET_CONFIG
-export TOR_CONFIGURE_ONLY=1
-export TOR_CONTROL_PORT=9051
-export TOR_CONTROL_COOKIE_AUTH_FILE=/run/tor/control.authcookie
-export TOR_HIDE_BROWSER_LOGO=1
-if echo "$@" | grep -qw -- --force-net-config; then
-    export TOR_FORCE_NET_CONFIG=1
-fi
-
-PROFILE="${HOME}/.tor-launcher/profile.default"
-if [ ! -d "${PROFILE}" ]; then
-    mkdir -p "${PROFILE}/extensions"
-    for ext in "${TBB_EXT}"/langpack-*.xpi; do
-        ln -s "${ext}" "${PROFILE}/extensions/"
-    done
-    configure_best_tor_launcher_locale "${PROFILE}"
-fi
-
-# Make sure Tor Launcher is not disabled.
-export TOR_SKIP_LAUNCH=0
-
-exec_unconfined_firefox \
-    -app "${TOR_LAUNCHER_INSTALL}/application.ini" \
-    -profile "${PROFILE}"
diff --git a/config/chroot_local-includes/usr/local/lib/add-GNOME-bookmarks b/config/chroot_local-includes/usr/local/lib/add-GNOME-bookmarks
index d169c987b7..6a49108f70 100755
--- a/config/chroot_local-includes/usr/local/lib/add-GNOME-bookmarks
+++ b/config/chroot_local-includes/usr/local/lib/add-GNOME-bookmarks
@@ -19,7 +19,7 @@ add_gtk_bookmark_for() {
    fi
 }


-mkdir -p $(dirname "${BOOKMARKS_FILE}")
+mkdir -p "$(dirname "${BOOKMARKS_FILE}")"

add_gtk_bookmark_for "${HOME}/Tor Browser"

diff --git a/config/chroot_local-includes/usr/local/lib/connect-drop b/config/chroot_local-includes/usr/local/lib/connect-drop
new file mode 100755
index 0000000000..3880053762
--- /dev/null
+++ b/config/chroot_local-includes/usr/local/lib/connect-drop
@@ -0,0 +1,149 @@
+#!/usr/bin/python3
+from argparse import ArgumentParser, ArgumentTypeError
+from pathlib import Path
+import logging
+import pwd
+import os
+import socket
+import sys
+import time
+
+try:
+    import prctl
+except ImportError:
+    print("WARNING: you don't have prctl package installed, this might be insecure!!!", file=sys.stderr)
+    PRCTL = False
+else:
+    PRCTL = True
+
+def get_parser():
+    p = ArgumentParser()
+    p.add_argument(
+        "--connect",
+        "-c",
+        action="append",
+        default=[],
+        dest="connections",
+        type=SocketSpec,
+        help="This can be something like TCP:example.com:80 or "
+        "UNIX:/path/to/my.sock or TCP6:example.org:25",
+    )
+    p.add_argument("-u", "--user")
+    p.add_argument("cmd")
+
+    return p
+
+
+class SocketSpec:
+    def __init__(self, spec: str):
+        self.fd = None
+        self.family = None
+        self.type = socket.SOCK_STREAM
+        self.address = None
+        self.mode = None
+
+        t = spec.split(":")
+
+        sock_type = t[0]
+        if sock_type == "TCP":
+            self.family = socket.AF_INET
+        elif sock_type == "TCP6":
+            self.family = socket.AF_INET6
+        elif sock_type == "UNIX":
+            self.family = socket.AF_UNIX
+        elif sock_type == "FILE":
+            self.family = "FILE"
+            self.type = "FILE"
+        else:
+            raise ArgumentTypeError("Invalid socket type `%s`" % sock_type)
+
+        if self.family == socket.AF_UNIX:
+            if len(t) != 2:
+                raise ArgumentTypeError(
+                    "Invalid socket form; UNIX type have exactly one addr part"
+                )
+            self.address = t[1]
+        elif self.family == "FILE":
+            if len(t) != 3:
+                raise ArgumentTypeError(
+                    "Invalid socket form; FILE type must have the form FILE:path:mode"
+                )
+            self.address = t[1]
+            self.mode = t[2]
+        else:
+            if len(t) != 3:
+                raise ArgumentTypeError(
+                    "Invalid socket form; TCP type must have the form TCP:host:port"
+                )
+            self.address = (t[1], int(t[2]))
+
+    def create(self):
+        if self.is_file():
+            self.buf = open(self.address, self.mode)
+            self.fd = self.buf.fileno()
+            return self.buf
+        else:
+            s = socket.socket(
+                family=self.family, type=self.type, proto=0, fileno=self.fd
+            )
+            self.socket = s
+            self.fd = s.fileno()
+            return s
+
+    def is_file(self):
+        return self.family == "FILE"
+
+
+def main():
+    # Parsing arguments require a little hack to work around argparse annoying issue:
+    #  Only the first double-dash (--) separator is kept. They are however important in the very long command
+    #  lines run when executing programs inside netns.
+    # This hack allows to get the currect behaviour for a well-formed argument list, at the expense of good
+    # error handling when an invalid cmdline is passed to connect-drop.
+    args, cmd_args = get_parser().parse_known_args()
+    if cmd_args and cmd_args[0] == '--':
+        del cmd_args[0]
+    args.cmd_args = cmd_args
+
+    # this list is needed to avoid that GC will also call close() on sockets
+    sockets = []
+    for addr in args.connections:
+        s = addr.create()
+        if not addr.is_file():
+            s.connect(addr.address)
+        os.set_inheritable(s.fileno(), True)
+        logging.debug("fd=%d [%s]", s.fileno(), addr)
+        sockets.append(s)
+
+    if args.user:
+        user = pwd.getpwnam(args.user)
+
+        if PRCTL:
+            prctl.capbset.limit()
+        os.setgroups(os.getgrouplist(user.pw_name, user.pw_gid))
+        os.setgid(user.pw_gid)
+        os.setuid(user.pw_uid)
+        os.umask(0o077)
+        if PRCTL:
+            prctl.cap_inheritable.limit()
+            prctl.cap_permitted.limit()
+            prctl.cap_effective.limit()
+        home = user.pw_dir
+    else:
+        home = str(Path.home())
+
+    os.execvpe(
+        args.cmd,
+        [args.cmd] + args.cmd_args,
+        env=dict(
+            # Yes, the child process could enumerate the open fd, but this is probably clearer
+            # especially, we don't want to rely on the fact that FD always start from 3 and are incremental
+            INHERIT_FD=",".join(str(s.fileno()) for s in sockets),
+            HOME=home,
+        ),
+    )
+
+
+if __name__ == "__main__":
+    logging.basicConfig(level=logging.INFO)
+    main()
diff --git a/config/chroot_local-includes/usr/local/lib/kill-boot-profile b/config/chroot_local-includes/usr/local/lib/kill-boot-profile
index 3828f609e2..542cd02e71 100755
--- a/config/chroot_local-includes/usr/local/lib/kill-boot-profile
+++ b/config/chroot_local-includes/usr/local/lib/kill-boot-profile
@@ -1,3 +1,3 @@
 #!/bin/sh


-sudo kill $(cat /boot-profile.pid)
+sudo kill "$(cat /boot-profile.pid)"
diff --git a/config/chroot_local-includes/usr/local/lib/onion-grater b/config/chroot_local-includes/usr/local/lib/onion-grater
index 15c932f106..fe54065095 100755
--- a/config/chroot_local-includes/usr/local/lib/onion-grater
+++ b/config/chroot_local-includes/usr/local/lib/onion-grater
@@ -144,8 +144,9 @@ import yaml
DEFAULT_LISTEN_ADDRESS = 'localhost'
DEFAULT_LISTEN_PORT = 9051
DEFAULT_COOKIE_PATH = '/run/tor/control.authcookie'
-DEFAULT_CONTROL_SOCKET_PATH = '/run/tor/control'
-
+# How often (in seconds) we check whether we've lost the tor
+# controller connection.
+TOR_CONTROLLER_PING_INTERVAL = 1.0

 class NoRewriteMatch(RuntimeError):
     """
@@ -215,13 +216,15 @@ class FilteredControlPortProxySession:
         self.controller = handler.controller
         self.debug_log = handler.debug_log
         self.filter_name = handler.filter_name
+        self.reconnect_controller = handler.connect_to_real_control_port
         self.restrict_stream_events = handler.restrict_stream_events
-        self.rfile = handler.rfile
+        self.request = handler.request
         self.server_address = handler.server_address
         self.wfile = handler.wfile
         self.client_streams = set()
         self.subscribed_event_listeners = []


+
     def debug_log_send(self, line):
         if global_args.print_responses:
             self.debug_log(line, format_multiline=True, sep=': <- ')
@@ -256,12 +259,20 @@ class FilteredControlPortProxySession:
         return next((rule for rule in allowed_args
                      if re.match(rule['pattern'] + "$", arg_str)), None)


-    def proxy_line(self, line, args_rewriter=None, response_rewriter=None):
+    def proxy_line(self, line, args_rewriter=None, response_rewriter=None, retry=False):
         if args_rewriter:
             new_line = args_rewriter(line)
             self.debug_log_rewrite('command', line, new_line)
             line = new_line
-        response = self.controller.msg(line.strip()).raw_content()
+        try:
+            response = self.controller.msg(line.strip()).raw_content()
+        except (stem.SocketClosed, stem.SocketError):
+            if retry:
+                raise
+            else:
+                self.recover_controller()
+                self.proxy_line(line, args_rewriter, response_rewriter, retry=True)
+            return
         if response_rewriter:
             new_response = response_rewriter(response)
             self.debug_log_rewrite('response', response, new_response)
@@ -331,10 +342,19 @@ class FilteredControlPortProxySession:
     def update_event_subscriptions(self, events):
         for listener, event in self.subscribed_event_listeners:
             if event not in events:
-                self.controller.remove_event_listener(listener)
                 self.subscribed_event_listeners.remove((listener, event))
                 if global_args.print_responses:
                     self.debug_log("unsubscribed from event '{}'".format(event))
+                try:
+                    self.controller.remove_event_listener(listener)
+                except (stem.SocketClosed, stem.SocketError):
+                    # When recovering the controller we'll also
+                    # recover the subscriptions recorded in
+                    # self.subscribed_event_listeners, so since we
+                    # already have dropped event from there, the
+                    # failed unsubscription we're dealing with will be
+                    # successfully unsubscribed.
+                    self.recover_controller()
         for event in events:
             if any(event == event_ for _, event_ in self.subscribed_event_listeners):
                 if global_args.print_responses:
@@ -352,21 +372,55 @@ class FilteredControlPortProxySession:
                     event_rewriter = _event_rewriter
                 def _event_cb(event):
                     self.event_cb(event, event_rewriter=event_rewriter)
-                self.controller.add_event_listener(
-                    _event_cb, getattr(stem.control.EventType, event)
-                )
                 self.subscribed_event_listeners.append((_event_cb, event))
                 if global_args.print_responses:
                     self.debug_log("subscribed to event '{}'".format(event))
+                try:
+                    self.controller.add_event_listener(
+                        _event_cb, getattr(stem.control.EventType, event)
+                    )
+                except (stem.SocketClosed, stem.SocketError):
+                    # See comment above for failed unsubscriptions.
+                    self.recover_controller()
             else:
                 if global_args.print_responses:
                     self.debug_log("suppressed subscription to event '{}'"
                                    .format(event))
-        self.respond("250 OK")
+
+    def recover_controller(self):
+        self.debug_log('lost connection to tor, reconnecting...')
+        self.controller = self.reconnect_controller()
+        self.debug_log('successfully recovered a tor connection!')
+        # The only state we carry is about event subscriptions, so we
+        # have to set them up again for the new controller
+        event_subs = [e for _, e in self.subscribed_event_listeners]
+        self.subscribed_event_listeners = []
+        self.client_streams = set()
+        self.update_event_subscriptions(event_subs)
+
+    def get_client_request(self):
+        while True:
+            try:
+                # Some clients (e.g. Tor Browser) write their requests
+                # byte-by-byte, so we peek ahead and make sure we only
+                # read a single, full request.
+                peek_ahead = self.request.recv(self.MAX_LINESIZE,
+                                               socket.MSG_PEEK)
+                if peek_ahead == b'':
+                    # The client disconnected
+                    return peek_ahead
+                request_length = peek_ahead.find(b"\n")
+                if request_length == -1:
+                    continue
+                return self.request.recv(request_length + 1)
+            except socket.timeout:
+                if not self.controller.is_alive():
+                    self.recover_controller()
+                continue


     def handle(self):
         while True:
-            binary_line = self.rfile.readline(self.MAX_LINESIZE)
+            binary_line = self.get_client_request()
             if binary_line == b'':
                 # Deal with clients that close the socket without a QUIT.
                 break
@@ -418,6 +472,7 @@ class FilteredControlPortProxySession:
                     self.filter_line(line)
                 else:
                     self.update_event_subscriptions(events)
+                    self.respond("250 OK")


             else:
                 rule = self.get_rule(cmd, arg_str)
@@ -471,6 +526,12 @@ class FilteredControlPortProxyHandler(socketserver.StreamRequestHandler):


     def setup(self):
         super(type(self), self).setup()
+        # We don't want to block forever when waiting for client
+        # requests, because the tor controller connection might have
+        # broken (e.g. if tor restarted) which we need to monitor in
+        # between socket timeouts.
+        self.request.settimeout(TOR_CONTROLLER_PING_INTERVAL)
+
         self.allowed_commands = {}
         self.allowed_events = {}
         self.client_desc = None
@@ -508,16 +569,19 @@ class FilteredControlPortProxyHandler(socketserver.StreamRequestHandler):
                     allowed_args[i] = {'pattern': allowed_args[i]}
             self.allowed_commands[cmd.upper()] = allowed_args


+    def case_insensitive_regex(self, s):
+        return ''.join(['[' + c.upper() + c.lower() + ']' for c in s])
+
     def add_allowed_confs_commands(self, confs):
         combined_getconf_rule = {'pattern': "(" + "|".join([
-            key for key in confs]) + ")"}
+            self.case_insensitive_regex(key) for key in confs]) + ")"}
         setconf_reset_part = "\s*|\s*".join([
-            key for key in confs
+            self.case_insensitive_regex(key) for key in confs
             if isinstance(confs[key], list) and '' in confs[key]]
         )
         setconf_assignment_part = "\s*|\s*".join([
             "{}=({})".format(
-                key, "|".join(confs[key])
+                self.case_insensitive_regex(key), "|".join(confs[key])
             )
             for key in confs
             if isinstance(confs[key], list) and len(confs[key]) > 0])
@@ -575,7 +639,27 @@ class FilteredControlPortProxyHandler(socketserver.StreamRequestHandler):
         while not controller:
             if tries >= 3:
                 time.sleep(1)
-            controller = stem.connection.connect(control_socket=global_args.control_socket_path)
+            # We would prefer to use the control socket but use the
+            # TCP control port as a workaround for this Tor bug:
+            # https://gitlab.torproject.org/tpo/core/tor/-/issues/25173
+            # This workaround was added while working on the "Always
+            # start Tor Launcher" feature. It remains a mystery why we
+            # don't hit this bug when running a Tails without this
+            # feature but enabling "bridge mode", which should reach
+            # the same state as this feature.
+            # Make sure to revert the commit adding this comment once
+            # the Tor bug is fixed and we want to revert back to using
+            # the control socket.
+            # Also, we would like to use Controller.from_port() here
+            # since it does not attempt fallback on failure, but at
+            # least for Tor Launcher that makes its second connection
+            # that handles events not receive any events breaking e.g.
+            # the progress bar and tor error handling.
+            # It remains to see if Controller.from_socket() is also
+            # affected.
+            controller = stem.connection.connect(
+                control_port=('127.0.0.1', '9052'), control_socket=None
+            )
             tries += 1
         stem.connection.authenticate_cookie(controller, cookie_path=global_args.control_cookie_path)
         return controller
@@ -642,12 +726,6 @@ class FilteredControlPortProxyHandler(socketserver.StreamRequestHandler):
         except (ConnectionResetError, BrokenPipeError) as err:
             # Handle clients disconnecting abruptly
             disconnect_reason = str(err)
-        except stem.SocketError:
-            # Handle client closing its socket abruptly
-            disconnect_reason = "Client closed its socket"
-        except stem.SocketClosed:
-            # Handle Tor closing its socket abruptly
-            disconnect_reason = "Tor closed its socket"
         finally:
             if self.controller:
                 self.controller.close()
@@ -694,12 +772,6 @@ def main():
         help="specifies the path to Tor's control authentication cookie " +
              "(default: {})".format(DEFAULT_COOKIE_PATH)
     )
-    parser.add_argument(
-        "--control-socket-path",
-        type=str, metavar='PATH', default=DEFAULT_CONTROL_SOCKET_PATH,
-        help="specifies the path to Tor's control socket " +
-             "(default: {})".format(DEFAULT_CONTROL_SOCKET_PATH)
-    )
     parser.add_argument(
         "--complain",
         action='store_true', default=False,
diff --git a/config/chroot_local-includes/usr/local/lib/tails-configure-keyboard b/config/chroot_local-includes/usr/local/lib/tails-configure-keyboard
index 4f5d0cfdf1..9e36eaa26e 100755
--- a/config/chroot_local-includes/usr/local/lib/tails-configure-keyboard
+++ b/config/chroot_local-includes/usr/local/lib/tails-configure-keyboard
@@ -20,7 +20,7 @@ else
 fi


 # Choose preferred IBus input methods
-LANGPREFIX=`echo "$LANG" | sed 's/_.*//'`
+LANGPREFIX=$(echo "$LANG" | sed 's/_.*//')
 case "$LANGPREFIX" in
    ja)
       PRELOAD="['mozc-jp', 'libpinyin', 'hangul', 'Unikey', 'chewing']"
diff --git a/config/chroot_local-includes/usr/local/lib/tails-kill-gdm-session b/config/chroot_local-includes/usr/local/lib/tails-kill-gdm-session
index 9b3bd9f03e..eae836b6e4 100755
--- a/config/chroot_local-includes/usr/local/lib/tails-kill-gdm-session
+++ b/config/chroot_local-includes/usr/local/lib/tails-kill-gdm-session
@@ -72,6 +72,6 @@ while [ $tries -lt 10 ]; do
    LIVE_USER_LOGIND_X_SESSION_ID="$(live_user_logind_x_session_id)"
    chvt "$(logind_session_tty_number "$LIVE_USER_LOGIND_X_SESSION_ID")"
    loginctl activate "$LIVE_USER_LOGIND_X_SESSION_ID"
-   tries="$(expr "$tries" + 1)"
+   tries="$((tries + 1))"
    sleep 1
 done
diff --git a/config/chroot_local-includes/usr/local/lib/tails-shell-library/chroot-browser.sh b/config/chroot_local-includes/usr/local/lib/tails-shell-library/chroot-browser.sh
old mode 100644
new mode 100755
index 4d5751b262..7d71106602
--- a/config/chroot_local-includes/usr/local/lib/tails-shell-library/chroot-browser.sh
+++ b/config/chroot_local-includes/usr/local/lib/tails-shell-library/chroot-browser.sh
@@ -24,7 +24,8 @@ try_cleanup_browser_chroot () {
     # findmnt sorts submounts so we just have to revert the list to
     # have the proper umount order. We use `tail` to suppress the
     # "TARGET" column header.
-    local chroot_mounts="$(
+    local chroot_mounts
+    chroot_mounts="$(
         findmnt --output TARGET --list --submounts "${chroot}" | tail -n+2 | tac
     )"
     for mnt in ${chroot_mounts} "${cow}"; do
@@ -43,6 +44,7 @@ setup_chroot_for_browser () {
     # for creating isolated jails, the chroot can be used as its rootfs.


     local cleanup_cmd="try_cleanup_browser_chroot \"${chroot}\" \"${cow}\" \"${user}\""
+    # shellcheck disable=SC2064
     trap "${cleanup_cmd}" INT EXIT


     local rootfs_dir
@@ -53,7 +55,7 @@ setup_chroot_for_browser () {
     # We have to pay attention to the order we stack the filesystems;
     # newest must be first, and remember that the .module file lists
     # oldest first, newest last.
-    while read rootfs_dir; do
+    while read -r rootfs_dir; do
         rootfs_dir="${rootfs_dirs_path}/${rootfs_dir}"
         mountpoint -q "${rootfs_dir}" && \
         lowerdirs="${rootfs_dir}:${lowerdirs}"
@@ -79,7 +81,8 @@ browser_conf_dir () {
 }


 browser_profile_dir () {
-    local conf_dir="$(browser_conf_dir "${@}")"
+    local conf_dir
+    conf_dir="$(browser_conf_dir "${@}")"
     echo "${conf_dir}/profile.default"
 }


@@ -89,7 +92,8 @@ chroot_browser_conf_dir () {
}

 chroot_browser_profile_dir () {
-    local conf_dir="$(chroot_browser_conf_dir "${@}")"
+    local conf_dir
+    conf_dir="$(chroot_browser_conf_dir "${@}")"
     echo "${conf_dir}/profile.default"
 }


@@ -97,7 +101,8 @@ set_chroot_browser_permissions () {
     local chroot="${1}"
     local browser_name="${2}"
     local browser_user="${3}"
-    local browser_conf="$(chroot_browser_conf_dir "${chroot}" "${browser_name}" "${browser_user}")"
+    local browser_conf
+    browser_conf="$(chroot_browser_conf_dir "${chroot}" "${browser_name}" "${browser_user}")"
     chown -R "${browser_user}:${browser_user}" "${browser_conf}"
 }


@@ -113,7 +118,8 @@ configure_chroot_browser_profile () {
     echo "127.0.0.1 localhost amnesia" > "${chroot}/etc/hosts"


     # Create a fresh browser profile for the clearnet user
-    local browser_profile="$(chroot_browser_profile_dir "${chroot}" "${browser_name}" "${browser_user}")"
+    local browser_profile
+    browser_profile="$(chroot_browser_profile_dir "${chroot}" "${browser_name}" "${browser_user}")"
     local browser_ext="${browser_profile}/extensions"
     mkdir -p "${browser_profile}" "${browser_ext}"


@@ -159,7 +165,8 @@ set_chroot_browser_locale () {
     local browser_name="${2}"
     local browser_user="${3}"
     local locale="${4}"
-    local browser_profile="$(chroot_browser_profile_dir "${chroot}" "${browser_name}" "${browser_user}")"
+    local browser_profile
+    browser_profile="$(chroot_browser_profile_dir "${chroot}" "${browser_name}" "${browser_user}")"
     configure_xulrunner_app_locale "${browser_profile}" "${locale}"
 }


@@ -169,13 +176,12 @@ set_chroot_browser_name () {
     local browser_name="${3}"
     local browser_user="${4}"
     local locale="${5}"
-    local ext_dir="${chroot}/${TBB_EXT}"
-    local browser_profile_ext_dir="$(chroot_browser_profile_dir "${chroot}" "${browser_name}" "${browser_user}")/extensions"


     # Torbutton is installed in the browser's omni.ja and it decides
     # the browser name.
     local pack="${chroot}/${TBB_INSTALL}/omni.ja"
-    local tmp="$(mktemp -d)"
+    local tmp
+    tmp="$(mktemp -d)"
     (
        cd "${tmp}"
        7z x -o"${tmp}" "${pack}" chrome/torbutton/locale
@@ -192,12 +198,12 @@ set_chroot_browser_name () {


 delete_chroot_browser_searchplugins() {
     local chroot="${1}"
-    local ext_dir="${chroot}/${TBB_EXT}"


     pack="${chroot}/${TBB_INSTALL}/browser/omni.ja"
     local searchplugins_dir="chrome/browser/search-extensions"
     local searchplugins_list="${searchplugins_dir}/list.json"
-    local tmp="$(mktemp -d)"
+    local tmp
+    tmp="$(mktemp -d)"
     (
         cd "${tmp}"
         7z d -tzip "${pack}" "${searchplugins_dir}/*/manifest.json"
@@ -214,7 +220,6 @@ delete_chroot_browser_searchplugins() {
 # shown in the tab of a "New Tab" page.
 delete_chroot_browser_icons() {
     local chroot="${1}"
-    local ext_dir="${chroot}/${TBB_EXT}"


     pack="${chroot}/${TBB_INSTALL}/browser/omni.ja"
     7z d -tzip "${pack}" "chrome/browser/content/branding/icon*.png"
@@ -242,7 +247,8 @@ configure_chroot_browser () {
     local home_page="${1}" ; shift
     # Now $@ is a list of paths (that must be valid after chrooting)
     # to extensions to enable.
-    local best_locale="$(guess_best_tor_browser_locale)"
+    local best_locale
+    best_locale="$(guess_best_tor_browser_locale)"


     configure_chroot_browser_profile "${chroot}" "${browser_name}" \
         "${browser_user}" "${home_page}" "${@}"
@@ -266,7 +272,8 @@ run_browser_in_chroot () {
     local chroot_user="${3}"
     local local_user="${4}"
     local wm_class="${5}"
-    local profile="$(browser_profile_dir ${browser_name} ${chroot_user})"
+    local profile
+    profile="$(browser_profile_dir "${browser_name}" "${chroot_user}")"


     sudo -u "${local_user}" xhost "+SI:localuser:${chroot_user}"
     chroot "${chroot}" sudo -u "${chroot_user}" /bin/sh -c \
diff --git a/config/chroot_local-includes/usr/local/lib/tails-shell-library/common.sh b/config/chroot_local-includes/usr/local/lib/tails-shell-library/common.sh
index b90504f18c..9b81747cfa 100644
--- a/config/chroot_local-includes/usr/local/lib/tails-shell-library/common.sh
+++ b/config/chroot_local-includes/usr/local/lib/tails-shell-library/common.sh
@@ -19,12 +19,12 @@ wait_until() {
     timeout="${1}"
     check_expr="${2}"
     delay="${3:-1}"
-    timeout_at=$(expr $(clock_gettime_monotonic) + ${timeout})
+    timeout_at=$(($(clock_gettime_monotonic) + timeout))
     until eval "${check_expr}"; do
         if [ "$(clock_gettime_monotonic)" -ge "${timeout_at}" ]; then
             return 1
         fi
-        sleep ${delay}
+        sleep "${delay}"
     done
     return 0
 }
@@ -49,6 +49,7 @@ no_abort() {
         set_e_was_enabled=false
     fi
     "${@}"
+    # shellcheck disable=SC2034
     _NO_ABORT_RET=${?}
     if [ "${set_e_was_enabled}" = true ]; then
         set -e
@@ -59,6 +60,7 @@ no_abort() {
 is_package_installed() {
     local package_name package_status
     package_name="${1}"
+    # shellcheck disable=SC2016
     package_status="$(no_abort dpkg-query --show \
                       --showformat='${db:Status-Status}' "${package_name}" \
                       2>/dev/null)"
diff --git a/config/chroot_local-includes/usr/local/lib/tails-shell-library/gnome.sh b/config/chroot_local-includes/usr/local/lib/tails-shell-library/gnome.sh
index 0ae63e0d8d..72a91bbe61 100644
--- a/config/chroot_local-includes/usr/local/lib/tails-shell-library/gnome.sh
+++ b/config/chroot_local-includes/usr/local/lib/tails-shell-library/gnome.sh
@@ -2,6 +2,7 @@
 GNOME_ENV_VARS="
 DBUS_SESSION_BUS_ADDRESS
 DISPLAY
+LANG
 XAUTHORITY
 XDG_RUNTIME_DIR
 "
@@ -9,14 +10,19 @@ XDG_RUNTIME_DIR
 export_gnome_env() {
     # Get LIVE_USERNAME
     . /etc/live/config.d/username.conf
-    local gnome_shell_pid="$(pgrep --newest --euid ${LIVE_USERNAME} gnome-shell)"
+    local gnome_shell_pid
+    gnome_shell_pid="$(pgrep --newest --euid "${LIVE_USERNAME}" gnome-shell)"
     if [ -z "${gnome_shell_pid}" ]; then
         return
     fi
-    local tmp_env_file="$(tempfile)"
-    local vars="($(echo ${GNOME_ENV_VARS} | tr ' ' '|'))"
+    local tmp_env_file
+    tmp_env_file="$(mktemp)"
+    local vars
+    # shellcheck disable=SC2086
+    vars="($(echo ${GNOME_ENV_VARS} | tr ' ' '|'))"
     tr '\0' '\n' < "/proc/${gnome_shell_pid}/environ" | \
         grep -E "^${vars}=" > "${tmp_env_file}"
-    while read line; do export "${line}"; done < "${tmp_env_file}"
+    # shellcheck disable=SC2163
+    while read -r line; do export "${line}"; done < "${tmp_env_file}"
     rm "${tmp_env_file}"
 }
diff --git a/config/chroot_local-includes/usr/local/lib/tails-shell-library/hardware.sh b/config/chroot_local-includes/usr/local/lib/tails-shell-library/hardware.sh
index 38eb650c0a..681c13ef03 100644
--- a/config/chroot_local-includes/usr/local/lib/tails-shell-library/hardware.sh
+++ b/config/chroot_local-includes/usr/local/lib/tails-shell-library/hardware.sh
@@ -66,8 +66,8 @@ get_module_used_by_nic() {
 }


get_name_of_nic() {
- vendor=$(udevadm info -x --query=property /sys/class/net/${1} | sed -n "s/ID_VENDOR_FROM_DATABASE='\(.*\)'/\\1/p" || : )
- device=$(udevadm info -x --query=property /sys/class/net/${1} | sed -n "s/ID_MODEL_FROM_DATABASE='\(.*\)'/\\1/p" || : )
+ vendor=$(udevadm info -x --query=property "/sys/class/net/${1}" | sed -n "s/ID_VENDOR_FROM_DATABASE='\(.*\)'/\\1/p" || : )
+ device=$(udevadm info -x --query=property "/sys/class/net/${1}" | sed -n "s/ID_MODEL_FROM_DATABASE='\(.*\)'/\\1/p" || : )
echo "${vendor} ${device}"
}

@@ -80,7 +80,8 @@ mod_rev_dep_aux() {
   local mod
   local rev_deps
   for mod in "${@}"; do
-    if echo ${MOD_REV_DEP_VISITED} | grep -qw ${mod}; then
+    # shellcheck disable=SC2086
+    if echo ${MOD_REV_DEP_VISITED} | grep -qw "${mod}"; then
         continue
     fi
     MOD_REV_DEP_VISITED="${MOD_REV_DEP_VISITED} ${mod}"
@@ -88,8 +89,9 @@ mod_rev_dep_aux() {
     rev_deps=$(lsmod | \
                sed -n "s/^${mod}\s\+\S\+\s\+\S\+\s\+\(\S\+\)/\1/p" | \
                tr ',' ' ')
+    # shellcheck disable=SC2086
     mod_rev_dep_aux ${rev_deps}
-    echo ${mod}
+    echo "${mod}"
   done
 }


@@ -99,11 +101,12 @@ mod_rev_dep_aux() {
# modules that uses $1.
mod_rev_dep() {
MOD_REV_DEP_VISITED=""
- mod_rev_dep_aux ${1}
+ mod_rev_dep_aux "${1}"
}

 # Unloads module $1, and all modules that (transatively) depends on
 # $1 (i.e. its reverse dependencies).
 unload_module_and_rev_deps() {
-  /sbin/modprobe -r $(mod_rev_dep ${1})
+  # shellcheck disable=SC2046
+  /sbin/modprobe -r $(mod_rev_dep "${1}")
 }
diff --git a/config/chroot_local-includes/usr/local/lib/tails-shell-library/localization.sh b/config/chroot_local-includes/usr/local/lib/tails-shell-library/localization.sh
index df7dd7c26d..c14c54b1b4 100644
--- a/config/chroot_local-includes/usr/local/lib/tails-shell-library/localization.sh
+++ b/config/chroot_local-includes/usr/local/lib/tails-shell-library/localization.sh
@@ -13,7 +13,8 @@ language_code_from_locale () {
 # the default is the English version.
 localized_tails_doc_page () {
     local page="${1}"
-    local lang_code="$(language_code_from_locale "${LANG}")"
+    local lang_code
+    lang_code="$(language_code_from_locale "${LANG}")"
     local try_page
     for locale in "${lang_code}" "en"; do
         try_page="${page}.${locale}.html"
diff --git a/config/chroot_local-includes/usr/local/lib/tails-shell-library/po.sh b/config/chroot_local-includes/usr/local/lib/tails-shell-library/po.sh
index 8563a90c3b..3d3d33cd11 100644
--- a/config/chroot_local-includes/usr/local/lib/tails-shell-library/po.sh
+++ b/config/chroot_local-includes/usr/local/lib/tails-shell-library/po.sh
@@ -9,7 +9,7 @@ po_languages () {
 }


 count_msgids () {
-    cat | grep -E '^msgid\s+' | wc -l
+    cat | grep --count -E '^msgid\s+'
 }


 count_translated_strings () {
@@ -30,20 +30,20 @@ intltool_update_po () {
     (
         cd po
         for locale in "$@" ; do
-            intltool-update --dist --gettext-package=tails $locale -o ${locale}.po.new
+            intltool-update --dist --gettext-package=tails "$locale" -o "${locale}.po.new"


-            [ -f ${locale}.po ]     || continue
-            [ -f ${locale}.po.new ] || continue
+            [ -f "${locale}.po" ]     || continue
+            [ -f "${locale}.po.new" ] || continue


             if [ "${FORCE:-}" = yes ]; then
                 echo "Force-updating '${locale}.po'."
-                mv ${locale}.po.new ${locale}.po
+                mv "${locale}.po.new" "${locale}.po"
             elif diff_without_pot_creation_date -q "${locale}.po" "${locale}.po.new"; then
                 echo "${locale}: Only header changes in PO file: keeping the old one"
-                rm ${locale}.po.new
+                rm "${locale}.po.new"
             else
                 echo "${locale}: Real changes in PO file: switching to the updated one"
-                mv ${locale}.po.new ${locale}.po
+                mv "${locale}.po.new" "${locale}.po"
             fi
         done
     )
diff --git a/config/chroot_local-includes/usr/local/lib/tails-shell-library/tails-greeter.sh b/config/chroot_local-includes/usr/local/lib/tails-shell-library/tails-greeter.sh
index dc4b6a2bd9..7f0b5da1d7 100644
--- a/config/chroot_local-includes/usr/local/lib/tails-shell-library/tails-greeter.sh
+++ b/config/chroot_local-includes/usr/local/lib/tails-shell-library/tails-greeter.sh
@@ -26,8 +26,10 @@ mac_spoof_is_enabled() {
     [ "$(_get_tg_setting "${MACSPOOF_SETTING}" TAILS_MACSPOOF_ENABLED)" != false ]
 }


-tails_netconf() {
-    _get_tg_setting "${NETWORK_SETTING}" TAILS_NETCONF
+tails_network_enabled() {
+    # Only return true when explicitly told so to increase failure
+    # safety.
+    [ "$(_get_tg_setting "${NETWORK_SETTING}" TAILS_NETWORK)" = true ]
 }


unsafe_browser_is_enabled() {
diff --git a/config/chroot_local-includes/usr/local/lib/tails-shell-library/tor-browser.sh b/config/chroot_local-includes/usr/local/lib/tails-shell-library/tor-browser.sh
index 469fc46496..33502a37d2 100644
--- a/config/chroot_local-includes/usr/local/lib/tails-shell-library/tor-browser.sh
+++ b/config/chroot_local-includes/usr/local/lib/tails-shell-library/tor-browser.sh
@@ -1,10 +1,9 @@
#!/bin/sh

TBB_INSTALL=/usr/local/lib/tor-browser
+# shellcheck disable=SC2034
TBB_PROFILE=/etc/tor-browser/profile
TBB_EXT=/usr/local/share/tor-browser-extensions
-TOR_LAUNCHER_INSTALL=/usr/local/lib/tor-launcher-standalone
-TOR_LAUNCHER_LOCALES_DIR="${TOR_LAUNCHER_INSTALL}/chrome/locale"

# For strings it's up to the caller to add double-quotes ("") around
# the value.
@@ -58,8 +57,8 @@ exec_unconfined_firefox() {

 guess_best_tor_browser_locale() {
     local long_locale short_locale similar_locale
-    long_locale="$(echo ${LANG} | sed -e 's/\..*$//' -e 's/_/-/')"
-    short_locale="$(echo ${long_locale} | cut -d"-" -f1)"
+    long_locale="$(echo "${LANG}" | sed -e 's/\..*$//' -e 's/_/-/')"
+    short_locale="$(echo "${long_locale}" | cut -d"-" -f1)"
     if [ -e "${TBB_EXT}/langpack-${long_locale}@???" ]; then
         echo "${long_locale}"
         return
@@ -69,6 +68,7 @@ guess_best_tor_browser_locale() {
     fi
     # If we use locale xx-YY and there is no langpack for xx-YY nor xx
     # there may be a similar locale xx-ZZ that we should use instead.
+    # shellcheck disable=SC2012
     similar_locale="$(ls -1 "${TBB_EXT}" | \
         sed -n "s,^langpack-\(${short_locale}-[A-Z]\+\)@firefox.mozilla.org.xpi$,\1,p" | \
         head -n 1)" || :
@@ -80,20 +80,6 @@ guess_best_tor_browser_locale() {
     echo 'en-US'
 }


-guess_best_tor_launcher_locale() {
-    local long_locale short_locale
-    long_locale="$(echo ${LANG} | sed -e 's/\..*$//' -e 's/_/-/')"
-    short_locale="$(echo ${long_locale} | cut -d"-" -f1)"
-    if [ -e "${TOR_LAUNCHER_LOCALES_DIR}/${long_locale}" ]; then
-        echo ${long_locale}
-    elif ls -1 "${TOR_LAUNCHER_LOCALES_DIR}" | grep -q "^${short_locale}\(-[A-Z]\+\)\?$"; then
-        # See comment in guess_best_firefox_locale()
-        echo ${short_locale}
-    else
-        echo en-US
-    fi
-}
-
 configure_xulrunner_app_locale() {
     local profile locale
     profile="${1}"
@@ -113,10 +99,6 @@ configure_best_tor_browser_locale() {
         >> "${profile}/prefs.js"
 }


-configure_best_tor_launcher_locale() {
-    configure_xulrunner_app_locale "${1}" "$(guess_best_tor_launcher_locale)"
-}
-
 supported_tor_browser_locales() {
     # The default is always supported
     echo en-US
diff --git a/config/chroot_local-includes/usr/local/lib/tails-shell-library/tor.sh b/config/chroot_local-includes/usr/local/lib/tails-shell-library/tor.sh
index 42e3058ba1..a2aad9ffda 100755
--- a/config/chroot_local-includes/usr/local/lib/tails-shell-library/tor.sh
+++ b/config/chroot_local-includes/usr/local/lib/tails-shell-library/tor.sh
@@ -2,10 +2,10 @@


TOR_RC_DEFAULTS=/usr/share/tor/tor-service-defaults-torrc
TOR_RC=/etc/tor/torrc
+# shellcheck disable=SC2034
TOR_LOG=/var/log/tor/log
+# shellcheck disable=SC2034
TOR_DIR=/var/lib/tor
-TOR_DESCRIPTORS=${TOR_DIR}/cached-microdescs
-NEW_TOR_DESCRIPTORS=${TOR_DESCRIPTORS}.new

 tor_rc_lookup() {
     grep --no-filename "^${1}\s" "${TOR_RC_DEFAULTS}" "${TOR_RC}" | \
@@ -40,7 +40,7 @@ tor_control_getinfo() {


 tor_control_getconf() {
     tor_control_send "GETCONF ${1}" | \
-            sed --regexp-extended -n "s|^250 ${1}=(.*)$|\1|p"
+            sed --regexp-extended -n "s|^250[ -]${1}=(.*)$|\1|p"
 }


 tor_control_setconf() {
@@ -51,11 +51,12 @@ tor_bootstrap_progress() {
        local res
        res=$(tor_control_getinfo status/bootstrap-phase | \
                     sed --regexp-extended 's/^.* BOOTSTRAP PROGRESS=([[:digit:]]+) .*$/\1/')
-       echo ${res:-0}
+       echo "${res:-0}"
 }


 tor_is_working() {
-    [ "$(tor_bootstrap_progress)" -eq 100 ]
+    [ "$(tor_bootstrap_progress)" -eq 100 ] && \
+        [ "$(tor_control_getinfo status/enough-dir-info)" -eq 1 ]
 }


 tor_append_to_torrc () {
diff --git a/config/chroot_local-includes/usr/local/lib/tails-spoof-mac b/config/chroot_local-includes/usr/local/lib/tails-spoof-mac
index f7eba4a20d..7dcbc9c954 100755
--- a/config/chroot_local-includes/usr/local/lib/tails-spoof-mac
+++ b/config/chroot_local-includes/usr/local/lib/tails-spoof-mac
@@ -53,9 +53,9 @@ notify_panic_success() {
     local nic_name
     nic="${1}"
     nic_name="${2}"
-    show_notification "`eval_gettext \"Network card \\\${nic} disabled\"`" \
-"`eval_gettext \"MAC spoofing failed for network card \\\${nic_name} (\\\${nic}) so it is temporarily disabled.
-You might prefer to restart Tails and disable MAC spoofing.\"`"
+    show_notification "$(eval_gettext "Network card \${nic} disabled")" \
+"$(eval_gettext "MAC address anonymization failed for network card \${nic_name} (\${nic}) so it is temporarily disabled.
+You might prefer to restart Tails and disable MAC address anonymization.")"
 }


 notify_panic_failure() {
@@ -63,22 +63,21 @@ notify_panic_failure() {
     local nic_name
     nic="${1}"
     nic_name="${2}"
-    show_notification "`gettext \"All networking disabled\"`" \
-"`eval_gettext \"MAC spoofing failed for network card \\\${nic_name} (\\\${nic}). The error recovery also failed so all networking is disabled.
-You might prefer to restart Tails and disable MAC spoofing.\"`"
+    show_notification "$(gettext "All networking disabled")" \
+"$(eval_gettext "MAC address anonymization failed for network card \${nic_name} (\${nic}). The error recovery also failed so all networking is disabled.
+You might prefer to restart Tails and disable MAC address anonymization.")"
 }


 mac_spoof_panic() {
     local nic
     local module
     local nic_name
-    local unload_success
     nic=${1}
     if ! /sbin/ip link set dev "${nic}" down; then
         log "Failed to down NIC ${nic} in panic mode."
     fi
     module=$(get_module_used_by_nic "${nic}")
-    nic_name="$(get_name_of_nic ${nic})"
+    nic_name="$(get_name_of_nic "${nic}")"
     echo "install ${module} /bin/true" >> \
          /etc/modprobe.d/"${module}"-blacklist.conf
     unload_module_and_rev_deps "${module}" || :
@@ -132,6 +131,7 @@ OLD_MAC="$(get_current_mac_of_nic "${NIC}")"
 # three times. Theoretically speaking this leaks information about the
 # real MAC address at each occasion but actually leaking the real MAC
 # address will be more serious in practice.
+# shellcheck disable=SC2034
 for i in 1 2 3; do
     if ! spoof_mac "${NIC}"; then
         # If our MAC spoofing primitive fails, we fail safe by forcing
diff --git a/config/chroot_local-includes/usr/local/lib/tails-unblock-network b/config/chroot_local-includes/usr/local/lib/tails-unblock-network
index b220e24147..50ee6e1db1 100755
--- a/config/chroot_local-includes/usr/local/lib/tails-unblock-network
+++ b/config/chroot_local-includes/usr/local/lib/tails-unblock-network
@@ -4,11 +4,10 @@ set -e
 set -u
 set -x


-CONFIG_FILE=/var/lib/gdm3/settings/tails.network
NET_MODULES_BLACKLIST=/etc/modprobe.d/all-net-blacklist.conf

-# Import the TAILS_NETCONF variable
-. "$CONFIG_FILE"
+# Import tails_network_enabled()
+. /usr/local/lib/tails-shell-library/tails-greeter.sh

systemctl start tails-unblock-network.service

@@ -18,7 +17,7 @@ systemctl start tails-unblock-network.service
 # This might have been caused by an aufs weirdness (#9012),
 # but this code is rather simple and it does not hurt to ensure
 # our assumptions are verified.
-if [ "${TAILS_NETCONF}" != "disabled" ]; then
+if tails_network_enabled; then
    echo "Waiting for ${NET_MODULES_BLACKLIST} to be gone..." >&2
    while [ -e "${NET_MODULES_BLACKLIST}" ]; do
       sleep 0.5
diff --git a/config/chroot_local-includes/usr/local/lib/udev-watchdog-wrapper b/config/chroot_local-includes/usr/local/lib/udev-watchdog-wrapper
index e11e176eaa..60bb67974e 100755
--- a/config/chroot_local-includes/usr/local/lib/udev-watchdog-wrapper
+++ b/config/chroot_local-includes/usr/local/lib/udev-watchdog-wrapper
@@ -24,6 +24,7 @@ boot_device() {
     # was run => we cannot get the boot device from there either.
     # Instead, we parse fromiso='s argument the same way live-boot does
     # in order to extract the device path (/dev/sdx3)
+            # shellcheck disable=SC2013
         for ARGUMENT in $(cat /proc/cmdline) ; do
             case "${ARGUMENT}" in
                 isofrom=*|fromiso=*)
@@ -31,7 +32,7 @@ boot_device() {
                     ;;
             esac
         done
-        echo $(dirname "$FROMISO")
+        dirname "$FROMISO"
     else
     # Refactorer, beware: the rest of this script depends on the fact that
     # the path returned in this case is suitable to be passed as an argument
@@ -78,8 +79,10 @@ else
     QUERY_SELECTOR="--path $BOOT_DEVICE"
 fi


+# shellcheck disable=SC2086
 DEV_UDEV_PATH=$(udevadm info --query path     $QUERY_SELECTOR)
 # SD in SDIO has no ID_TYPE, let's pretend it's a disk just like USB sticks
+# shellcheck disable=SC2086
 DEV_TYPE_LINE=$(udevadm info --query property $QUERY_SELECTOR | grep -w '^ID_TYPE') \
     || DEV_TYPE_LINE='ID_TYPE=disk'
 DEV_TYPE="${DEV_TYPE_LINE#*=}"
diff --git a/config/chroot_local-includes/usr/local/sbin/live-persist b/config/chroot_local-includes/usr/local/sbin/live-persist
index 42cc6eeab7..46f22d2bde 100755
--- a/config/chroot_local-includes/usr/local/sbin/live-persist
+++ b/config/chroot_local-includes/usr/local/sbin/live-persist
@@ -41,7 +41,7 @@ usage ()
 List (on stdout) all GPT partitions with names among LABEL(s) that are
 compatible with live-boot's overlay persistence, and that are adhering to
 live-boot's persistence filters (e.g. persistent-media). If no LABEL is given
-the default in live-boot is used ('${custom_overlay_label}').
+the default in live-boot is used ('\${custom_overlay_label}').
    or: ${cmd} [OPTION]... activate VOLUME...
 Activates persistence on the given VOLUME(s). Successes and failures are
 written to stdout. There are no checks for whether the given volumes adhere
@@ -101,7 +101,7 @@ is_preset_enabled() {
     local PRESET_SOURCE="${2}"
     local CONFIG="${3}"
     grep --extended-regexp --line-regex --quiet --no-messages \
-         -e "$(escape_dots ${PRESET})\s+source=${PRESET_SOURCE}" "$CONFIG"
+         -e "$(escape_dots "${PRESET}")\s+source=${PRESET_SOURCE}" "$CONFIG"
 }


 migrate_persistence_preset()
@@ -124,7 +124,8 @@ maybe_restore_gnupg_pubring()
 {
     local KEYRING="/home/amnesia/.gnupg/pubring.kbx"
     local KEYRING_BAK="${KEYRING}~"
-    local KEYRING_SIZE="$(stat -c %s ${KEYRING} || echo 0)"
+    local KEYRING_SIZE
+    KEYRING_SIZE="$(stat -c %s ${KEYRING} || echo 0)"


     if [ ! -f "${KEYRING}" ] || [ "${KEYRING_SIZE}" -le 32 ]; then
         warning "It seems the GnuPG keyring is corrupt"
@@ -177,18 +178,19 @@ list_gpt_volumes ()


     for dev in $(storage_devices "" "${whitelistdev}")
     do
-        if ( is_luks_partition ${dev} >/dev/null 2>&1 && \
-             echo ${PERSISTENCE_ENCRYPTION} | grep -qve "\<luks\>" ) || \
+        if ( is_luks_partition "${dev}" >/dev/null 2>&1 && \
+             echo "${PERSISTENCE_ENCRYPTION}" | grep -qve "\<luks\>" ) || \


-           ( ! is_luks_partition ${dev} >/dev/null 2>&1 && \
-             echo ${PERSISTENCE_ENCRYPTION} | grep -qve "\<none\>" )
+           ( ! is_luks_partition "${dev}" >/dev/null 2>&1 && \
+             echo "${PERSISTENCE_ENCRYPTION}" | grep -qve "\<none\>" )
         then
             continue
         fi
-        local result="$(probe_for_gpt_name "${labels}" ${dev})"
+        local result
+        result="$(probe_for_gpt_name "${labels}" "${dev}")"
         if [ -n "${result}" ]
         then
-            echo ${result#*=}
+            echo "${result#*=}"
         fi
     done


@@ -208,17 +210,17 @@ group::rwx
mask::rwx
other::---"

-    if [ $(stat -c %U "$mountpoint") != "$expected_user" ]
+    if [ "$(stat -c %U "$mountpoint")" != "$expected_user" ]
     then
         warning "'$mountpoint' is not owned by the '$expected_user' user"
         return 1
     fi
-    if [ $(stat -c %G "$mountpoint") != "$expected_group" ]
+    if [ "$(stat -c %G "$mountpoint")" != "$expected_group" ]
     then
         warning "'$mountpoint' is not owned by the '$expected_group' group"
         return 2
     fi
-    if [ $(stat -c %a "$mountpoint") != "$expected_perms" ]
+    if [ "$(stat -c %a "$mountpoint")" != "$expected_perms" ]
     then
         warning "'$mountpoint' permissions are not $expected_perms"
         return 4
@@ -240,17 +242,17 @@ persistence_conf_file_has_correct_access_rights ()
     local expected_group=tails-persistence-setup
     local expected_acl=""


-    if [ $(stat -c %U "$conf") != "$expected_user" ]
+    if [ "$(stat -c %U "$conf")" != "$expected_user" ]
     then
         warning "'$conf' is not owned by the '$expected_user' user"
         return 1
     fi
-    if [ $(stat -c %G "$conf") != "$expected_group" ]
+    if [ "$(stat -c %G "$conf")" != "$expected_group" ]
     then
         warning "'$conf' is not owned by the '$expected_group' group"
         return 2
     fi
-    if [ $(stat -c %a "$conf") != "$expected_perms" ]
+    if [ "$(stat -c %a "$conf")" != "$expected_perms" ]
     then
         warning "'$conf' permissions are not $expected_perms"
         return 4
@@ -316,7 +318,7 @@ activate_volumes ()
             ret=1
             continue
         fi
-        if [ -n "$(what_is_mounted_on ${dev})" ]
+        if [ -n "$(what_is_mounted_on "${dev}")" ]
         then
             warning "${vol} is already mounted"
             failures="${failures} ${vol}"
@@ -324,7 +326,7 @@ activate_volumes ()
             continue
         fi
         local luks_vol=""
-        if /sbin/cryptsetup isLuks ${vol} >/dev/null 2>&1 
+        if /sbin/cryptsetup isLuks "${vol}" >/dev/null 2>&1
         then
             if luks_vol=$(open_luks_device "${vol}")
             then
@@ -338,7 +340,8 @@ activate_volumes ()
     done


     custom_mounts="$(mktemp /tmp/custom_mounts-XXXXXX.list)"
-    get_custom_mounts ${custom_mounts} ${open_volumes}
+    # shellcheck disable=SC2086
+    get_custom_mounts "${custom_mounts}" ${open_volumes}
     # ... and now the persistent volumes should be mounted.


     # Enable the acl mount option on all persistent filesystems.
@@ -430,8 +433,8 @@ activate_volumes ()
             # a system directory. This e.g. avoids setting wrong
             # permissions on the APT, CUPS and NetworkManager
             # persistent directories.
-            [ $(stat -c '%U' "$subdir") = 'amnesia' ] || continue
-            [ $(stat -c '%G' "$subdir") = 'amnesia' ] || continue
+            [ "$(stat -c '%U' "$subdir")" = 'amnesia' ] || continue
+            [ "$(stat -c '%G' "$subdir")" = 'amnesia' ] || continue
             chmod go= "$subdir"
         done
     done
@@ -443,9 +446,22 @@ activate_volumes ()
         chown amnesia:amnesia "${persistent_fs}/dont-ask-again"
     done


+    # Migrate obsolete network setting to offline mode setting
+    for persistent_fs in $(ls -d /live/persistence/*_unlocked || true)
+    do
+        conf="${persistent_fs}/greeter-settings/tails.network"
+        if [ -e "${conf}" ]; then
+            . "${conf}"
+            if [ "${TAILS_NETCONF:-}" = disabled ]; then
+                echo 'TAILS_NETWORK=false' > "${conf}"
+            fi
+        fi
+    done
+
     # Load the new persistence.conf.
     custom_mounts="$(mktemp /tmp/custom_mounts-XXXXXX.list)"
-    get_custom_mounts ${custom_mounts} ${open_volumes}
+    # shellcheck disable=SC2086
+    get_custom_mounts "${custom_mounts}" ${open_volumes}


     if [ -s "${custom_mounts}" ]
     then
@@ -453,10 +469,10 @@ activate_volumes ()
         # Have activate_custom_mounts create new directories
         # with safe permissions (#7443)
         umask 0077
-        activate_custom_mounts ${custom_mounts} &> /dev/null
+        activate_custom_mounts "${custom_mounts}" &> /dev/null
         umask "$OLD_UMASK"
     fi
-    rm -f ${custom_mounts} 2> /dev/null
+    rm -f "${custom_mounts}" 2> /dev/null


     for vol in ${open_volumes}
     do
@@ -497,20 +513,24 @@ activate_volumes ()
 close_volumes ()
 {
     local volumes=${@}
-    local custom_mounts="$(mktemp /tmp/custom_mounts-XXXXXX.list)"
-    get_custom_mounts ${custom_mounts} ${volumes}
-    while read device source dest options # < ${custom_mounts}
+    local custom_mounts
+    custom_mounts="$(mktemp /tmp/custom_mounts-XXXXXX.list)"
+    # shellcheck disable=SC2086
+    get_custom_mounts "${custom_mounts}" ${volumes}
+    # shellcheck disable=SC2034
+    while read -r device source dest options # < ${custom_mounts}
     do
         if [ "${options}" != linkfiles ]
         then
-            umount ${dest} 2> /dev/null
+            umount "${dest}" 2> /dev/null
         fi
-    done < ${custom_mounts}
-    rm -f ${custom_mounts} 2> /dev/null
+    done < "${custom_mounts}"
+    rm -f "${custom_mounts}" 2> /dev/null
     for vol in ${volumes}
     do
-        local backing=$(where_is_mounted ${vol})
-        umount ${backing}
+        local backing
+        backing=$(where_is_mounted "${vol}")
+        umount "${backing}"
     done
 }


@@ -571,8 +591,10 @@ main ()
             if ! echo ${labels} | grep -qe "[^[:space:]]"
             then
                 # use default from live-helpers
+                # shellcheck disable=SC2154
                 labels=${custom_overlay_label}
             fi
+            # shellcheck disable=SC2086
             list_gpt_volumes ${labels}
             ;;
         activate|close)
@@ -580,7 +602,7 @@ main ()
             then
                 error "you must specify at least one volume"
             fi
-            ${action}_volumes "${@}"
+            "${action}_volumes" "${@}"
             ;;
         "")
             error "no action specified"
diff --git a/config/chroot_local-includes/usr/local/sbin/restart-tor b/config/chroot_local-includes/usr/local/sbin/restart-tor
deleted file mode 100755
index 389c99ea25..0000000000
--- a/config/chroot_local-includes/usr/local/sbin/restart-tor
+++ /dev/null
@@ -1,43 +0,0 @@
-#! /usr/bin/env python3
-
-import logging
-import time
-import sys
-
-import sh
-
-from tailslib.systemd import tor_has_bootstrapped
-from tailslib.exceptions import TorFailedToBoostrapError
-
-
-logger = logging.getLogger(__name__)
-
-TIMEOUT = 270
-
-
-def main():
-    restart_tor()
-
-
-def restart_tor():
-    """ Restart the Tor systemd service
-
-    >>> restart_tor()
-    """
-    sh.systemctl('restart', 'tor@???')
-
-    for i in range(TIMEOUT):
-        if tor_has_bootstrapped():
-            logger.info("Tor has successfully bootstrapped")
-            return
-        time.sleep(1)
-
-    raise TorFailedToBoostrapError("Tor failed to bootstrap within %s seconds" % TIMEOUT)
-
-
-if __name__ == "__main__":
-    if len(sys.argv) > 1 and sys.argv[1] == 'doctest':
-        import doctest
-        doctest.testmod()
-    else:
-        main()
diff --git a/config/chroot_local-includes/usr/local/sbin/tails-tor-launcher b/config/chroot_local-includes/usr/local/sbin/tails-tor-launcher
index 761270b466..030016aac4 100755
--- a/config/chroot_local-includes/usr/local/sbin/tails-tor-launcher
+++ b/config/chroot_local-includes/usr/local/sbin/tails-tor-launcher
@@ -11,23 +11,10 @@ set -e
 # Get LANG
 . /etc/default/locale


-# The Tor Browser hardcodes the default profile dir to inside
-# ../TorBrowser/Data/Browser/ from the folder storing the
-# application.ini file supplied via -app. We can use -profile to load
-# it from a different place, but then the Caches directory
-# must still exist and be accessible in the above folder.
-mkdir -p /usr/local/lib/TorBrowser/Data/Browser/Caches
-chmod -R a+rX /usr/local/lib/TorBrowser
-
 until pgrep -u "${LIVE_USERNAME}" '^ibus-daemon' >/dev/null ; do
    sleep 5
 done


export LANG
export_gnome_env
-sudo -u ${LIVE_USERNAME} xhost +SI:localuser:tor-launcher
-pkexec -u tor-launcher /usr/local/bin/tor-launcher -- "$@"
-RET=${?}
-sudo -u ${LIVE_USERNAME} xhost -SI:localuser:tor-launcher
-
-exit ${RET}
+exec tca
diff --git a/config/chroot_local-includes/usr/local/sbin/unsafe-browser b/config/chroot_local-includes/usr/local/sbin/unsafe-browser
index 27caee6350..0faa1c7bbd 100755
--- a/config/chroot_local-includes/usr/local/sbin/unsafe-browser
+++ b/config/chroot_local-includes/usr/local/sbin/unsafe-browser
@@ -24,10 +24,11 @@ export TEXTDOMAIN
. /usr/local/lib/tails-shell-library/tails-greeter.sh

 error () {
-    local cli_text="${CMD}: `gettext \"error:\"` ${@}"
-    local dialog_text="<b><big>`gettext \"Error\"`</big></b>
+    local cli_text dialog_text
+    cli_text="${CMD}: $(gettext "error:") ${*}"
+    dialog_text="<b><big>$(gettext "Error")</big></b>


-${@}"
+${*}"
     echo "${cli_text}" >&2
     sudo -u "${SUDO_USER}" zenity --error --ellipsize --title "" --text "${dialog_text}"
     exit 1
@@ -35,11 +36,12 @@ ${@}"


 verify_start () {
     # Make sure the user really wants to start the browser
-    local dialog_msg="<b><big>`gettext \"Launch the Unsafe Browser?\"`</big></b>
+    local dialog_msg launch exit
+    dialog_msg="<b><big>$(gettext "Launch the Unsafe Browser?")</big></b>


-`gettext \"The Unsafe Browser is not anonymous and the websites that you visit can see your real IP address.\\n\nOnly use the Unsafe Browser to log in to a captive portal or browse trusted web pages on the local network.\"`"
-    local launch="`gettext \"_Launch\"`"
-    local exit="`gettext \"_Exit\"`"
+$(gettext "The Unsafe Browser is not anonymous and the websites that you visit can see your real IP address.\n\nOnly use the Unsafe Browser to log in to a captive portal or browse trusted web pages on the local network.")"
+    launch="$(gettext "_Launch")"
+    exit="$(gettext "_Exit")"
     if ! sudo -u "${SUDO_USER}" \
          zenity --question --ellipsize --title "" --text "${dialog_msg}" --default-cancel \
          --ok-label "${launch}"  --cancel-label "${exit}"; then
@@ -48,14 +50,16 @@ verify_start () {
 }


 show_start_notification () {
-    local title="`gettext \"Starting the Unsafe Browser...\"`"
-    local body="`gettext \"This may take a while, so please be patient.\"`"
+    local title body
+    title="$(gettext "Starting the Unsafe Browser...")"
+    body="$(gettext "This may take a while, so please be patient.")"
     tails-notify-user "${title}" "${body}" 10000
 }


 show_shutdown_notification () {
-    local title="`gettext \"Shutting down the Unsafe Browser...\"`"
-    local body="`gettext \"This may take a while, and you may not restart the Unsafe Browser until it is properly shut down.\"`"
+    local title body
+    title="$(gettext "Shutting down the Unsafe Browser...")"
+    body="$(gettext "This may take a while, and you may not restart the Unsafe Browser until it is properly shut down.")"
     tails-notify-user "${title}" "${body}" 10000
 }


@@ -65,9 +69,9 @@ maybe_restart_tor () {
     # wheels turning)
     if ! tor_has_bootstrapped; then
         echo "* Restarting Tor"
-        restart-tor
+        systemctl restart tor@???
         if ! systemctl --quiet is-active tor@???; then
-            error "`gettext \"Failed to restart Tor.\"`"
+            error "$(gettext "Failed to restart Tor.")"
         fi
     fi
 }
@@ -81,22 +85,22 @@ COW="${CONF_DIR}/cow"
 CHROOT="${CONF_DIR}/chroot"
 BROWSER_NAME="unsafe-browser"
 BROWSER_USER="clearnet"
-HUMAN_READABLE_NAME="`gettext \"Unsafe Browser\"`"
+HUMAN_READABLE_NAME="$(gettext "Unsafe Browser")"
 WARNING_PAGE='/usr/share/doc/tails/website/misc/unsafe_browser_warning'
 HOME_PAGE="$(localized_tails_doc_page "${WARNING_PAGE}")"


 # Check if the Unsafe Browser was disabled in the startup options
 if ! unsafe_browser_is_enabled; then
-    error "`gettext \"The Unsafe Browser was not enabled in the Welcome Screen.\n\n\
+    error "$(gettext "The Unsafe Browser was not enabled in the Welcome Screen.\n\n\
 To use the Unsafe Browser, restart Tails and enable \
 the Unsafe Browser in the additional settings of the Welcome Screen.\n
-To always enable the Unsafe Browser, turn on the Welcome Screen feature of the Persistent Storage.\"`"
+To always enable the Unsafe Browser, turn on the Welcome Screen feature of the Persistent Storage.")"
 fi


 # Prevent multiple instances of the script.
 exec 9>"${LOCK}"
 if ! flock -x -n 9; then
-    error "`gettext \"Another Unsafe Browser is currently running, or being cleaned up. Please retry in a while.\"`"
+    error "$(gettext "Another Unsafe Browser is currently running, or being cleaned up. Please retry in a while.")"
 fi


verify_start
@@ -104,20 +108,20 @@ show_start_notification

 echo "* Setting up chroot"
 setup_chroot_for_browser "${CHROOT}" "${COW}" "${BROWSER_USER}" || \
-    error "`gettext \"Failed to setup chroot.\"`"
+    error "$(gettext "Failed to setup chroot.")"


 echo "* Configuring chroot"
 configure_chroot_browser "${CHROOT}" "${BROWSER_USER}" "${BROWSER_NAME}" \
     "${HUMAN_READABLE_NAME}" "${HOME_PAGE}" \
     "${TBB_EXT}"/langpack-*.xpi \
     /usr/share/tails/chroot-browsers/unsafe-browser/extensions/*.xpi || \
-        error "`gettext \"Failed to configure browser.\"`"
+        error "$(gettext "Failed to configure browser.")"
 # If /etc/resolv-over-clearnet.conf file is empty or doesn't exist, we
 # have no clearnet DNS server.
-if [ "$(stat --format=%s /etc/resolv-over-clearnet.conf || echo 0)" -gt 0 ]; then
+if grep --quiet "^nameserver\s" /etc/resolv-over-clearnet.conf; then
     mount --bind /etc/resolv-over-clearnet.conf "${CHROOT}"/etc/resolv.conf
 else
-    error "`gettext \"You are not connected to a local network yet.\n\nTo be able to start the Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile network.\"`"
+    error "$(gettext "You are not connected to a local network yet.\n\nTo be able to start the Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile network.")"
 fi


 echo "* Starting Unsafe Browser"
@@ -128,7 +132,7 @@ echo "* Starting Unsafe Browser"
 run_browser_in_chroot "${CHROOT}" "${BROWSER_NAME}" "${BROWSER_USER}" \
     "${SUDO_USER}" \
     'Unsafe Browser' || \
-    error "`gettext \"Failed to run browser.\"`"
+    error "$(gettext "Failed to run browser.")"


 echo "* Exiting the Unsafe Browser"
 show_shutdown_notification
diff --git a/config/chroot_local-includes/usr/share/applications/tca.desktop.in b/config/chroot_local-includes/usr/share/applications/tca.desktop.in
new file mode 100644
index 0000000000..ed849c1582
--- /dev/null
+++ b/config/chroot_local-includes/usr/share/applications/tca.desktop.in
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Encoding=UTF-8
+_Name=Tor Connection
+_Comment=Connect Tails to the Tor network
+_GenericName=Tor Connection
+X-GNOME-FullName=Tor Connection
+Exec=/usr/local/bin/tca
+Terminal=false
+Type=Application
+Categories=Network;
+StartupNotify=true
+StartupWMClass=TorConnectionAssistant
+Icon=tor-connection
diff --git a/config/chroot_local-includes/usr/share/doc/tails/tca/HACKING.md b/config/chroot_local-includes/usr/share/doc/tails/tca/HACKING.md
new file mode 100644
index 0000000000..2d37a1ae17
--- /dev/null
+++ b/config/chroot_local-includes/usr/share/doc/tails/tca/HACKING.md
@@ -0,0 +1,50 @@
+Hacking tips for TCA
+=======================
+
+This document provides tips&tricks for hacking on tca. NONE of this tricks is safe to use on a regular Tails.
+They can lead to deanonymization!
+
+
+Testing failures
+-------------------
+
+If you want to test failures to Tor connection, the easiest thing you can do is block any outgoing connection
+from the debian-tor users
+
+    iptables -I OUTPUT 1 ! -o lo -m owner --uid-owner debian-tor -j REJECT
+
+If you want to test tor-not-working-but-my-bridges-are-working, you can use
+
+    iptables -I OUTPUT 1 ! -o lo -m owner --uid-owner debian-tor -j REJECT
+    iptables -I OUTPUT 1 -d $BRIDGE_IP -j ACCEPT
+
+If you want to test tor-not-working-but-default-bridges-are-working, you can use:
+
+    apt install -y ipset && ipset create defaultbridges hash:ip
+    grep -w obfs4 /usr/share/tails/tca/default_bridges.txt |
+      grep -Po '(\d{1,3}\.){3}\d{1,3}:\d{1,5}' |
+      cut -d: -f1 | sort -u |
+      while read ip; do ipset add defaultbridges $ip; done
+    iptables -I OUTPUT 1 ! -o lo -m owner --uid-owner debian-tor -m set ! --match-set defaultbridges dst -j REJECT
+
+Reset state
+-------------
+
+tca state is kept in `/home/amnesia/.config/tca/` . That directory is owned by root, and a regular user can't
+access, nor delete it.
+
+    sudo rm -rf /home/amnesia/.config/tca/
+
+Command line options
+--------------------
+
+amensia can only run tca with no options. Any argument is ignored. However, tca *has* options. You can enable
+them editing /usr/local/bin/tca, adding `sys.argv[1:]` to the list of arguments.
+
+Debug more
+----------
+
+tca honors the debug kernel cmdline flag; if passed, its `--log-level` will default to DEBUG, not INFO.
+
+tca will send logs to syslog when run without a tty attached (ie: on the automatic nm-dispatcher thing), but
+will send logs to stderr when run from terminal. This behaviour can be changed using `--log-target`
diff --git a/config/chroot_local-includes/usr/share/doc/tails/tca/behaviour.md b/config/chroot_local-includes/usr/share/doc/tails/tca/behaviour.md
new file mode 100644
index 0000000000..4c49dc767e
--- /dev/null
+++ b/config/chroot_local-includes/usr/share/doc/tails/tca/behaviour.md
@@ -0,0 +1,32 @@
+What does TCA do?
+====================
+
+The main workflow is simple: open, forward, forward, done!
+
+Here you'll find explaination for corner cases such as re-opening TCA, changing network, etc.
+
+Network unplugged
+-------------------
+
+Here "unplugged" is short for NetworkManager.state < 60
+
+If you start TCA with network unplugged, TCA will present an error message explaining that you have no local
+network.
+
+If you unplug the network *while* using TCA, TCA won't complain, except at the final screen: if you are
+looking at the final screen, and the network is unplugged, you'll be presented with the error message.
+
+No Internet
+---------------
+
+If you are connected to a network with no internet, TCA won't complain, but of course it cannot connect.
+
+If you open it with a good connection, complete the wizard, then move to a network with no internet, TCA will
+not complain.
+
+Close TCA and open again
+---------------------------
+
+If status/circuit-established=1 → Success page
+
+Else, it will show the consent question.
diff --git a/config/chroot_local-includes/usr/share/icons/tor-connection.svg b/config/chroot_local-includes/usr/share/icons/tor-connection.svg
new file mode 100644
index 0000000000..52072fbec3
--- /dev/null
+++ b/config/chroot_local-includes/usr/share/icons/tor-connection.svg
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   height="67.800003"
+   width="67.800003"
+   xml:space="preserve"
+   enable-background="new 0 0 150.5 91.1"
+   viewBox="0 0 67.800004 67.800003"
+   y="0px"
+   x="0px"
+   id="Layer_1"
+   version="1.1"><metadata
+   id="metadata142"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+   id="defs140">
+    
+    
+
+        
+        
+        
+    
+            
+            
+        
+        
+    
+                
+                
+                
+            
+                
+                
+                
+                
+                
+            </defs>
+<g
+   transform="translate(4.1954815)"
+   id="g3847"><g
+     id="path2534_13_"
+     transform="translate(-142.89096,-87.199773)">
+                    <path
+   d="m 165.8,89.1 7.9,3.3 c 0,2 -0.2,8.2 1.1,10 13.2,17 11,51.2 -2.7,52 -20.8,0 -28.8,-14.1 -28.8,-27.1 0,-11.9 14.2,-19.7 22.7,-26.7 2.3,-1.9 1.9,-6.1 -0.2,-11.5 z"
+   id="path99"
+   style="fill:#f5f8de" />
+                </g><g
+     id="path2536_23_"
+     transform="translate(-142.89096,-87.199773)">
+                    <path
+   d="m 173.7,92.3 2.9,1.5 c -0.3,1.9 0.1,6.1 2,7.1 8.4,5.2 16.2,10.8 19.3,16.5 11,19.9 -7.7,38.4 -24,36.6 8.8,-6.5 11.4,-19.9 8.1,-34.6 -1.3,-5.7 -3.4,-10.9 -7.1,-16.8 -1.6,-2.7 -1,-6.3 -1.2,-10.3 z"
+   id="path102"
+   style="fill:#7e4798" />
+                </g><g
+     id="path2540_23_"
+     transform="translate(-142.89096,-87.199773)">
+                    <path
+   d="m 170.5,101.8 c -0.6,3.1 -1.3,8.7 -4,10.8 -1.1,0.8 -2.3,1.6 -3.5,2.4 -4.9,3.3 -9.7,6.4 -11.9,14.3 -0.5,1.7 -0.1,3.5 0.3,5.2 1.2,4.9 4.6,10.1 7.3,13.2 0,0.1 0.5,0.5 0.5,0.6 2.2,2.6 2.9,3.4 11.3,5.3 l -0.2,0.9 c -5.1,-1.3 -9.2,-2.6 -11.9,-5.6 0,-0.1 -0.5,-0.5 -0.5,-0.5 -2.8,-3.2 -6.3,-8.6 -7.5,-13.7 -0.5,-2 -0.9,-3.6 -0.3,-5.7 2.3,-8.2 7.3,-11.5 12.3,-14.9 1.1,-0.7 2.5,-1.4 3.6,-2.3 2.3,-1.5 3.4,-6.2 4.5,-10 z"
+   id="path106"
+   style="fill:#010101" />
+                </g><g
+     id="path2542_23_"
+     transform="translate(-142.89096,-87.199773)">
+                    <path
+   d="m 172.7,114.8 c 0.1,3.5 -0.3,5.3 0.6,7.8 0.5,1.5 2.4,3.5 2.9,5.5 0.7,2.6 1.5,5.5 1.5,7.3 0,2 -0.1,5.8 -1,9.8 -0.7,3.3 -2.2,6.2 -4.8,7.8 -2.7,-0.5 -5.8,-1.5 -7.6,-3.1 -3.6,-3.1 -6.7,-8.3 -7.1,-12.8 -0.3,-3.7 3.1,-9.2 7.9,-11.9 4,-2.4 5,-5 5.9,-9.4 -1.2,3.8 -2.4,6.9 -6.3,9 -5.7,3 -8.6,7.9 -8.3,12.7 0.4,6.1 2.8,10.2 7.6,13.5 2,1.4 5.8,2.9 8.2,3.3 V 154 c 1.8,-0.3 4.1,-3.3 5.3,-7.2 1,-3.6 1.4,-8.1 1.3,-11 -0.1,-1.7 -0.8,-5.3 -2.2,-8.6 -0.7,-1.8 -1.9,-3.6 -2.6,-4.9 -0.9,-1.5 -0.9,-4.3 -1.3,-7.5 z"
+   id="path109"
+   style="fill:#010101" />
+                </g><g
+     id="path2544_23_"
+     transform="translate(-142.89096,-87.199773)">
+                    <path
+   d="m 172.1,128.5 c 0.1,2.4 1,5.4 1.4,8.5 0.3,2.3 0.2,4.6 0.1,6.6 -0.1,2.3 -0.8,6.5 -1.9,8.6 -1,-0.5 -1.4,-1 -2.1,-1.8 -0.8,-1.1 -1.4,-2.3 -1.9,-3.6 -0.4,-1 -0.9,-2.2 -1.1,-3.5 -0.3,-2 -0.2,-5.2 2.1,-8.4 1.8,-2.6 2.2,-2.8 2.8,-5.7 -0.8,2.6 -1.4,2.9 -3.3,5.1 -2.1,2.4 -2.4,6 -2.4,8.9 0,1.2 0.5,2.6 1,3.8 0.5,1.3 1,2.7 1.7,3.7 1.1,1.6 2.5,2.6 3.2,2.7 0,0 0,0 0,0 0,0 0,0 0,0 v -0.1 c 1.3,-1.5 2.1,-2.9 2.4,-4.4 0.3,-1.8 0.4,-3.5 0.6,-5.6 0.2,-1.8 0.1,-4.1 -0.4,-6.5 -0.6,-3 -1.7,-6.1 -2.2,-8.3 z"
+   id="path112"
+   style="fill:#010101" />
+                </g><g
+     id="path2550_23_"
+     transform="translate(-142.89096,-87.199773)">
+                    <path
+   d="m 172.5,99 c 0.1,3.5 0.3,10 1.3,12.6 0.3,0.9 2.8,4.7 4.5,9.4 1.2,3.2 1.5,6.2 1.7,7.1 0.8,3.8 -0.2,10.3 -1.5,16.4 -0.7,3.3 -3,7.4 -5.6,9 l -0.5,0.9 c 1.5,-0.1 5.1,-3.6 6.4,-8.1 2.2,-7.5 3,-11 2,-19.4 -0.1,-0.8 -0.5,-3.6 -1.8,-6.5 -1.9,-4.5 -4.6,-8.8 -4.9,-9.7 -0.7,-1.4 -1.5,-7.6 -1.6,-11.7 z"
+   id="path115"
+   style="fill:#010101" />
+                </g><g
+     id="path2552_23_"
+     transform="translate(-142.89096,-87.199773)">
+                    <path
+   d="m 173.7,92.6 c -0.2,3.6 -0.2,6.4 0.4,9.1 0.7,2.9 4.5,7.1 6.1,11.9 3,9.2 2.2,21.2 0.1,30.5 -0.8,3.3 -4.6,8.1 -8.5,9.6 l 2.8,0.7 c 1.5,-0.1 5.5,-3.8 7.1,-8 2.5,-6.7 3,-14.6 2,-23 -0.1,-0.8 -1.4,-8 -2.7,-11 -1.8,-4.5 -4.7,-7.7 -5.7,-10.5 -0.8,-2.1 -1.1,-7.7 -0.6,-8.8 z"
+   id="path118"
+   style="fill:#010101" />
+                </g><path
+     d="m 50.80904,23.1 c -2.9,-2.6 -6.5,-4.8 -10.3,-6.9 -1.7,-0.9 -6.9,-5 -5.1,-10.8 l -13.1,-5.4 -0.9,0.7 c 4.4,7.9 2.1,12.1 -0.1,13.5 -4.4,3 -10.8,6.8 -13.9,10.1 -6.1,6.3 -7.89999998,12.3 -7.29999998,20.1 0.6,10.1 7.89999998,18.5 17.79999998,21.8 4.3,1.4 8.3,1.6 12.7,1.6 7.1,0 14.5,-1.9 19.8,-6.3 5.7,-4.7 9,-11.8 9,-19.1 0,-7.3 -3.1,-14.3 -8.6,-19.3 z m -1.9,36.9 c -4.9,4 -13.7,6.8 -18.4,6.6 -5.2,-0.3 -10.3,-1.1 -14.8,-3.3 -7.9,-3.8 -13.1,-12.1 -13.5,-18.8 -0.7,-13.7 5.9,-17.6 12,-22.6 3.4,-2.8 8.2,-4.2 10.9,-9.2 0.5,-1.1 0.8,-3.5 0.2,-6 -0.3,-0.9 -1.5,-3.9 -2,-4.6 l 9.8,4.3 c -1.2,4.5 2.5,9.2 5.5,10.9 3,1.7 7.7,4.9 10.6,7.5 5.1,4.5 7.7,10.9 7.7,17.6 0,6.7 -2.8,13.3 -8,17.6 z"
+     id="path131"
+     style="fill:#010101" /></g>
+</svg>
\ No newline at end of file
diff --git a/config/chroot_local-includes/usr/share/initramfs-tools/hooks/shutdown b/config/chroot_local-includes/usr/share/initramfs-tools/hooks/shutdown
index 4e986f1045..b76e417567 100755
--- a/config/chroot_local-includes/usr/share/initramfs-tools/hooks/shutdown
+++ b/config/chroot_local-includes/usr/share/initramfs-tools/hooks/shutdown
@@ -21,13 +21,13 @@ esac
 copy_exec /lib/systemd/systemd-shutdown /shutdown


 # Our shutdown hook (run from inside the initramfs)
-mkdir -p $DESTDIR/lib/systemd/system-shutdown
+mkdir -p "$DESTDIR/lib/systemd/system-shutdown"
 copy_file "regular file" \
           /usr/local/lib/initramfs-pre-shutdown-hook \
           /lib/systemd/system-shutdown/tails


# Ensure systemd detects when we're in the initramfs on shutdown
# (see the in_initrd function in the systemd source tree)
-touch $DESTDIR/etc/initrd-release
+touch "$DESTDIR/etc/initrd-release"

exit 0
diff --git a/config/chroot_local-includes/usr/share/initramfs-tools/scripts/init-premount/partitioning b/config/chroot_local-includes/usr/share/initramfs-tools/scripts/init-premount/partitioning
index dec0c7a466..0e388e2019 100755
--- a/config/chroot_local-includes/usr/share/initramfs-tools/scripts/init-premount/partitioning
+++ b/config/chroot_local-includes/usr/share/initramfs-tools/scripts/init-premount/partitioning
@@ -26,6 +26,7 @@ settle() {
}

 # Print executed commands for debugging
+# shellcheck disable=SC2154
 if [ -n "$debug" ]; then
     set -x
 fi
@@ -47,7 +48,7 @@ while [ "$i" -lt 300 ]; do
         break
     fi
     sleep 0.2
-    i="$(($i + 1))"
+    i="$((i + 1))"
 done


if [ -n "$success" ]; then
@@ -67,6 +68,7 @@ PARENT_PATH=$(udevadm info --query=property --name="${SYSTEM_PARTITION}" \
PARENT_DEVICE=$(readlink -f "/dev/disk/by-path/${PARENT_PATH}")
DEVICE_NAME=$(basename "${PARENT_DEVICE}")

+
 first_boot_repartition() {
     # Compute the new system partition size


@@ -74,7 +76,7 @@ first_boot_repartition() {
     DEVICE_SIZE=$(cat "/sys/block/${DEVICE_NAME}/size")


     DEVICE_SIZE_IN_GB=$(echo "scale=1; ${DEVICE_SIZE} / 2 / 1000 / 1000" | bc)
-    DEVICE_SIZE_IN_MiB=$((${DEVICE_SIZE} / 2 / 1024))
+    DEVICE_SIZE_IN_MiB=$((DEVICE_SIZE / 2 / 1024))
     DEVICE_TOO_SMALL_ERROR_MESSAGE="Sorry, this USB stick is too small to run Tails (${DEVICE_SIZE_IN_GB} GB). Please use a USB stick of at least 8 GB. Press ENTER to shut down."


     if [ "${DEVICE_SIZE_IN_MiB}" -lt 7200 ]; then
diff --git a/config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.tor-launcher.policy b/config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.tor-launcher.policy
deleted file mode 100644
index bd303fa0f7..0000000000
--- a/config/chroot_local-includes/usr/share/polkit-1/actions/org.boum.tails.tor-launcher.policy
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE policyconfig PUBLIC
- "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
-<policyconfig>
-
-  <action id="org.boum.tails.tor-launcher">
-    <defaults>
-      <allow_any>no</allow_any>
-      <allow_inactive>no</allow_inactive>
-      <allow_active>auth_admin</allow_active>
-    </defaults>
-    <annotate key="org.freedesktop.policykit.exec.path">/usr/local/bin/tor-launcher</annotate>
-    <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
-  </action>
-
-</policyconfig>
diff --git a/config/chroot_local-includes/usr/share/tails/build/group b/config/chroot_local-includes/usr/share/tails/build/group
index 50e1d1b52e..1e4b7e877a 100644
--- a/config/chroot_local-includes/usr/share/tails/build/group
+++ b/config/chroot_local-includes/usr/share/tails/build/group
@@ -48,7 +48,7 @@ crontab:x:108:
 netdev:x:109:
 memlockd:x:110:
 messagebus:x:111:
-debian-tor:x:112:tor-launcher
+debian-tor:x:112:
 ssl-cert:x:113:
 ssh:x:114:
 lpadmin:x:115:
@@ -64,5 +64,4 @@ clearnet:x:123:
 htp:x:124:
 tails-iuk-get-target-file:x:125:tails-install-iuk
 tails-upgrade-frontend:x:126:
-tor-launcher:x:127:
 tails-install-iuk:x:128:
diff --git a/config/chroot_local-includes/usr/share/tails/build/passwd b/config/chroot_local-includes/usr/share/tails/build/passwd
index abd50981e2..45203a5d6f 100644
--- a/config/chroot_local-includes/usr/share/tails/build/passwd
+++ b/config/chroot_local-includes/usr/share/tails/build/passwd
@@ -35,5 +35,4 @@ clearnet:x:114:123::/home/clearnet:/usr/sbin/nologin
 htp:x:116:124::/home/htp:/usr/sbin/nologin
 tails-iuk-get-target-file:x:117:125::/home/tails-iuk-get-target-file:/usr/sbin/nologin
 tails-upgrade-frontend:x:118:126::/var/lib/tails-upgrade-frontend:/usr/sbin/nologin
-tor-launcher:x:119:127::/home/tor-launcher:/usr/sbin/nologin
 tails-install-iuk:x:120:128::/home/tails-install-iuk:/usr/sbin/nologin
diff --git a/config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in b/config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in
index b2c3ff1f89..99d8824d6a 100644
--- a/config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in
+++ b/config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in
@@ -151,7 +151,7 @@
       <object class="GtkLabel" id="label_macspoof_title">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
-        <property name="label" translatable="yes">MAC Address Spoofing</property>
+        <property name="label" translatable="yes">MAC Address Anonymization</property>
         <attributes>
           <attribute name="weight" value="bold"/>
           <attribute name="scale" value="1.5"/>
@@ -167,7 +167,7 @@
       <object class="GtkLabel" id="label_macspoof_description">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
-        <property name="label" translatable="yes">MAC address spoofing hides the serial number of your network interface (Wi-Fi or wired) to the local network. Spoofing MAC addresses is generally safer as it helps you hide your geographical location. But it might also create connectivity problems or look suspicious.</property>
+        <property name="label" translatable="yes">MAC address anonymization hides the serial number of your network interface (Wi-Fi or wired) from the local network. Anonymizing MAC addresses is generally safer as it helps you hide your geographical location. But it might also create connectivity problems or look suspicious.</property>
         <property name="justify">fill</property>
         <property name="wrap">True</property>
         <property name="width_chars">50</property>
@@ -209,7 +209,7 @@
                       <object class="GtkLabel" id="label_macspoof_on">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="label" translatable="yes">Spoof all MAC addresses (default)</property>
+                        <property name="label" translatable="yes">Anonymize all MAC addresses (default)</property>
                         <property name="justify">fill</property>
                         <property name="wrap">True</property>
                         <property name="max_width_chars">45</property>
@@ -255,7 +255,7 @@
                       <object class="GtkLabel" id="label_macspoof_off">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="label" translatable="yes">Don't spoof MAC addresses</property>
+                        <property name="label" translatable="yes">Don't anonymize MAC addresses</property>
                         <property name="wrap">True</property>
                         <property name="max_width_chars">45</property>
                         <property name="xalign">0</property>
@@ -295,6 +295,52 @@
       </packing>
     </child>
   </object>
+  <object class="GtkBox" id="box_obsolete_network_popover">
+    <property name="visible">True</property>
+    <property name="can_focus">False</property>
+    <property name="margin_left">18</property>
+    <property name="margin_right">18</property>
+    <property name="margin_top">18</property>
+    <property name="margin_bottom">18</property>
+    <property name="orientation">vertical</property>
+    <property name="spacing">18</property>
+    <child>
+      <object class="GtkLabel" id="label_obsolete_network_title">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="label" translatable="yes">Network Configuration</property>
+        <attributes>
+          <attribute name="weight" value="bold"/>
+          <attribute name="scale" value="1.5"/>
+        </attributes>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="fill">True</property>
+        <property name="position">0</property>
+      </packing>
+    </child>
+    <child>
+      <object class="GtkLabel" id="label_obsolete_network_description">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="label" translatable="yes">We replaced this additional setting in Tails 4.19 (June 2021) with a Tor Connection assistant integrated in the desktop.
+
+You will be asked whether you want to use Tor bridges when connecting to Tor after starting Tails.
+
+If you want to work offline, enable the Offline Mode in the additional settings.</property>
+        <property name="justify">fill</property>
+        <property name="wrap">True</property>
+        <property name="max_width_chars">50</property>
+        <property name="xalign">0</property>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="fill">True</property>
+        <property name="position">1</property>
+      </packing>
+    </child>
+  </object>
   <object class="GtkBox" id="box_network_popover">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
@@ -308,7 +354,7 @@
       <object class="GtkLabel" id="label_network_title">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
-        <property name="label" translatable="yes">Network Configuration</property>
+        <property name="label" translatable="yes">Offline Mode</property>
         <attributes>
           <attribute name="weight" value="bold"/>
           <attribute name="scale" value="1.5"/>
@@ -324,7 +370,7 @@
       <object class="GtkLabel" id="label_network_description">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
-        <property name="label" translatable="yes">If your Internet connection is censored, filtered, or proxied you can configure a Tor bridge or a local proxy. To work completely offline, you can disable all networking.</property>
+        <property name="label" translatable="yes">If you want to work completely offline, you can disable all networking for increased security.</property>
         <property name="justify">fill</property>
         <property name="wrap">True</property>
         <property name="max_width_chars">50</property>
@@ -348,11 +394,11 @@
             <property name="can_focus">False</property>
             <property name="selection_mode">browse</property>
             <child>
-              <object class="GtkListBoxRow" id="listboxrow_netconf_direct">
+              <object class="GtkListBoxRow" id="listboxrow_network_on">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <child>
-                  <object class="GtkBox" id="box_network_clear">
+                  <object class="GtkBox" id="box_network_on">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="margin_left">6</property>
@@ -361,10 +407,10 @@
                     <property name="margin_bottom">6</property>
                     <property name="spacing">12</property>
                     <child>
-                      <object class="GtkLabel" id="label_network_clear">
+                      <object class="GtkLabel" id="label_network_on">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="label" translatable="yes">Connect directly to the Tor network (default)</property>
+                        <property translatable="yes" name="label">Enable networking (default)</property>
                         <property name="justify">fill</property>
                         <property name="wrap">True</property>
                         <property name="max_width_chars">45</property>
@@ -377,52 +423,8 @@
                       </packing>
                     </child>
                     <child>
-                      <object class="GtkImage" id="image_network_clear">
-                        <property name="visible">True</property>
-                        <property name="can_focus">False</property>
-                        <property name="icon_name">emblem-ok-symbolic</property>
-                      </object>
-                      <packing>
-                        <property name="expand">False</property>
-                        <property name="fill">True</property>
-                        <property name="pack_type">end</property>
-                        <property name="position">2</property>
-                      </packing>
-                    </child>
-                  </object>
-                </child>
-              </object>
-            </child>
-            <child>
-              <object class="GtkListBoxRow" id="listboxrow_netconf_obstacle">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <child>
-                  <object class="GtkBox" id="box_network_specific">
-                    <property name="visible">True</property>
-                    <property name="can_focus">False</property>
-                    <property name="margin_left">6</property>
-                    <property name="margin_right">6</property>
-                    <property name="margin_top">6</property>
-                    <property name="margin_bottom">6</property>
-                    <property name="spacing">12</property>
-                    <child>
-                      <object class="GtkLabel" id="label_network_specific">
+                      <object class="GtkImage" id="image_network_on">
                         <property name="visible">True</property>
-                        <property name="can_focus">False</property>
-                        <property name="label" translatable="yes">Configure a Tor bridge or local proxy</property>
-                        <property name="wrap">True</property>
-                        <property name="max_width_chars">45</property>
-                        <property name="xalign">0</property>
-                      </object>
-                      <packing>
-                        <property name="expand">True</property>
-                        <property name="fill">True</property>
-                        <property name="position">0</property>
-                      </packing>
-                    </child>
-                    <child>
-                      <object class="GtkImage" id="image_network_specific">
                         <property name="can_focus">False</property>
                         <property name="icon_name">emblem-ok-symbolic</property>
                       </object>
@@ -438,7 +440,7 @@
               </object>
             </child>
             <child>
-              <object class="GtkListBoxRow" id="listboxrow_netconf_disabled">
+              <object class="GtkListBoxRow" id="listboxrow_network_off">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <child>
@@ -454,7 +456,7 @@
                       <object class="GtkLabel" id="label_network_off">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="label" translatable="yes">Disable all networking</property>
+                        <property translatable="yes" name="label">Disable all networking</property>
                         <property name="wrap">True</property>
                         <property name="max_width_chars">45</property>
                         <property name="xalign">0</property>
diff --git a/config/chroot_local-includes/usr/share/tails/greeter/main.ui.in b/config/chroot_local-includes/usr/share/tails/greeter/main.ui.in
index 8b01db92a6..077549aaa2 100644
--- a/config/chroot_local-includes/usr/share/tails/greeter/main.ui.in
+++ b/config/chroot_local-includes/usr/share/tails/greeter/main.ui.in
@@ -129,74 +129,6 @@
         <property name="position">1</property>
       </packing>
     </child>
-    <child>
-      <object class="GtkInfoBar" id="infobar_network">
-        <property name="app_paintable">True</property>
-        <property name="can_focus">False</property>
-        <property name="show_close_button">True</property>
-        <signal name="close" handler="cb_infobar_close" swapped="no"/>
-        <signal name="response" handler="cb_infobar_response" swapped="no"/>
-        <child internal-child="action_area">
-          <object class="GtkButtonBox" id="infobar_network-action_area">
-            <property name="can_focus">False</property>
-            <property name="spacing">6</property>
-            <property name="layout_style">end</property>
-            <child>
-              <placeholder/>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
-          </object>
-          <packing>
-            <property name="expand">False</property>
-            <property name="fill">False</property>
-            <property name="position">0</property>
-          </packing>
-        </child>
-        <child internal-child="content_area">
-          <object class="GtkBox" id="infobar_network-content_area">
-            <property name="can_focus">False</property>
-            <property name="spacing">16</property>
-            <child>
-              <object class="GtkLabel" id="label_infobar_network">
-                <property name="visible">True</property>
-                <property name="can_focus">False</property>
-                <property name="label" translatable="yes">You will configure the Tor bridge and local proxy later on after connecting to a network.</property>
-                <property name="xalign">0</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">True</property>
-                <property name="position">0</property>
-              </packing>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
-          </object>
-          <packing>
-            <property name="expand">False</property>
-            <property name="fill">False</property>
-            <property name="position">0</property>
-          </packing>
-        </child>
-        <child>
-          <placeholder/>
-        </child>
-      </object>
-      <packing>
-        <property name="expand">False</property>
-        <property name="fill">True</property>
-        <property name="position">2</property>
-      </packing>
-    </child>
     <child>
       <object class="GtkBox" id="box_inner">
         <property name="visible">True</property>
@@ -694,7 +626,7 @@
       </row>
       <row>
         <col id="0">mac-spoofing</col>
-        <col id="1" translatable="yes">MAC Address Spoofing</col>
+        <col id="1" translatable="yes">MAC Address Anonymization</col>
       </row>
       <row>
         <col id="0">network-configuration</col>
diff --git a/config/chroot_local-includes/usr/share/tails/tca/main.ui.in b/config/chroot_local-includes/usr/share/tails/tca/main.ui.in
new file mode 100644
index 0000000000..440a90133b
--- /dev/null
+++ b/config/chroot_local-includes/usr/share/tails/tca/main.ui.in
@@ -0,0 +1,1283 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.22.1 -->
+<interface>
+  <requires lib="gtk+" version="3.20"/>
+  <object class="GtkBox" id="box_main_container_image_step">
+    <property name="visible">True</property>
+    <property name="can_focus">False</property>
+    <property name="baseline_position">bottom</property>
+    <child>
+      <object class="GtkImage" id="main_img_side">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="halign">start</property>
+        <property name="valign">center</property>
+        <property name="stock">gtk-missing-image</property>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="fill">True</property>
+        <property name="position">0</property>
+      </packing>
+    </child>
+    <child>
+      <placeholder/>
+    </child>
+  </object>
+  <object class="GtkAdjustment" id="step_bridge_adjustment">
+    <property name="upper">100</property>
+    <property name="step_increment">1</property>
+    <property name="page_increment">10</property>
+  </object>
+  <object class="GtkBox" id="step_bridge_box">
+    <property name="visible">True</property>
+    <property name="can_focus">False</property>
+    <property name="orientation">vertical</property>
+    <child>
+      <object class="GtkLabel">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="label" translatable="yes">Configure a Tor bridge</property>
+        <attributes>
+          <attribute name="weight" value="bold"/>
+        </attributes>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="fill">True</property>
+        <property name="position">0</property>
+      </packing>
+    </child>
+    <child>
+      <object class="GtkLabel">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="label" translatable="yes">Bridges are secret Tor relays. Use a bridge as your first Tor relay if accessing Tor is blocked from where you are.</property>
+        <property name="wrap">True</property>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="fill">True</property>
+        <property name="position">1</property>
+      </packing>
+    </child>
+    <child>
+      <object class="GtkLinkButton" id="step_bridge_link_help">
+        <property name="visible">True</property>
+        <property name="can_focus">True</property>
+        <property name="receives_default">True</property>
+        <property name="halign">end</property>
+        <property name="relief">none</property>
+        <property name="uri">doc/first_steps/welcome_screen/bridge_mode</property>
+        <signal name="activate-link" handler="on_link_help_clicked" swapped="no"/>
+        <child>
+          <object class="GtkImage">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="icon_name">tails-help</property>
+          </object>
+        </child>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="fill">True</property>
+        <property name="position">3</property>
+      </packing>
+    </child>
+    <child>
+      <object class="GtkBox">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="orientation">vertical</property>
+        <child>
+          <object class="GtkBox">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <child>
+              <object class="GtkRadioButton" id="step_bridge_radio_default">
+                <property name="label" translatable="yes">Use a default bridge</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">False</property>
+                <property name="draw_indicator">True</property>
+                <property name="group">step_bridge_radio_none</property>
+                <signal name="toggled" handler="cb_step_bridge_radio_changed" swapped="no"/>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">True</property>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkComboBoxText" id="step_bridge_combo">
+                <property name="visible">True</property>
+                <property name="sensitive">False</property>
+                <property name="can_focus">False</property>
+                <property name="halign">center</property>
+                <property name="valign">start</property>
+                <property name="active">0</property>
+                <property name="button_sensitivity">on</property>
+                <items>
+                  <item id="obfs4" translatable="yes">obfs4 (recommended)</item>
+                  <item id="meek_lite" translatable="yes">meek</item>
+                </items>
+              </object>
+              <packing>
+                <property name="expand">True</property>
+                <property name="fill">True</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkRadioButton" id="step_bridge_radio_new">
+            <property name="label" translatable="yes">Request a new bridge</property>
+            <property name="can_focus">True</property>
+            <property name="receives_default">False</property>
+            <property name="draw_indicator">True</property>
+            <property name="group">step_bridge_radio_none</property>
+            <signal name="toggled" handler="cb_step_bridge_radio_changed" swapped="no"/>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">2</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkBox">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="vexpand">True</property>
+            <property name="orientation">vertical</property>
+            <child>
+              <object class="GtkRadioButton" id="step_bridge_radio_type">
+                <property name="label" translatable="yes">Type in a bridge that I already know</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">False</property>
+                <property name="halign">start</property>
+                <property name="draw_indicator">True</property>
+                <property name="group">step_bridge_radio_none</property>
+                <signal name="toggled" handler="cb_step_bridge_radio_changed" swapped="no"/>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">True</property>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkScrolledWindow">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="shadow_type">in</property>
+                <property name="min_content_height">60</property>
+                <child>
+                  <object class="GtkTextView" id="step_bridge_text">
+                    <property name="visible">True</property>
+                    <property name="sensitive">False</property>
+                    <property name="can_focus">True</property>
+                    <property name="vadjustment">step_bridge_adjustment</property>
+                    <property name="vscroll_policy">natural</property>
+                    <property name="pixels_above_lines">5</property>
+                    <property name="pixels_below_lines">5</property>
+                    <property name="pixels_inside_wrap">20</property>
+                    <property name="accepts_tab">False</property>
+                    <property name="input_hints">GTK_INPUT_HINT_NO_SPELLCHECK | GTK_INPUT_HINT_NO_EMOJI | GTK_INPUT_HINT_NONE</property>
+                    <property name="monospace">True</property>
+                    <signal name="backspace" handler="cb_step_bridge_text_changed" swapped="no"/>
+                  </object>
+                </child>
+              </object>
+              <packing>
+                <property name="expand">True</property>
+                <property name="fill">True</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkBox" id="step_bridge_box_warning">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <child>
+                  <object class="GtkImage">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <property name="icon_name">gtk-dialog-warning</property>
+                  </object>
+                  <packing>
+                    <property name="expand">False</property>
+                    <property name="fill">True</property>
+                    <property name="position">0</property>
+                  </packing>
+                </child>
+                <child>
+                  <object class="GtkLabel" id="step_bridge_label_warning">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <property name="halign">start</property>
+                    <property name="hexpand">True</property>
+                    <property name="label" translatable="yes">Error</property>
+                  </object>
+                  <packing>
+                    <property name="expand">False</property>
+                    <property name="fill">True</property>
+                    <property name="position">1</property>
+                  </packing>
+                </child>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">True</property>
+                <property name="position">2</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">3</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkRadioButton" id="step_bridge_radio_none">
+            <property name="label" translatable="yes">None</property>
+            <property name="can_focus">True</property>
+            <property name="receives_default">False</property>
+            <property name="active">True</property>
+            <property name="draw_indicator">True</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">3</property>
+          </packing>
+        </child>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="fill">True</property>
+        <property name="position">4</property>
+      </packing>
+    </child>
+    <child>
+      <object class="GtkButtonBox">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <child>
+          <object class="GtkButton">
+            <property name="label">gtk-go-back</property>
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="receives_default">True</property>
+            <property name="use_stock">True</property>
+            <signal name="clicked" handler="cb_step_bridge_btn_back_clicked" swapped="no"/>
+          </object>
+          <packing>
+            <property name="expand">True</property>
+            <property name="fill">True</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkButton" id="step_bridge_btn_submit">
+            <property name="label" translatable="yes">Connect to _Tor</property>
+            <property name="visible">True</property>
+            <property name="sensitive">False</property>
+            <property name="can_focus">True</property>
+            <property name="receives_default">True</property>
+            <property name="use_underline">True</property>
+            <signal name="clicked" handler="cb_step_bridge_btn_submit_clicked" swapped="no"/>
+            <style>
+              <class name="suggested-action"/>
+            </style>
+          </object>
+          <packing>
+            <property name="expand">True</property>
+            <property name="fill">True</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="fill">True</property>
+        <property name="pack_type">end</property>
+        <property name="position">5</property>
+      </packing>
+    </child>
+    <style>
+      <class name="step-box"/>
+    </style>
+  </object>
+  <object class="GtkBox" id="step_error_box">
+    <property name="visible">True</property>
+    <property name="can_focus">False</property>
+    <property name="orientation">vertical</property>
+    <child>
+      <object class="GtkBox">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="homogeneous">True</property>
+        <child>
+          <object class="GtkImage">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="halign">end</property>
+            <property name="stock">gtk-dialog-error</property>
+            <property name="icon_size">6</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkLabel">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="label" translatable="yes">Failed to connect</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+      </object>
+      <packing>
+        <property name="expand">True</property>
+        <property name="fill">True</property>
+        <property name="position">0</property>
+      </packing>
+    </child>
+    <child>
+      <object class="GtkBox">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="orientation">vertical</property>
+        <child>
+          <object class="GtkLabel">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="label" translatable="yes">If you are in a shop, hotel, or airport, you might need to sign in to the network.</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkButton" id="step_error_btn_captive">
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="receives_default">True</property>
+            <property name="halign">end</property>
+            <signal name="activate" handler="cb_step_error_btn_captive_clicked" swapped="no"/>
+            <signal name="clicked" handler="cb_step_error_btn_captive_clicked" swapped="no"/>
+            <child>
+              <object class="GtkBox">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <child>
+                  <object class="GtkImage">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <property name="stock">gtk-execute</property>
+                  </object>
+                  <packing>
+                    <property name="expand">False</property>
+                    <property name="fill">True</property>
+                    <property name="position">0</property>
+                  </packing>
+                </child>
+                <child>
+                  <object class="GtkLabel">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <property name="label" translatable="yes">_Sign in to the Network</property>
+                    <property name="use_underline">True</property>
+                    <property name="mnemonic_widget">step_error_btn_captive</property>
+                  </object>
+                  <packing>
+                    <property name="expand">False</property>
+                    <property name="fill">True</property>
+                    <property name="position">1</property>
+                  </packing>
+                </child>
+              </object>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="fill">True</property>
+        <property name="position">1</property>
+      </packing>
+    </child>
+    <child>
+      <object class="GtkBox">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="orientation">vertical</property>
+        <child>
+          <object class="GtkLabel">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="label" translatable="yes">If you are on a corporate or university network, you might need to configure a proxy.</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkButton" id="step_error_btn_proxy">
+            <property name="label" translatable="yes">Configure a _Proxy</property>
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="receives_default">True</property>
+            <property name="halign">end</property>
+            <property name="use_underline">True</property>
+            <signal name="activate" handler="cb_step_error_btn_proxy_clicked" swapped="no"/>
+            <signal name="clicked" handler="cb_step_error_btn_proxy_clicked" swapped="no"/>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="fill">True</property>
+        <property name="position">2</property>
+      </packing>
+    </child>
+    <child>
+      <object class="GtkBox">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="orientation">vertical</property>
+        <child>
+          <object class="GtkLabel">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="label" translatable="yes">Otherwise, try to configure a different bridge</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkButton" id="step_error_btn_bridge">
+            <property name="label" translatable="yes">Configure a _Bridge</property>
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="receives_default">True</property>
+            <property name="halign">end</property>
+            <property name="use_underline">True</property>
+            <signal name="activate" handler="cb_step_error_btn_bridge_clicked" swapped="no"/>
+            <signal name="clicked" handler="cb_step_error_btn_bridge_clicked" swapped="no"/>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="fill">True</property>
+        <property name="position">3</property>
+      </packing>
+    </child>
+  </object>
+  <object class="GtkBox" id="step_hide_box">
+    <property name="visible">True</property>
+    <property name="can_focus">False</property>
+    <property name="valign">baseline</property>
+    <property name="vexpand">False</property>
+    <property name="orientation">vertical</property>
+    <property name="baseline_position">top</property>
+    <child>
+      <object class="GtkLabel">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="valign">start</property>
+        <property name="label" translatable="yes">Everything you do on the Internet from Tails goes through the Tor network.</property>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="fill">False</property>
+        <property name="padding">5</property>
+        <property name="position">0</property>
+      </packing>
+    </child>
+    <child>
+      <object class="GtkLabel">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="halign">start</property>
+        <property name="valign">start</property>
+        <property name="label" translatable="yes">Tor encrypts and anonymizes your connection by passing it through 3 relays.
+Tor relays are servers operated by different organizations and volunteers around the world.</property>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="fill">False</property>
+        <property name="padding">5</property>
+        <property name="position">1</property>
+      </packing>
+    </child>
+    <child>
+      <object class="GtkBox">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="vexpand">False</property>
+        <property name="orientation">vertical</property>
+        <child>
+          <object class="GtkRadioButton" id="radio_unnoticed_no">
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="has_focus">True</property>
+            <property name="receives_default">False</property>
+            <property name="draw_indicator">True</property>
+            <signal name="activate" handler="cb_step_hide_btn_connect_clicked" swapped="no"/>
+            <signal name="toggled" handler="cb_step_hide_radio_changed" swapped="no"/>
+            <child>
+              <object class="GtkLabel">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="margin_left">20</property>
+                <property name="label" translatable="yes">&lt;b&gt;Configure Tor automatically (easier)&lt;/b&gt;
+
+We recommend configuring Tor automatically if:
+ - You are connecting from a public Wi-Fi network.
+ - Connecting to Tor might be blocked in your country but using Tor is not criminalized.</property>
+                <property name="use_markup">True</property>
+                <property name="wrap">True</property>
+              </object>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="padding">6</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkBox" id="step_hide_box_bridge">
+            <property name="can_focus">False</property>
+            <property name="halign">start</property>
+            <property name="valign">start</property>
+            <property name="margin_left">20</property>
+            <property name="hexpand">False</property>
+            <property name="vexpand">False</property>
+            <child>
+              <object class="GtkCheckButton" id="radio_unnoticed_no_bridge">
+                <property name="label" translatable="yes">Configure a Tor bridge</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">False</property>
+                <property name="margin_left">20</property>
+                <property name="draw_indicator">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">True</property>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLinkButton" id="step_hide_link_helpbridge">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="halign">end</property>
+                <property name="relief">none</property>
+                <property name="uri">doc/first_steps/welcome_screen/bridge_mode</property>
+                <signal name="activate-link" handler="on_link_help_clicked" swapped="no"/>
+                <child>
+                  <object class="GtkImage">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <property name="icon_name">tails-help</property>
+                  </object>
+                </child>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">True</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkRadioButton" id="radio_unnoticed_yes">
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="receives_default">False</property>
+            <property name="valign">start</property>
+            <property name="draw_indicator">True</property>
+            <property name="group">radio_unnoticed_no</property>
+            <signal name="activate" handler="cb_step_hide_btn_connect_clicked" swapped="no"/>
+            <signal name="toggled" handler="cb_step_hide_radio_changed" swapped="no"/>
+            <child>
+              <object class="GtkLabel">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="valign">baseline</property>
+                <property name="margin_left">20</property>
+                <property name="hexpand">False</property>
+                <property name="vexpand">False</property>
+                <property name="label" translatable="yes">&lt;b&gt;Hide to my local network that I'm using Tor (safer)&lt;/b&gt;
+
+You might need to go unnoticed if:
+ - Using Tor might look suspicious to someone monitoring your home or work network.
+ - Using Tor is criminalized in your country.</property>
+                <property name="use_markup">True</property>
+                <property name="wrap">True</property>
+              </object>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="padding">6</property>
+            <property name="position">2</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkRadioButton" id="radio_unnoticed_none">
+            <property name="label" translatable="yes">None</property>
+            <property name="can_focus">True</property>
+            <property name="receives_default">False</property>
+            <property name="valign">start</property>
+            <property name="active">True</property>
+            <property name="draw_indicator">True</property>
+            <property name="group">radio_unnoticed_no</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="padding">6</property>
+            <property name="position">3</property>
+          </packing>
+        </child>
+      </object>
+      <packing>
+        <property name="expand">True</property>
+        <property name="fill">True</property>
+        <property name="position">2</property>
+      </packing>
+    </child>
+    <child>
+      <object class="GtkButton" id="step_hide_btn_submit">
+        <property name="label" translatable="yes">Connect to _Tor</property>
+        <property name="visible">True</property>
+        <property name="sensitive">False</property>
+        <property name="can_focus">True</property>
+        <property name="receives_default">True</property>
+        <property name="halign">end</property>
+        <property name="valign">end</property>
+        <property name="vexpand">True</property>
+        <property name="use_underline">True</property>
+        <signal name="clicked" handler="cb_step_hide_btn_connect_clicked" swapped="no"/>
+        <style>
+          <class name="suggested-action"/>
+        </style>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="fill">False</property>
+        <property name="position">3</property>
+      </packing>
+    </child>
+    <style>
+      <class name="step-box"/>
+    </style>
+  </object>
+  <object class="GtkBox" id="step_offline_box">
+    <property name="visible">True</property>
+    <property name="can_focus">False</property>
+    <property name="orientation">vertical</property>
+    <child>
+      <object class="GtkBox">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="vexpand">True</property>
+        <child>
+          <object class="GtkImage">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="hexpand">True</property>
+            <property name="stock">gtk-dialog-error</property>
+            <property name="icon_size">6</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkLabel">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="label" translatable="yes">You lost connection to the local network.</property>
+          </object>
+          <packing>
+            <property name="expand">True</property>
+            <property name="fill">True</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="fill">True</property>
+        <property name="position">0</property>
+      </packing>
+    </child>
+  </object>
+  <object class="GtkBox" id="step_progress_box">
+    <property name="visible">True</property>
+    <property name="can_focus">False</property>
+    <property name="orientation">vertical</property>
+    <child>
+      <object class="GtkBox" id="step_progress_box_internettest">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <child>
+          <object class="GtkSpinner" id="step_progress_spinner_internet">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="active">True</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkLabel">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="label" translatable="yes">Testing Internet access...</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="fill">True</property>
+        <property name="position">0</property>
+      </packing>
+    </child>
+    <child>
+      <object class="GtkBox" id="step_progress_box_internetok">
+        <property name="can_focus">False</property>
+        <child>
+          <object class="GtkImage">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="stock">gtk-apply</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkLabel">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="label" translatable="yes">You have access to the Internet</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="fill">True</property>
+        <property name="position">1</property>
+      </packing>
+    </child>
+    <child>
+      <object class="GtkBox" id="step_progress_box_tortest">
+        <property name="can_focus">False</property>
+        <child>
+          <object class="GtkSpinner" id="step_progress_spinner_tortest">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="active">True</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkLabel">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="label" translatable="yes">Testing access to Tor...</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="fill">True</property>
+        <property name="position">2</property>
+      </packing>
+    </child>
+    <child>
+      <object class="GtkBox" id="step_progress_box_torok">
+        <property name="can_focus">False</property>
+        <child>
+          <object class="GtkImage" id="step_progress_img_torok">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="stock">gtk-apply</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkLabel" id="step_progress_label_torok">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="label" translatable="yes">You can connect to Tor</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="fill">True</property>
+        <property name="position">3</property>
+      </packing>
+    </child>
+    <child>
+      <object class="GtkBox" id="step_progress_box_torconnect">
+        <property name="can_focus">False</property>
+        <property name="orientation">vertical</property>
+        <child>
+          <object class="GtkLabel" id="step_progress_label_status">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="label" translatable="yes">Connecting to Tor...</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkProgressBar" id="step_progress_pbar_torconnect">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="pulse_step">0.029999999999999999</property>
+            <property name="show_text">True</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="fill">True</property>
+        <property name="position">4</property>
+      </packing>
+    </child>
+    <child>
+      <object class="GtkBox" id="step_progress_box_tortestok">
+        <property name="can_focus">False</property>
+        <child>
+          <object class="GtkImage">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="stock">gtk-apply</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkLabel">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="label" translatable="yes">Connected to Tor successfully
+
+You can now browse the Internet anonymously and uncensored</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="fill">True</property>
+        <property name="position">5</property>
+      </packing>
+    </child>
+    <child>
+      <object class="GtkBox" id="step_progress_box_start">
+        <property name="can_focus">False</property>
+        <property name="valign">end</property>
+        <property name="margin_bottom">5</property>
+        <property name="orientation">vertical</property>
+        <child>
+          <object class="GtkButton" id="step_progress_btn_tbb">
+            <property name="label" translatable="yes">Start Tor Browser</property>
+            <property name="name">step_progress_btn_tbb</property>
+            <property name="visible">True</property>
+            <property name="sensitive">False</property>
+            <property name="can_focus">True</property>
+            <property name="receives_default">True</property>
+            <property name="halign">center</property>
+            <signal name="clicked" handler="cb_step_progress_btn_starttbb_clicked" swapped="no"/>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkBox">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <child>
+              <object class="GtkButton">
+                <property name="label" translatable="yes">Open Network Monitor</property>
+                <property name="visible">True</property>
+                <property name="sensitive">False</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <signal name="clicked" handler="cb_step_progress_btn_monitor_clicked" swapped="no"/>
+              </object>
+              <packing>
+                <property name="expand">True</property>
+                <property name="fill">False</property>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton">
+                <property name="label" translatable="yes">View Tor Circuits</property>
+                <property name="visible">True</property>
+                <property name="sensitive">False</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <signal name="clicked" handler="cb_step_progress_btn_onioncircuits_clicked" swapped="no"/>
+              </object>
+              <packing>
+                <property name="expand">True</property>
+                <property name="fill">False</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="step_progress_btn_reset">
+                <property name="label" translatable="yes">Reset Tor Connection</property>
+                <property name="visible">True</property>
+                <property name="sensitive">False</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <signal name="clicked" handler="cb_step_progress_btn_reset_clicked" swapped="no"/>
+              </object>
+              <packing>
+                <property name="expand">True</property>
+                <property name="fill">False</property>
+                <property name="position">2</property>
+              </packing>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+      </object>
+      <packing>
+        <property name="expand">True</property>
+        <property name="fill">True</property>
+        <property name="position">6</property>
+      </packing>
+    </child>
+    <style>
+      <class name="step-box"/>
+    </style>
+  </object>
+  <object class="GtkBox" id="step_proxy_box">
+    <property name="visible">True</property>
+    <property name="can_focus">False</property>
+    <property name="orientation">vertical</property>
+    <child>
+      <object class="GtkGrid">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="valign">center</property>
+        <property name="margin_left">10</property>
+        <property name="margin_right">10</property>
+        <property name="margin_top">10</property>
+        <property name="margin_bottom">10</property>
+        <property name="hexpand">True</property>
+        <child>
+          <object class="GtkLabel">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="label" translatable="yes">Proxy Type</property>
+          </object>
+          <packing>
+            <property name="left_attach">0</property>
+            <property name="top_attach">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkComboBoxText" id="step_proxy_combo">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="active_id">no</property>
+            <items>
+              <item id="no" translatable="yes">No proxy</item>
+              <item id="Socks4" translatable="yes">SOCKS 4</item>
+              <item id="Socks5" translatable="yes">SOCKS 5</item>
+              <item id="HTTPS" translatable="yes">HTTP / HTTPS</item>
+            </items>
+            <signal name="changed" handler="cb_step_proxy_combo_changed" swapped="no"/>
+          </object>
+          <packing>
+            <property name="left_attach">1</property>
+            <property name="top_attach">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkLabel">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="label" translatable="yes">Address</property>
+          </object>
+          <packing>
+            <property name="left_attach">0</property>
+            <property name="top_attach">1</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkLabel">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="label" translatable="yes">Username</property>
+          </object>
+          <packing>
+            <property name="left_attach">0</property>
+            <property name="top_attach">2</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkEntry" id="step_proxy_entry_address">
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="hexpand">True</property>
+            <property name="max_length">15</property>
+            <property name="placeholder_text" translatable="yes">IP address or hostname</property>
+            <property name="input_hints">GTK_INPUT_HINT_NO_SPELLCHECK | GTK_INPUT_HINT_LOWERCASE | GTK_INPUT_HINT_NONE</property>
+          </object>
+          <packing>
+            <property name="left_attach">1</property>
+            <property name="top_attach">1</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkLabel">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="label" translatable="yes">Port</property>
+          </object>
+          <packing>
+            <property name="left_attach">2</property>
+            <property name="top_attach">1</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkLabel">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="label" translatable="yes">Password</property>
+          </object>
+          <packing>
+            <property name="left_attach">2</property>
+            <property name="top_attach">2</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkEntry" id="step_proxy_entry_username">
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="hexpand">True</property>
+            <property name="input_hints">GTK_INPUT_HINT_NO_SPELLCHECK | GTK_INPUT_HINT_NONE</property>
+          </object>
+          <packing>
+            <property name="left_attach">1</property>
+            <property name="top_attach">2</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkEntry" id="step_proxy_entry_port">
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="hexpand">True</property>
+            <property name="primary_icon_stock">gtk-apply</property>
+            <property name="input_purpose">digits</property>
+            <property name="input_hints">GTK_INPUT_HINT_NO_SPELLCHECK | GTK_INPUT_HINT_NONE</property>
+          </object>
+          <packing>
+            <property name="left_attach">3</property>
+            <property name="top_attach">1</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkEntry" id="step_proxy_entry_password">
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="hexpand">True</property>
+            <property name="visibility">False</property>
+            <property name="invisible_char">●</property>
+            <property name="primary_icon_stock">gtk-dialog-authentication</property>
+            <property name="input_purpose">password</property>
+            <property name="input_hints">GTK_INPUT_HINT_NO_SPELLCHECK | GTK_INPUT_HINT_NONE</property>
+          </object>
+          <packing>
+            <property name="left_attach">3</property>
+            <property name="top_attach">2</property>
+          </packing>
+        </child>
+        <child>
+          <placeholder/>
+        </child>
+        <child>
+          <placeholder/>
+        </child>
+      </object>
+      <packing>
+        <property name="expand">True</property>
+        <property name="fill">True</property>
+        <property name="position">0</property>
+      </packing>
+    </child>
+    <child>
+      <object class="GtkButtonBox">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="hexpand">True</property>
+        <child>
+          <object class="GtkButton">
+            <property name="label">gtk-go-back</property>
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="receives_default">True</property>
+            <property name="use_stock">True</property>
+            <property name="always_show_image">True</property>
+            <signal name="clicked" handler="cb_step_proxy_btn_back_clicked" swapped="no"/>
+          </object>
+          <packing>
+            <property name="expand">True</property>
+            <property name="fill">True</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkButton" id="step_proxy_btn_submit">
+            <property name="label" translatable="yes">_Save proxy settings</property>
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="receives_default">True</property>
+            <property name="valign">end</property>
+            <property name="use_underline">True</property>
+            <signal name="activate" handler="cb_step_proxy_btn_submit_clicked" swapped="no"/>
+            <signal name="clicked" handler="cb_step_proxy_btn_submit_clicked" swapped="no"/>
+            <style>
+              <class name="suggested-action"/>
+            </style>
+          </object>
+          <packing>
+            <property name="expand">True</property>
+            <property name="fill">True</property>
+            <property name="position">2</property>
+          </packing>
+        </child>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="fill">True</property>
+        <property name="position">1</property>
+      </packing>
+    </child>
+    <style>
+      <class name="step-box"/>
+    </style>
+  </object>
+</interface>
diff --git a/config/chroot_local-includes/usr/share/tails/tca/tca.css b/config/chroot_local-includes/usr/share/tails/tca/tca.css
new file mode 100644
index 0000000000..713d897f08
--- /dev/null
+++ b/config/chroot_local-includes/usr/share/tails/tca/tca.css
@@ -0,0 +1,8 @@
+#step_progress_btn_tbb { margin-bottom: 2em; }
+#step_progress_btn_tbb label {
+    margin: 1em;
+    font-size: 120%;
+}
+.step-box {
+    margin: 1em 0.2em 0.2em 2em;
+}
diff --git a/config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/DownloadProgress.pm b/config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/DownloadProgress.pm
index 154bc1094f..bbec23dae5 100644
--- a/config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/DownloadProgress.pm
+++ b/config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/DownloadProgress.pm
@@ -56,7 +56,7 @@ has 'estimated_end_time' => (
     is      => 'rw',
     isa     => Str,
     lazy    => 1,
-    default => __(q{Unknow time}),
+    default => __(q{Unknown time}),
 );


 has 'time_duration' => (
diff --git a/config/chroot_local-packageslists/tor-connection-assistant.list b/config/chroot_local-packageslists/tor-connection-assistant.list
new file mode 100644
index 0000000000..63e6ab231c
--- /dev/null
+++ b/config/chroot_local-packageslists/tor-connection-assistant.list
@@ -0,0 +1 @@
+python3-prctl
diff --git a/config/ci/shellcheck/checkstyle2junit.xslt b/config/ci/shellcheck/checkstyle2junit.xslt
new file mode 100644
index 0000000000..0fea4528c0
--- /dev/null
+++ b/config/ci/shellcheck/checkstyle2junit.xslt
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+  <xsl:output encoding="UTF-8" method="xml"></xsl:output>
+
+  <xsl:template match="/">
+    <testsuite>
+      <xsl:attribute name="tests">
+        <xsl:value-of select="count(.//file)" />
+      </xsl:attribute>
+      <xsl:attribute name="failures">
+        <xsl:value-of select="count(.//error)" />
+      </xsl:attribute>
+      <xsl:for-each select="//checkstyle">
+        <xsl:apply-templates />
+      </xsl:for-each>
+    </testsuite>
+  </xsl:template>
+
+  <xsl:template match="file">
+    <testcase>
+      <xsl:attribute name="classname">
+        <xsl:value-of select="@name" />
+      </xsl:attribute>
+      <xsl:attribute name="name">
+        <xsl:value-of select="@name" />
+      </xsl:attribute>
+      <xsl:apply-templates select="node()" />
+    </testcase>
+  </xsl:template>
+
+  <xsl:template match="error">
+    <failure>
+      <xsl:attribute name="type">
+        <xsl:value-of select="@source" />
+      </xsl:attribute>
+      <xsl:text>Line </xsl:text>
+      <xsl:value-of select="@line" />
+      <xsl:text>: </xsl:text>
+      <xsl:value-of select="@message" />
+      <xsl:text> See https://www.shellcheck.net/wiki/</xsl:text>
+      <xsl:value-of select="substring(@source, '12')" />
+    </failure>
+  </xsl:template>
+</xsl:stylesheet>
diff --git a/config/gitlab-triage/bin/gitlab-triage b/config/gitlab-triage/bin/gitlab-triage
index 6b9c48fe26..d8281b4459 100755
--- a/config/gitlab-triage/bin/gitlab-triage
+++ b/config/gitlab-triage/bin/gitlab-triage
@@ -9,6 +9,7 @@ set -x


GITLAB_TRIAGE_POLICIES_DIR="$(readlink -f "$(dirname "$0")"/../policies)"

+# shellcheck disable=SC2086
 docker run \
     --name tails-gitlab-triage \
     --rm \
diff --git a/data/wrappers/apt-get b/data/wrappers/apt-get
index 9f94d818b4..5578556306 100755
--- a/data/wrappers/apt-get
+++ b/data/wrappers/apt-get
@@ -35,7 +35,7 @@ elif [ "$mode" = srcuris ]; then
   # only dsc: perl -ne 'if (/^'\''(.+)'\'' (\S+\.dsc)/) { my ($url, $filename) = ($1, $2); print "$filename $url\n"; }'
   apt-get.real "$@" --print-uris|perl -ne 'if (/^'\''(.+)'\'' (\S+\.dsc)/) { my ($url, $filename) = ($1, $2); print "$filename $url\n"; }' >> /debootstrap/$mode.tmp
   apt-get.real "$@"
-  while read filename uri; do
+  while read -r filename uri; do
     # extract source and version w/o taking the GnuPG version in the signature section, and add uri after that
     s_v=$(awk '/^(Source|Version):/ {print $2}' "$filename" | head -2 | xargs)
     echo "$s_v $uri" >> /debootstrap/$mode
diff --git a/debian/changelog b/debian/changelog
index 28dd0cebe1..d471853210 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tails (4.19) UNRELEASED; urgency=medium
+  
+  * Dummy entry for next release.
+
+ -- intrigeri <intrigeri@???>  Tue, 20 Apr 2021 13:41:38 +0000
+
 tails (4.18) unstable; urgency=medium


   * Upgrade Thunderbird to 78.9.0-1~deb10u1
diff --git a/features/chutney/test-network b/features/chutney/test-network
index c13c4563a5..c18191c6aa 100644
--- a/features/chutney/test-network
+++ b/features/chutney/test-network
@@ -46,6 +46,13 @@ BridgeObfs4 = Node(
     torrc="bridge-obfs4.tmpl"
 )


+BridgeDefault = Node(
+    tag="defbr",
+    bridge=1,
+    relay=1,
+    torrc="bridge-obfs4.tmpl"
+)
+
 OnionService = Node(
     tag="hs",
     hs=1,
@@ -58,6 +65,7 @@ NODES = Authority.getN(4) + \
         ExitRelay.getN(10) + \
         Bridge.getN(3) + \
         BridgeObfs4.getN(3) + \
+        BridgeDefault.getN(1) + \
         OnionService.getN(1) + \
         Client.getN(1)


diff --git a/features/hardening.feature b/features/hardening.feature
index 42600b8cdd..41690459e8 100644
--- a/features/hardening.feature
+++ b/features/hardening.feature
@@ -5,10 +5,3 @@ Feature: Hardening features
     Given I have started Tails from DVD without network and logged in
     Then AppArmor is enabled
     And some AppArmor profiles are enforced
-
-  Scenario: The tor process should be confined with Seccomp
-    Given I have started Tails from DVD without network and logged in
-    And the network is plugged
-    And Tor is ready
-    Then the running process "tor" is confined with Seccomp in filter mode
-
diff --git a/features/images/TailsGreeterDisableAllNetworking.png b/features/images/TailsGreeterDisableAllNetworking.png
deleted file mode 100644
index 37e9e882ce..0000000000
Binary files a/features/images/TailsGreeterDisableAllNetworking.png and /dev/null differ
diff --git a/features/images/TailsGreeterNetworkConnection.png b/features/images/TailsGreeterNetworkConnection.png
deleted file mode 100644
index 7dcbcab0c8..0000000000
Binary files a/features/images/TailsGreeterNetworkConnection.png and /dev/null differ
diff --git a/features/images/TailsGreeterOfflineMode.png b/features/images/TailsGreeterOfflineMode.png
new file mode 100644
index 0000000000..eb4b5af331
Binary files /dev/null and b/features/images/TailsGreeterOfflineMode.png differ
diff --git a/features/images/TailsGreeterOfflineModeDisableNetwork.png b/features/images/TailsGreeterOfflineModeDisableNetwork.png
new file mode 100644
index 0000000000..aabaa2714b
Binary files /dev/null and b/features/images/TailsGreeterOfflineModeDisableNetwork.png differ
diff --git a/features/images/TailsGreeterSpecificTorConfiguration.png b/features/images/TailsGreeterSpecificTorConfiguration.png
deleted file mode 100644
index 4d270501aa..0000000000
Binary files a/features/images/TailsGreeterSpecificTorConfiguration.png and /dev/null differ
diff --git a/features/images/TorLauncherBridgeCheckbox.png b/features/images/TorLauncherBridgeCheckbox.png
deleted file mode 100644
index 0002d91e23..0000000000
Binary files a/features/images/TorLauncherBridgeCheckbox.png and /dev/null differ
diff --git a/features/images/TorLauncherBridgeList.png b/features/images/TorLauncherBridgeList.png
deleted file mode 100644
index c4981ea3d2..0000000000
Binary files a/features/images/TorLauncherBridgeList.png and /dev/null differ
diff --git a/features/images/TorLauncherConfigureButton.png b/features/images/TorLauncherConfigureButton.png
deleted file mode 100644
index b12024d5b3..0000000000
Binary files a/features/images/TorLauncherConfigureButton.png and /dev/null differ
diff --git a/features/images/TorLauncherConnectingWindow.png b/features/images/TorLauncherConnectingWindow.png
deleted file mode 100644
index d665f60fd1..0000000000
Binary files a/features/images/TorLauncherConnectingWindow.png and /dev/null differ
diff --git a/features/images/TorLauncherFinishButton.png b/features/images/TorLauncherFinishButton.png
deleted file mode 100644
index 0c55c0ad8a..0000000000
Binary files a/features/images/TorLauncherFinishButton.png and /dev/null differ
diff --git a/features/images/TorLauncherWindow.png b/features/images/TorLauncherWindow.png
deleted file mode 100644
index c8158a84d4..0000000000
Binary files a/features/images/TorLauncherWindow.png and /dev/null differ
diff --git a/features/mac_spoofing.feature b/features/mac_spoofing.feature
index 0b25a191d8..d2458a9f73 100644
--- a/features/mac_spoofing.feature
+++ b/features/mac_spoofing.feature
@@ -8,9 +8,9 @@ Feature: Spoofing MAC addresses
   Scenario: MAC address spoofing is disabled
     Given I have started Tails from DVD without network and stopped at Tails Greeter's login screen
     And I capture all network traffic
-    And the network is plugged
     When I disable MAC spoofing in Tails Greeter
     And I log in to a new session
+    And the network is plugged
     And Tor is ready
     Then 1 network interface is enabled
     And the 1st network device has its real MAC address configured
@@ -22,8 +22,8 @@ Feature: Spoofing MAC addresses
   Scenario: MAC address spoofing is successful
     Given I have started Tails from DVD without network and stopped at Tails Greeter's login screen
     And I capture all network traffic
-    And the network is plugged
     When I log in to a new session
+    And the network is plugged
     And Tor is ready
     Then 1 network interface is enabled
     And the 1st network device has a spoofed MAC address configured
diff --git a/features/networking.feature b/features/networking.feature
index 670ee62264..70dd97d4f4 100644
--- a/features/networking.feature
+++ b/features/networking.feature
@@ -13,15 +13,9 @@ Feature: Networking


   Scenario: The Tails Greeter "disable all networking" option disables networking within Tails
     Given I have started Tails from DVD without network and stopped at Tails Greeter's login screen
-    And I disable all networking in the Tails Greeter
+    And I disable networking in Tails Greeter
     And I log in to a new session
     Then no network interfaces are enabled
     When I hotplug a network device
     And I wait 10 seconds
     Then no network interfaces are enabled
-
-  Scenario: The "Tor is ready" notification is shown when Tor has bootstrapped
-    Given I have started Tails from DVD without network and logged in
-    And the network is plugged
-    When Tor is ready
-    Then I see the "Tor is ready" notification after at most 30 seconds
diff --git a/features/step_definitions/browser.rb b/features/step_definitions/browser.rb
index e2128969af..343c26ac96 100644
--- a/features/step_definitions/browser.rb
+++ b/features/step_definitions/browser.rb
@@ -63,34 +63,6 @@ def unsafe_browser_application_info(defaults)
   )
 end


-def tor_launcher_application_info(defaults)
-  user = 'tor-launcher'
-  # We do not enable AppArmor confinement for the Tor Launcher.
-  binary = $vm.execute_successfully(
-    'echo ${TBB_INSTALL}/firefox-unconfined', libs: 'tor-browser'
-  ).stdout.chomp
-  tor_launcher_install = $vm.execute_successfully(
-    'echo ${TOR_LAUNCHER_INSTALL}', libs: 'tor-browser'
-  ).stdout.chomp
-  cmd_regex = "#{binary}\s+-app #{tor_launcher_install}/application\.ini.*"
-  defaults.merge(
-    {
-      user:                        user,
-      cmd_regex:                   cmd_regex,
-      chroot:                      '',
-      new_tab_button_image:        nil,
-      browser_reload_button_image: nil,
-      browser_stop_button_image:   nil,
-      address_bar_images:          [],
-      # The standalone Tor Launcher uses fewer libs than the full
-      # browser.
-      unused_tbb_libs:             defaults[:unused_tbb_libs]
-        .concat(['libfreebl3.so', 'libfreeblpriv3.so',
-                 'libnssckbi.so', 'libsoftokn3.so',]),
-    }
-  )
-end
-
 def xul_application_info(application)
   defaults = {
     address_bar_images: ["BrowserAddressBar#{$language}.png",
@@ -102,8 +74,6 @@ def xul_application_info(application)
     tor_browser_application_info(defaults)
   when 'Unsafe Browser'
     unsafe_browser_application_info(defaults)
-  when 'Tor Launcher'
-    tor_launcher_application_info(defaults)
   else
     raise "Invalid browser or XUL application: #{application}"
   end
diff --git a/features/step_definitions/checks.rb b/features/step_definitions/checks.rb
index 5a192b1c8c..74d1d39b2f 100644
--- a/features/step_definitions/checks.rb
+++ b/features/step_definitions/checks.rb
@@ -194,33 +194,28 @@ def get_apparmor_status(pid)
   end
 end


+Then /^Tor is (not )?confined with Seccomp$/ do |not_confined|
+  expected_sandbox_status = not_confined.nil? ? 1 : 0
+  sandbox_status = $vm.execute_successfully(
+    'tor_control_getconf Sandbox', libs: 'tor'
+  ).stdout.to_i
+  assert_equal(expected_sandbox_status, sandbox_status,
+               'Tor says that the sandbox is ' +
+               (sandbox_status == 1 ? 'enabled' : 'disabled'))
+  # tor's Seccomp status will always be 2 (filter mode), even with
+  # "Sandbox 0", but let's still make sure that is the case.
+  seccomp_status = get_seccomp_status('tor')
+  assert_equal(2, seccomp_status,
+               "Tor is not confined with Seccomp in filter mode")
+end
+
 Then /^the running process "(.+)" is confined with AppArmor in (complain|enforce) mode$/ do |process, mode|
   assert($vm.process_running?(process), "Process #{process} not running.")
   pid = $vm.pidof(process)[0]
   assert_equal(mode, get_apparmor_status(pid))
 end


-Then /^the running process "(.+)" is confined with Seccomp in (filter|strict) mode$/ do |process, mode|
-  status = get_seccomp_status(process)
-  if mode == 'strict'
-    assert_equal(1, status,
-                 "#{process} not confined with Seccomp in strict mode")
-  elsif mode == 'filter'
-    assert_equal(2, status,
-                 "#{process} not confined with Seccomp in filter mode")
-  else
-    raise "Unsupported mode #{mode} passed"
-  end
-end
-
-When /^I disable all networking in the Tails Greeter$/ do
-  open_greeter_additional_settings
-  @screen.wait('TailsGreeterNetworkConnection.png', 30).click
-  @screen.wait('TailsGreeterDisableAllNetworking.png', 10).click
-  @screen.wait('TailsGreeterAdditionalSettingsAdd.png', 10).click
-end
-
 Then /^the Tor Status icon tells me that Tor is( not)? usable$/ do |not_usable|
   picture = not_usable ? 'TorStatusNotUsable' : 'TorStatusUsable'
-  @screen.find("#{picture}.png")
+  @screen.wait("#{picture}.png", 10)
 end
diff --git a/features/step_definitions/common_steps.rb b/features/step_definitions/common_steps.rb
index f611a97421..1e017f2385 100644
--- a/features/step_definitions/common_steps.rb
+++ b/features/step_definitions/common_steps.rb
@@ -377,10 +377,10 @@ Given /^I open Tails Greeter additional settings dialog$/ do
   open_greeter_additional_settings
 end


-Given /^I enable the specific Tor configuration option$/ do
+Given /^I disable networking in Tails Greeter$/ do
open_greeter_additional_settings
- @screen.wait('TailsGreeterNetworkConnection.png', 30).click
- @screen.wait('TailsGreeterSpecificTorConfiguration.png', 10).click
+ @screen.wait('TailsGreeterOfflineMode.png', 30).click
+ @screen.wait('TailsGreeterOfflineModeDisableNetwork.png', 10).click
@screen.wait('TailsGreeterAdditionalSettingsAdd.png', 10).click
end

@@ -417,6 +417,21 @@ Given /^the Tails desktop is ready$/ do
     'gsettings set org.gnome.desktop.interface toolkit-accessibility true',
     user: LIVE_USER
   )
+  # Since we use a simulated Tor network (via Chutney) we have to
+  # switch to its default bridges.
+  default_bridges_path = '/usr/share/tails/tca/default_bridges.txt'
+  # XXX: We can drop the if-statement and keep just its body once
+  # tails!375 (17215-tor-launcher-replacement) is merged in a stable
+  # release.
+  if $vm.file_exist?(default_bridges_path)
+    $vm.file_overwrite(default_bridges_path, '')
+    chutney_bridge_lines('obfs4', chutney_tag: 'defbr').each do |bridge_line|
+      $vm.file_append(default_bridges_path, bridge_line)
+    end
+  end
+  # Optimize upgrade check: avoid 30 second sleep
+  $vm.execute_successfully('sed -i "s/^ExecStart=.*$/& --no-wait/" /usr/lib/systemd/user/tails-upgrade-frontend.service')
+  $vm.execute_successfully('systemctl --user daemon-reload', user: LIVE_USER)
 end


When /^I see the "(.+)" notification(?: after at most (\d+) seconds)?$/ do |title, timeout|
@@ -431,8 +446,36 @@ When /^I see the "(.+)" notification(?: after at most (\d+) seconds)?$/ do |titl
end

 Given /^Tor is ready$/ do
+  # First we wait for tor to be running so its control port is open...
+  try_for(60) do
+    $vm.execute("systemctl -q is-active tor@???").success?
+  end
+  # ... so we can ask if the tor's networking is disabled, in which
+  # case Tor Connection Assistant has not been dealt with yet. If
+  # tor's networking is enabled at this stage it means we already ran
+  # some steps dealing with Tor Connection Assistant, presumably to
+  # configure bridges.  Otherwise we just treat this as the default
+  # case, where it is not important for the test scenario that we go
+  # through the extra hassle and use bridges, so we simply attempt a
+  # direct connection.
+  if $vm.execute_successfully('tor_control_getconf DisableNetwork', libs: 'tor').stdout.chomp == '1'
+    # This variable is initialized to nil in each scenario, and only
+    # ever set to true in some previously run step that configures tor
+    # to use PTs.
+    assert(!@tor_is_using_pluggable_transports, 'This is a test suite bug!')
+    @tor_is_using_pluggable_transports = false
+    step 'the Tor Connection Assistant autostarts'
+    step 'I configure a direct connection in the Tor Connection Assistant'
+  end
+
+  # Here we actually check that Tor is ready
   step 'Tor has built a circuit'
   step 'the time has synced'
+  if @tor_is_using_pluggable_transports
+    step 'Tor is not confined with Seccomp'
+  #else
+  #  step 'Tor is confined with Seccomp'
+  end
   # When we test for ASP upgrade failure the following tests would fail,
   # so let's skip them in this case.
   unless $vm.file_exist?('/run/live-additional-software/doomed_to_fail')
diff --git a/features/step_definitions/snapshots.rb b/features/step_definitions/snapshots.rb
index d262cb7b37..083994ca7b 100644
--- a/features/step_definitions/snapshots.rb
+++ b/features/step_definitions/snapshots.rb
@@ -30,17 +30,6 @@ CHECKPOINTS =
       ],
     },


-    'no-network-bridge-mode'                     => {
-      temporary:         true,
-      description:       'I have started Tails from DVD without network and logged in with bridge mode enabled',
-      parent_checkpoint: 'tails-greeter',
-      steps:             [
-        'I enable the specific Tor configuration option',
-        'I log in to a new session',
-        'all notifications have disappeared',
-      ],
-    },
-
     'no-network-logged-in-sudo-passwd'           => {
       temporary:         true,
       description:       'I have started Tails from DVD without network and logged in with an administration password',
diff --git a/features/step_definitions/thunderbird.rb b/features/step_definitions/thunderbird.rb
index 923f401238..35c3bf6a5d 100644
--- a/features/step_definitions/thunderbird.rb
+++ b/features/step_definitions/thunderbird.rb
@@ -13,9 +13,7 @@ end
 def thunderbird_inbox
   folder_view = thunderbird_main.child($config['Thunderbird']['address'],
                                        roleName: 'table row').parent
-  folder_view.children(roleName: 'table row', recursive: false).find do |e|
-    e.name.match(/^Inbox( .*)?$/)
-  end
+  folder_view.child(/^Inbox( .*)?$/, roleName: 'table row', recursive: false)
 end


def thunderbird_install_host_snakeoil_ssl_cert
diff --git a/features/step_definitions/tor.rb b/features/step_definitions/tor.rb
index 92511c3407..b265cd0587 100644
--- a/features/step_definitions/tor.rb
+++ b/features/step_definitions/tor.rb
@@ -330,25 +330,96 @@ And /^I re-run tails-upgrade-frontend-wrapper$/ do
$vm.execute_successfully('tails-upgrade-frontend-wrapper', user: LIVE_USER)
end

-When /^the Tor Launcher autostarts$/ do
-  @screen.wait('TorLauncherWindow.png', 60)
+# Note about the "basic" Tor Connection Assistant steps: we have tests which will
+# start Tor Connection Assistant (and connect directly to the Tor Network) in
+# other languages, so we need to make those steps
+# language-agnostic. Unfortunately this means interaction based on
+# images is not suitable, so we try more general approaches.
+
+When /^the Tor Connection Assistant (?:autostarts|is running)$/ do
+  begin
+    try_for(60) do
+      @tor_connection_assistant = Dogtail::Application.new('Tor Connection')
+    end
+  rescue Timeout::Error
+    save_tor_journal
+    raise TorBootstrapFailure, 'TCA did not start'
+  end
 end


-When /^I configure some (\w+) pluggable transports in Tor Launcher$/ do |bridge_type|
-  @screen.wait('TorLauncherConfigureButton.png', 10).click
-  @screen.wait('TorLauncherBridgeCheckbox.png', 10).click
-  @screen.wait('TorLauncherBridgeList.png', 10).click
-  @bridge_hosts = []
+def tor_connection_assistant
+  assert_not_nil(@tor_connection_assistant,
+                 "you must run the 'the Tor Connection Assistant autostarts' step first")
+  @tor_connection_assistant
+end
+
+class TCAConnectionFailure < StandardError
+end
+
+def tca_configure(mode, &block)
+  step 'the Tor Connection Assistant is running'
+  case mode
+  when :easy
+    radio_button_label = /^Configure Tor automatically/
+  when :hide
+    radio_button_label = /^Hide to my local network that I'm using Tor/
+  else
+    raise "bad TCA configuration mode '#{mode}'"
+  end
+  # XXX: We generally run this right after TCA has started, apparently
+  # so early that clicking the radio button doesn't always work, so we
+  # retry. Can this be fixed in TCA instead some how?
+  radio_button = tor_connection_assistant.child(
+    radio_button_label, roleName: 'radio button'
+  )
+  try_for(10) do
+    radio_button.click
+    radio_button.checked
+  end
+  block.call if block_given?
+  tor_connection_assistant.child('Connect to Tor',
+                                 roleName: 'push button')
+                          .click
+  failure_reported = false
+  try_for(120, exception: TCAConnectionFailure,  msg: 'Timed out while waiting for TCA to connect to Tor') do
+    if tor_connection_assistant.child?('Failed to connect', roleName: 'label', retry: false)
+      failure_reported = true
+      done = true
+    else
+      done = tor_connection_assistant.child?(/^Connected to Tor successfully/, roleName: 'label', retry: false, showingOnly: true)
+    end
+    done
+  end
+  if failure_reported
+    raise TCAConnectionFailure, 'TCA failed to connect to Tor'
+  end
+  # XXX: we're so fast closing TCA here that it's done before it
+  # issues the SAVECONF, but seemingly only for the "DisableNetwork=0"
+  # part, resulting in a lot of breakage. Ideally we would fix this in
+  # TCA itself, since a user could be this fast too, theoretically.
+  try_for(10, msg: 'DisableNetwork is still set in torrc') do
+    $vm.execute('grep "DisableNetwork 1" /etc/tor/torrc').failure?
+  end
+  @screen.press('alt', 'F4')
+end
+
+When /^I configure a direct connection in the Tor Connection Assistant$/ do
+  tca_configure(:easy)
+end
+
+def chutney_bridge_lines(bridge_type, chutney_tag: nil)
+  chutney_tag = bridge_type if chutney_tag.nil?
   bridge_dirs = Dir.glob(
-    "#{$config['TMPDIR']}/chutney-data/nodes/*#{bridge_type}/"
+    "#{$config['TMPDIR']}/chutney-data/nodes/*#{chutney_tag}/"
   )
-  bridge_dirs.each do |bridge_dir|
+  assert(bridge_dirs.size > 0, "No bridges of type '#{chutney_tag}' found")
+  bridge_dirs.map do |bridge_dir|
     address = $vmnet.bridge_ip_addr
     port = nil
     fingerprint = nil
     extra = nil
     if bridge_type == 'bridge'
-      File.open(bridge_dir + '/torrc') do |f|
+      File.open("#{bridge_dir}/torrc") do |f|
         port = f.grep(/^OrPort\b/).first.split.last
       end
     else
@@ -370,21 +441,119 @@ When /^I configure some (\w+) pluggable transports in Tor Launcher$/ do |bridge_
     File.open(bridge_dir + '/fingerprint') do |f|
       fingerprint = f.read.chomp.split.last
     end
-    @bridge_hosts << { address: address, port: port.to_i }
     bridge_line = bridge_type + ' ' + address + ':' + port
     [fingerprint, extra].each { |e| bridge_line += ' ' + e.to_s if e }
-    @screen.type(bridge_line, ['Return'])
+    bridge_line
+  end
+end
+
+When /^I configure some (\w+) bridges in the Tor Connection Assistant$/ do |bridge_type|
+  @tor_is_using_pluggable_transports = bridge_type != 'normal'
+  config_mode = bridge_type == 'normal' ? :easy : :hide
+  # Internally a "normal" bridge is called just "bridge" which we have
+  # to respect below.
+  bridge_type = 'bridge' if bridge_type == 'normal'
+
+  bridge_lines = []
+  @bridge_hosts = []
+  chutney_bridge_lines(bridge_type).each do |bridge_line|
+    bridge_lines << bridge_line
+    address, port = bridge_line.split[1].split(":")
+    @bridge_hosts << { address: address, port: port.to_i }
+  end
+
+  tca_configure(config_mode) do
+    if config_mode == :easy
+      tor_connection_assistant.child('Configure a Tor bridge',
+                                     roleName: 'check box')
+                              .click
+    end
+    tor_connection_assistant.child('Connect to Tor',
+                                   roleName: 'push button')
+                            .click
+    tor_connection_assistant.child('Type in a bridge that I already know',
+                                 roleName: 'radio button')
+                            .click
+    tor_connection_assistant.child(roleName: 'scroll pane').click
+
+    bridge_lines.each do |bridge_line|
+      @screen.type(bridge_line, ['Return'])
+    end
   end
-  @screen.hide_cursor
-  @screen.wait('TorLauncherFinishButton.png', 10).click
-  @screen.wait('TorLauncherConnectingWindow.png', 10)
-  @screen.wait_vanish('TorLauncherConnectingWindow.png', 120)
 end


-When /^all Internet traffic has only flowed through the configured pluggable transports$/ do
+When /^I try to configure a direct connection in the Tor Connection Assistant$/ do
+  begin
+    step "I configure a direct connection in the Tor Connection Assistant"
+  rescue TCAConnectionFailure
+    # Expected!
+    next
+  rescue StandardError => e
+    raise "Expected TCAConnectionFailure to be raised but got " \
+          "#{e.class.name}: #{e}"
+  else
+    raise "TCA managed to connect to Tor but was expected to fail"
+  end
+end
+
+When /^I close the Tor Connection Assistant$/ do
+  $vm.execute(
+    'pkill -f /usr/lib/python3/dist-packages/tca/application.py'
+  )
+  @tor_connection_assistant = nil
+end
+
+Then /^the Tor Connection Assistant reports that it failed to connect$/ do
+  tor_connection_assistant.child('Failed to connect', roleName: 'label')
+end
+
+When /^all Internet traffic has only flowed through the configured bridges$/ do
   assert_not_nil(@bridge_hosts, 'No bridges has been configured via the ' \
-                 "'I configure some ... bridges in Tor Launcher' step")
+                 "'I configure some ... bridges in the Tor Connection Assistant' step")
   assert_all_connections(@sniffer.pcap_file) do |c|
     @bridge_hosts.include?({ address: c.daddr, port: c.dport })
   end
 end
+
+Given /^the Tor network( and default bridges)? (?:is|are) (un)?blocked$/ do |default_bridges, unblock|
+  relay_dirs = Dir.glob(
+    "#{$config['TMPDIR']}/chutney-data/nodes/*{auth,ba,relay}/"
+  )
+  relays = relay_dirs.map do |relay_dir|
+    File.open("#{relay_dir}/torrc") do |f|
+      torrc = f.readlines
+      [
+        torrc.grep(/^Address\b/).first.split.last,
+        torrc.grep(/^OrPort\b/).first.split.last
+      ]
+    end
+  end
+  if default_bridges
+    chutney_bridge_lines('obfs4', chutney_tag: 'defbr').each do |bridge_line|
+      relays << bridge_line.split[1].split(":")
+    end
+  end
+  relays.each do |address, port|
+    $vm.execute_successfully("iptables -#{unblock ? 'D' : 'I'} OUTPUT " \
+                             '-p tcp ' \
+                             "--destination #{address} " \
+                             "--destination-port #{port} " \
+                             '-j REJECT --reject-with icmp-port-unreachable')
+  end
+end
+
+Then /^Tor is configured to use the default bridges$/ do
+  use_bridges = $vm.execute_successfully(
+    'tor_control_getconf UseBridges', libs: 'tor'
+  ).stdout.chomp.to_i
+  assert_equal(1, use_bridges, 'UseBridges is not set')
+  default_bridges = $vm.execute_successfully(
+    'grep ^obfs4 /usr/share/tails/tca/default_bridges.txt | sort'
+  ).stdout.chomp
+  assert(default_bridges.size > 0, 'No default bridges were found')
+  current_bridges = $vm.execute_successfully(
+    'tor_control_getconf Bridge | sort', libs: 'tor'
+  ).stdout.chomp
+  assert_equal(default_bridges, current_bridges,
+               'Current bridges does not match the default ones')
+end
diff --git a/features/step_definitions/usb.rb b/features/step_definitions/usb.rb
index 8dffefe804..6f00f4042c 100644
--- a/features/step_definitions/usb.rb
+++ b/features/step_definitions/usb.rb
@@ -1143,7 +1143,7 @@ Given /^I set all Greeter options to non-default values$/ do
   # otherwise we might detect the + button or language entry before it
   # has been readjusted, so while we try to click it, it moves so we
   # miss it.
-  step 'I enable the specific Tor configuration option'
+  step 'I disable networking in Tails Greeter'
   sleep 2
   step 'I allow the Unsafe Browser to be started'
   sleep 2
@@ -1166,7 +1166,7 @@ Then /^all Greeter options are set to (non-)?default values$/ do |non_default|
       TAILS_FORMATS=de_DE
       TAILS_LOCALE_NAME=de_DE
       TAILS_MACSPOOF_ENABLED=false
-      TAILS_NETCONF=obstacle
+      TAILS_NETWORK=false
       TAILS_UNSAFE_BROWSER_ENABLED=true
       TAILS_XKBLAYOUT=de
       TAILS_XKBMODEL=pc105
@@ -1185,7 +1185,7 @@ Then /^all Greeter options are set to (non-)?default values$/ do |non_default|
       TAILS_FORMATS=en_US
       TAILS_LOCALE_NAME=en_US
       TAILS_MACSPOOF_ENABLED=true
-      TAILS_NETCONF=direct
+      TAILS_NETWORK=true
       TAILS_UNSAFE_BROWSER_ENABLED=false
       TAILS_XKBLAYOUT=us
       TAILS_XKBMODEL=pc105
diff --git a/features/support/helpers/dogtail.rb b/features/support/helpers/dogtail.rb
index 0c7aa6b61e..2c3e6e44ae 100644
--- a/features/support/helpers/dogtail.rb
+++ b/features/support/helpers/dogtail.rb
@@ -111,7 +111,9 @@ module Dogtail
     end


     def self.value_to_s(value)
-      if value == true
+      if value.nil?
+        'None'
+      elsif value == true
         'True'
       elsif value == false
         'False'
@@ -120,7 +122,7 @@ module Dogtail
       elsif [Integer, Float].include?(value.class)
         v.to_s
       else
-        raise "#{self.class.name} does not know how to handle argument type " \
+        raise "#{self.name} does not know how to handle argument type " \
               "'#{value.class}'"
       end
     end
@@ -170,8 +172,7 @@ module Dogtail
       end
       findChildren_opts = ''
       unless findChildren_opts_hash.empty?
-        findChildren_opts = ', '
-        + self.class.args_to_s([findChildren_opts_hash])
+        findChildren_opts = ', ' + self.class.args_to_s([findChildren_opts_hash])
       end
       predicate_opts = self.class.args_to_s(args)
       nodes_var = "nodes#{@@node_counter += 1}"
@@ -195,6 +196,10 @@ module Dogtail
       run("#{@var}.#{key} = #{self.class.value_to_s(value)}")
     end


+    def checked
+      get_field('checked') == 'True'
+    end
+
     def text
       get_field('text')
     end
@@ -243,6 +248,40 @@ module Dogtail
         Node.new("#{@var}.#{field}", **@opts)
       end
     end
+
+    # Override the `child` method to add support for regex matching of
+    # node names, which offers much greater flexibility.
+    def override_child(pattern, **opts)
+      # Ruby < 2.7 handles arguments vs option hash differently, so we
+      # need a workaround.
+      # XXX:Bullseye: drop this workaround once we run on Ruby >=2.7.
+      if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("2.7")
+        if pattern.class == Hash
+          opts.merge!(pattern)
+          pattern = nil
+        end
+      end
+      if pattern.instance_of?(Regexp)
+        retries = 20
+        if opts.key?(:retry)
+          retries = 1 unless opts[:retry]
+          opts.delete(:retry)
+        end
+        child = nil
+        retry_action(retries, delay: 1, exception: Failure, msg: "Found no child matching /#{pattern.source}/") do
+          child = self.children(**opts).find do |c|
+            pattern.match(c.name)
+          end
+          assert_not_nil(child)
+        end
+        child
+      else
+        self.original_child_method(pattern, **opts)
+      end
+    end
+
+    alias original_child_method child
+    alias child override_child
   end


   class Node < Application
@@ -255,14 +294,6 @@ module Dogtail
       run("#{@var} = #{@find_code}")
     end


-    TREE_API_NODE_SEARCHES.each do |method|
-      define_method(method) do |*args|
-        args_str = self.class.args_to_s(args)
-        method_call = "#{method}(#{args_str})"
-        Node.new("#{@var}.#{method_call}", **@opts)
-      end
-    end
-
     TREE_API_NODE_ACTIONS.each do |method|
       define_method(method) do |*args|
         args_str = self.class.args_to_s(args)
diff --git a/features/support/helpers/misc_helpers.rb b/features/support/helpers/misc_helpers.rb
index cf451dbafd..23cfc21794 100644
--- a/features/support/helpers/misc_helpers.rb
+++ b/features/support/helpers/misc_helpers.rb
@@ -66,6 +66,11 @@ def try_for(timeout, **options)
       begin
         attempts += 1
         elapsed = time_delta(start_time, Time.now)
+        # We should never have to raise unique_timeout_exception
+        # manually like this, Timeout.timeout() should handle it, but
+        # sometimes it does not, most likely due to nested usage of
+        # it, possibly due to some Ruby bug.
+        raise unique_timeout_exception if timeout < elapsed
         debug_log("try_for: attempt #{attempts} (#{elapsed}s elapsed " \
                   "of #{timeout}s)...") if options[:log]
         if yield
@@ -169,6 +174,7 @@ def retry_action(max_retries, options = {}, &block)
   assert(max_retries.is_a?(Integer), 'max_retries must be an integer')
   options[:recovery_proc] ||= nil
   options[:operation_name] ||= 'Operation'
+  options[:delay] ||= 0


   retries = 1
   loop do
@@ -188,6 +194,7 @@ def retry_action(max_retries, options = {}, &block)
                   "exception: #{e.class}: #{e.message}")
         options[:recovery_proc]&.call
         retries += 1
+        sleep options[:delay]
       else
         raise MaxRetriesFailure,
               "#{options[:operation_name]} failed (despite retrying " \
@@ -207,14 +214,7 @@ end
 class TorBootstrapFailure < StandardError
 end


-def wait_until_tor_is_working
-  try_for(270) do
-    $vm.execute(
-      '/bin/systemctl --quiet is-active tails-tor-has-bootstrapped.target'
-    ).success?
-  end
-rescue Timeout::Error
-  # Save Tor logs before erroring out
+def save_tor_journal
   File.open("#{$config['TMPDIR']}/log.tor", 'w') do |file|
     $vm.execute(
       'journalctl --no-pager -u tor@??? > /tmp/tor.journal'
@@ -222,6 +222,16 @@ rescue Timeout::Error
     file.write($vm.file_content('/tmp/tor.journal'))
     file.write($vm.file_content('/var/log/tor/log'))
   end
+end
+
+def wait_until_tor_is_working
+  try_for(270) do
+    $vm.execute(
+      '/bin/systemctl --quiet is-active tails-tor-has-bootstrapped.target'
+    ).success?
+  end
+rescue Timeout::Error
+  save_tor_journal
   raise TorBootstrapFailure, 'Tor failed to bootstrap'
 end


diff --git a/features/time_syncing.feature b/features/time_syncing.feature
index 8cedf77492..c0e21ae4a6 100644
--- a/features/time_syncing.feature
+++ b/features/time_syncing.feature
@@ -12,22 +12,22 @@ Feature: Time syncing

   #11589
   @fragile
-  Scenario: Clock with host's time in bridge mode
-    Given I have started Tails from DVD without network and logged in with bridge mode enabled
+  Scenario: Clock with host's time while using bridges
+    Given I have started Tails from DVD without network and logged in
     When the network is plugged
-    And the Tor Launcher autostarts
-    And I configure some bridge pluggable transports in Tor Launcher
+    And the Tor Connection Assistant autostarts
+    And I configure some normal bridges in the Tor Connection Assistant
     And Tor is ready
     Then Tails clock is less than 5 minutes incorrect


   #11589
   @fragile
-  Scenario: Clock is one day in the future in bridge mode
-    Given I have started Tails from DVD without network and logged in with bridge mode enabled
+  Scenario: Clock is one day in the future while using bridges
+    Given I have started Tails from DVD without network and logged in
     When I bump the system time with "+1 day"
     And the network is plugged
-    And the Tor Launcher autostarts
-    And I configure some bridge pluggable transports in Tor Launcher
+    And the Tor Connection Assistant autostarts
+    And I configure some normal bridges in the Tor Connection Assistant
     And Tor is ready
     Then Tails clock is less than 5 minutes incorrect


diff --git a/features/tor_bridges.feature b/features/tor_bridges.feature
index 08894ecd94..28261cccbb 100644
--- a/features/tor_bridges.feature
+++ b/features/tor_bridges.feature
@@ -1,25 +1,43 @@
#11589
@product @fragile
-Feature: Using Tails with Tor pluggable transports
+Feature: Using Tails with Tor bridges and pluggable transports
As a Tails user
- I want to circumvent censorship of Tor by using Tor pluggable transports
+ I want to circumvent censorship of Tor by using Tor bridges and pluggable transports
And avoid connecting directly to the Tor Network

   Background:
-    Given I have started Tails from DVD without network and logged in with bridge mode enabled
+    Given I have started Tails from DVD without network and logged in
     And I capture all network traffic
     When the network is plugged
-    Then the Tor Launcher autostarts
-    And the Tor Launcher uses all expected TBB shared libraries
+    Then the Tor Connection Assistant autostarts


-  Scenario: Using bridges
-    When I configure some bridge pluggable transports in Tor Launcher
+  Scenario: Using normal bridges
+    When I configure some normal bridges in the Tor Connection Assistant
     Then Tor is ready
     And available upgrades have been checked
-    And all Internet traffic has only flowed through the configured pluggable transports
+    And all Internet traffic has only flowed through the configured bridges


   Scenario: Using obfs4 pluggable transports
-    When I configure some obfs4 pluggable transports in Tor Launcher
+    When I configure some obfs4 bridges in the Tor Connection Assistant
+    Then Tor is ready
+    And available upgrades have been checked
+    And all Internet traffic has only flowed through the configured bridges
+
+  Scenario: Fall back to default bridges if failing to connect directly to the Tor network
+    Given the Tor network is blocked
+    When I configure a direct connection in the Tor Connection Assistant
+    Then Tor is ready
+    And available upgrades have been checked
+    And Tor is configured to use the default bridges
+
+  Scenario: TCA can reconnect after a connection failure
+    Given the Tor network and default bridges are blocked
+    When I try to configure a direct connection in the Tor Connection Assistant
+    Then the Tor Connection Assistant reports that it failed to connect
+    # TCA does not have a simple "retry" so we restart it
+    And I close the Tor Connection Assistant
+    Given the Tor network and default bridges are unblocked
+    And I start "Tor Connection" via GNOME Activities Overview
+    When I configure a direct connection in the Tor Connection Assistant
     Then Tor is ready
     And available upgrades have been checked
-    And all Internet traffic has only flowed through the configured pluggable transports
diff --git a/ikiwiki-cgi.setup b/ikiwiki-cgi.setup
new file mode 100644
index 0000000000..2d563d675e
--- /dev/null
+++ b/ikiwiki-cgi.setup
@@ -0,0 +1,414 @@
+# -*- mode: yaml; -*-
+# IkiWiki::Setup::Yaml - YAML formatted setup file
+#
+# Setup file for ikiwiki.
+# 
+# Passing this to ikiwiki --setup will make ikiwiki generate
+# wrappers and build the wiki.
+# 
+# Remember to re-run ikiwiki --setup any time you edit this file.
+#
+# name of the wiki
+wikiname: The Amnesic Incognito Live System
+# contact email for wiki
+adminemail: tails@???
+# users who are wiki admins
+adminuser: []
+# users who are banned from the wiki
+banned_users: []
+# where the source of the wiki is located
+srcdir: wiki/src
+# where to build the wiki
+destdir: /var/www/wiki/tails
+# base url to the wiki
+url: http://localhost/wiki/tails
+# url to the ikiwiki.cgi
+cgiurl: http://localhost/wiki/tails/ikiwiki.cgi
+# filename of cgi wrapper to generate
+cgi_wrapper: ''
+# mode for cgi_wrapper (can safely be made suid)
+cgi_wrappermode: 06755
+# try harder to produce deterministic output
+deterministic: 1
+# rcs backend to use
+rcs: git
+# plugins to add to the default configuration
+add_plugins:
+  - favicon
+  - goto
+  - html
+  - htmlbalance
+  - img
+  - lockedit
+  - map
+  - meta
+  - orphans
+  - pagestats
+  - pagetemplate
+  - pingee
+  - po
+  - prettydate
+  - recentchanges
+  - search
+  - shortcut
+  - sidebar
+  - tag
+  - toc
+  - toggle
+  - trail
+  - typography
+  - underlay
+# plugins to disable
+disable_plugins:
+  - anonok
+  - blogspam
+  - editpage
+  - htmlscrubber
+  - httpauth
+  - openid
+  - passwordauth
+  - remove
+  - rename
+  - signinedit
+# additional directory to search for template files
+# templatedir: /usr/share/ikiwiki/templates
+# base wiki source location
+# underlaydir: /usr/share/ikiwiki/basewiki
+# display verbose messages?
+verbose: 1
+# log to syslog?
+#syslog: 1
+# create output files named page/index.html?
+usedirs: 0
+# use '!'-prefixed preprocessor directives?
+prefix_directives: 1
+# use page/index.mdwn source files
+indexpages: 0
+# enable Discussion pages?
+discussion: 0
+# name of Discussion pages
+discussionpage: Discussion
+# generate HTML5? (experimental)
+html5: 0
+# only send cookies over SSL connections?
+sslcookie: 0
+# extension to use for new pages
+default_pageext: mdwn
+# extension to use for html files
+htmlext: html
+# strftime format string to display date
+timeformat: '%c'
+# UTF-8 locale to use
+locale: en_US.UTF-8
+# put user pages below specified page
+userdir: ''
+# how many backlinks to show before hiding excess (0 to show all)
+numbacklinks: 10
+# attempt to hardlink source files? (optimisation for large files)
+hardlink: 0
+# force ikiwiki to use a particular umask
+umask: 18
+# group for wrappers to run in
+#wrappergroup: ikiwiki
+# extra library and plugin directory
+libdir: ''
+# environment variables
+ENV: {}
+# regexp of normally excluded files to include
+#include: '^\.htaccess$'
+# regexp of files that should be skipped
+exclude: '(\/discussion\..*|\/Discussion\..*|\.(ar|ca|id|pl|ru|sr_Latn|tr|zh|zh_TW)\.po$)'
+# specifies the characters that are allowed in source filenames
+wiki_file_chars: '-[:alnum:]+/._~'
+# allow symlinks in the path leading to the srcdir (potentially insecure)
+allow_symlinks_before_srcdir: 1
+
+######################################################################
+# core plugins
+#   (editpage, git, htmlscrubber, inline, link, meta, parentlinks)
+######################################################################
+
+# git plugin
+# git hook to generate
+#git_wrapper: /git/wiki.git/hooks/post-update
+# shell command for git_wrapper to run, in the background
+#git_wrapper_background_command: git push github
+# mode for git_wrapper (can safely be made suid)
+#git_wrappermode: 06755
+# git pre-receive hook to generate
+#git_test_receive_wrapper: /git/wiki.git/hooks/pre-receive
+# unix users whose commits should be checked by the pre-receive hook
+#untrusted_committers: []
+# gitweb url to show file history ([[file]] substituted)
+historyurl: 'https://gitlab.tails.boum.org/tails/tails/-/commits/master/wiki/src/[[file]]'
+# gitweb url to show a diff ([[file]], [[sha1_to]], [[sha1_from]], [[sha1_commit]], and [[sha1_parent]] substituted)
+diffurl: 'https://gitlab.tails.boum.org/tails/tails/-/commit/[[sha1_commit]]'
+# where to pull and push changes (set to empty string to disable)
+gitorigin_branch: ''
+# branch that the wiki is stored in
+gitmaster_branch: master
+
+# htmlscrubber plugin
+# PageSpec specifying pages not to scrub
+#htmlscrubber_skip: '!blueprint/*'
+
+# inline plugin
+# enable rss feeds by default?
+rss: 1
+# enable atom feeds by default?
+atom: 1
+# allow rss feeds to be used?
+#allowrss: 0
+# allow atom feeds to be used?
+#allowatom: 0
+# urls to ping (using XML-RPC) on feed update
+pingurl: []
+
+######################################################################
+# auth plugins
+#   (anonok, blogspam, httpauth, lockedit, moderatedcomments,
+#    opendiscussion, openid, passwordauth, signinedit)
+######################################################################
+
+# anonok plugin
+# PageSpec to limit which pages anonymous users can edit
+#anonok_pagespec: '*/discussion'
+
+# httpauth plugin
+# url to redirect to when authentication is needed
+#cgiauthurl: http://example.com/wiki/auth/ikiwiki.cgi
+# PageSpec of pages where only httpauth will be used for authentication
+#httpauth_pagespec: '!*/Discussion'
+
+# lockedit plugin
+# PageSpec controlling which pages are locked
+locked_pages: '*'
+
+# moderatedcomments plugin
+# PageSpec matching users or comment locations to moderate
+#moderate_pagespec: '*'
+
+# openid plugin
+# url pattern of openid realm (default is cgiurl)
+#openid_realm: ''
+# url to ikiwiki cgi to use for openid authentication (default is cgiurl)
+#openid_cgiurl: ''
+
+######################################################################
+# format plugins
+#   (creole, highlight, hnb, html, mdwn, otl, po, rawhtml, textile, txt)
+######################################################################
+
+# highlight plugin
+# types of source files to syntax highlight
+#tohighlight: .c .h .cpp .pl .py Makefile:make
+# location of highlight's filetypes.conf
+#filetypes_conf: /etc/highlight/filetypes.conf
+# location of highlight's langDefs directory
+#langdefdir: /usr/share/highlight/langDefs
+
+# mdwn plugin
+# enable multimarkdown features?
+#multimarkdown: 0
+
+# po plugin
+# master language (non-PO files)
+po_master_language: en|English
+# slave languages (translated via PO files) format: ll|Langname
+po_slave_languages:
+  - de|Deutsch
+  - es|Español
+  - fa|Farsi
+  - fr|Français
+  - it|Italiano
+  - pt|Português
+# PageSpec controlling which pages are translatable
+#
+# On each release `n` of Tails 3.0, 4.0, etc. this list should be
+# updated to disable translations of news/version_* for release `n-2`.
+#
+# When updating this list, refer to the checklist in
+# https://tails.boum.org/contribute/how/website/po_translatable_pages/
+po_translatable_pages: '!security/audits and !security/audits/* and !news/report_2* and !news/version_0* and !news/version_1* and !news/version_2* and !news/test_* and !security/Numerous_security_holes_in_* and (about or about/* or bugs or chat or contribute or doc or doc/* or donate or donate/* or download or download.inline or getting_started or home or home/* or index or news or news/* or partners or press or sandbox or security or security/* or sidebar or support or support/* or torrents or install or install/* or upgrade or upgrade/* or misc/*)'
+# internal linking behavior (default/current/negotiated)
+po_link_to: current
+
+######################################################################
+# misc plugins
+#   (filecheck)
+######################################################################
+
+######################################################################
+# web plugins
+#   (404, attachment, comments, editdiff, edittemplate, getsource, google,
+#    goto, mirrorlist, remove, rename, repolist, search, theme, websetup,
+#    wmd)
+######################################################################
+
+# attachment plugin
+# enhanced PageSpec specifying what attachments are allowed
+#allowed_attachments: virusfree() and mimetype(image/*) and maxsize(50kb)
+# virus checker program (reads STDIN, returns nonzero if virus found)
+#virus_checker: clamdscan -
+
+# comments plugin
+# PageSpec of pages where comments are allowed
+#comments_pagespec: forum/*
+# PageSpec of pages where posting new comments is not allowed
+#comments_closed_pagespec: ''
+# Base name for comments, e.g. "comment_" for pages like "sandbox/comment_12"
+#comments_pagename: comment_
+# Interpret directives in comments?
+#comments_allowdirectives: 0
+# Allow anonymous commenters to set an author name?
+#comments_allowauthor: 0
+# commit comments to the VCS
+#comments_commit: 1
+
+# getsource plugin
+# Mime type for returned source.
+#getsource_mimetype: text/plain; charset=utf-8
+
+# mirrorlist plugin
+# list of mirrors
+#mirrorlist:
+#  tails.boum.org: https://tails.boum.org/ikiwiki.cgi
+# generate links that point to the mirrors' ikiwiki CGI
+#mirrorlist_use_cgi: 1
+
+# repolist plugin
+# URIs of repositories containing the wiki's source
+#repositories:
+#  - svn://svn.example.org/wiki/trunk
+
+# search plugin
+# path to the omega cgi program
+#omega_cgi: /usr/lib/cgi-bin/omega/omega
+
+# theme plugin
+# name of theme to enable
+#theme: actiontabs
+
+# websetup plugin
+# list of plugins that cannot be enabled/disabled via the web interface
+#websetup_force_plugins: []
+# list of additional setup field keys to treat as unsafe
+#websetup_unsafe: []
+# show unsafe settings, read-only, in web interface?
+#websetup_show_unsafe: 1
+
+######################################################################
+# widget plugins
+#   (calendar, color, conditional, cutpaste, date, format, fortune,
+#    graphviz, haiku, img, linkmap, listdirectives, map, more, orphans,
+#    pagecount, pagestats, poll, polygen, postsparkline, progress,
+#    shortcut, sparkline, table, template, teximg, toc, toggle, version)
+######################################################################
+
+# calendar plugin
+# base of the archives hierarchy
+#archivebase: archives
+# PageSpec of pages to include in the archives; used by ikiwiki-calendar command
+#archive_pagespec: page(posts/*) and !*/Discussion
+
+# listdirectives plugin
+# directory in srcdir that contains directive descriptions
+#directive_description_dir: ikiwiki/directive
+
+# teximg plugin
+# Should teximg use dvipng to render, or dvips and convert?
+#teximg_dvipng: ''
+# LaTeX prefix for teximg plugin
+#teximg_prefix: |
+#  \documentclass{article}
+#  \usepackage[utf8]{inputenc}
+#  \usepackage{amsmath}
+#  \usepackage{amsfonts}
+#  \usepackage{amssymb}
+#  \pagestyle{empty}
+#  \begin{document}
+# LaTeX postfix for teximg plugin
+#teximg_postfix: '\end{document}'
+
+######################################################################
+# other plugins
+#   (aggregate, autoindex, brokenlinks, camelcase, ddate, embed, favicon,
+#    flattr, goodstuff, htmlbalance, localstyle, pagetemplate, pandoc,
+#    pingee, pinger, prettydate, recentchanges, recentchangesdiff,
+#    relativedate, rsync, sidebar, smiley, sortnaturally, tag,
+#    testpagespec, transient, underlay)
+######################################################################
+
+# aggregate plugin
+# enable aggregation to internal pages?
+#aggregateinternal: 1
+# allow aggregation to be triggered via the web?
+#aggregate_webtrigger: 0
+# cookie control
+#cookiejar:
+#  file: /home/user/.ikiwiki/cookies
+
+# autoindex plugin
+# commit autocreated index pages
+#autoindex_commit: 1
+
+# camelcase plugin
+# list of words to not turn into links
+#camelcase_ignore: []
+
+# flattr plugin
+# userid or user name to use by default for Flattr buttons
+#flattr_userid: joeyh
+
+# pandoc plugin
+# Path to pandoc executable
+#pandoc_command: /usr/bin/pandoc
+# File extension for Markdown files
+#pandoc_markdown_ext: mdwn
+# Enable Pandoc processing of LaTeX documents
+#pandoc_latex: 0
+# Enable Pandoc processing of reStructuredText documents
+#pandoc_rst: 0
+# Use smart quotes, dashes, and ellipses
+#pandoc_smart: 1
+# Output format (html, markdown or latex)
+#pandoc_output_format: html
+# Path depth of which LaTeX parts roots (e.g.: bla/part1 = depth 2)
+#pandoc_parts_at_depth: 1
+# Shift headers level depending on page depth (default: enabled for LaTeX output, disabled else)
+#pandoc_shift_headers: 1
+
+# pinger plugin
+# how many seconds to try pinging before timing out
+#pinger_timeout: 15
+
+# prettydate plugin
+# format to use to display date
+prettydateformat: '%Y-%m-%d'
+
+# recentchanges plugin
+# name of the recentchanges page
+#recentchangespage: recentchanges
+# number of changes to track
+#recentchangesnum: 100
+
+# rsync plugin
+# command to run to sync updated pages
+#rsync_command: rsync -qa --delete . user@host:/path/to/docroot/
+
+# sidebar plugin
+# show sidebar page on all pages?
+#global_sidebars: 1
+
+# tag plugin
+# parent page tags are located under
+tagbase: tags
+# autocreate new tag pages?
+#tag_autocreate: 1
+# commit autocreated tag pages
+#tag_autocreate_commit: 1
+
+# underlay plugin
+# extra underlay directories to add
+add_underlays:
+  - /home/amnesia/Persistent/Tails/promotion-material
diff --git a/ikiwiki.setup b/ikiwiki.setup
index ca8e1a33a2..231db9f067 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -45,7 +45,6 @@ add_plugins:
   - pagetemplate
   - po
   - prettydate
-#  - search
   - shortcut
   - sidebar
   - tag
@@ -56,12 +55,17 @@ add_plugins:
   - underlay
 # plugins to disable
 disable_plugins:
+  - anonok
+  - blogspam
   - editpage
   - htmlscrubber
+  - httpauth
   - lockedit
   - openid
   - passwordauth
   - recentchanges
+  - remove
+  - rename
   - signinedit
 # additional directory to search for template files
 # templatedir: /usr/share/ikiwiki/templates
diff --git a/import-translations b/import-translations
index ce2b9ce685..ca8c718df5 100755
--- a/import-translations
+++ b/import-translations
@@ -25,12 +25,12 @@ LANG_DOT_PO_LAYOUT=yes


 # Detect which project is in current folder,
 # and set parameters accordingly
+# shellcheck disable=SC2016
 if [ -f 'po/tails.pot' ]; then
     BRANCH='tails-misc_release'
     AFTER_IMPORT='intltool_update_po $(po_languages)'
 elif [ -f 'po/onioncircuits.pot' ]; then
     LANG_DOT_PO_LAYOUT=no
-    POTFILE=onioncircuits.pot
     BRANCH='tails-onioncircuits_release'
     AFTER_IMPORT='./setup.py build_i18n && ( cd po && for po in *.po ; do msgmerge --update "$po" onioncircuits.pot ; done )'
 elif [ -f 'po/whisperback.pot' ]; then
@@ -60,11 +60,11 @@ find "$TAILS_PO_DIR" -name '*.po' -delete
 # For each completely translated language, merge it,
 # unless it is translated outside Transifex
 if [ "$LANG_DOT_PO_LAYOUT" = yes ] ; then
-    find "$TOR_TRANSLATION_DIR" -name '*.po' | sort | while read po_file; do
+    find "$TOR_TRANSLATION_DIR" -name '*.po' | sort | while read -r po_file; do
         lang=$(basename "$po_file" | tr - _ | sed 's/\.po$//')


         ! lang_is_excluded "$lang" || continue
-        if [ "$(cat "$po_file" | count_translated_strings)" -lt 1 ]; then
+        if [ "$(count_translated_strings < "$po_file")" -lt 1 ]; then
             echo "Skipping $lang, that has no translated strings."
             continue
         fi
@@ -72,11 +72,11 @@ if [ "$LANG_DOT_PO_LAYOUT" = yes ] ; then
         cp "$po_file" "$TAILS_PO_DIR"
     done
 else
-    find "$TOR_TRANSLATION_DIR" -name '*.pot' | sort | while read po_file; do
-        lang=$(basename $(dirname "$po_file" | tr - _ | sed 's/\.pot$//'))
+    find "$TOR_TRANSLATION_DIR" -name '*.pot' | sort | while read -r po_file; do
+        lang=$(basename "$(dirname "$po_file" | tr - _ | sed 's/\.pot$//')")


         ! lang_is_excluded "$lang" || continue
-        if [ "$(cat "$po_file" | count_translated_strings)" -lt 1 ]; then
+        if [ "$(count_translated_strings < "$po_file")" -lt 1 ]; then
             echo "Skipping $lang, that has no translated strings."
             continue
         fi
diff --git a/po/POTFILES.in b/po/POTFILES.in
index e9e0c9425a..ae386f8efe 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,5 +1,4 @@
 # Files updated without intltool-update
-tmp/pot/60-tor-ready.sh.pot
 tmp/pot/config.py.pot
 tmp/pot/configuration-window.ui.pot
 tmp/pot/electrum.pot
@@ -36,6 +35,8 @@ tmp/pot/tails-security-check.pot
 tmp/pot/tails-spoof-mac.pot
 tmp/pot/tails-upgrade-frontend-wrapper.pot
 tmp/pot/tails-virt-notify-user.pot
+tmp/pot/tca-config.py.pot
+tmp/pot/tca-main_window.py.pot
 tmp/pot/thunderbird.pot
 tmp/pot/tor-browser.pot
 tmp/pot/torstatus-extension.js.pot
@@ -56,6 +57,7 @@ config/chroot_local-includes/usr/share/applications/tails-about.desktop.in
 config/chroot_local-includes/usr/share/applications/tails-installer.desktop.in
 config/chroot_local-includes/usr/share/applications/tails-persistence-delete.desktop.in
 config/chroot_local-includes/usr/share/applications/tails-persistence-setup.desktop.in
+config/chroot_local-includes/usr/share/applications/tca.desktop.in
 config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in
 config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in
 config/chroot_local-includes/usr/share/applications/unlock-veracrypt-volumes.desktop.in
@@ -75,3 +77,4 @@ config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.
 config/chroot_local-includes/usr/share/tails-installer/tails-installer.ui.in
 config/chroot_local-includes/usr/share/whisperback/whisperback.ui.in
 config/chroot_local-includes/usr/local/share/mime/packages/unlock-veracrypt-volumes.xml.in
+config/chroot_local-includes/usr/share/tails/tca/main.ui.in
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 980b37cdec..017dabcfa6 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -9,6 +9,8 @@ config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/add_s
 config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py
 config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py
 config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/region_settings.py
+config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py
+config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py
 config/chroot_local-includes/usr/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py
 config/chroot_local-includes/usr/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py
 config/chroot_local-includes/usr/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py
@@ -29,3 +31,4 @@ config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui
 config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui
 config/chroot_local-includes/usr/share/tails-installer/tails-installer.ui
 config/chroot_local-includes/usr/share/whisperback/whisperback.ui
+config/chroot_local-includes/usr/share/tails/tca/main.ui
diff --git a/po/ar.po b/po/ar.po
index 6e5d625617..c893702521 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -36,8 +36,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-03-23 18:34+0000\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-21 11:47+0000\n"
 "Last-Translator: NASI₿ <nomadweb@???>\n"
 "Language-Team: Arabic (http://www.transifex.com/otf/torproject/language/"
 "ar/)\n"
@@ -48,14 +48,6 @@ msgstr ""
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"


-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr ""
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr ""
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -122,12 +114,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr ""

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr "_Launch"

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr "_Exit"

@@ -515,7 +507,7 @@ msgstr ""
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr ""

@@ -532,50 +524,56 @@ msgid "_Administration Password"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+msgid "_MAC Address Anonymization"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
+msgid "_Offline Mode"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+msgid "Enable networking (default)"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr ""

@@ -616,7 +614,7 @@ msgid "Unlocking…"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr ""

@@ -1019,7 +1017,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -1035,11 +1033,11 @@ msgid ""
"to open it automatically in the future."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr ""

@@ -1084,7 +1082,7 @@ msgid "Passphrase can't be empty"
msgstr ""

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr ""

@@ -1289,7 +1287,8 @@ msgstr ""
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr "خطأ"

@@ -1657,6 +1656,7 @@ msgid "Set up a password to unlock the screen."
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr ""

@@ -1681,9 +1681,9 @@ msgstr ""
#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
#, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:66
@@ -1693,9 +1693,9 @@ msgstr ""
#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
#, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:36
@@ -1713,7 +1713,7 @@ msgid ""
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr "خطأ:"

@@ -1741,34 +1741,72 @@ msgstr ""
msgid "Learn More"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+msgid "Tor Connection"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
"<i>Thunderbird</i>, follow our migration instructions."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr ""

@@ -1943,46 +1981,46 @@ msgstr ""
msgid "Choose File Container"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
"captive portal or browse trusted web pages on the local network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr "جاري تشغيل المتصفح الغير آمن..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr "قد يستغرق هذا بعض الوقت، يرجى التحلي بالصبر."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr "جاري إيقاف تشغيل المتصفح الغير الآمن..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
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
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr "فشلت محاولة إعادة تشغيل تور."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr "المتصفح الغير الآمن"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -1991,28 +2029,28 @@ msgid ""
"the Persistent Storage."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
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:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr "فشلت محاولة تشغيل chroot."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
"network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr ""

@@ -2195,6 +2233,10 @@ msgid ""
"working sessions"
msgstr ""

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+msgid "Connect Tails to the Tor network"
+msgstr ""
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr ""
@@ -2253,7 +2295,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr ""

@@ -2277,51 +2319,54 @@ msgid "Disable"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+msgid "MAC Address Anonymization"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+msgid "Anonymize all MAC addresses (default)"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+msgid "Don't anonymize MAC addresses"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+msgid "Offline Mode"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2333,11 +2378,11 @@ msgid ""
"log in to captive portals."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr ""

@@ -2345,56 +2390,50 @@ msgstr ""
msgid "Settings were loaded from the persistent storage."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr ""

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr ""

@@ -2518,3 +2557,192 @@ msgstr ""
#: ../config/chroot_local-includes/usr/local/share/mime/packages/unlock-veracrypt-volumes.xml.in.h:1
msgid "TrueCrypt/VeraCrypt container"
msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+msgid "Configure a Tor bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+#, fuzzy
+msgid "Failed to connect"
+msgstr "فشلت محاولة تشغيل chroot."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+msgid "Configure a _Proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+msgid "Configure a _Bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+msgid "You have access to the Internet"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+msgid "Open Network Monitor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+msgid "View Tor Circuits"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+msgid "Reset Tor Connection"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+msgid "Username"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
diff --git a/po/ca.po b/po/ca.po
index c0bc22d74e..b46f27e372 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -15,7 +15,7 @@
# 9f43efe8c8aca76012b0c904cad8a855_ee81e67 <e4aef9a33adb6c77440dcbb8d8a77924_259586>, 2016
# Humbert, 2014
# Humbert, 2018
-# jmontane, 2019-2020
+# Joan Montané, 2019-2020
# josep constantí mata <iceberg.jcm@???>, 2019
# laia_, 2014-2016
# Miquel Bosch, 2018,2021
@@ -26,9 +26,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-03-22 09:16+0000\n"
-"Last-Translator: IDRASSI Mounir <mounir.idrassi@???>\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-19 09:15+0000\n"
+"Last-Translator: Transifex Bot <>\n"
"Language-Team: Catalan (http://www.transifex.com/otf/torproject/language/"
"ca/)\n"
"Language: ca\n"
@@ -37,14 +37,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "El Tor està preparat"
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-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 ""
@@ -127,12 +119,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr "Voleu iniciar l'Electrum igualment?"

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr "_Executa"

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr "_Surt"

@@ -500,7 +492,7 @@ msgstr ""
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr "Cancel·la"

@@ -517,50 +509,56 @@ msgid "_Administration Password"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+msgid "_MAC Address Anonymization"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
+msgid "_Offline Mode"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+msgid "Enable networking (default)"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr ""

@@ -601,7 +599,7 @@ msgid "Unlocking…"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr ""

@@ -1004,7 +1002,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -1020,11 +1018,11 @@ msgid ""
"to open it automatically in the future."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr ""

@@ -1069,7 +1067,7 @@ msgid "Passphrase can't be empty"
msgstr ""

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr ""

@@ -1274,7 +1272,8 @@ msgstr ""
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr "Error"

@@ -1636,6 +1635,7 @@ msgid "Set up a password to unlock the screen."
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr ""

@@ -1658,11 +1658,11 @@ msgid "Network card ${nic} disabled"
msgstr ""

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
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. \n"
@@ -1674,11 +1674,11 @@ msgid "All networking disabled"
msgstr ""

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization 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 address anonymization."
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 "
@@ -1701,7 +1701,7 @@ msgid ""
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr "Hi ha hagut un error:"

@@ -1733,34 +1733,72 @@ msgstr ""
msgid "Learn More"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+msgid "Tor Connection"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
"<i>Thunderbird</i>, follow our migration instructions."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr "El Tor no està preparat"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
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:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr "Inicia el navegador Tor"

@@ -1935,30 +1973,30 @@ msgstr ""
msgid "Choose File Container"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
"captive portal or browse trusted web pages on the local network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr "Iniciant el Navegador Insegur..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
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
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr "Apagant el Navegador Insegur"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
msgid ""
"This may take a while, and you may not restart the Unsafe Browser until it "
"is properly shut down."
@@ -1966,17 +2004,17 @@ 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
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
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/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr "Navegador Insegur"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -1985,7 +2023,7 @@ msgid ""
"the Persistent Storage."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
msgid ""
"Another Unsafe Browser is currently running, or being cleaned up. Please "
"retry in a while."
@@ -1993,22 +2031,22 @@ 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:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr "S'ha fallat en configurar chroot."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr "S'ha fallat en configurar el navegador."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
"network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr "S'ha fallat en executar el navegador."

@@ -2191,6 +2229,10 @@ msgid ""
"working sessions"
msgstr ""

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+msgid "Connect Tails to the Tor network"
+msgstr ""
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr "Navegador Tor"
@@ -2249,7 +2291,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr ""

@@ -2273,51 +2315,54 @@ msgid "Disable"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+msgid "MAC Address Anonymization"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+msgid "Anonymize all MAC addresses (default)"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+msgid "Don't anonymize MAC addresses"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+msgid "Offline Mode"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2329,11 +2374,11 @@ msgid ""
"log in to captive portals."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr ""

@@ -2341,56 +2386,50 @@ msgstr ""
msgid "Settings were loaded from the persistent storage."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr ""

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr ""

@@ -2515,5 +2554,202 @@ msgstr ""
msgid "TrueCrypt/VeraCrypt container"
msgstr ""

-#~ msgid "Synchronizing the system's clock"
-#~ msgstr "Sincronitzant el rellotge del sistema"
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+msgid "Configure a Tor bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+#, fuzzy
+msgid "Failed to connect"
+msgstr "S'ha fallat en configurar chroot."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+msgid "Configure a _Proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+msgid "Configure a _Bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "Ara ja podeu accedir a Internet."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+msgid "Open Network Monitor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+msgid "View Tor Circuits"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+msgid "Reset Tor Connection"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+msgid "Username"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "El Tor està preparat"
+
+#~ msgid "You can now access the Internet."
+#~ msgstr "Ara ja podeu accedir a Internet."
+
+#, fuzzy
+#~ msgid "Learn more about Tor bridges"
+#~ msgstr "Aprèn més sobre Tails"
diff --git a/po/cs.po b/po/cs.po
index 3127a708c1..15a1605498 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -25,9 +25,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-04-15 08:56+0000\n"
-"Last-Translator: Fourdee Foureight\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-19 09:15+0000\n"
+"Last-Translator: Transifex Bot <>\n"
"Language-Team: Czech (http://www.transifex.com/otf/torproject/language/cs/)\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
@@ -36,14 +36,6 @@ msgstr ""
"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"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "Tor je připraven"
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr "Nyní máte přístup k internetu."
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -110,12 +102,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr ""

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr "_Spustit"

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr "_Ukončit"

@@ -493,7 +485,7 @@ msgstr "Další nastavení"
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr "Zrušit"

@@ -510,50 +502,58 @@ msgid "_Administration Password"
msgstr "_Heslo pro správu"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+msgid "_MAC Address Anonymization"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
-msgstr ""
+#, fuzzy
+msgid "_Offline Mode"
+msgstr "Offline"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
-msgstr "Přímo (výchozí)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+#, fuzzy
+msgid "Enable networking (default)"
+msgstr "Všechny sítě vypnuty"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
-msgstr "Bridge & Proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
+msgstr "Zakázat všechny sítě"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
-msgstr "Offline"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
+msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr "Zapnuto (výchozí)"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr "Vypnuto (výchozí)"

@@ -594,7 +594,7 @@ msgid "Unlocking…"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr "Odemknout"

@@ -997,7 +997,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -1013,11 +1013,11 @@ msgid ""
"to open it automatically in the future."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr "Přejmenovat"

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr "Ponechat současný název"

@@ -1062,7 +1062,7 @@ msgid "Passphrase can't be empty"
msgstr ""

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr "Zobrazit heslo"

@@ -1267,7 +1267,8 @@ msgstr ""
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr "Chyba"

@@ -1633,6 +1634,7 @@ msgid "Set up a password to unlock the screen."
msgstr "Nastavte heslo pro odemčení obrazovky."

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr "Heslo"

@@ -1657,9 +1659,9 @@ msgstr "Síťová karta ${nic} vypnuta"
#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
#, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:66
@@ -1669,9 +1671,9 @@ msgstr "Všechny sítě vypnuty"
#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
#, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:36
@@ -1689,7 +1691,7 @@ msgid ""
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr "chyba:"

@@ -1717,34 +1719,72 @@ msgstr ""
msgid "Learn More"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+msgid "Tor Connection"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
"<i>Thunderbird</i>, follow our migration instructions."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr "Síť Tor není připravena"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr "Síť Tor není připravena. Chcete prohlížeč Tor přesto spustit?"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr "Spustit prohlížeč Tor"

@@ -1919,30 +1959,30 @@ msgstr ""
msgid "Choose File Container"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
"captive portal or browse trusted web pages on the local network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr "Spouštění Nezabezpečeného prohlížeče..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr "Může to chvíli trvat, chvilku strpení prosím."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr "Ukončování Nezabezpečeného prohlížeče..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
msgid ""
"This may take a while, and you may not restart the Unsafe Browser until it "
"is properly shut down."
@@ -1950,17 +1990,17 @@ msgstr ""
"Může to chvíli trvat a Nezabezpečený prohlížeč nebudete moci znovu spustit, "
"dokud nebude správně ukončen."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr "Opětovné spuštění sítě Tor nebylo úspěšné."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr "Nezabezpečený prohlížeč"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -1969,7 +2009,7 @@ msgid ""
"the Persistent Storage."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
msgid ""
"Another Unsafe Browser is currently running, or being cleaned up. Please "
"retry in a while."
@@ -1977,22 +2017,22 @@ msgstr ""
"Další Nezabezpečený prohlížeč je spuštěn nebo se čistí. Zkuste to znovu "
"později."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr "Nepodařilo se nastavit \"chroot\"."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
"network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr ""

@@ -2175,6 +2215,11 @@ msgid ""
"working sessions"
msgstr ""

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+#, fuzzy
+msgid "Connect Tails to the Tor network"
+msgstr "Připojit se přímo k síti Tor (výchozí)"
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr "Prohlížeč Tor"
@@ -2233,7 +2278,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr "Heslo pro správu"

@@ -2257,54 +2302,57 @@ msgid "Disable"
msgstr "Zakázat"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+msgid "MAC Address Anonymization"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+#, fuzzy
+msgid "Anonymize all MAC addresses (default)"
msgstr "Falšovat všechny MAC adresy (výchozí)"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+#, fuzzy
+msgid "Don't anonymize MAC addresses"
msgstr "Nefalšovat MAC adresy"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr "Konfigurace sítě"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""
-"Pokud je vaše internetové připojení cenzurováno, filtrováno nebo využívá "
-"proxy, můžete nakonfigurovat přemostění Tor nebo místní proxy. Chcete-li "
-"pracovat zcela offline, můžete zakázat všechna síťová připojení."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
-msgstr "Připojit se přímo k síti Tor (výchozí)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+#, fuzzy
+msgid "Offline Mode"
+msgstr "Offline"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
-msgstr "Zakázat všechny sítě"
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2316,11 +2364,11 @@ msgid ""
"log in to captive portals."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr ""

@@ -2328,56 +2376,50 @@ msgstr ""
msgid "Settings were loaded from the persistent storage."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr "Po připojení k síti nakonfigurujete přemostění Tor a lokální proxy."
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr "Vítejte v Tails!"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr "Výchozí nastavení"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr "Šifrované _Trvalé úložiště"

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr "Trvalé úložiště je odemčeno. Restart Tails ho znovu uzamkne."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr "_Další nastavení"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr "Přidat další nastavení"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr "Vypnout"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr "_Spustit Tails"

@@ -2502,5 +2544,226 @@ msgstr ""
msgid "TrueCrypt/VeraCrypt container"
msgstr "Kontejner TrueCrypt/VeraCrypt"

-#~ msgid "Synchronizing the system's clock"
-#~ msgstr "Synchronizace systémového času"
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+msgid "Configure a Tor bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+#, fuzzy
+msgid "Failed to connect"
+msgstr "Selhalo přidávání kontejneru"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+#, fuzzy
+msgid "Configure a _Proxy"
+msgstr "Konfigurovat"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+#, fuzzy
+msgid "Configure a _Bridge"
+msgstr "Konfigurovat"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "Nyní máte přístup k internetu."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+#, fuzzy
+msgid "Open Network Monitor"
+msgstr "Konfigurace sítě"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+msgid "View Tor Circuits"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+msgid "Reset Tor Connection"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+#, fuzzy
+msgid "Username"
+msgstr "Přejmenovat"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "Tor je připraven"
+
+#~ msgid "You can now access the Internet."
+#~ msgstr "Nyní máte přístup k internetu."
+
+#~ msgid "Direct (default)"
+#~ msgstr "Přímo (výchozí)"
+
+#~ msgid "Bridge & Proxy"
+#~ msgstr "Bridge & Proxy"
+
+#~ msgid ""
+#~ "If your Internet connection is censored, filtered, or proxied you can "
+#~ "configure a Tor bridge or a local proxy. To work completely offline, you "
+#~ "can disable all networking."
+#~ msgstr ""
+#~ "Pokud je vaše internetové připojení cenzurováno, filtrováno nebo využívá "
+#~ "proxy, můžete nakonfigurovat přemostění Tor nebo místní proxy. Chcete-li "
+#~ "pracovat zcela offline, můžete zakázat všechna síťová připojení."
+
+#~ msgid ""
+#~ "You will configure the Tor bridge and local proxy later on after "
+#~ "connecting to a network."
+#~ msgstr "Po připojení k síti nakonfigurujete přemostění Tor a lokální proxy."
+
+#, fuzzy
+#~ msgid "Learn more about Tor bridges"
+#~ msgstr "Zjistěte více o Tails"
diff --git a/po/da.po b/po/da.po
index 9fb6371b21..20c6655160 100644
--- a/po/da.po
+++ b/po/da.po
@@ -22,9 +22,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-03-22 09:16+0000\n"
-"Last-Translator: erinm\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-19 09:15+0000\n"
+"Last-Translator: Transifex Bot <>\n"
"Language-Team: Danish (http://www.transifex.com/otf/torproject/language/"
"da/)\n"
"Language: da\n"
@@ -33,14 +33,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "Tor er klar"
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr "Du har nu adgang til internettet."
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -132,12 +124,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr "Vil du starte Electrum alligevel?"

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr "_Start"

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr "_Afslut"

@@ -246,9 +238,8 @@ msgstr ""
"website/doc/upgrade/error/check.en.html"

#: config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm:304
-#, fuzzy
msgid "Error while downloading the signing key"
-msgstr "Fejl under opdatering af underskriftsnøglen"
+msgstr ""

#: config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm:316
msgid "Error while updating the signing key"
@@ -560,7 +551,7 @@ msgstr "Yderligere indstillinger"
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr "Annuller"

@@ -577,50 +568,59 @@ msgid "_Administration Password"
msgstr "_Administrationsadgangskode"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+#, fuzzy
+msgid "_MAC Address Anonymization"
msgstr "Spoofing af _MAC-adresse"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
-msgstr "_Netværksforbindelse"
+#, fuzzy
+msgid "_Offline Mode"
+msgstr "Offline"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
-msgstr "Direkte (standard)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+#, fuzzy
+msgid "Enable networking (default)"
+msgstr "Al netværk er deaktiveret"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
-msgstr "Bro og proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
+msgstr "Deaktivér al netværk"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
-msgstr "Offline"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
+msgstr "_Netværksforbindelse"
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
+msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr "Usikker browser"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr "Aktiveret"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr "Deaktiveret (standard)"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr "Til (standard)"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr "Til"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr "Fra"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr "Fra (standard)"

@@ -672,7 +672,7 @@ msgid "Unlocking…"
msgstr "Låser op…"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr "Lås op"

@@ -1094,7 +1094,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr "Kunne ikke åbne enheden til skrivning."

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -1121,11 +1121,11 @@ msgstr ""
"Hvis din database omdøbes til <i>Passwords.kdbx</i>, så kan <i>KeePassXC</i> "
"automatisk åbne den i fremtiden."

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr "Omdøb"

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr "Behold nuværende navn"

@@ -1176,7 +1176,7 @@ msgid "Passphrase can't be empty"
msgstr "Adgangskoden må ikke være tom"

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr "Vis adgangskode"

@@ -1385,7 +1385,8 @@ msgstr "Opsæt vedvarende diskområde i Tails"
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr "Fejl"

@@ -1781,6 +1782,7 @@ msgid "Set up a password to unlock the screen."
msgstr "Opsæt en adgangskode til at låse op for skærmen."

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr "Adgangskode"

@@ -1803,11 +1805,11 @@ msgid "Network card ${nic} disabled"
msgstr "Netværkskortet ${nic} deaktiveret"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""
"MAC-spoofing mislykkedes for netværkskortet ${nic_name} (${nic}), så det er "
"midlertidigt deaktiveret.\n"
@@ -1818,11 +1820,11 @@ msgid "All networking disabled"
msgstr "Al netværk er deaktiveret"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""
"MAC-spoofing mislykkedes for netværkskortet ${nic_name} (${nic}). "
"Fejlgendannelsen mislykkedes også, så al netværk er deaktiveret. \n"
@@ -1843,7 +1845,7 @@ msgid ""
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr "fejl:"

@@ -1874,34 +1876,73 @@ msgstr ""
msgid "Learn More"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+#, fuzzy
+msgid "Tor Connection"
+msgstr "_Netværksforbindelse"
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
"<i>Thunderbird</i>, follow our migration instructions."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr "Tor er ikke klar"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr "Tor er ikke klar. Start Tor Browser alligevel?"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr "Start Tor Browser"

@@ -2087,11 +2128,11 @@ msgstr ""
msgid "Choose File Container"
msgstr "Vælg filbeholder"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr "Start Usikker browser?"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
@@ -2101,19 +2142,19 @@ msgstr ""
"IP-adresse.\\n\\nBrug kun Usikker browser til at logge ind på en captive "
"portal eller til at browse troværdige websider på det lokale netværk."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr "Starter Usikker browser..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr "Det kan tage et stykke tid, så vær venligst tålmodig."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr "Lukker Usikker browser..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
msgid ""
"This may take a while, and you may not restart the Unsafe Browser until it "
"is properly shut down."
@@ -2121,17 +2162,17 @@ msgstr ""
"Det kan tage et stykke tid, og du må ikke genstarte Usikker browser før den "
"er lukket ordentligt."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr "Kunne ikke genstarte Tor."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr "Usikker browser"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -2145,7 +2186,7 @@ msgstr ""
"For altid at aktivere Usikker browser slås funktionaliteten velkomstskærm "
"til på det vedvarende lager."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
msgid ""
"Another Unsafe Browser is currently running, or being cleaned up. Please "
"retry in a while."
@@ -2153,22 +2194,22 @@ msgstr ""
"Der kører en anden Usikker browser kører eller den ryddes op. Prøv igen om "
"lidt tid."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr "Kunne ikke opsætte chroot."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr "Kunne ikke konfigurere browseren."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
"network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr "Kunne ikke køre browser."

@@ -2371,6 +2412,11 @@ msgstr ""
"Konfigurer hvilke filer og programkonfiguration som gemmes mellem "
"arbejdssessioner"

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+#, fuzzy
+msgid "Connect Tails to the Tor network"
+msgstr "Opret direkte forbindelse til Tor-netværket (standard)"
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr "Tor Browser"
@@ -2433,7 +2479,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr "Administrationsadgangskode"

@@ -2460,16 +2506,18 @@ msgid "Disable"
msgstr "Deaktivér"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+#, fuzzy
+msgid "MAC Address Anonymization"
msgstr "Spoofing af MAC-adresse"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
+#, fuzzy
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""
"Spoofing af MAC-adresse skjuler serienummeret af din netværksgrænseflade (Wi-"
"Fi eller kabel) til det lokale netværk. Spoofing af MAC-adresser er generelt "
@@ -2477,41 +2525,44 @@ msgstr ""
"kan måske også give forbindelsesproblemer eller se mistænkeligt ud."

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+#, fuzzy
+msgid "Anonymize all MAC addresses (default)"
msgstr "Spoof alle MAC-adresser (standard)"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+#, fuzzy
+msgid "Don't anonymize MAC addresses"
msgstr "Spoof ikke MAC-adresser"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr "Netværkskonfiguration"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""
-"Hvis din internetforbindelse er censureret, filtreret eller proxiet kan du "
-"konfigurere en Tor-bro eller en lokal proxy. Du kan deaktivere netværk for "
-"at arbejde helt offline."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
-msgstr "Opret direkte forbindelse til Tor-netværket (standard)"
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
-msgstr "Konfigurer en Tor-bro eller lokal proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+#, fuzzy
+msgid "Offline Mode"
+msgstr "Offline"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
-msgstr "Deaktivér al netværk"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
+msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2531,11 +2582,11 @@ msgstr ""
"Usikker browser er ikke anonym og kan deanonymisere dig. Brug den kun til at "
"logge ind på captive portals."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr "Deaktivér Usikker browser (standard)"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr "Aktivér Usikker browser"

@@ -2543,48 +2594,40 @@ msgstr "Aktivér Usikker browser"
msgid "Settings were loaded from the persistent storage."
msgstr "Indstillinger blev indlæst fra det vedvarende lager."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-"Du kan konfigurere Tor-broen og lokal proxy senere efter der er oprettet "
-"forbindelse til et netværk."
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr "Velkommen til Tails!"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr "Sprog og region"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr "Standardindstillinger"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr "Krypteret _vedvarende lager"

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr "Indtast din adgangskode for at låse op for det vedvarende lager"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr "Dit vedvarende lager er låst op. Genstart Tails for at låse det igen."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr "_Yderligere indstillinger"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr "Tilføj en yderligere indstilling"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
@@ -2592,11 +2635,11 @@ msgstr ""
"Standardindstillingerne er sikre i de fleste situationer. Tryk på \"+\"-"
"knappen nedenfor, for at tilføje en tilpasset indstilling."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr "Luk ned"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr "_Start Tails"

@@ -2741,12 +2784,234 @@ msgstr "Send"
msgid "TrueCrypt/VeraCrypt container"
msgstr "TrueCrypt-/VeraCrypt-beholder"

-#~ msgid "Synchronizing the system's clock"
-#~ msgstr "Synkroniserer systemets ur"
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+#, fuzzy
+msgid "Configure a Tor bridge"
+msgstr "Konfigurer en Tor-bro eller lokal proxy"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+#, fuzzy
+msgid "Failed to connect"
+msgstr "Kunne ikke tilføje beholder"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+#, fuzzy
+msgid "Configure a _Proxy"
+msgstr "Konfigurer"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+#, fuzzy
+msgid "Configure a _Bridge"
+msgstr "Konfigurer"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "Du har nu adgang til internettet."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+#, fuzzy
+msgid "Open Network Monitor"
+msgstr "Netværkskonfiguration"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+#, fuzzy
+msgid "View Tor Circuits"
+msgstr "Åbn onionkredsløb"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+#, fuzzy
+msgid "Reset Tor Connection"
+msgstr "_Netværksforbindelse"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+#, fuzzy
+msgid "Username"
+msgstr "Omdøb"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "Tor er klar"
+
+#~ msgid "You can now access the Internet."
+#~ msgstr "Du har nu adgang til internettet."
+
+#~ msgid "Direct (default)"
+#~ msgstr "Direkte (standard)"
+
+#~ msgid "Bridge & Proxy"
+#~ msgstr "Bro og proxy"

#~ msgid ""
-#~ "Tor needs an accurate clock to work properly, especially for Onion "
-#~ "Services. Please wait..."
+#~ "If your Internet connection is censored, filtered, or proxied you can "
+#~ "configure a Tor bridge or a local proxy. To work completely offline, you "
+#~ "can disable all networking."
#~ msgstr ""
-#~ "Tor har brug for et ur der går præcist for at fungere ordentligt, "
-#~ "specielt til oniontjenester. Vent venligst..."
+#~ "Hvis din internetforbindelse er censureret, filtreret eller proxiet kan "
+#~ "du konfigurere en Tor-bro eller en lokal proxy. Du kan deaktivere netværk "
+#~ "for at arbejde helt offline."
+
+#~ msgid "Configure a Tor bridge or local proxy"
+#~ msgstr "Konfigurer en Tor-bro eller lokal proxy"
+
+#~ msgid ""
+#~ "You will configure the Tor bridge and local proxy later on after "
+#~ "connecting to a network."
+#~ msgstr ""
+#~ "Du kan konfigurere Tor-broen og lokal proxy senere efter der er oprettet "
+#~ "forbindelse til et netværk."
+
+#, fuzzy
+#~ msgid "Learn more about Tor bridges"
+#~ msgstr "Lær mere om Tails"
diff --git a/po/de.po b/po/de.po
index 0474d75f5a..97e25112b0 100644
--- a/po/de.po
+++ b/po/de.po
@@ -38,9 +38,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-04-01 15:21+0000\n"
-"Last-Translator: Not AName <atzeje@???>\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-19 13:23+0000\n"
+"Last-Translator: Curtis Baltimore <curtisbaltimore@???>\n"
"Language-Team: German (http://www.transifex.com/otf/torproject/language/"
"de/)\n"
"Language: de\n"
@@ -49,14 +49,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "Tor ist bereit"
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr "Sie haben nun Zugriff auf das Internet."
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -138,12 +130,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr "Wollen Sie Electrum trotzdem starten?"

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr "_Start"

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr "_Beenden"

@@ -511,7 +503,7 @@ msgstr ""
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr "Abbrechen"

@@ -528,50 +520,57 @@ msgid "_Administration Password"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+msgid "_MAC Address Anonymization"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
+msgid "_Offline Mode"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
-msgstr ""
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+#, fuzzy
+msgid "Enable networking (default)"
+msgstr "Alle Netzwerke deaktiviert"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr ""

@@ -612,7 +611,7 @@ msgid "Unlocking…"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr ""

@@ -1015,7 +1014,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -1031,11 +1030,11 @@ msgid ""
"to open it automatically in the future."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr ""

@@ -1080,7 +1079,7 @@ msgid "Passphrase can't be empty"
msgstr ""

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr ""

@@ -1285,7 +1284,8 @@ msgstr ""
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr "Fehler"

@@ -1647,6 +1647,7 @@ msgid "Set up a password to unlock the screen."
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr "Passwort"

@@ -1671,9 +1672,9 @@ msgstr "Netzwerkkarte ${nic} deaktiviert"
#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
#, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:66
@@ -1683,9 +1684,9 @@ msgstr "Alle Netzwerke deaktiviert"
#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
#, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:36
@@ -1703,7 +1704,7 @@ msgid ""
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr "Fehler:"

@@ -1735,34 +1736,72 @@ msgstr ""
msgid "Learn More"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+msgid "Tor Connection"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
"<i>Thunderbird</i>, follow our migration instructions."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr "Tor ist nicht bereit"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr "Tor ist nicht bereit. Möchten Sie den Tor-Browser trotzdem starten?"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr "Tor-Browser starten"

@@ -1937,30 +1976,30 @@ msgstr ""
msgid "Choose File Container"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
"captive portal or browse trusted web pages on the local network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr "Unsicherer Browser wird gestartet …"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr "Dies könnte eine Weile dauern, bitte haben Sie etwas Geduld."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr "Unsicherer Browser wird beendet…"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
msgid ""
"This may take a while, and you may not restart the Unsafe Browser until it "
"is properly shut down."
@@ -1968,17 +2007,17 @@ msgstr ""
"Dies könnte eine Weile dauern, und bevor der unsichere Browser geschlossen "
"ist, können Sie ihn nicht noch einmal starten."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr "Tor konnte nicht neu gestartet werden."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr "Unsicherer Browser"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -1987,7 +2026,7 @@ msgid ""
"the Persistent Storage."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
msgid ""
"Another Unsafe Browser is currently running, or being cleaned up. Please "
"retry in a while."
@@ -1995,22 +2034,22 @@ msgstr ""
"Ein anderer Unsicherer Browser ist derzeit offen oder wird gerade gesäubert. "
"Bitte versuchen Sie es später noch einmal."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr "Konnte chroot nicht einrichten."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr "Konfiguration des Browsers fehlgeschlagen."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
"network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr "Starten des Browsers fehlgeschlagen."

@@ -2193,6 +2232,10 @@ msgid ""
"working sessions"
msgstr ""

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+msgid "Connect Tails to the Tor network"
+msgstr ""
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr "Tor-Browser"
@@ -2252,7 +2295,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr ""

@@ -2276,51 +2319,54 @@ msgid "Disable"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+msgid "MAC Address Anonymization"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+msgid "Anonymize all MAC addresses (default)"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+msgid "Don't anonymize MAC addresses"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+msgid "Offline Mode"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2332,11 +2378,11 @@ msgid ""
"log in to captive portals."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr ""

@@ -2344,56 +2390,50 @@ msgstr ""
msgid "Settings were loaded from the persistent storage."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr ""

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr ""

@@ -2518,5 +2558,202 @@ msgstr ""
msgid "TrueCrypt/VeraCrypt container"
msgstr ""

-#~ msgid "Synchronizing the system's clock"
-#~ msgstr "Systemuhr wird synchronisiert"
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+msgid "Configure a Tor bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+#, fuzzy
+msgid "Failed to connect"
+msgstr "Konnte chroot nicht einrichten."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+msgid "Configure a _Proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+msgid "Configure a _Bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "Sie haben nun Zugriff auf das Internet."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+msgid "Open Network Monitor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+msgid "View Tor Circuits"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+msgid "Reset Tor Connection"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+msgid "Username"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "Tor ist bereit"
+
+#~ msgid "You can now access the Internet."
+#~ msgstr "Sie haben nun Zugriff auf das Internet."
+
+#, fuzzy
+#~ msgid "Learn more about Tor bridges"
+#~ msgstr "Mehr über Tails erfahren"
diff --git a/po/es.po b/po/es.po
index 88587f75a8..0b9df03120 100644
--- a/po/es.po
+++ b/po/es.po
@@ -20,9 +20,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-03-23 15:46+0000\n"
-"Last-Translator: Emma Peel\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-19 11:48+0000\n"
+"Last-Translator: eulalio barbero espinosa <eulaliob@???>\n"
"Language-Team: Spanish (http://www.transifex.com/otf/torproject/language/"
"es/)\n"
"Language: es\n"
@@ -31,14 +31,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "Tor está listo"
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr "Ya puedes acceder a Internet."
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -132,12 +124,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr "¿Quieres iniciar Electrum de todas formas?"

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr "_Iniciar"

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr "_Salir"

@@ -246,9 +238,8 @@ msgstr ""
"share/doc/tails/website/doc/upgrade/error/check.en.html"

#: config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm:304
-#, fuzzy
msgid "Error while downloading the signing key"
-msgstr "Error al actualizar la clave de firma"
+msgstr ""

#: config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm:316
msgid "Error while updating the signing key"
@@ -579,7 +570,7 @@ msgstr "Configuración adicional"
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr "Cancelar"

@@ -596,50 +587,59 @@ msgid "_Administration Password"
msgstr " Contraseña de _administración"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+#, fuzzy
+msgid "_MAC Address Anonymization"
msgstr "Falseamiento de dirección _MAC "

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
-msgstr "Conexión de _red"
+#, fuzzy
+msgid "_Offline Mode"
+msgstr "Desconectado"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
-msgstr "Directa (predeterminado)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+#, fuzzy
+msgid "Enable networking (default)"
+msgstr "Se deshabilitaron todas las redes"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
-msgstr "Puente y proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
+msgstr "Deshabilitar todas las conexiones de red "

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
-msgstr "Desconectado"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
+msgstr "Conexión de _red"
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
+msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr "_Navegador No Seguro"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr "Activado"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr "Deshabilitado (predeterminado)"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr "Activada (predeterminado)"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr "Activado"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr "Desactivado"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr " Desactivada (predeterminado) "

@@ -691,7 +691,7 @@ msgid "Unlocking…"
msgstr "Desbloqueando..."

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr "Desbloquear"

@@ -1135,7 +1135,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr "No se pudo abrir el dispositivo para la escritura"

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -1163,11 +1163,11 @@ msgstr ""
"Renombrando tu base de datos a <i>Passwords.kdbx</i> le permitirá a "
"<i>KeePassXC</i> abrirla automáticamente en el futuro."

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr "Renombrar"

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr "Mantener el nombre actual"

@@ -1219,7 +1219,7 @@ msgid "Passphrase can't be empty"
msgstr "La frase contraseña no puede estar vacía"

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr "Mostrar contraseña"

@@ -1431,7 +1431,8 @@ msgstr "Configurar el volumen persistente de Tails"
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr "Error"

@@ -1833,6 +1834,7 @@ msgid "Set up a password to unlock the screen."
msgstr "Establece una contraseña para desbloquear la pantalla"

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr "Contraseña"

@@ -1855,11 +1857,11 @@ msgid "Network card ${nic} disabled"
msgstr "Tarjeta de red ${nic} deshabilitada"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""
"Falló el MAC spoofing para la tarjeta de red ${nic_name} (${nic}) porque "
"está temporalmente deshabilitada.\n"
@@ -1870,11 +1872,11 @@ msgid "All networking disabled"
msgstr "Se deshabilitaron todas las redes"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""
"Falló el MAC spoofing para la tarjeta de red ${nic_name} (${nic}). La "
"recuperación de errores también falló porque toda la red está "
@@ -1905,7 +1907,7 @@ msgstr ""
"Mira {manual_upgrade_url}"

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr "error:"

@@ -1937,11 +1939,49 @@ msgstr "No mostrar de nuevo"
msgid "Learn More"
msgstr "Más información"

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+#, fuzzy
+msgid "Tor Connection"
+msgstr "Conexión de _red"
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr "Necesitas migrar tus claves OpenPGP"

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
@@ -1952,23 +1992,24 @@ msgstr ""
"claves OpenPGP en <i>Thunderbird</i>, sigue nuestras instrucciones de "
"migración."

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr "_Abrir instrucciones de migración"

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr "_Migrar más tarde"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr "Tor no está listo"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr "Tor no está listo. ¿Iniciar el Tor Browser de todos modos?"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr "Iniciar Tor Browser"

@@ -2153,11 +2194,11 @@ msgstr ""
msgid "Choose File Container"
msgstr "Selecciona contenedor de archivo"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr "¿Iniciar el Navegador No Seguro?"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
@@ -2168,19 +2209,19 @@ msgstr ""
"sesión en un portal cautivo o navegar páginas web en las cuales confías, en "
"la red local."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr "Iniciando el Navegador No Seguro..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr "Esto puede llevar un tiempo, por favor ten paciencia."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr "Cerrando el Navegador No Seguro..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
msgid ""
"This may take a while, and you may not restart the Unsafe Browser until it "
"is properly shut down."
@@ -2188,17 +2229,17 @@ msgstr ""
"Esto puede llevar un tiempo, y no podrás reiniciar el Navegador No Seguro "
"hasta que se haya cerrado adecuadamente."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr "Fallo al reiniciar Tor."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr "Navegador No Seguro"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -2213,7 +2254,7 @@ msgstr ""
"Para habilitar siempre el Navegador No Seguro, activa la característica "
"Pantalla de Bienvenida del Almacenamiento Persistente."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
msgid ""
"Another Unsafe Browser is currently running, or being cleaned up. Please "
"retry in a while."
@@ -2221,15 +2262,15 @@ msgstr ""
"En este momento se está ejecutando o apagando otro Navegador No Seguro. "
"Inténtalo de nuevo en un rato."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr "Fallo al establecer chroot."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr "Fallo al configurar el navegador."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
@@ -2239,7 +2280,7 @@ msgstr ""
"Navegador No Seguro, primero necesitas conectarte a una red Wi-Fi, cableada "
"o móvil."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr "Falló al iniciar el navegador."

@@ -2445,6 +2486,11 @@ msgstr ""
"Configurar qué archivos y qué configuración de la aplicación se guardan en "
"las sesiones de trabajo"

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+#, fuzzy
+msgid "Connect Tails to the Tor network"
+msgstr "Conectar directamente a la red Tor (predeterminado)"
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr "Tor Browser"
@@ -2508,7 +2554,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr "Contraseña de administración"

@@ -2535,16 +2581,18 @@ msgid "Disable"
msgstr "Deshabilitar"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+#, fuzzy
+msgid "MAC Address Anonymization"
msgstr "Falseamiento de dirección MAC"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
+#, fuzzy
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""
"El falseamiento de la dirección MAC oculta el número de serie de tu interfaz "
"de red (Wi-Fi o cableada) hacia la red local. Falsear la dirección MAC "
@@ -2552,41 +2600,44 @@ msgstr ""
"Pero también podría crear problemas de conectividad o resultar sospechoso."

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+#, fuzzy
+msgid "Anonymize all MAC addresses (default)"
msgstr "Falsear todas las direcciones MAC (predeterminado)"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+#, fuzzy
+msgid "Don't anonymize MAC addresses"
msgstr "No falsear direcciones MAC"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr "Configuración de la red"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""
-"Si tu conexión a Internet está censurada, filtrada, o se conecta por proxy, "
-"puedes configurar un puente de red Tor o un proxy local. Para trabajar "
-"completamente desconectado, puedes deshabilitar todas las conexiones de red."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
-msgstr "Conectar directamente a la red Tor (predeterminado)"
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
-msgstr "Configura un puente Tor o un proxy local"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+#, fuzzy
+msgid "Offline Mode"
+msgstr "Desconectado"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
-msgstr "Deshabilitar todas las conexiones de red "
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
+msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2606,11 +2657,11 @@ msgstr ""
"El Navegador No Seguro no es anónimo, y puede deanonimizarte. Úsalo "
"solamente para iniciar sesión en portales cautivos."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr "Deshabilita el Navegador No Seguro (predeterminado)"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr "Habilita el Navegador No Seguro"

@@ -2618,51 +2669,43 @@ msgstr "Habilita el Navegador No Seguro"
msgid "Settings were loaded from the persistent storage."
msgstr "La configuración se cargó desde tu almacenamiento persistente"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-"Configurarás el puente de Tor y un proxy local posteriormente, tras conectar "
-"a la red."
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr "¡Bienvenido a Tails!"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr "Idioma y región"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr "Configuración predeterminada"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr "Almacenamiento _Persistente Cifrado"

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr ""
"Introduce tu frase contraseña para desbloquear el almacenamiento persistente"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr ""
"Tu almacenamiento persistente está desbloqueado. Reinicia Tails para volver "
"a bloquearlo."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr "Configuración _Adicional"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr "Añadir una configuración adicional"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
@@ -2670,11 +2713,11 @@ msgstr ""
"La configuración predeterminada es segura en la mayoría de los casos. Para "
"añadir una configuración personalizada, pulsa debajo el botón \"+\". "

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr "Cerrar"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr "Iniciar _Tails"

@@ -2820,12 +2863,235 @@ msgstr "Enviar"
msgid "TrueCrypt/VeraCrypt container"
msgstr "Contenedor TrueCrypt/VeraCrypt"

-#~ msgid "Synchronizing the system's clock"
-#~ msgstr "Sincronizando el reloj del sistema"
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+#, fuzzy
+msgid "Configure a Tor bridge"
+msgstr "Configura un puente Tor o un proxy local"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+#, fuzzy
+msgid "Failed to connect"
+msgstr "Error al agregar contenedor"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+#, fuzzy
+msgid "Configure a _Proxy"
+msgstr "Configurar"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+#, fuzzy
+msgid "Configure a _Bridge"
+msgstr "Configurar"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "Ya puedes acceder a Internet."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+#, fuzzy
+msgid "Open Network Monitor"
+msgstr "Configuración de la red"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+#, fuzzy
+msgid "View Tor Circuits"
+msgstr "Abrir Onion Circuits"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+#, fuzzy
+msgid "Reset Tor Connection"
+msgstr "Conexión de _red"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+#, fuzzy
+msgid "Username"
+msgstr "Renombrar"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "Tor está listo"
+
+#~ msgid "You can now access the Internet."
+#~ msgstr "Ya puedes acceder a Internet."
+
+#~ msgid "Direct (default)"
+#~ msgstr "Directa (predeterminado)"
+
+#~ msgid "Bridge & Proxy"
+#~ msgstr "Puente y proxy"

#~ msgid ""
-#~ "Tor needs an accurate clock to work properly, especially for Onion "
-#~ "Services. Please wait..."
+#~ "If your Internet connection is censored, filtered, or proxied you can "
+#~ "configure a Tor bridge or a local proxy. To work completely offline, you "
+#~ "can disable all networking."
#~ msgstr ""
-#~ "Tor necesita un reloj preciso para trabajar adecuadamente, especialmente "
-#~ "para los Servicios Onion. Por favor, espera..."
+#~ "Si tu conexión a Internet está censurada, filtrada, o se conecta por "
+#~ "proxy, puedes configurar un puente de red Tor o un proxy local. Para "
+#~ "trabajar completamente desconectado, puedes deshabilitar todas las "
+#~ "conexiones de red."
+
+#~ msgid "Configure a Tor bridge or local proxy"
+#~ msgstr "Configura un puente Tor o un proxy local"
+
+#~ msgid ""
+#~ "You will configure the Tor bridge and local proxy later on after "
+#~ "connecting to a network."
+#~ msgstr ""
+#~ "Configurarás el puente de Tor y un proxy local posteriormente, tras "
+#~ "conectar a la red."
+
+#, fuzzy
+#~ msgid "Learn more about Tor bridges"
+#~ msgstr "Aprende más acerca de Tails"
diff --git a/po/es_AR.po b/po/es_AR.po
index a449c8d04b..899259b24f 100644
--- a/po/es_AR.po
+++ b/po/es_AR.po
@@ -16,8 +16,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-03-26 19:18+0000\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-19 14:11+0000\n"
"Last-Translator: Zuhualime Akoochimoya\n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/otf/torproject/"
"language/es_AR/)\n"
@@ -27,14 +27,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "Tor está listo"
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr "Ahora podés acceder a Internet."
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -128,12 +120,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr "¿Deseás utizar Electrum de todos modos?"

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr "_Iniciar"

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr "_Salir"

@@ -242,9 +234,8 @@ msgstr ""
"file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html"

#: config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm:304
-#, fuzzy
msgid "Error while downloading the signing key"
-msgstr "Error al actualizar la clave de firma"
+msgstr "Error mientras se descargaba la clave de firma"

#: config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm:316
msgid "Error while updating the signing key"
@@ -578,7 +569,7 @@ msgstr "Configuraciones Adicionales"
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr "Cancelar"

@@ -595,50 +586,59 @@ msgid "_Administration Password"
msgstr "_Clave de Administración"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+#, fuzzy
+msgid "_MAC Address Anonymization"
msgstr "Falsificación de dirección _MAC"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
-msgstr "Conexión de _Red"
+#, fuzzy
+msgid "_Offline Mode"
+msgstr "Fuera de línea"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
-msgstr "Directo (por defecto)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+#, fuzzy
+msgid "Enable networking (default)"
+msgstr "Todas las funciones de red deshabilitadas"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
-msgstr "Puente y Proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
+msgstr "Deshabilitar todas las funciones de red"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
-msgstr "Fuera de línea"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
+msgstr "Conexión de _Red"
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
+msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr "Navegador _Inseguro"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr "Habilitado"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr "Deshabilitado (por defecto)"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr "Encendido (por defecto)"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr "Prendido"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr "Apagado"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr "Apagado (por defecto)"

@@ -690,7 +690,7 @@ msgid "Unlocking…"
msgstr "Desbloqueando..."

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr "Desbloquear"

@@ -1133,7 +1133,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr "No se pudo abrir el dispositivo para la escritura."

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -1161,11 +1161,11 @@ msgstr ""
"Renombrando tu base de datos a <i>Passwords.kdbx</i> le va a permitir a "
"<i>KeePassXC</i> abrirla automáticamente en el futuro."

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr "Renombrar"

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr "Mantener nombre actual"

@@ -1217,7 +1217,7 @@ msgid "Passphrase can't be empty"
msgstr "La frase de contraseña no puede ser vacía"

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr "Mostrar Frase de Contraseña"

@@ -1428,7 +1428,8 @@ msgstr "Configurar volumen persistente de Tails"
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr "Error"

@@ -1831,6 +1832,7 @@ msgid "Set up a password to unlock the screen."
msgstr "Definí una contraseña para desbloquear la pantalla."

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr "Contraseña"

@@ -1853,11 +1855,11 @@ msgid "Network card ${nic} disabled"
msgstr "Placa de red ${nic} deshabilitada"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""
"Falsificación de MAC para placa de red ${nic_name} (${nic}) falló, por lo "
"que se ha deshabilitado temporalmente.\n"
@@ -1868,11 +1870,11 @@ msgid "All networking disabled"
msgstr "Todas las funciones de red deshabilitadas"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""
"Falsificación de MAC para placa de red ${nic_name} (${nic}) falló. La "
"recuperación de error también falló, por lo que las funciones de red están "
@@ -1904,7 +1906,7 @@ msgstr ""
"Mirá {manual_upgrade_url}"

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr "error:"

@@ -1937,11 +1939,49 @@ msgstr "No mostrar de nuevo"
msgid "Learn More"
msgstr "Aprendé más"

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+#, fuzzy
+msgid "Tor Connection"
+msgstr "Conexión de _Red"
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr "Necesitás migrar tus claves OpenPGP"

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
@@ -1952,23 +1992,24 @@ msgstr ""
"claves OpenPGP en <i>Thunderbird</i>, seguí nuestras instrucciones de "
"migración."

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr "_Abrir Instrucciones de Migración"

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr "_Migrar Luego"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr "Tor no está listo"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr "Tor no está listo. ¿Iniciar el Navegador Tor de todos modos?"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr "Iniciar el Navegador Tor"

@@ -2154,11 +2195,11 @@ msgstr ""
msgid "Choose File Container"
msgstr "Elegir contenedor de archivo"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr "¿Iniciar el Navegador Inseguro?"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
@@ -2169,19 +2210,19 @@ msgstr ""
"sesión en un portal cautivo o navegar páginas web de confianza en la red "
"local."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr "Iniciando el Navegador Inseguro..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr "Esto puede tomar un tiempo, por favor sé paciente."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr "Cerrando el Navegador Inseguro..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
msgid ""
"This may take a while, and you may not restart the Unsafe Browser until it "
"is properly shut down."
@@ -2189,17 +2230,17 @@ msgstr ""
"Esto puede tomar un tiempo, y no podrás reiniciar el Navegador Inseguro "
"hasta que esté cerrado apropiadamente."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr "Falla al reiniciar Tor."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr "Navegador Inseguro"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -2213,7 +2254,7 @@ msgstr ""
"Para habilitar siempre el Navegador Inseguro, activá la característica "
"Pantalla de Bienvenida del Almacenamiento Persistente."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
msgid ""
"Another Unsafe Browser is currently running, or being cleaned up. Please "
"retry in a while."
@@ -2221,15 +2262,15 @@ msgstr ""
"Otro Navegador Inseguro está corriendo, o siendo cerrado. Por favor intentá "
"más tarde."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr "Falla al configurar nuevo directorio raíz."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr "Falla al configurar Navegador."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
@@ -2239,7 +2280,7 @@ msgstr ""
"Navegador Inseguro, primero tenés que conectarte a una red Wi-Fi, alámbrica "
"o móvil."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr "Falla al ejecutar el Navegador."

@@ -2445,6 +2486,11 @@ msgstr ""
"Configurar qué archivos y que configuración de la aplicación se guardan "
"entre sesiones de trabajo"

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+#, fuzzy
+msgid "Connect Tails to the Tor network"
+msgstr "Conectar directamente a la red de Tor (por defecto)"
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr "Navegador Tor"
@@ -2507,7 +2553,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr "Contraseña de Administración"

@@ -2534,16 +2580,18 @@ msgid "Disable"
msgstr "Deshabilitar"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+#, fuzzy
+msgid "MAC Address Anonymization"
msgstr "Falsificación de dirección MAC"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
+#, fuzzy
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""
"La falsificación de la dirección MAC oculta el número de serie de tu "
"interfaz de red (Wi-Fi o cableada) a la red local. Esta técnica es "
@@ -2551,41 +2599,44 @@ msgstr ""
"Pero también puede crear problemas de conectividad o parecer sospechoso."

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+#, fuzzy
+msgid "Anonymize all MAC addresses (default)"
msgstr "Falsificar todas las direcciones MAC (por defecto)"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+#, fuzzy
+msgid "Don't anonymize MAC addresses"
msgstr "No falsificar las direcciones MAC"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr "Configuración de Red"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""
-"Si tu conexión a Internet está censurada, filtrada, o canalizada a través de "
-"un tercero, podés configurar un puente Tor o un proxy local. Para trabajar "
-"completamente fuera de línea, podés deshabilitar todas las funciones de red."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
-msgstr "Conectar directamente a la red de Tor (por defecto)"
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
-msgstr "Configurar un puente Tor o proxy local"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+#, fuzzy
+msgid "Offline Mode"
+msgstr "Fuera de línea"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
-msgstr "Deshabilitar todas las funciones de red"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
+msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2606,11 +2657,11 @@ msgstr ""
"El Navegador Inseguro no es anónimo y puede deanonimizarte. Usalo solamente "
"para iniciar sesión en portales cautivos."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr "Deshabilitar el Navegador Inseguro (por defecto)"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr "Habilitar el Navegador Inseguro"

@@ -2618,51 +2669,43 @@ msgstr "Habilitar el Navegador Inseguro"
msgid "Settings were loaded from the persistent storage."
msgstr "Los ajustes fueron cargados desde el almacenamiento persistente."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-"Vas a configurar el puente Tor y el proxy local luego, después de conectar a "
-"una red."
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr "¡Bienvenido a Tails!"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr "Idioma y Región"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr "Configuración por defecto"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr "Almacenamiento encriptado _Persistente"

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr ""
"Ingresá tu frase de contraseña para desbloquear el almacenamiento persistente"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr ""
"Tu almacenamiento persistente está desbloqueado. Reiniciá Tails para "
"bloquearlo de nuevo."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr "Ajustes _Adicionales"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr "Agregar una configuración adicional"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
@@ -2670,11 +2713,11 @@ msgstr ""
"Los ajustes por defecto son seguros en la mayoría de las situaciones. Para "
"añadir un ajuste personalizado, presioná el botón \"+\" que está abajo."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr "Apagar"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr "_Iniciar Tails"

@@ -2820,12 +2863,235 @@ msgstr "Enviar"
msgid "TrueCrypt/VeraCrypt container"
msgstr "Contenedor TrueCrypt/VeraCrypt"

-#~ msgid "Synchronizing the system's clock"
-#~ msgstr "Sincronizando el reloj del sistema"
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+#, fuzzy
+msgid "Configure a Tor bridge"
+msgstr "Configurar un puente Tor o proxy local"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+#, fuzzy
+msgid "Failed to connect"
+msgstr "Fallo al añadir contenedor"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+#, fuzzy
+msgid "Configure a _Proxy"
+msgstr "Configurar"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+#, fuzzy
+msgid "Configure a _Bridge"
+msgstr "Configurar"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "Ahora podés acceder a Internet."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+#, fuzzy
+msgid "Open Network Monitor"
+msgstr "Configuración de Red"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+#, fuzzy
+msgid "View Tor Circuits"
+msgstr "Abrir circuitos Onion"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+#, fuzzy
+msgid "Reset Tor Connection"
+msgstr "Conexión de _Red"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+#, fuzzy
+msgid "Username"
+msgstr "Renombrar"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "Tor está listo"
+
+#~ msgid "You can now access the Internet."
+#~ msgstr "Ahora podés acceder a Internet."
+
+#~ msgid "Direct (default)"
+#~ msgstr "Directo (por defecto)"
+
+#~ msgid "Bridge & Proxy"
+#~ msgstr "Puente y Proxy"

#~ msgid ""
-#~ "Tor needs an accurate clock to work properly, especially for Onion "
-#~ "Services. Please wait..."
+#~ "If your Internet connection is censored, filtered, or proxied you can "
+#~ "configure a Tor bridge or a local proxy. To work completely offline, you "
+#~ "can disable all networking."
#~ msgstr ""
-#~ "Tor necesita un reloj preciso para funcionar apropiadamente, en especial "
-#~ "para Servicios Onion. Por favor esperá..."
+#~ "Si tu conexión a Internet está censurada, filtrada, o canalizada a través "
+#~ "de un tercero, podés configurar un puente Tor o un proxy local. Para "
+#~ "trabajar completamente fuera de línea, podés deshabilitar todas las "
+#~ "funciones de red."
+
+#~ msgid "Configure a Tor bridge or local proxy"
+#~ msgstr "Configurar un puente Tor o proxy local"
+
+#~ msgid ""
+#~ "You will configure the Tor bridge and local proxy later on after "
+#~ "connecting to a network."
+#~ msgstr ""
+#~ "Vas a configurar el puente Tor y el proxy local luego, después de "
+#~ "conectar a una red."
+
+#, fuzzy
+#~ msgid "Learn more about Tor bridges"
+#~ msgstr "Aprendé más acerca de Tails"
diff --git a/po/fi.po b/po/fi.po
index 80126bba83..9a8569ce3f 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -20,9 +20,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-03-22 09:16+0000\n"
-"Last-Translator: erinm\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-19 09:15+0000\n"
+"Last-Translator: Transifex Bot <>\n"
"Language-Team: Finnish (http://www.transifex.com/otf/torproject/language/"
"fi/)\n"
"Language: fi\n"
@@ -31,14 +31,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "Tor on valmis"
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr "Voit nyt päästä internettiin."
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -117,12 +109,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr "Haluatko silti käynnistää Electrum-sovelluksen?"

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr "_Käynnistä"

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr "_Lopeta"

@@ -490,7 +482,7 @@ msgstr ""
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr "Peruuta"

@@ -507,50 +499,57 @@ msgid "_Administration Password"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+msgid "_MAC Address Anonymization"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
+msgid "_Offline Mode"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
-msgstr ""
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+#, fuzzy
+msgid "Enable networking (default)"
+msgstr "Kaikki verkkoyhteydet otettu pois käytöstä"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr ""

@@ -591,7 +590,7 @@ msgid "Unlocking…"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr ""

@@ -994,7 +993,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -1010,11 +1009,11 @@ msgid ""
"to open it automatically in the future."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr ""

@@ -1059,7 +1058,7 @@ msgid "Passphrase can't be empty"
msgstr ""

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr ""

@@ -1264,7 +1263,8 @@ msgstr ""
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr "Virhe"

@@ -1626,6 +1626,7 @@ msgid "Set up a password to unlock the screen."
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr ""

@@ -1650,9 +1651,9 @@ msgstr "Verkkokortti ${nic} otettu pois käytöstä"
#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
#, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:66
@@ -1662,9 +1663,9 @@ msgstr "Kaikki verkkoyhteydet otettu pois käytöstä"
#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
#, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:36
@@ -1682,7 +1683,7 @@ msgid ""
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr "virhe:"

@@ -1710,34 +1711,72 @@ msgstr ""
msgid "Learn More"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+msgid "Tor Connection"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
"<i>Thunderbird</i>, follow our migration instructions."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr "Tor ei ole valmis"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr "Tor ei ole valmis. Käynnistetäänkö Tor-selain siitä huolimatta?"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr "Käynnistä Tor-selain"

@@ -1912,30 +1951,30 @@ msgstr ""
msgid "Choose File Container"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
"captive portal or browse trusted web pages on the local network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr "Käynnistetään turvaton selain..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr "Tämä voi kestää hetken, odota rauhassa."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr "Suljetaan turvaton selain..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
msgid ""
"This may take a while, and you may not restart the Unsafe Browser until it "
"is properly shut down."
@@ -1943,17 +1982,17 @@ msgstr ""
"Tämä saattaa kestää hetkisen, ja et saa käynnistää turvatonta webbiselainta "
"uudelleen, kunnes se on suljettu oikein."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr "Torin uudelleenkäynnistys epäonnistui."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr "Turvaton selain"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -1962,7 +2001,7 @@ msgid ""
"the Persistent Storage."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
msgid ""
"Another Unsafe Browser is currently running, or being cleaned up. Please "
"retry in a while."
@@ -1970,22 +2009,22 @@ msgstr ""
"Toinen turvaton webbiselain on käynnissä, tai sitä ollaan sulkemassa. Yritä "
"uudelleen hetken kuluttua."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr "Chroot-asennus epäonnistui."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr "Selaimen asettaminen epäonnistui."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
"network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr "Selaimen suorittaminen epäonnistui."

@@ -2168,6 +2207,10 @@ msgid ""
"working sessions"
msgstr ""

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+msgid "Connect Tails to the Tor network"
+msgstr ""
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr "Tor-selain"
@@ -2226,7 +2269,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr ""

@@ -2250,51 +2293,54 @@ msgid "Disable"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+msgid "MAC Address Anonymization"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+msgid "Anonymize all MAC addresses (default)"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+msgid "Don't anonymize MAC addresses"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+msgid "Offline Mode"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2306,11 +2352,11 @@ msgid ""
"log in to captive portals."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr ""

@@ -2318,56 +2364,50 @@ msgstr ""
msgid "Settings were loaded from the persistent storage."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr ""

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr ""

@@ -2492,5 +2532,202 @@ msgstr ""
msgid "TrueCrypt/VeraCrypt container"
msgstr ""

-#~ msgid "Synchronizing the system's clock"
-#~ msgstr "Synkronoidaan järjestelmän kelloa"
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+msgid "Configure a Tor bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+#, fuzzy
+msgid "Failed to connect"
+msgstr "Chroot-asennus epäonnistui."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+msgid "Configure a _Proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+msgid "Configure a _Bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "Voit nyt päästä internettiin."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+msgid "Open Network Monitor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+msgid "View Tor Circuits"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+msgid "Reset Tor Connection"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+msgid "Username"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "Tor on valmis"
+
+#~ msgid "You can now access the Internet."
+#~ msgstr "Voit nyt päästä internettiin."
+
+#, fuzzy
+#~ msgid "Learn more about Tor bridges"
+#~ msgstr "Opi lisää Tails-ohjelmasta"
diff --git a/po/fr.po b/po/fr.po
index ff3cad61c9..fc882b77d9 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -40,8 +40,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-03-24 18:40+0000\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-20 13:12+0000\n"
"Last-Translator: AO <ao@???>\n"
"Language-Team: French (http://www.transifex.com/otf/torproject/language/"
"fr/)\n"
@@ -51,14 +51,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "Tor est prêt"
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr "Vous pouvez maintenant accéder à Internet."
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -149,12 +141,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr "Voulez-vous quand même démarrer Electrum ?"

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr "_Lancer"

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr "_Quitter"

@@ -263,9 +255,8 @@ msgstr ""
"consultez file:///usr/share/doc/tails/website/doc/upgrade/error/check.fr.html"

#: config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm:304
-#, fuzzy
msgid "Error while downloading the signing key"
-msgstr "Erreur de mise à jour de la clé de signature"
+msgstr "Erreur de téléchargement de la clé de signature"

#: config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm:316
msgid "Error while updating the signing key"
@@ -601,7 +592,7 @@ msgstr "Paramètres supplémentaires"
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr "Annuler"

@@ -618,50 +609,59 @@ msgid "_Administration Password"
msgstr "_Mot de passe d’administration"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+#, fuzzy
+msgid "_MAC Address Anonymization"
msgstr "_Usurpation d’adresse MAC"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
-msgstr "Connexion _réseau"
+#, fuzzy
+msgid "_Offline Mode"
+msgstr "Hors ligne"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
-msgstr "Directe (par défaut)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+#, fuzzy
+msgid "Enable networking (default)"
+msgstr "Tout le réseau est désactivé"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
-msgstr "Pont et mandataire"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
+msgstr "Désactiver le réseau"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
-msgstr "Hors ligne"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
+msgstr "Connexion _réseau"
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
+msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr "Navigateur _non sécurisé"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr "Activé"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr "Désactivé (par défaut)"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr "Activé (par défaut)"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr "Activé"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr "Désactivé"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr "Désactivé (par défaut)"

@@ -713,7 +713,7 @@ msgid "Unlocking…"
msgstr "Déverrouillage…"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr "Déverrouiller"

@@ -1160,7 +1160,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr "Impossible d’ouvrir le périphérique en écriture."

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -1189,11 +1189,11 @@ msgstr ""
"Renommer votre base de données en <i>Mots de passe.kdbx</i> permettrait à "
"<i>KeePassXC</i> de l’ouvrir automatiquement à l’avenir."

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr "Renommer"

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr "Garder le nom actuel"

@@ -1245,7 +1245,7 @@ msgid "Passphrase can't be empty"
msgstr "La phrase de passe ne peut pas être vide"

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr "Afficher la phrase de passe"

@@ -1456,7 +1456,8 @@ msgstr "Configurer le volume persistant de Tails"
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr "Erreur"

@@ -1862,6 +1863,7 @@ msgid "Set up a password to unlock the screen."
msgstr "Définir un mot de passe pour déverrouiller l’écran"

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr "Mot de passe"

@@ -1884,11 +1886,11 @@ msgid "Network card ${nic} disabled"
msgstr "La carte réseau ${nic} est désactivée"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""
"L’usurpation d’adresse MAC a échoué pour la carte réseau ${nic_name} "
"(${nic}), elle est donc temporairement désactivée.\n"
@@ -1900,11 +1902,11 @@ msgid "All networking disabled"
msgstr "Tout le réseau est désactivé"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""
"L’usurpation d’adresse MAC a échoué pour la carte réseau ${nic_name} "
"(${nic}). Le dépannage de cette erreur a également échoué, toutes les "
@@ -1938,7 +1940,7 @@ msgstr ""
"Consultez {manual_upgrade_url}"

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr "erreur :"

@@ -1970,11 +1972,49 @@ msgstr "Ne plus afficher"
msgid "Learn More"
msgstr "En apprendre davantage"

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+#, fuzzy
+msgid "Tor Connection"
+msgstr "Connexion _réseau"
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr "Vous devez migrer vos clés OpenPGP"

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
@@ -1985,23 +2025,24 @@ msgstr ""
"utiliser vos clés OpenPGP dans <i>Thunderbird</i>, veuillez suivre nos "
"instructions de migration."

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr "_Ouvrir les instructions de migration"

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr "_Migrer ultérieurement"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr "Tor n’est pas prêt"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr "Tor n’est pas prêt. Démarrer le navigateur Tor quand même ?"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr "Démarrer le navigateur Tor"

@@ -2187,11 +2228,11 @@ msgstr ""
msgid "Choose File Container"
msgstr "Choisir un fichier conteneur"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr "Lancer le Navigateur non sécurisé ?"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
@@ -2202,19 +2243,19 @@ msgstr ""
"Navigateur non sécurisé que pour vous connecter dans un portail captif ou "
"pour naviguer dans des pages Web fiables sur un réseau local."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr "Démarrage du Navigateur non sécurisé…"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr "Cela peut prendre du temps, merci de patienter."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr "Fermeture du Navigateur non sécurisé…"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
msgid ""
"This may take a while, and you may not restart the Unsafe Browser until it "
"is properly shut down."
@@ -2222,17 +2263,17 @@ msgstr ""
"Cela peut prendre du temps et vous ne devez pas redémarrer le "
"Navigateur non sécurisé avant sa fermeture complète."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr "Échec du redémarrage de Tor."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr "Navigateur non sécurisé"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -2247,7 +2288,7 @@ msgstr ""
"Pour toujours activer le Navigateur non sécurisé, activez l’option de "
"l’écran d’accueil du stockage persistant."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
msgid ""
"Another Unsafe Browser is currently running, or being cleaned up. Please "
"retry in a while."
@@ -2255,15 +2296,15 @@ msgstr ""
"Un autre Navigateur non sécurisé est en cours d’exécution ou de nettoyage. "
"Veuillez réessayer dans un moment."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr "Échec d’exécution de chroot."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr "Échec de configuration du navigateur."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
@@ -2273,7 +2314,7 @@ msgstr ""
"Navigateur non sécurisé, vous devez d’abord vous connecter à un réseau Wi-"
"fi, filaire ou mobile."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr "Échec de démarrage du navigateur."

@@ -2482,6 +2523,11 @@ msgstr ""
"Configurer quels fichiers et configurations d’application sont enregistrés "
"entre les sessions de travail"

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+#, fuzzy
+msgid "Connect Tails to the Tor network"
+msgstr "Se connecter directement au réseau Tor (par défaut)"
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr "Navigateur Tor"
@@ -2545,7 +2591,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr "Mot de passe d’administration"

@@ -2572,16 +2618,18 @@ msgid "Disable"
msgstr "Désactiver"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+#, fuzzy
+msgid "MAC Address Anonymization"
msgstr "Usurpation d’adresse MAC"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
+#, fuzzy
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""
"L’usurpation d’adresse MAC dissimule au réseau local le numéro de série de "
"votre interface réseau (Wi-Fi ou filaire). L’usurpation d’adresse MAC est "
@@ -2590,41 +2638,44 @@ msgstr ""
"sembler suspect."

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+#, fuzzy
+msgid "Anonymize all MAC addresses (default)"
msgstr "Usurper toutes les adresses MAC (par défaut)"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+#, fuzzy
+msgid "Don't anonymize MAC addresses"
msgstr "Ne pas usurper les adresses MAC"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr "Configuration du réseau"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""
-"Si votre connexion Internet est censurée, filtrée ou relayée par un "
-"mandataire, vous pouvez configurer un pont Tor ou un mandataire local. Pour "
-"travailler complètement hors ligne, vous pouvez désactiver le réseau."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
-msgstr "Se connecter directement au réseau Tor (par défaut)"
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
-msgstr "Configurer un pont Tor ou un mandataire local"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+#, fuzzy
+msgid "Offline Mode"
+msgstr "Hors ligne"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
-msgstr "Désactiver le réseau"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
+msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2643,11 +2694,11 @@ msgstr ""
"et peut divulguer votre identité. Ne l’utilisez que pour vous connecter à "
"des portails captifs."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr "Désactiver le Navigateur non sécurisé (par défaut)"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr "Activer le Navigateur non sécurisé"

@@ -2655,50 +2706,42 @@ msgstr "Activer le Navigateur non sécurisé"
msgid "Settings were loaded from the persistent storage."
msgstr "Les paramètres ont été chargés du stockage persistant."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-"Vous configurerez le pont Tor et le mandataire local ultérieurement, après "
-"vous être connecté à un réseau."
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr "Bienvenue dans Tails"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr "Langue et région"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr "Paramètres par défaut"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr "_Stockage persistant chiffré"

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr "Saisir votre phrase de passe pour déverrouiller le stockage persistant"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr ""
"Votre stockage persistant est déverrouillé. Redémarrez Tails pour le "
"verrouiller à nouveau."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr "_Paramètres supplémentaires"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr "Ajouter un paramètre supplémentaire"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
@@ -2706,11 +2749,11 @@ msgstr ""
"Les paramètres par défaut sont sûrs dans la plupart des cas. Pour ajouter un "
"paramètre personnalisé, appuyer sur le bouton « + » ci-dessous."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr "Éteindre"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr "_Démarrer Tails"

@@ -2857,12 +2900,234 @@ msgstr "Envoyer"
msgid "TrueCrypt/VeraCrypt container"
msgstr "Conteneur TrueCrypt/VeraCrypt"

-#~ msgid "Synchronizing the system's clock"
-#~ msgstr "Synchronisation de l’horloge système"
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+#, fuzzy
+msgid "Configure a Tor bridge"
+msgstr "Configurer un pont Tor ou un mandataire local"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+#, fuzzy
+msgid "Failed to connect"
+msgstr "Échec de l’ajout du conteneur"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+#, fuzzy
+msgid "Configure a _Proxy"
+msgstr "Configurer"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+#, fuzzy
+msgid "Configure a _Bridge"
+msgstr "Configurer"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "Vous pouvez maintenant accéder à Internet."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+#, fuzzy
+msgid "Open Network Monitor"
+msgstr "Configuration du réseau"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+#, fuzzy
+msgid "View Tor Circuits"
+msgstr "Ouvrir Circuits onion"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+#, fuzzy
+msgid "Reset Tor Connection"
+msgstr "Connexion _réseau"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+#, fuzzy
+msgid "Username"
+msgstr "Renommer"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "Tor est prêt"
+
+#~ msgid "You can now access the Internet."
+#~ msgstr "Vous pouvez maintenant accéder à Internet."
+
+#~ msgid "Direct (default)"
+#~ msgstr "Directe (par défaut)"
+
+#~ msgid "Bridge & Proxy"
+#~ msgstr "Pont et mandataire"

#~ msgid ""
-#~ "Tor needs an accurate clock to work properly, especially for Onion "
-#~ "Services. Please wait..."
+#~ "If your Internet connection is censored, filtered, or proxied you can "
+#~ "configure a Tor bridge or a local proxy. To work completely offline, you "
+#~ "can disable all networking."
#~ msgstr ""
-#~ "Tor a besoin d’une horloge bien réglée pour fonctionner correctement, en "
-#~ "particulier pour les services onion. Veuillez patienter…"
+#~ "Si votre connexion Internet est censurée, filtrée ou relayée par un "
+#~ "mandataire, vous pouvez configurer un pont Tor ou un mandataire local. "
+#~ "Pour travailler complètement hors ligne, vous pouvez désactiver le réseau."
+
+#~ msgid "Configure a Tor bridge or local proxy"
+#~ msgstr "Configurer un pont Tor ou un mandataire local"
+
+#~ msgid ""
+#~ "You will configure the Tor bridge and local proxy later on after "
+#~ "connecting to a network."
+#~ msgstr ""
+#~ "Vous configurerez le pont Tor et le mandataire local ultérieurement, "
+#~ "après vous être connecté à un réseau."
+
+#, fuzzy
+#~ msgid "Learn more about Tor bridges"
+#~ msgstr "En apprendre davantage sur Tails"
diff --git a/po/ga.po b/po/ga.po
index ab3fe72f92..ccf1d54c8f 100644
--- a/po/ga.po
+++ b/po/ga.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-03-22 09:16+0000\n"
-"Last-Translator: Brian ITCOB Smith <briantcob@???>\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-19 09:15+0000\n"
+"Last-Translator: Transifex Bot <>\n"
"Language-Team: Irish (http://www.transifex.com/otf/torproject/language/ga/)\n"
"Language: ga\n"
"MIME-Version: 1.0\n"
@@ -20,14 +20,6 @@ msgstr ""
"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : "
"4);\n"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "Tá Tor réidh"
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr "Tá tú in ann dul ar an Idirlíon anois."
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -118,12 +110,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr "An bhfuil fonn ort Electrum a thosú mar sin féin?"

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr "_Tosaigh"

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr "_Scoir"

@@ -247,9 +239,8 @@ msgstr ""
"tails/website/doc/upgrade/error/check.en.html"

#: config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm:304
-#, fuzzy
msgid "Error while downloading the signing key"
-msgstr "Earráid agus an eochair shínithe á nuashonrú"
+msgstr ""

#: config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm:316
msgid "Error while updating the signing key"
@@ -543,7 +534,7 @@ msgstr "Socruithe Breise"
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr "Cealaigh"

@@ -560,50 +551,59 @@ msgid "_Administration Password"
msgstr "Foc_al Faire Riaracháin"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+#, fuzzy
+msgid "_MAC Address Anonymization"
msgstr "Bréagsheoltaí _MAC"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
-msgstr "Cea_ngal Líonra"
+#, fuzzy
+msgid "_Offline Mode"
+msgstr "As líne"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
-msgstr "Díreach (réamhshocrú)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+#, fuzzy
+msgid "Enable networking (default)"
+msgstr "Díchumasaíodh líonrú go hiomlán"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
-msgstr "Droichead agus Seachfhreastalaí"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
+msgstr "Díchumasaigh an líonra go hiomlán"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
-msgstr "As líne"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
+msgstr "Cea_ngal Líonra"
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
+msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr "Brabhsálaí _Neamhshlán"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr "Cumasaithe"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr "Díchumasaithe (réamhshocrú)"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr "Ar siúl (réamhshocrú)"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr "Ar siúl"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr "Múchta"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr "Múchta (réamhshocrú)"

@@ -655,7 +655,7 @@ msgid "Unlocking…"
msgstr "Á dhíghlasáil..."

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr "Díghlasáil"

@@ -1058,7 +1058,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -1086,11 +1086,11 @@ msgstr ""
"Dá gcuirfeá an t-ainm <i>Passwords.kdbx</i> air, bheadh <i>KeePassXC</i> in "
"ann é a oscailt go huathoibríoch amach anseo."

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr "Tá, cuir an t-ainm nua air."

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr "Níl, ná hathraigh an t-ainm"

@@ -1139,7 +1139,7 @@ msgid "Passphrase can't be empty"
msgstr "Ní cheadaítear frása faire folamh"

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr "Taispeáin an Frása Faire"

@@ -1346,7 +1346,8 @@ msgstr "Socraigh imleabhar seasmhach Tails"
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr "Earráid"

@@ -1745,6 +1746,7 @@ msgid "Set up a password to unlock the screen."
msgstr "Socraigh focal faire chun an scáileán a dhíghlasáil."

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr "Focal faire"

@@ -1767,11 +1769,11 @@ msgid "Network card ${nic} disabled"
msgstr "Díchumasaíodh cárta líonra ${nic}"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""
"Theip ar dhallamullóg MAC ar chárta líonra ${nic_name} (${nic}), agus "
"díchumasaíodh go sealadach é dá bharr sin.\n"
@@ -1782,11 +1784,11 @@ msgid "All networking disabled"
msgstr "Díchumasaíodh líonrú go hiomlán"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""
"Theip ar dhallamullóg MAC ar chárta líonra ${nic_name} (${nic}). Theip ar "
"athshlánú ón earráid freisin, agus díchumasaíodh líonrú go hiomlán dá bharr "
@@ -1808,7 +1810,7 @@ msgid ""
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr "earráid:"

@@ -1840,34 +1842,73 @@ msgstr ""
msgid "Learn More"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+#, fuzzy
+msgid "Tor Connection"
+msgstr "Cea_ngal Líonra"
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
"<i>Thunderbird</i>, follow our migration instructions."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr "Níl Tor réidh"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr "Níl Tor réidh. An bhfuil fonn ort Brabhsálaí Tor a thosú mar sin féin?"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr "Tosaigh Brabhsálaí Tor"

@@ -2052,30 +2093,30 @@ msgstr ""
msgid "Choose File Container"
msgstr "Roghnaigh Coimeádán"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr "An bhfuil fonn ort an Brabhsálaí Neamhshlán a thosú?"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
"captive portal or browse trusted web pages on the local network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr "An brabhsálaí neamhshlán á thosú..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr "Seans go dtógfaidh sé seo tamall, fan nóiméad."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr "An brabhsálaí neamhshlán á dhúnadh..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
msgid ""
"This may take a while, and you may not restart the Unsafe Browser until it "
"is properly shut down."
@@ -2083,17 +2124,17 @@ msgstr ""
"Seans go dtógfaidh sé seo tamall, agus ní bheidh tú in ann an brabhsálaí "
"neamhshlán a thosú arís go dtí go mbeidh sé dúnta mar is ceart."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr "Níorbh fhéidir Tor a atosú"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr "Brabhsálaí Neamhshlán"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -2102,7 +2143,7 @@ msgid ""
"the Persistent Storage."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
msgid ""
"Another Unsafe Browser is currently running, or being cleaned up. Please "
"retry in a while."
@@ -2110,22 +2151,22 @@ msgstr ""
"Tá brabhsálaí neamhshlán eile ar siúl, nó á dhúnadh, faoi láthair. Déan "
"iarracht eile ar ball."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr "Theip ar shocrú chroot."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr "Níorbh fhéidir an brabhsálaí a chumrú."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
"network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr "Níorbh fhéidir an brabhsálaí a thosú."

@@ -2312,6 +2353,11 @@ msgstr ""
"Roghnaigh na comhaid agus na cumraíochtai feidhmchláir a shábhálfar ó "
"sheisiún go seisiún"

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+#, fuzzy
+msgid "Connect Tails to the Tor network"
+msgstr "Ceangal díreach le líonra Tor (réamhshocrú)"
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr "Brabhsálaí Tor"
@@ -2374,7 +2420,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr "Focal Faire Riaracháin"

@@ -2401,16 +2447,18 @@ msgid "Disable"
msgstr "Díchumasaigh"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+#, fuzzy
+msgid "MAC Address Anonymization"
msgstr "Bréagsheoltaí MAC"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
+#, fuzzy
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""
"Cuireann bréagsheoladh MAC sraithuimhir do chomhéadain líonra (Wi-Fi nó "
"sreangaithe) i bhfolach. Go hiondúil tá sé níos sábháilte bréagsheoladh MAC "
@@ -2418,42 +2466,44 @@ msgstr ""
"uaireanta is cúis le fadhbanna líonra é, agus tá cuma amhrasach air freisin."

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+#, fuzzy
+msgid "Anonymize all MAC addresses (default)"
msgstr "Úsáid bréagsheoltaí MAC i gcónaí (réamhshocrú)"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+#, fuzzy
+msgid "Don't anonymize MAC addresses"
msgstr "Ná húsáid bréagsheoltaí MAC riamh"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr "Cumraíocht Líonra"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""
-"Má dhéantar cinsireacht nó scagadh ar do cheangal Idirlín, nó má úsáideann "
-"sé seachfhreastalaí, is féidir leat droichead Tor nó seachfhreastalaí "
-"áitiúil a shocrú. Nó, is féidir leat an líonra a mhúchadh go huile is go "
-"hiomlán agus do chuid oibre a dhéanamh as líne."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
-msgstr "Ceangal díreach le líonra Tor (réamhshocrú)"
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
-msgstr "Cumraigh droichead Tor nó seachfhreastalaí áitiúil"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+#, fuzzy
+msgid "Offline Mode"
+msgstr "As líne"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
-msgstr "Díchumasaigh an líonra go hiomlán"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
+msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2465,11 +2515,11 @@ msgid ""
"log in to captive portals."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr "Díchumasaigh an Brabhsálaí Neamhshlán (réamhshocrú)"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr "Cumasaigh an Brabhsálaí Neamhshlán"

@@ -2477,50 +2527,42 @@ msgstr "Cumasaigh an Brabhsálaí Neamhshlán"
msgid "Settings were loaded from the persistent storage."
msgstr "Lódáladh socruithe ón stóras seasmhach."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-"Cumróidh tú an droichead Tor agus an seachfhreastalaí áitiúil ar ball, tar "
-"éis duit ceangal a bhunú le líonra."
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr "Fáilte go Tails!"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr "Teanga agus Réigiún"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr "Réamhshocruithe"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr "Stóras _Seasmhach Criptithe"

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr "Cuir isteach an frása faire chun an stóras seasmhach a dhíghlasáil"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr ""
"Tá an stóras seasmhach díghlasáilte. Atosaigh Tails lena chur faoi ghlas "
"arís."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr "_Socruithe Breise"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr "Cuir socrú breise leis"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
@@ -2528,11 +2570,11 @@ msgstr ""
"Tá na réamhshocruithe slán an chuid is mó den am. Brúigh an cnaipe \"+\" "
"thíos le do shocrú féin a chur leis."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr "Múch"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr "To_saigh Tails"

@@ -2658,12 +2700,235 @@ msgstr ""
msgid "TrueCrypt/VeraCrypt container"
msgstr "Coimeádán TrueCrypt/VeraCrypt"

-#~ msgid "Synchronizing the system's clock"
-#~ msgstr "Clog an chórais á shioncronú"
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+#, fuzzy
+msgid "Configure a Tor bridge"
+msgstr "Cumraigh droichead Tor nó seachfhreastalaí áitiúil"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+#, fuzzy
+msgid "Failed to connect"
+msgstr "Níorbh fhéidir an coimeádán a chur leis"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+#, fuzzy
+msgid "Configure a _Proxy"
+msgstr "Cumraigh"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+#, fuzzy
+msgid "Configure a _Bridge"
+msgstr "Cumraigh"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "Tá tú in ann dul ar an Idirlíon anois."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+#, fuzzy
+msgid "Open Network Monitor"
+msgstr "Cumraíocht Líonra"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+#, fuzzy
+msgid "View Tor Circuits"
+msgstr "Ciorcaid Onion Oscailte"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+#, fuzzy
+msgid "Reset Tor Connection"
+msgstr "Cea_ngal Líonra"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+#, fuzzy
+msgid "Username"
+msgstr "Tá, cuir an t-ainm nua air."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "Tá Tor réidh"
+
+#~ msgid "You can now access the Internet."
+#~ msgstr "Tá tú in ann dul ar an Idirlíon anois."
+
+#~ msgid "Direct (default)"
+#~ msgstr "Díreach (réamhshocrú)"
+
+#~ msgid "Bridge & Proxy"
+#~ msgstr "Droichead agus Seachfhreastalaí"

#~ msgid ""
-#~ "Tor needs an accurate clock to work properly, especially for Onion "
-#~ "Services. Please wait..."
+#~ "If your Internet connection is censored, filtered, or proxied you can "
+#~ "configure a Tor bridge or a local proxy. To work completely offline, you "
+#~ "can disable all networking."
#~ msgstr ""
-#~ "Teastaíonn clog beacht ó Tor le feidhmiú mar is ceart, go háirithe na "
-#~ "Seirbhísí Onion. Fan nóiméad..."
+#~ "Má dhéantar cinsireacht nó scagadh ar do cheangal Idirlín, nó má "
+#~ "úsáideann sé seachfhreastalaí, is féidir leat droichead Tor nó "
+#~ "seachfhreastalaí áitiúil a shocrú. Nó, is féidir leat an líonra a "
+#~ "mhúchadh go huile is go hiomlán agus do chuid oibre a dhéanamh as líne."
+
+#~ msgid "Configure a Tor bridge or local proxy"
+#~ msgstr "Cumraigh droichead Tor nó seachfhreastalaí áitiúil"
+
+#~ msgid ""
+#~ "You will configure the Tor bridge and local proxy later on after "
+#~ "connecting to a network."
+#~ msgstr ""
+#~ "Cumróidh tú an droichead Tor agus an seachfhreastalaí áitiúil ar ball, "
+#~ "tar éis duit ceangal a bhunú le líonra."
+
+#, fuzzy
+#~ msgid "Learn more about Tor bridges"
+#~ msgstr "Tuilleadh eolais faoi Tails"
diff --git a/po/he.po b/po/he.po
index 2a669b846f..5066dd1daf 100644
--- a/po/he.po
+++ b/po/he.po
@@ -18,9 +18,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-04-07 19:53+0000\n"
-"Last-Translator: Omer I.S. <omeritzicschwartz@???>\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-19 13:00+0000\n"
+"Last-Translator: ION\n"
"Language-Team: Hebrew (http://www.transifex.com/otf/torproject/language/"
"he/)\n"
"Language: he\n"
@@ -30,14 +30,6 @@ msgstr ""
"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"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "Tor מוכן"
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr "אתה יכול להשיג גישה כעת לאינטרנט."
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -117,12 +109,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr "האם אתה רוצה להפעיל את Electrum בכל זאת?"

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr "_הפעל"

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr "_צא"

@@ -473,7 +465,7 @@ msgstr ""

#: config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm:828
msgid "Error while cancelling the upgrade download"
-msgstr "שגיאה בעת ביטול הורדת השדרוג"
+msgstr "שגיאה בזמן ביטול הורדת השדרוג"

#: config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm:829
msgid "Failed to cancel the upgrade download"
@@ -510,7 +502,7 @@ msgstr ""
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr "בטל"

@@ -527,50 +519,57 @@ msgid "_Administration Password"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+msgid "_MAC Address Anonymization"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
+msgid "_Offline Mode"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
-msgstr ""
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+#, fuzzy
+msgid "Enable networking (default)"
+msgstr "כל הרישות מושבת"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr ""

@@ -611,7 +610,7 @@ msgid "Unlocking…"
msgstr "מבטל נעילה…"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr ""

@@ -918,7 +917,7 @@ msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:513
msgid "An error happened while installing Tails"
-msgstr "שגיאה התרחשה בעת התקנת Tails"
+msgstr "שגיאה התרחשה בזמן התקנת Tails"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:564
msgid "Installation complete!"
@@ -1023,7 +1022,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr "לא היה יכול לפתוח התקן עבור כתיבה."

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -1051,11 +1050,11 @@ msgstr ""
"שינוי שם של מסד הנתונים שלך אל <i>Passwords.kdbx</i> יתיר אל <i>KeePassXC</"
"i> לפתוח אותו באופן אוטומטי בעתיד."

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr ""

@@ -1102,7 +1101,7 @@ msgid "Passphrase can't be empty"
msgstr ""

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr "הראה ביטוי סיסמה"

@@ -1309,7 +1308,8 @@ msgstr ""
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr "שגיאה"

@@ -1675,6 +1675,7 @@ msgid "Set up a password to unlock the screen."
msgstr "קבע סיסמה לביטול נעילת המסך."

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr "סיסמה"

@@ -1697,11 +1698,11 @@ msgid "Network card ${nic} disabled"
msgstr "כרטיס הרשת ${nic} מושבת"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""
"זיוף MAC נכשל עבור כרטיס הרשת ${nic_name} (${nic}) אז הוא מושבת באופן זמני.\n"
"אולי תעדיף להפעיל מחדש את Tails ולהשבית זיוף MAC."
@@ -1711,11 +1712,11 @@ msgid "All networking disabled"
msgstr "כל הרישות מושבת"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""
"זיוף MAC נכשל עבור כרטיס הרשת ${nic_name} (${nic}). השבת השגיאה נכשלה אף היא "
"כך שכל הרישות מושבת.\n"
@@ -1736,7 +1737,7 @@ msgid ""
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr "שגיאה:"

@@ -1767,34 +1768,72 @@ msgstr ""
msgid "Learn More"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+msgid "Tor Connection"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
"<i>Thunderbird</i>, follow our migration instructions."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr "Tor אינו מוכן"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr "Tor אינו מוכן. להתחיל את דפדפן Tor בכל זאת?"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr "התחל את דפדפן Tor"

@@ -1969,30 +2008,30 @@ msgstr ""
msgid "Choose File Container"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
"captive portal or browse trusted web pages on the local network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr "מתחיל את הדפדפן הבלתי בטוח…"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr "זה עשוי לקחת זמן מה, אז הייה סבלני."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr "מכבה את הדפדפן הבלתי בטוח…"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
msgid ""
"This may take a while, and you may not restart the Unsafe Browser until it "
"is properly shut down."
@@ -2000,17 +2039,17 @@ msgstr ""
"זה עשוי לקחת זמן מה ועליך לא להפעיל מחדש את הדפדפן הבלתי־בטוח עד שהוא לא "
"יכובה כראוי."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr "נכשל בהפעלת Tor מחדש."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr "דפדפן בלתי־בטוח"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -2019,28 +2058,28 @@ msgid ""
"the Persistent Storage."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
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:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr "נכשל בהתקנת chroot."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr "נכשל בתיצור הדפדפן."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
"network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr "נכשל בהרצת הדפדפן."

@@ -2238,6 +2277,10 @@ msgid ""
"working sessions"
msgstr ""

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+msgid "Connect Tails to the Tor network"
+msgstr ""
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr "דפדפן Tor"
@@ -2296,7 +2339,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr ""

@@ -2320,51 +2363,54 @@ msgid "Disable"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+msgid "MAC Address Anonymization"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+msgid "Anonymize all MAC addresses (default)"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+msgid "Don't anonymize MAC addresses"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+msgid "Offline Mode"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2376,11 +2422,11 @@ msgid ""
"log in to captive portals."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr ""

@@ -2388,56 +2434,50 @@ msgstr ""
msgid "Settings were loaded from the persistent storage."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr ""

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr ""

@@ -2577,11 +2617,202 @@ msgstr "שלח"
msgid "TrueCrypt/VeraCrypt container"
msgstr ""

-#~ msgid "Synchronizing the system's clock"
-#~ msgstr "מסנכרן את שעון המערכת"
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+msgid "Configure a Tor bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+#, fuzzy
+msgid "Failed to connect"
+msgstr "נכשל בהתקנת chroot."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+msgid "Configure a _Proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+msgid "Configure a _Bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "אתה יכול להשיג גישה כעת לאינטרנט."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+msgid "Open Network Monitor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+msgid "View Tor Circuits"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+msgid "Reset Tor Connection"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+msgid "Username"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "Tor מוכן"
+
+#~ msgid "You can now access the Internet."
+#~ msgstr "אתה יכול להשיג גישה כעת לאינטרנט."

-#~ msgid ""
-#~ "Tor needs an accurate clock to work properly, especially for Onion "
-#~ "Services. Please wait..."
-#~ msgstr ""
-#~ "Tor צריך שעון מדויק כדי לעבוד כראוי, במיוחד עבור שירותי בצל. אנא המתן…"
+#, fuzzy
+#~ msgid "Learn more about Tor bridges"
+#~ msgstr "למד עוד אודות Tails"
diff --git a/po/hr.po b/po/hr.po
index 0e8521d7f1..43b7ffe98f 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-03-22 09:16+0000\n"
-"Last-Translator: erinm\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-19 09:15+0000\n"
+"Last-Translator: Transifex Bot <>\n"
"Language-Team: Croatian (http://www.transifex.com/otf/torproject/language/"
"hr/)\n"
"Language: hr\n"
@@ -22,14 +22,6 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "Tor je spreman"
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr "Sad možeš pristupiti internetu."
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -120,12 +112,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr "Želiš li svejedno pokrenuti Electrum?"

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr "_Pokreni"

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr "_Izađi"

@@ -239,9 +231,8 @@ msgstr ""
"doc/tails/website/doc/upgrade/error/check.en.html"

#: config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm:304
-#, fuzzy
msgid "Error while downloading the signing key"
-msgstr "Greška prilikom aktualiziranja ključa za potpis"
+msgstr ""

#: config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm:316
msgid "Error while updating the signing key"
@@ -549,7 +540,7 @@ msgstr "Dodatne postavke"
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr "Odustani"

@@ -566,50 +557,59 @@ msgid "_Administration Password"
msgstr "_Administratorska lozinka"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+#, fuzzy
+msgid "_MAC Address Anonymization"
msgstr "_Maskiranje MAC adrese"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
-msgstr "_Mrežna veza"
+#, fuzzy
+msgid "_Offline Mode"
+msgstr "Izvanmrežno"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
-msgstr "Direktno (standardno)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+#, fuzzy
+msgid "Enable networking (default)"
+msgstr "Sav mrežni rad je deaktiviran"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
-msgstr "Most i proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
+msgstr "Deaktiviraj sav mrežni rad"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
-msgstr "Izvanmrežno"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
+msgstr "_Mrežna veza"
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
+msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr "_Nesigurni preglednik"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr "Aktivirano"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr "Deaktivirano (standardno)"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr "Uključeno (standardno)"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr "Uključeno"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr "Isključeno"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr "Isključeno (standardno)"

@@ -661,7 +661,7 @@ msgid "Unlocking…"
msgstr "Otključavanje …"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr "Otključaj"

@@ -1091,7 +1091,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr "Neuspjelo otvaranje uređaja za pisanje."

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -1119,11 +1119,11 @@ msgstr ""
"Preimenovanjem tvoje baze podataka <i>Passwords.kdbx</i> bi "
"dozvolilo<i>KeePassXC</i>-u, da je ubuduće automatski otvori."

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr "Preimenuj"

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr "Zadrži trenutačno ime"

@@ -1174,7 +1174,7 @@ msgid "Passphrase can't be empty"
msgstr "Lozinka ne može biti prazna"

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr "Pokaži lozinku"

@@ -1385,7 +1385,8 @@ msgstr "Postavi Tails trajni pogon"
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr "Greška"

@@ -1779,6 +1780,7 @@ msgid "Set up a password to unlock the screen."
msgstr "Postavi lozinku za otključavanje ekrana."

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr "Lozinka"

@@ -1801,11 +1803,11 @@ msgid "Network card ${nic} disabled"
msgstr "Mrežna kartica ${nic} je deaktivirana"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""
"MAC oponašanje nije uspjelo za mrežnu karticu ${nic_name} (${nic}), stoga je "
"privremeno deaktivirano.\n"
@@ -1816,11 +1818,11 @@ msgid "All networking disabled"
msgstr "Sav mrežni rad je deaktiviran"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""
"MAC oponašanje nije uspjelo za mrežnu karticu ${nic_name} (${nic}). "
"Oporavljanje od greške također nije uspjelo tako da je sav mrežni rad "
@@ -1842,7 +1844,7 @@ msgid ""
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr "greška:"

@@ -1873,34 +1875,73 @@ msgstr ""
msgid "Learn More"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+#, fuzzy
+msgid "Tor Connection"
+msgstr "_Mrežna veza"
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
"<i>Thunderbird</i>, follow our migration instructions."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr "Tor nije spreman"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr "Tor nije spreman. Svejedno pokrenuti Tor preglednik?"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr "Pokreni Tor preglednik"

@@ -2086,11 +2127,11 @@ msgstr ""
msgid "Choose File Container"
msgstr "Odaberi spremnik datoteka"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr "Pokrenuti nesiguran preglednik?"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
@@ -2100,19 +2141,19 @@ msgstr ""
"tvoju stvarnu IP adresu.\\n\\nKoristi nesigurni preglednik samo za prijavu "
"na prijavnom portalu ili pregledaj pouzdane web-stranice na lokalnoj mreži."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr "Pokretanje nesigurnog preglednika …"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr "Ovo može potrajati, malo se strpi."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr "Gašenje nesigurnog preglednika …"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
msgid ""
"This may take a while, and you may not restart the Unsafe Browser until it "
"is properly shut down."
@@ -2120,17 +2161,17 @@ msgstr ""
"Ovo može potrajati. Ne možeš ponovo pokrenuti nesiguran preglednik dok se "
"nije potpuno ugasio. "

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr "Neuspješno ponovno pokretanje Tora."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr "Nesiguran preglednik"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -2144,7 +2185,7 @@ msgstr ""
"Za stalno aktiviranje nesigurnog preglednika, uključi funkciju uvodnog "
"ekrana trajnog spremišta."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
msgid ""
"Another Unsafe Browser is currently running, or being cleaned up. Please "
"retry in a while."
@@ -2152,22 +2193,22 @@ msgstr ""
"Trenutačno radi ili se čisti jedan drugi nesiguran preglednik. Pokušaj "
"ponovo malo kasnije."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr "Neuspjelo postavljanje chroot. "

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr "Neuspjelo konfiguriranje preglednika."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
"network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr "Neuspjelo pokretanje preglednika."

@@ -2395,6 +2436,11 @@ msgstr ""
"Konfiguriraj datoteke i konfiguraciju programa koji se spremaju između "
"radnih sesija"

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+#, fuzzy
+msgid "Connect Tails to the Tor network"
+msgstr "Spoji se izravno na Tor mrežu (standardno)"
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr "Tor preglednik"
@@ -2457,7 +2503,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr "Administratorska lozinka"

@@ -2484,16 +2530,18 @@ msgid "Disable"
msgstr "Deaktiviraj"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+#, fuzzy
+msgid "MAC Address Anonymization"
msgstr "Maskiranje MAC adrese"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
+#, fuzzy
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""
"Maskiranje MAC adrese skriva serijski broj tvog mrežnog sučelja (Wi-Fi ili "
"žičanog adaptera) od lokalne mreže. Maskiranje MAC adrese je generalno "
@@ -2501,41 +2549,44 @@ msgstr ""
"probleme s vezom ili izazvati sumnju."

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+#, fuzzy
+msgid "Anonymize all MAC addresses (default)"
msgstr "Maskiraj sve MAC adrese (standardno)"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+#, fuzzy
+msgid "Don't anonymize MAC addresses"
msgstr "Ne maskiraj MAC adrese"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr "Mrežna konfiguracija"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""
-"Ako je tvoja internetska veza cenzurirana, filtrirana ili iza proxya, možeš "
-"konfigurirati Tor most ili lokalni proxy. Za izvanmrežni rad možeš "
-"deaktivirati sve mrežne radnje."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
-msgstr "Spoji se izravno na Tor mrežu (standardno)"
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
-msgstr "Konfiguriraj Tor most ili lokalni proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+#, fuzzy
+msgid "Offline Mode"
+msgstr "Izvanmrežno"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
-msgstr "Deaktiviraj sav mrežni rad"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
+msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2555,11 +2606,11 @@ msgstr ""
"Nesigurni preglednik nije anoniman i može te deanonimizirati. Koristi ga "
"samo za prijavu na prijavne portale."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr "Deaktiviraj nesigurnog preglednika (standardno)"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr "Aktiviraj nesigurnog preglednika"

@@ -2567,49 +2618,42 @@ msgstr "Aktiviraj nesigurnog preglednika"
msgid "Settings were loaded from the persistent storage."
msgstr "Postavke su učitane iz stalnog spremišta."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-"Konfigurirat ćeš Tor most i lokalni proxy kasnije, nakon spajanja na mrežu."
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr "Dobrodošli u Tails!"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr "Jezik i regija"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr "Standardne postavke"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr "Šifrirano _trajno spremište"

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr "Upiši lozinku za otključavanje trajnog spremišta"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr ""
"Tvoje trajno spremište je otključano. Ponovo pokreni Tails kako bi opet bilo "
"zaključano."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr "_Dodatne postavke"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr "Dodaj jednu dodatnu postavku"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
@@ -2617,11 +2661,11 @@ msgstr ""
"Standardne postavke su sigurne u većini slučajeva. Za dodavanje prilagođene "
"postavke, pritisni gumb „+”."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr "Gašenje"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr "_Pokreni Tails"

@@ -2765,12 +2809,234 @@ msgstr "Pošalji"
msgid "TrueCrypt/VeraCrypt container"
msgstr "TrueCrypt/VeraCrypt spremnik"

-#~ msgid "Synchronizing the system's clock"
-#~ msgstr "Sikroniziranje sata sustava"
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+#, fuzzy
+msgid "Configure a Tor bridge"
+msgstr "Konfiguriraj Tor most ili lokalni proxy"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+#, fuzzy
+msgid "Failed to connect"
+msgstr "Neuspjelo dodavanje spremnika"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+#, fuzzy
+msgid "Configure a _Proxy"
+msgstr "Konfiguriraj"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+#, fuzzy
+msgid "Configure a _Bridge"
+msgstr "Konfiguriraj"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "Sad možeš pristupiti internetu."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+#, fuzzy
+msgid "Open Network Monitor"
+msgstr "Mrežna konfiguracija"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+#, fuzzy
+msgid "View Tor Circuits"
+msgstr "Otvori Onion sklopove"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+#, fuzzy
+msgid "Reset Tor Connection"
+msgstr "_Mrežna veza"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+#, fuzzy
+msgid "Username"
+msgstr "Preimenuj"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "Tor je spreman"
+
+#~ msgid "You can now access the Internet."
+#~ msgstr "Sad možeš pristupiti internetu."
+
+#~ msgid "Direct (default)"
+#~ msgstr "Direktno (standardno)"
+
+#~ msgid "Bridge & Proxy"
+#~ msgstr "Most i proxy"

#~ msgid ""
-#~ "Tor needs an accurate clock to work properly, especially for Onion "
-#~ "Services. Please wait..."
+#~ "If your Internet connection is censored, filtered, or proxied you can "
+#~ "configure a Tor bridge or a local proxy. To work completely offline, you "
+#~ "can disable all networking."
#~ msgstr ""
-#~ "Tor treba točno vrijeme, kako bi ispravno radio. To se posebno odnosi na "
-#~ "Onion usluge. Pričekaj …"
+#~ "Ako je tvoja internetska veza cenzurirana, filtrirana ili iza proxya, "
+#~ "možeš konfigurirati Tor most ili lokalni proxy. Za izvanmrežni rad možeš "
+#~ "deaktivirati sve mrežne radnje."
+
+#~ msgid "Configure a Tor bridge or local proxy"
+#~ msgstr "Konfiguriraj Tor most ili lokalni proxy"
+
+#~ msgid ""
+#~ "You will configure the Tor bridge and local proxy later on after "
+#~ "connecting to a network."
+#~ msgstr ""
+#~ "Konfigurirat ćeš Tor most i lokalni proxy kasnije, nakon spajanja na "
+#~ "mrežu."
+
+#, fuzzy
+#~ msgid "Learn more about Tor bridges"
+#~ msgstr "Saznaj više o Tailsu"
diff --git a/po/hu.po b/po/hu.po
index 90155f2c09..41702c37b8 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
"PO-Revision-Date: 2021-03-25 23:02+0000\n"
"Last-Translator: vargaviktor <viktor.varga@???>\n"
"Language-Team: Hungarian (http://www.transifex.com/otf/torproject/language/"
@@ -28,14 +28,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "A Tor készen áll."
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr "Most már hozzáférhetsz az internethez."
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -129,12 +121,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr "Mindenképp el szeretné indítani az Electum-ot?"

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr "_Indítás"

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr "_Kilépés"

@@ -561,7 +553,7 @@ msgstr "További beállítások"
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr "Mégse"

@@ -578,50 +570,59 @@ msgid "_Administration Password"
msgstr "_Adminisztrációs jelszó"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+#, fuzzy
+msgid "_MAC Address Anonymization"
msgstr "_MAC cím hamisítás"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
-msgstr "_Hálózati kapcsolat"
+#, fuzzy
+msgid "_Offline Mode"
+msgstr "Offline"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
-msgstr "Közvetlen (alapértelmezett)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+#, fuzzy
+msgid "Enable networking (default)"
+msgstr "Minden hálózat letiltva"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
-msgstr "Híd és proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
+msgstr "Összes hálózati kapcsolat letiltása"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
-msgstr "Offline"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
+msgstr "_Hálózati kapcsolat"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr "_Unsafe Browser"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr "Engedélyezve"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr "Tiltva (alapértelmezett)"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr "Be (alapértelmezett)"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr "Be"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr "Ki"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr "Ki (alapértelmezett)"

@@ -673,7 +674,7 @@ msgid "Unlocking…"
msgstr "Feloldás..."

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr "Feloldás"

@@ -1104,7 +1105,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -1131,11 +1132,11 @@ msgstr ""
"Az adatbázisa <i>Passwords.kdbx</i>-re átnevezése lehetővé teszi a a "
"<i>KeePassXC</i> számára, hogy a jövőben automatikusan megnyissa."

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr "Átnevezés"

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr "Aktuális név megtartása"

@@ -1184,7 +1185,7 @@ msgid "Passphrase can't be empty"
msgstr "A jelszó nem lehet üres"

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr "Jelmondat megjelenítése"

@@ -1391,7 +1392,8 @@ msgstr "Tails tartós kötet telepítése"
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr "Hiba"

@@ -1788,6 +1790,7 @@ msgid "Set up a password to unlock the screen."
msgstr "Adjon meg jelszót a képernyő feloldáshoz."

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr "Jelszó"

@@ -1810,11 +1813,11 @@ msgid "Network card ${nic} disabled"
msgstr "Hálózati kártya ${nic} letiltva"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""
"A MAC cím váltás a következő hálózati kártyán sikertelen volt: ${nic_name} "
"(${nic}), úgyhogy a szolgáltatás átmenetileg le lett tiltva.\n"
@@ -1825,11 +1828,11 @@ msgid "All networking disabled"
msgstr "Minden hálózat letiltva"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""
"A MAC cím váltás a következő hálózati kártyán sikertelen volt: ${nic_name} "
"(${nic}). A hibaelhárítás is sikertelen volt, úgyhogy a hálózati kártya le "
@@ -1851,7 +1854,7 @@ msgid ""
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr "hiba:"

@@ -1883,11 +1886,49 @@ msgstr ""
msgid "Learn More"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+#, fuzzy
+msgid "Tor Connection"
+msgstr "_Hálózati kapcsolat"
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr "Migrálnia kell OpenPGP kulcsait"

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
@@ -1897,23 +1938,24 @@ msgstr ""
"támogatással az OpenPGP titkosításhoz. Az OpenPGP kulcsai <i>Thunderbird</i> "
"használatához, kövesse a migrációs útmutatónkat."

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr "Migrálási útmutató meg_nyitása"

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr "_Migrálás később"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr "A Tor még nem áll készen a működésre"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr "A Tor még nem áll készen a működésre. Mindenképp el szeretné indítani?"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr "A Tor Böngésző indítása"

@@ -2097,11 +2139,11 @@ msgstr ""
msgid "Choose File Container"
msgstr "Válasszon fájl konténert"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr "Indítsuk az Unsafe Browser-t?"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
@@ -2112,19 +2154,19 @@ msgstr ""
"lépni egy fogoly oldalra vagy megbízható oldalak böngészéséhez a helyi "
"hálózaton."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr "Az Unsafe Browser indítása..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr "Ez eltarthat egy ideig, kérjük legyen türelemmel."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr "Az Unsafe Browser leállítása..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
msgid ""
"This may take a while, and you may not restart the Unsafe Browser until it "
"is properly shut down."
@@ -2132,17 +2174,17 @@ msgstr ""
"Ez eltarthat egy ideig, és addig nem indíthatja újra az Unsafe Browser-t "
"amíg az megfelelően le nem állt."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr "Nem sikerült a Tor újraindítása."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr "Unsafe Browser"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -2156,7 +2198,7 @@ msgstr ""
"Ahhoz, hogy mindig engedélyezhesse az Unsafe Browser-t, kapcsolja be az "
"Üdvözlő képernyő szolgáltatást a Tartós tárolóban."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
msgid ""
"Another Unsafe Browser is currently running, or being cleaned up. Please "
"retry in a while."
@@ -2164,22 +2206,22 @@ msgstr ""
"Jelenleg egy másik példánya is fut az Unsafe Browser-nek, vagy épp tisztítás "
"folyamata zajlik. Kérjük térjen vissza később."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr "A chroot beállítása sikertelen."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr "A böngésző beállítása sikertelen."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
"network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr "A böngésző indítása sikertelen."

@@ -2380,6 +2422,11 @@ msgstr ""
"Állítsa be mely fájlok és alkalmazás konfigurációk legyenek mentve két "
"munkamenet között"

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+#, fuzzy
+msgid "Connect Tails to the Tor network"
+msgstr "Csatlakozás közvetlenül a Tor hálózathoz (alapértelmezett)"
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr "Tor Böngésző"
@@ -2442,7 +2489,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr "Adminisztrátori jelszó"

@@ -2469,16 +2516,18 @@ msgid "Disable"
msgstr "Kikapcsol"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+#, fuzzy
+msgid "MAC Address Anonymization"
msgstr "MAC cím hamisítás"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
+#, fuzzy
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""
"A MAC cím hamisítás elrejti a sorozatszámát a hálózati interfészének (Wi-Fi "
"vagy vezetékes) a helyi hálózaton.\n"
@@ -2487,41 +2536,44 @@ msgstr ""
"okozhat, vagy gyanúsnak tűnik."

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+#, fuzzy
+msgid "Anonymize all MAC addresses (default)"
msgstr "Minden MAC cím hamisítása (alapértelmezett)"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+#, fuzzy
+msgid "Don't anonymize MAC addresses"
msgstr "Ne hamisítsa a MAC címeket"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr "Hálózati konfiguráció"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""
-"Ha az internet csatlakozás cenzorált, szűrt vagy proxyzot, akkor Tor hidat "
-"vagy lokális proxyt állíthat be. A teljesen offline munkához kapcsolja ki az "
-"összes hálózatot."
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
-msgstr "Csatlakozás közvetlenül a Tor hálózathoz (alapértelmezett)"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
-msgstr "Tor híd vagy helyi proxy beállítása"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+#, fuzzy
+msgid "Offline Mode"
+msgstr "Offline"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
-msgstr "Összes hálózati kapcsolat letiltása"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
+msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2541,11 +2593,11 @@ msgstr ""
"Az Unsafe Browser nem anonim és feloldhatja névtelenségét. Kizárólag fogoly "
"oldalakra használja."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr "Az Unsafe Browser tiltása (alapértelmezett)"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr "Az Unsafe Browser engedélyezése"

@@ -2553,48 +2605,40 @@ msgstr "Az Unsafe Browser engedélyezése"
msgid "Settings were loaded from the persistent storage."
msgstr "A beállítások betöltésre kerültek a tartós tárolóból."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-"A Tor hidat és a helyi proxy-t később tudja beállítani, miután csatlakozott "
-"a hálózatra."
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr "Köszöntjük a Tails-ben!"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr "Nyelv és régió"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr "Alapbeállítások"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr "Titkosított _Tartós tár"

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr "Adja meg a jelszavát a tartóstár feloldásához"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr "A tartós tára nyitva. Indítsa újra a Tails-t a visszazárásához."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr "_További beállítások"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr "Tovább beállítások hozzá adása"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
@@ -2602,11 +2646,11 @@ msgstr ""
"Az alapértelmezett beállítások biztonságosak a legtöbb helyzetben. Az egyéni "
"beállítások hozzáadásához nyomja meg a \"+\" gombot alább."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr "Leállítás"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr "_Tails indítása"

@@ -2753,6 +2797,228 @@ msgstr "Küldés"
msgid "TrueCrypt/VeraCrypt container"
msgstr "TrueCrypt/VeraCrypt konténer"

+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+#, fuzzy
+msgid "Configure a Tor bridge"
+msgstr "Tor híd vagy helyi proxy beállítása"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+#, fuzzy
+msgid "Failed to connect"
+msgstr "Sikertelen a konténer hozzáadása"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+#, fuzzy
+msgid "Configure a _Proxy"
+msgstr "Beállít"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+#, fuzzy
+msgid "Configure a _Bridge"
+msgstr "Beállít"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "Most már hozzáférhetsz az internethez."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+#, fuzzy
+msgid "Open Network Monitor"
+msgstr "Hálózati konfiguráció"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+#, fuzzy
+msgid "View Tor Circuits"
+msgstr "Nyitott Onion Áramkörök"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+#, fuzzy
+msgid "Reset Tor Connection"
+msgstr "_Hálózati kapcsolat"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+#, fuzzy
+msgid "Username"
+msgstr "Átnevezés"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "A Tor készen áll."
+
+#~ msgid "Direct (default)"
+#~ msgstr "Közvetlen (alapértelmezett)"
+
+#~ msgid "Bridge & Proxy"
+#~ msgstr "Híd és proxy"
+
+#~ msgid ""
+#~ "If your Internet connection is censored, filtered, or proxied you can "
+#~ "configure a Tor bridge or a local proxy. To work completely offline, you "
+#~ "can disable all networking."
+#~ msgstr ""
+#~ "Ha az internet csatlakozás cenzorált, szűrt vagy proxyzot, akkor Tor "
+#~ "hidat vagy lokális proxyt állíthat be. A teljesen offline munkához "
+#~ "kapcsolja ki az összes hálózatot."
+
+#~ msgid ""
+#~ "You will configure the Tor bridge and local proxy later on after "
+#~ "connecting to a network."
+#~ msgstr ""
+#~ "A Tor hidat és a helyi proxy-t később tudja beállítani, miután "
+#~ "csatlakozott a hálózatra."
+
#~ msgid "Synchronizing the system's clock"
#~ msgstr "A rendszer órájának szinkronizálása"

diff --git a/po/id.po b/po/id.po
index f8232dfc57..e9912f0b34 100644
--- a/po/id.po
+++ b/po/id.po
@@ -23,9 +23,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-04-06 06:12+0000\n"
-"Last-Translator: ical\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-19 09:15+0000\n"
+"Last-Translator: Transifex Bot <>\n"
"Language-Team: Indonesian (http://www.transifex.com/otf/torproject/language/"
"id/)\n"
"Language: id\n"
@@ -34,14 +34,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "Tor telah siap"
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr "Sekarang Anda dapat mengakses Internet."
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -108,12 +100,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr "Apakah Anda tetap ingin memulai Electrum?"

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr "_Luncurkan"

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr "_Keluar"

@@ -476,7 +468,7 @@ msgstr ""
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr ""

@@ -493,50 +485,56 @@ msgid "_Administration Password"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+msgid "_MAC Address Anonymization"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
+msgid "_Offline Mode"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+msgid "Enable networking (default)"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr ""

@@ -577,7 +575,7 @@ msgid "Unlocking…"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr ""

@@ -980,7 +978,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -996,11 +994,11 @@ msgid ""
"to open it automatically in the future."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr ""

@@ -1045,7 +1043,7 @@ msgid "Passphrase can't be empty"
msgstr ""

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr ""

@@ -1250,7 +1248,8 @@ msgstr ""
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr ""

@@ -1608,6 +1607,7 @@ msgid "Set up a password to unlock the screen."
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr ""

@@ -1632,9 +1632,9 @@ msgstr ""
#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
#, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:66
@@ -1644,9 +1644,9 @@ msgstr ""
#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
#, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:36
@@ -1664,7 +1664,7 @@ msgid ""
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr ""

@@ -1692,34 +1692,72 @@ msgstr ""
msgid "Learn More"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+msgid "Tor Connection"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
"<i>Thunderbird</i>, follow our migration instructions."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr ""

@@ -1894,46 +1932,46 @@ msgstr ""
msgid "Choose File Container"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
"captive portal or browse trusted web pages on the local network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
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
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -1942,28 +1980,28 @@ msgid ""
"the Persistent Storage."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
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:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
"network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr ""

@@ -2146,6 +2184,10 @@ msgid ""
"working sessions"
msgstr ""

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+msgid "Connect Tails to the Tor network"
+msgstr ""
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr ""
@@ -2204,7 +2246,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr ""

@@ -2228,51 +2270,54 @@ msgid "Disable"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+msgid "MAC Address Anonymization"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+msgid "Anonymize all MAC addresses (default)"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+msgid "Don't anonymize MAC addresses"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+msgid "Offline Mode"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2284,11 +2329,11 @@ msgid ""
"log in to captive portals."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr ""

@@ -2296,56 +2341,50 @@ msgstr ""
msgid "Settings were loaded from the persistent storage."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr ""

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr ""

@@ -2469,3 +2508,198 @@ msgstr ""
#: ../config/chroot_local-includes/usr/local/share/mime/packages/unlock-veracrypt-volumes.xml.in.h:1
msgid "TrueCrypt/VeraCrypt container"
msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+msgid "Configure a Tor bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+msgid "Failed to connect"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+msgid "Configure a _Proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+msgid "Configure a _Bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "Sekarang Anda dapat mengakses Internet."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+msgid "Open Network Monitor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+msgid "View Tor Circuits"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+msgid "Reset Tor Connection"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+msgid "Username"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "Tor telah siap"
+
+#~ msgid "You can now access the Internet."
+#~ msgstr "Sekarang Anda dapat mengakses Internet."
diff --git a/po/it.po b/po/it.po
index 79986e4307..90ff33ab27 100644
--- a/po/it.po
+++ b/po/it.po
@@ -25,6 +25,7 @@
# Mett <okovita@???>, 2015
# Monica <momocat19@???>, 2014
# Monica <momocat19@???>, 2014
+# P P, 2021
# Random_R, 2013
# Random_R, 2013-2015,2017-2021
# Riccardo Masutti, 2015
@@ -35,9 +36,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-04-07 09:09+0000\n"
-"Last-Translator: Random_R\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-22 19:24+0000\n"
+"Last-Translator: P P\n"
"Language-Team: Italian (http://www.transifex.com/otf/torproject/language/"
"it/)\n"
"Language: it\n"
@@ -46,14 +47,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "Tor è pronto"
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr "È ora possibile navigare Internet."
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -141,12 +134,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr "Vuoi comunque avviare Electrum?"

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr "_Avvia"

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr "_Esci"

@@ -514,7 +507,7 @@ msgstr ""
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr "Annulla"

@@ -531,50 +524,58 @@ msgid "_Administration Password"
msgstr "_Password di amministratore"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+#, fuzzy
+msgid "_MAC Address Anonymization"
msgstr "Spoofing indirizzo _MAC"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
-msgstr "_Connessioni di rete"
+msgid "_Offline Mode"
+msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
-msgstr "Diretta (predefinito)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+#, fuzzy
+msgid "Enable networking (default)"
+msgstr "Rete disabilitata"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
+msgstr "_Connessioni di rete"
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr "On (predefinito)"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr "On"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr "Off"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr "Off (predefinito)"

@@ -615,7 +616,7 @@ msgid "Unlocking…"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr ""

@@ -1018,7 +1019,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -1045,11 +1046,11 @@ msgstr ""
"Rinominare il tuo database in <i>Passwords.kdbx</i> permetterà a "
"<i>KeePassXC</i> di aprirlo automaticamente in futuro."

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr "Rinomina"

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr "Mantieni il nome attuale"

@@ -1094,7 +1095,7 @@ msgid "Passphrase can't be empty"
msgstr ""

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr ""

@@ -1299,7 +1300,8 @@ msgstr ""
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr "Errore"

@@ -1684,6 +1686,7 @@ 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
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr "Password"

@@ -1706,11 +1709,11 @@ msgid "Network card ${nic} disabled"
msgstr "Scheda di rete ${nic} disabilitata"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""
"L'oscuramento dell'indirizzo MAC è fallito per la scheda di rete ${nic_name} "
"(${nic}) che è stata quindi temporaneamente disabilitata. Si potrebbe voler "
@@ -1721,11 +1724,11 @@ msgid "All networking disabled"
msgstr "Rete disabilitata"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""
"L'oscuramento dell'indirizzo MAC è fallito per la scheda di rete ${nic_name} "
"(${nic}). Anche il ripristino dell'errore è fallito, pertanto la rete è "
@@ -1748,7 +1751,7 @@ msgid ""
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr "errore:"

@@ -1780,34 +1783,73 @@ msgstr ""
msgid "Learn More"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+#, fuzzy
+msgid "Tor Connection"
+msgstr "_Connessioni di rete"
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
"<i>Thunderbird</i>, follow our migration instructions."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr "Tor non è pronto"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
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:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr "Avvia Tor Browser"

@@ -1992,30 +2034,30 @@ msgstr ""
msgid "Choose File Container"
msgstr "Scegli contenitore di file"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
"captive portal or browse trusted web pages on the local network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr "Avvio del browser non sicuro..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
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
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr "Arresto del browser non sicuro..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
msgid ""
"This may take a while, and you may not restart the Unsafe Browser until it "
"is properly shut down."
@@ -2023,17 +2065,17 @@ 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
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
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/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr "Browser non sicuro"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -2042,7 +2084,7 @@ msgid ""
"the Persistent Storage."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
msgid ""
"Another Unsafe Browser is currently running, or being cleaned up. Please "
"retry in a while."
@@ -2050,22 +2092,22 @@ 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:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr "Configurazione chroot fallita."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr "Configurazione del browser fallita."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
"network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr "Esecuzione del browser fallita."

@@ -2249,6 +2291,10 @@ msgid ""
"working sessions"
msgstr ""

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+msgid "Connect Tails to the Tor network"
+msgstr ""
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr "Tor Browser"
@@ -2311,7 +2357,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr ""

@@ -2335,51 +2381,55 @@ msgid "Disable"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
-msgstr ""
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+#, fuzzy
+msgid "MAC Address Anonymization"
+msgstr "Spoofing indirizzo _MAC"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+msgid "Anonymize all MAC addresses (default)"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+msgid "Don't anonymize MAC addresses"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr "Configurazione di rete"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+msgid "Offline Mode"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2391,11 +2441,11 @@ msgid ""
"log in to captive portals."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr ""

@@ -2403,46 +2453,40 @@ msgstr ""
msgid "Settings were loaded from the persistent storage."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr ""

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr "Inserisci la tua passphrase per sbloccare il volume persistente"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr "Il tuo volume persistente è sbloccato. Riavvia Tails per ribloccarlo."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr "_Impostazioni aggiuntive"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
@@ -2450,11 +2494,11 @@ msgstr ""
"Le impostazioni predefinite vanno bene nella maggior parte dei casi. Per "
"aggiungere un'impostazione personale, premi il pulsante \"+\" sotto."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr ""

@@ -2581,5 +2625,211 @@ msgstr ""
msgid "TrueCrypt/VeraCrypt container"
msgstr "Container TrueCrypt/VeraCrypt"

-#~ msgid "Synchronizing the system's clock"
-#~ msgstr "Sincronizzazione dell'orologio di sistema"
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+msgid "Configure a Tor bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+#, fuzzy
+msgid "Failed to connect"
+msgstr "Errore nell'aggiunta del container"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+#, fuzzy
+msgid "Configure a _Proxy"
+msgstr "Configura"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+#, fuzzy
+msgid "Configure a _Bridge"
+msgstr "Configura"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "È ora possibile navigare Internet."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+#, fuzzy
+msgid "Open Network Monitor"
+msgstr "Configurazione di rete"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+#, fuzzy
+msgid "View Tor Circuits"
+msgstr "Apri Circuiti Onion"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+#, fuzzy
+msgid "Reset Tor Connection"
+msgstr "_Connessioni di rete"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+#, fuzzy
+msgid "Username"
+msgstr "Rinomina"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "Tor è pronto"
+
+#~ msgid "You can now access the Internet."
+#~ msgstr "È ora possibile navigare Internet."
+
+#~ msgid "Direct (default)"
+#~ msgstr "Diretta (predefinito)"
+
+#, fuzzy
+#~ msgid "Learn more about Tor bridges"
+#~ msgstr "Maggiori informazioni su Tails"
diff --git a/po/km.po b/po/km.po
index b41e884f97..ea5d748070 100644
--- a/po/km.po
+++ b/po/km.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-03-22 09:15+0000\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-19 09:15+0000\n"
"Last-Translator: Transifex Bot <>\n"
"Language-Team: Khmer (http://www.transifex.com/otf/torproject/language/km/)\n"
"Language: km\n"
@@ -19,14 +19,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "Tor គឺ​រួចរាល់​ហើយ"
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr "ឥឡូវ​អ្នក​អាច​ប្រើ​អ៊ីនធឺណិត​បាន។"
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -93,12 +85,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr ""

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr "ចាប់ផ្ដើម"

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr "ចេញ"

@@ -461,7 +453,7 @@ msgstr ""
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr "បោះបង់"

@@ -478,50 +470,57 @@ msgid "_Administration Password"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+msgid "_MAC Address Anonymization"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
+msgid "_Offline Mode"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
-msgstr ""
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+#, fuzzy
+msgid "Enable networking (default)"
+msgstr "បាន​បិទការ​ភ្ជាប់​​បណ្ដាញ​ទាំងអស់"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr ""

@@ -562,7 +561,7 @@ msgid "Unlocking…"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr ""

@@ -965,7 +964,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -981,11 +980,11 @@ msgid ""
"to open it automatically in the future."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr ""

@@ -1030,7 +1029,7 @@ msgid "Passphrase can't be empty"
msgstr ""

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr ""

@@ -1235,7 +1234,8 @@ msgstr ""
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr "កំហុស"

@@ -1595,6 +1595,7 @@ msgid "Set up a password to unlock the screen."
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr ""

@@ -1619,9 +1620,9 @@ msgstr "បាន​បិទ​កាត​បណ្ដាញ ${nic}"
#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
#, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:66
@@ -1631,9 +1632,9 @@ msgstr "បាន​បិទការ​ភ្ជាប់​​បណ្ដា
#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
#, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:36
@@ -1651,7 +1652,7 @@ msgid ""
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr "កំហុស៖"

@@ -1679,34 +1680,72 @@ msgstr ""
msgid "Learn More"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+msgid "Tor Connection"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
"<i>Thunderbird</i>, follow our migration instructions."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr "Tor គឺ​មិនទាន់​រួចរាល់​ទេ"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr "Tor គឺ​មិនទាន់​រួចរាល់​ទេ។ ចាប់ផ្ដើម​កម្មវិធី​អ៊ីនធឺណិត Tor ឬ?"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr "ចាប់ផ្ដើម​កម្មវិធី​អ៊ីនធឺណិត Tor"

@@ -1881,30 +1920,30 @@ msgstr ""
msgid "Choose File Container"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
"captive portal or browse trusted web pages on the local network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr "កំពុង​ចាប់ផ្ដើម​កម្មវិធី​គ្មាន​សុវត្ថិភាព..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr "វា​អាច​ប្រើ​ពេល​មួយ​រយៈ ដូច្នេះ​សូម​មេត្តា​អត់ធ្មត់។"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr "កំពុង​បិទ​កម្មវិធី​អ៊ីនធឺណិត​គ្មាន​សុវត្ថិភាព..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
msgid ""
"This may take a while, and you may not restart the Unsafe Browser until it "
"is properly shut down."
@@ -1912,17 +1951,17 @@ msgstr ""
"វា​អាច​ប្រើ​ពេល​មួយ​រយៈ ដូច្នេះ​អ្នក​មិន​ត្រូវ​ចាប់ផ្ដើម​កម្មវិធី​អ៊ីនធឺណិត​គ្មាន​សុវត្ថិភាព​ឡើងវិញ​ឡើយ រហូតដល់​វា​បាន​"
"បិទ​ដោយ​ត្រឹមត្រូវ។"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr "បាន​បរាជ័យ​ក្នុង​ការ​ចាប់ផ្ដើម Tor ។"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr "កម្មវិធី​អ៊ីនធឺណិត​គ្មាន​សុវត្ថិភាព"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -1931,7 +1970,7 @@ msgid ""
"the Persistent Storage."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
msgid ""
"Another Unsafe Browser is currently running, or being cleaned up. Please "
"retry in a while."
@@ -1939,22 +1978,22 @@ msgstr ""
"កម្មវិធី​អ៊ីនធឺណិត​គ្មាន​សុវត្ថិភាព​ផ្សេង​បច្ចុប្បន្ន​កំពុង​​ដំណើរការ ឬ​កំពុង​ត្រូវ​បាន​សម្អាត។ សូម​ព្យាយាម​ម្ដងទៀត​នៅ​"
"ពេល​បន្ទាប់។"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr "បាន​បរាជ័យ​ក្នុង​ការ​ដំឡើង chroot ។"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
"network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr ""

@@ -2137,6 +2176,10 @@ msgid ""
"working sessions"
msgstr ""

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+msgid "Connect Tails to the Tor network"
+msgstr ""
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr ""
@@ -2195,7 +2238,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr ""

@@ -2219,51 +2262,54 @@ msgid "Disable"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+msgid "MAC Address Anonymization"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+msgid "Anonymize all MAC addresses (default)"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+msgid "Don't anonymize MAC addresses"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+msgid "Offline Mode"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2275,11 +2321,11 @@ msgid ""
"log in to captive portals."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr ""

@@ -2287,56 +2333,50 @@ msgstr ""
msgid "Settings were loaded from the persistent storage."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr ""

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr ""

@@ -2461,5 +2501,202 @@ msgstr ""
msgid "TrueCrypt/VeraCrypt container"
msgstr ""

-#~ msgid "Synchronizing the system's clock"
-#~ msgstr "ធ្វើ​សមកាលកម្ម​នាឡិកា​ប្រព័ន្ធ"
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+msgid "Configure a Tor bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+#, fuzzy
+msgid "Failed to connect"
+msgstr "បាន​បរាជ័យ​ក្នុង​ការ​ដំឡើង chroot ។"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+msgid "Configure a _Proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+msgid "Configure a _Bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "ឥឡូវ​អ្នក​អាច​ប្រើ​អ៊ីនធឺណិត​បាន។"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+msgid "Open Network Monitor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+msgid "View Tor Circuits"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+msgid "Reset Tor Connection"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+msgid "Username"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "Tor គឺ​រួចរាល់​ហើយ"
+
+#~ msgid "You can now access the Internet."
+#~ msgstr "ឥឡូវ​អ្នក​អាច​ប្រើ​អ៊ីនធឺណិត​បាន។"
+
+#, fuzzy
+#~ msgid "Learn more about Tor bridges"
+#~ msgstr "ស្វែងយល់​បន្ថែម​អំពី Tails"
diff --git a/po/ko.po b/po/ko.po
index 0a6b4c17cb..37266be353 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -17,9 +17,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-03-22 09:16+0000\n"
-"Last-Translator: erinm\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-19 09:15+0000\n"
+"Last-Translator: Transifex Bot <>\n"
"Language-Team: Korean (http://www.transifex.com/otf/torproject/language/"
"ko/)\n"
"Language: ko\n"
@@ -28,14 +28,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "Tor가 준비되었습니다."
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr ""
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -102,12 +94,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr ""

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr ""

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr ""

@@ -470,7 +462,7 @@ msgstr ""
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr ""

@@ -487,50 +479,56 @@ msgid "_Administration Password"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+msgid "_MAC Address Anonymization"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
+msgid "_Offline Mode"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+msgid "Enable networking (default)"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr ""

@@ -571,7 +569,7 @@ msgid "Unlocking…"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr ""

@@ -974,7 +972,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -990,11 +988,11 @@ msgid ""
"to open it automatically in the future."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr ""

@@ -1039,7 +1037,7 @@ msgid "Passphrase can't be empty"
msgstr ""

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr ""

@@ -1244,7 +1242,8 @@ msgstr ""
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr ""

@@ -1602,6 +1601,7 @@ msgid "Set up a password to unlock the screen."
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr ""

@@ -1626,9 +1626,9 @@ msgstr ""
#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
#, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:66
@@ -1638,9 +1638,9 @@ msgstr ""
#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
#, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:36
@@ -1658,7 +1658,7 @@ msgid ""
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr ""

@@ -1686,34 +1686,72 @@ msgstr ""
msgid "Learn More"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+msgid "Tor Connection"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
"<i>Thunderbird</i>, follow our migration instructions."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr ""

@@ -1888,46 +1926,46 @@ msgstr ""
msgid "Choose File Container"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
"captive portal or browse trusted web pages on the local network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
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
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -1936,28 +1974,28 @@ msgid ""
"the Persistent Storage."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
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:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
"network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr ""

@@ -2140,6 +2178,10 @@ msgid ""
"working sessions"
msgstr ""

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+msgid "Connect Tails to the Tor network"
+msgstr ""
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr ""
@@ -2198,7 +2240,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr ""

@@ -2222,51 +2264,54 @@ msgid "Disable"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+msgid "MAC Address Anonymization"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+msgid "Anonymize all MAC addresses (default)"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+msgid "Don't anonymize MAC addresses"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+msgid "Offline Mode"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2278,11 +2323,11 @@ msgid ""
"log in to captive portals."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr ""

@@ -2290,56 +2335,50 @@ msgstr ""
msgid "Settings were loaded from the persistent storage."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr ""

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr ""

@@ -2463,3 +2502,194 @@ msgstr ""
#: ../config/chroot_local-includes/usr/local/share/mime/packages/unlock-veracrypt-volumes.xml.in.h:1
msgid "TrueCrypt/VeraCrypt container"
msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+msgid "Configure a Tor bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+msgid "Failed to connect"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+msgid "Configure a _Proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+msgid "Configure a _Bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+msgid "You have access to the Internet"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+msgid "Open Network Monitor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+msgid "View Tor Circuits"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+msgid "Reset Tor Connection"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+msgid "Username"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "Tor가 준비되었습니다."
diff --git a/po/lt.po b/po/lt.po
index b92bee979b..18e94554a6 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-03-22 09:16+0000\n"
-"Last-Translator: Moo\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-19 09:15+0000\n"
+"Last-Translator: Transifex Bot <>\n"
"Language-Team: Lithuanian (http://www.transifex.com/otf/torproject/language/"
"lt/)\n"
"Language: lt\n"
@@ -24,14 +24,6 @@ msgstr ""
"11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? "
"1 : n % 1 != 0 ? 2: 3);\n"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr ""
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr "Dabar, turite prieigą prie Interneto."
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -98,12 +90,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr "Ar vis tiek norite paleisti Electrum?"

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr ""

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr ""

@@ -215,9 +207,8 @@ msgid ""
msgstr ""

#: config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm:304
-#, fuzzy
msgid "Error while downloading the signing key"
-msgstr "Klaida atnaujinant pasirašymo raktą"
+msgstr ""

#: config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm:316
msgid "Error while updating the signing key"
@@ -482,7 +473,7 @@ msgstr "Papildomi nustatymai"
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr "Atsisakyti"

@@ -499,50 +490,58 @@ msgid "_Administration Password"
msgstr "_Administravimo slaptažodis"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+#, fuzzy
+msgid "_MAC Address Anonymization"
msgstr "_MAC adresų klastojimas"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
-msgstr "Ti_nklo ryšys"
+msgid "_Offline Mode"
+msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
-msgstr ""
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+#, fuzzy
+msgid "Enable networking (default)"
+msgstr "Visas darbas tinkle išjungtas"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
+msgstr "Ti_nklo ryšys"
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr "_Nesaugi naršyklė"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr "Įjungta"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr "Išjungta"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr ""

@@ -583,7 +582,7 @@ msgid "Unlocking…"
msgstr "Atrakinama…"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr "Atrakinti"

@@ -986,7 +985,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -1002,11 +1001,11 @@ msgid ""
"to open it automatically in the future."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr "Pervadinti"

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr ""

@@ -1051,7 +1050,7 @@ msgid "Passphrase can't be empty"
msgstr ""

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr ""

@@ -1256,7 +1255,8 @@ msgstr ""
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr "Klaida"

@@ -1628,6 +1628,7 @@ msgid "Set up a password to unlock the screen."
msgstr "Nusistatykite slaptažodį ekrano atrakinimui."

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr "Slaptažodis"

@@ -1652,9 +1653,9 @@ msgstr "Tinklo plokštė ${nic} išjungta"
#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
#, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:66
@@ -1664,9 +1665,9 @@ msgstr "Visas darbas tinkle išjungtas"
#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
#, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:36
@@ -1684,7 +1685,7 @@ msgid ""
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr "klaida:"

@@ -1713,34 +1714,73 @@ msgstr ""
msgid "Learn More"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+#, fuzzy
+msgid "Tor Connection"
+msgstr "Ti_nklo ryšys"
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
"<i>Thunderbird</i>, follow our migration instructions."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr "Paleisti Tor Naršyklę"

@@ -1915,46 +1955,46 @@ msgstr ""
msgid "Choose File Container"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
"captive portal or browse trusted web pages on the local network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr "Paleidžiama nesaugi naršyklė..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
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
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr "Nepavyko iš naujo paleisti Tor."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr "Nesaugi naršyklė"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -1963,28 +2003,28 @@ msgid ""
"the Persistent Storage."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
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:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr "Nepavyko sukonfigūruoti naršyklės."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
"network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr "Nepavyko paleisti naršyklės."

@@ -2167,6 +2207,10 @@ msgid ""
"working sessions"
msgstr ""

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+msgid "Connect Tails to the Tor network"
+msgstr ""
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr "Tor Naršyklė"
@@ -2225,7 +2269,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr ""

@@ -2249,51 +2293,55 @@ msgid "Disable"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
-msgstr ""
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+#, fuzzy
+msgid "MAC Address Anonymization"
+msgstr "_MAC adresų klastojimas"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+msgid "Anonymize all MAC addresses (default)"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+msgid "Don't anonymize MAC addresses"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+msgid "Offline Mode"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2305,11 +2353,11 @@ msgid ""
"log in to captive portals."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr ""

@@ -2317,56 +2365,50 @@ msgstr ""
msgid "Settings were loaded from the persistent storage."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr ""

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr "Palei_sti Tails"

@@ -2491,5 +2533,200 @@ msgstr ""
msgid "TrueCrypt/VeraCrypt container"
msgstr "TrueCrypt/VeraCrypt konteineris"

-#~ msgid "Synchronizing the system's clock"
-#~ msgstr "Sinchronizuojamas sistemos laikrodis"
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+msgid "Configure a Tor bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+#, fuzzy
+msgid "Failed to connect"
+msgstr "Nepavyko pridėti konteinerio"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+#, fuzzy
+msgid "Configure a _Proxy"
+msgstr "Konfigūruoti"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+#, fuzzy
+msgid "Configure a _Bridge"
+msgstr "Konfigūruoti"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "Dabar, turite prieigą prie Interneto."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+#, fuzzy
+msgid "Open Network Monitor"
+msgstr "Ti_nklo ryšys"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+msgid "View Tor Circuits"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+#, fuzzy
+msgid "Reset Tor Connection"
+msgstr "Ti_nklo ryšys"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+#, fuzzy
+msgid "Username"
+msgstr "Pervadinti"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "You can now access the Internet."
+#~ msgstr "Dabar, turite prieigą prie Interneto."
diff --git a/po/mk.po b/po/mk.po
index cdee46eb4a..ab5b7268be 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-03-22 09:16+0000\n"
-"Last-Translator: Liljana Ackovska <liljanagjurova@???>\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-19 09:15+0000\n"
+"Last-Translator: Transifex Bot <>\n"
"Language-Team: Macedonian (http://www.transifex.com/otf/torproject/language/"
"mk/)\n"
"Language: mk\n"
@@ -23,14 +23,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "Tor е подготвен"
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr "Сега можете да пристапите на Интернет."
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -124,12 +116,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr "Дали сепак сакаш да го стартуваш Electrum?"

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr "_Лансирање"

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr "_Излез"

@@ -239,9 +231,8 @@ msgstr ""
"tails/website/doc/upgrade/error/check.en.html"

#: config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm:304
-#, fuzzy
msgid "Error while downloading the signing key"
-msgstr "Грешка при ажурирање на сертификациониот клуч"
+msgstr ""

#: config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm:316
msgid "Error while updating the signing key"
@@ -571,7 +562,7 @@ msgstr "Дополнителни поставки"
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr "Откажи"

@@ -588,50 +579,59 @@ msgid "_Administration Password"
msgstr "_Администраторска Лозинка"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+#, fuzzy
+msgid "_MAC Address Anonymization"
msgstr "_Спуфирање на MAC адреса"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
-msgstr "_Мрежно поврзување"
+#, fuzzy
+msgid "_Offline Mode"
+msgstr "Офлајн/Исклучен"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
-msgstr "Директно (стандардно)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+#, fuzzy
+msgid "Enable networking (default)"
+msgstr "Сите мрежни поврзувања се оневозможени"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
-msgstr "Мост и Прокси"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
+msgstr "Оневозможување на целата мрежа"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
-msgstr "Офлајн/Исклучен"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
+msgstr "_Мрежно поврзување"
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
+msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr "_Небезбеден Прелистувач"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr "Овозможено"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr "Оневозможено (стандардно)"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr "Уклучено (стандардно)"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr "Уклучено"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr "Исклучено"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr "Исклучено (стандардно)"

@@ -683,7 +683,7 @@ msgid "Unlocking…"
msgstr "Отклучување..."

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr "Отклучи"

@@ -1126,7 +1126,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr "Уредот не можеше да биде отворен за впишување."

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -1154,11 +1154,11 @@ msgstr ""
"Преименувањето на вашата база на податоци во <i>Passwords.kdbx</i>ќе дозволи "
"<i>KeePassXC</i> да биде отворано автоматски во иднина."

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr "Преименување"

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr "Задржи го моменталното име"

@@ -1210,7 +1210,7 @@ msgid "Passphrase can't be empty"
msgstr "Полето за лозинка не може да биде празно"

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr "Покажи лозинка"

@@ -1421,7 +1421,8 @@ msgstr "Поставување на постојан простор на Tails"
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr "Грешка"

@@ -1820,6 +1821,7 @@ msgid "Set up a password to unlock the screen."
msgstr "Постави лозинка за да го отклучиш екранот."

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr "Лозинка"

@@ -1842,11 +1844,11 @@ msgid "Network card ${nic} disabled"
msgstr "Мрежната картичка ${nic} е оневозможена"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""
"MAC спуфирањето не успеа за мрежната картичка ${nic_name} (${nic}) па поради "
"тоа е привремено оневозможена.\n"
@@ -1858,11 +1860,11 @@ msgid "All networking disabled"
msgstr "Сите мрежни поврзувања се оневозможени"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""
"MAC спуфингот не успеа за мрежната картичка ${nic_name} (${nic}). Враќањето "
"на грешката исто така не успеа па целото мрежно поврзување беше "
@@ -1896,7 +1898,7 @@ msgstr ""
"Видете {manual_upgrade_url}"

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr "грешка:"

@@ -1927,11 +1929,49 @@ msgstr "Не појавувај повторно."
msgid "Learn More"
msgstr "Научи повеќе"

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+#, fuzzy
+msgid "Tor Connection"
+msgstr "_Мрежно поврзување"
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr "Треба да ги мигрирате вашите OpenPGP клучеви"

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
@@ -1942,23 +1982,24 @@ msgstr ""
"OpenPGP клучевите во <i>Thunderbird</i>, следете ги нашите инструкции за "
"миграција."

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr "_Отвори Инструкции за Миграција"

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr "_Мигрирај подоцна"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr "Tor не е подготвен"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr "Tor не е подготвен. Сепак да се стартува Tor прелистувачот? "

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr "Старување на Tor прелистувачот"

@@ -2144,11 +2185,11 @@ msgstr ""
msgid "Choose File Container"
msgstr "Избери контејнер датотека"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr "Стартувај го Небезбедниот Прелистувач?"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
@@ -2159,19 +2200,19 @@ msgstr ""
"Прелистувач за да се најавите на Најавувачки портал или да пребарувате "
"доверливи веб страни на локалната мрежа."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr "Стартување на Небезбеден прелистувач..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr "Ова може да потрае, ве молиме бидете трпеливи."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr "Исклучување на Небезбедниот прелистувач..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
msgid ""
"This may take a while, and you may not restart the Unsafe Browser until it "
"is properly shut down."
@@ -2179,17 +2220,17 @@ msgstr ""
"Ова може да потрае, и не треба повторно да го стартувате Небезбедниот "
"прелистувач се додека не е правилно исклучен."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr "Tor не се стартуваше повторно."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr "Небезбеден прелистувач"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -2204,7 +2245,7 @@ msgstr ""
"За секогаш да биде овозможен Небезбедниот Прелистувач, на Екранот за "
"Добредојде вклучете ја опцијата за Постојан Склад."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
msgid ""
"Another Unsafe Browser is currently running, or being cleaned up. Please "
"retry in a while."
@@ -2212,22 +2253,22 @@ msgstr ""
"Друг Небезбеден прелистувач работи во мометов, или е исчистен. Ве молиме "
"обидете се подоцна."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr "Не беше поставен chroot."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr "Прелистувачот не се конфигурираше."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
"network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr "Прелистувачот не се стартуваше."

@@ -2435,6 +2476,11 @@ msgstr ""
"Конфигурирај кои датотеки и конфигурација на апликација да бидат зачувани "
"помеѓу работните сесии"

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+#, fuzzy
+msgid "Connect Tails to the Tor network"
+msgstr "Поврзи се директно на Tor мрежата (стандардно)"
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr "Тор прелистувач"
@@ -2497,7 +2543,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr "Администраторска лозинка"

@@ -2524,16 +2570,18 @@ msgid "Disable"
msgstr "Оневозможи"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+#, fuzzy
+msgid "MAC Address Anonymization"
msgstr "Спуфинг на MAC адреса"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
+#, fuzzy
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""
"Спуфингот на MAC адресата го крие серискиот број на вашиот мрежен интерфејс "
"(Wi-Fi или жичен) од локалната мрежа. Спуфингот на MAC адресата генерално е "
@@ -2542,41 +2590,44 @@ msgstr ""
"сомнително. "

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+#, fuzzy
+msgid "Anonymize all MAC addresses (default)"
msgstr "Имитирај ги сите MAC адреси (стандардно)"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+#, fuzzy
+msgid "Don't anonymize MAC addresses"
msgstr "Не ги имитирај MAC адресите"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr "Конфигурирање на мрежа"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""
-"Ако вашето поврзување на Интернет е цензурирано, филтрирано, или е преку "
-"прокси можете да го конфигурирате Tor Мостот или локалното прокси. За да "
-"работите целосно офлајн, можете да ја оневозможите целата мрежа."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
-msgstr "Поврзи се директно на Tor мрежата (стандардно)"
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
-msgstr "Конфигурирај Tor мост или локално прокси"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+#, fuzzy
+msgid "Offline Mode"
+msgstr "Офлајн/Исклучен"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
-msgstr "Оневозможување на целата мрежа"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
+msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2595,11 +2646,11 @@ msgstr ""
"Небезбедниот Прелистувач не е анонимен и може да ве деанонимизира. Користете "
"го само за најавување на најавувачки портали."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr "Оневозможи го Небезбедниот Прелистувач (стандардно)"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr "Овозможи го Небезбедниот Прелистувач"

@@ -2607,48 +2658,40 @@ msgstr "Овозможи го Небезбедниот Прелистувач"
msgid "Settings were loaded from the persistent storage."
msgstr "Поставките беа вчитани од постојаниот склад."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-"Ќе го конфигирирате Tor мостот и локалното прокси подоцна откако ќе се "
-"поврзете на мрежа."
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr "Добредојдовте во Tails!"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr "Јазик и Регион"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr "Основни поставки"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr "Енкриптиран_Постојан склад"

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr "Внесете ја вашата лозинка за да го отклучите постојаниот склад"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr "Вашиот постојан скалд е отклучен. Повторно стартувајте го Tails. "

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr "_Дополнителни поставки"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr "Додади дополнителна поставка"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
@@ -2656,11 +2699,11 @@ msgstr ""
"Стандардните поставки се безбедни во повеќето ситуации. За да додадете "
"прилагодено поставување, притиснете го \"+\" копчето подолу."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr "Исклучување"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr "_Стартување на Tails"

@@ -2806,12 +2849,234 @@ msgstr "Испрати"
msgid "TrueCrypt/VeraCrypt container"
msgstr "TrueCrypt/VeraCrypt контејнер"

-#~ msgid "Synchronizing the system's clock"
-#~ msgstr "Синхронизирање на системскиот часовник"
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+#, fuzzy
+msgid "Configure a Tor bridge"
+msgstr "Конфигурирај Tor мост или локално прокси"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+#, fuzzy
+msgid "Failed to connect"
+msgstr "Не додаде контејнер"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+#, fuzzy
+msgid "Configure a _Proxy"
+msgstr "Конфигурирај"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+#, fuzzy
+msgid "Configure a _Bridge"
+msgstr "Конфигурирај"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "Сега можете да пристапите на Интернет."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+#, fuzzy
+msgid "Open Network Monitor"
+msgstr "Конфигурирање на мрежа"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+#, fuzzy
+msgid "View Tor Circuits"
+msgstr "Отвори Onion кругови"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+#, fuzzy
+msgid "Reset Tor Connection"
+msgstr "_Мрежно поврзување"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+#, fuzzy
+msgid "Username"
+msgstr "Преименување"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "Tor е подготвен"
+
+#~ msgid "You can now access the Internet."
+#~ msgstr "Сега можете да пристапите на Интернет."
+
+#~ msgid "Direct (default)"
+#~ msgstr "Директно (стандардно)"
+
+#~ msgid "Bridge & Proxy"
+#~ msgstr "Мост и Прокси"

#~ msgid ""
-#~ "Tor needs an accurate clock to work properly, especially for Onion "
-#~ "Services. Please wait..."
+#~ "If your Internet connection is censored, filtered, or proxied you can "
+#~ "configure a Tor bridge or a local proxy. To work completely offline, you "
+#~ "can disable all networking."
#~ msgstr ""
-#~ "На Tor му е потребен точен часовник за да работи правилно, најмногу за "
-#~ "Onion Услугите. Ве молиме почекајте..."
+#~ "Ако вашето поврзување на Интернет е цензурирано, филтрирано, или е преку "
+#~ "прокси можете да го конфигурирате Tor Мостот или локалното прокси. За да "
+#~ "работите целосно офлајн, можете да ја оневозможите целата мрежа."
+
+#~ msgid "Configure a Tor bridge or local proxy"
+#~ msgstr "Конфигурирај Tor мост или локално прокси"
+
+#~ msgid ""
+#~ "You will configure the Tor bridge and local proxy later on after "
+#~ "connecting to a network."
+#~ msgstr ""
+#~ "Ќе го конфигирирате Tor мостот и локалното прокси подоцна откако ќе се "
+#~ "поврзете на мрежа."
+
+#, fuzzy
+#~ msgid "Learn more about Tor bridges"
+#~ msgstr "Научи повеќе за Tails"
diff --git a/po/nl.po b/po/nl.po
index cf41a39c9f..3ec5588aed 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -37,9 +37,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-03-22 09:16+0000\n"
-"Last-Translator: Thomas De Rocker\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-19 09:15+0000\n"
+"Last-Translator: Transifex Bot <>\n"
"Language-Team: Dutch (http://www.transifex.com/otf/torproject/language/nl/)\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
@@ -47,14 +47,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "Tor is gereed"
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr "U hebt nu toegang tot het internet."
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -121,12 +113,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr "Wilt u Electrum alsnog starten?"

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr "_Starten"

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr "_Afsluiten"

@@ -494,7 +486,7 @@ msgstr ""
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr "Annuleren"

@@ -511,50 +503,57 @@ msgid "_Administration Password"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+msgid "_MAC Address Anonymization"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
-msgstr "_Netwerkverbinding"
+#, fuzzy
+msgid "_Offline Mode"
+msgstr "Offline"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+msgid "Enable networking (default)"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
-msgstr "Offline"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
+msgstr "_Netwerkverbinding"
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
+msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr "Aan"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr "Uit"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr ""

@@ -595,7 +594,7 @@ msgid "Unlocking…"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr ""

@@ -998,7 +997,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -1014,11 +1013,11 @@ msgid ""
"to open it automatically in the future."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr "Hernoemen"

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr ""

@@ -1063,7 +1062,7 @@ msgid "Passphrase can't be empty"
msgstr ""

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr ""

@@ -1268,7 +1267,8 @@ msgstr ""
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr ""

@@ -1628,6 +1628,7 @@ msgid "Set up a password to unlock the screen."
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr ""

@@ -1652,9 +1653,9 @@ msgstr ""
#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
#, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:66
@@ -1664,9 +1665,9 @@ msgstr ""
#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
#, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:36
@@ -1684,7 +1685,7 @@ msgid ""
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr ""

@@ -1712,34 +1713,73 @@ msgstr ""
msgid "Learn More"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+#, fuzzy
+msgid "Tor Connection"
+msgstr "_Netwerkverbinding"
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
"<i>Thunderbird</i>, follow our migration instructions."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr ""

@@ -1914,46 +1954,46 @@ msgstr ""
msgid "Choose File Container"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr "De Onveilige Browser starten?"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
"captive portal or browse trusted web pages on the local network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
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
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -1962,28 +2002,28 @@ msgid ""
"the Persistent Storage."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
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:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
"network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr ""

@@ -2166,6 +2206,10 @@ msgid ""
"working sessions"
msgstr ""

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+msgid "Connect Tails to the Tor network"
+msgstr ""
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr ""
@@ -2224,7 +2268,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr ""

@@ -2248,51 +2292,55 @@ msgid "Disable"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+msgid "MAC Address Anonymization"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+msgid "Anonymize all MAC addresses (default)"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+msgid "Don't anonymize MAC addresses"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr "Netwerkconfiguratie"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
-msgstr ""
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+#, fuzzy
+msgid "Offline Mode"
+msgstr "Offline"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2304,11 +2352,11 @@ msgid ""
"log in to captive portals."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr ""

@@ -2316,56 +2364,50 @@ msgstr ""
msgid "Settings were loaded from the persistent storage."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr ""

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr ""

@@ -2489,3 +2531,203 @@ msgstr ""
#: ../config/chroot_local-includes/usr/local/share/mime/packages/unlock-veracrypt-volumes.xml.in.h:1
msgid "TrueCrypt/VeraCrypt container"
msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+msgid "Configure a Tor bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+msgid "Failed to connect"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+#, fuzzy
+msgid "Configure a _Proxy"
+msgstr "Configureren"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+#, fuzzy
+msgid "Configure a _Bridge"
+msgstr "Configureren"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "U hebt nu toegang tot het internet."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+#, fuzzy
+msgid "Open Network Monitor"
+msgstr "Netwerkconfiguratie"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+msgid "View Tor Circuits"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+#, fuzzy
+msgid "Reset Tor Connection"
+msgstr "_Netwerkverbinding"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+#, fuzzy
+msgid "Username"
+msgstr "Hernoemen"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "Tor is gereed"
+
+#~ msgid "You can now access the Internet."
+#~ msgstr "U hebt nu toegang tot het internet."
diff --git a/po/pl.po b/po/pl.po
index d3b839b9db..e98719f318 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -19,6 +19,7 @@
# Jarek Kaczynski, 2021
# Konrad W <360kon@???>, 2019
# Marcin S <dzidek1003@???>, 2018,2021
+# No Ne, 2021
# oirpos <kuba2707@???>, 2015
# phla47 <phla47@???>, 2013
# sebx, 2013-2015
@@ -28,9 +29,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-04-02 17:28+0000\n"
-"Last-Translator: Jarek Kaczynski\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-19 16:08+0000\n"
+"Last-Translator: No Ne\n"
"Language-Team: Polish (http://www.transifex.com/otf/torproject/language/"
"pl/)\n"
"Language: pl\n"
@@ -41,14 +42,6 @@ msgstr ""
"%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"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "Tor jest gotowy"
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr "Teraz możesz uzyskać dostęp do Internetu."
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -115,12 +108,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr ""

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr ""

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr ""

@@ -498,7 +491,7 @@ msgstr ""
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr ""

@@ -515,50 +508,56 @@ msgid "_Administration Password"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+msgid "_MAC Address Anonymization"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
+msgid "_Offline Mode"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+msgid "Enable networking (default)"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr ""

@@ -599,7 +598,7 @@ msgid "Unlocking…"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr ""

@@ -1002,7 +1001,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -1018,11 +1017,11 @@ msgid ""
"to open it automatically in the future."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr ""

@@ -1067,7 +1066,7 @@ msgid "Passphrase can't be empty"
msgstr ""

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr ""

@@ -1272,7 +1271,8 @@ msgstr ""
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr ""

@@ -1636,6 +1636,7 @@ msgid "Set up a password to unlock the screen."
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr ""

@@ -1660,9 +1661,9 @@ msgstr ""
#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
#, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:66
@@ -1672,9 +1673,9 @@ msgstr ""
#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
#, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:36
@@ -1692,7 +1693,7 @@ msgid ""
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr ""

@@ -1720,34 +1721,72 @@ msgstr ""
msgid "Learn More"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+msgid "Tor Connection"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
"<i>Thunderbird</i>, follow our migration instructions."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr ""

@@ -1922,46 +1961,46 @@ msgstr ""
msgid "Choose File Container"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
"captive portal or browse trusted web pages on the local network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
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
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -1970,28 +2009,28 @@ msgid ""
"the Persistent Storage."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
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:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
"network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr ""

@@ -2174,6 +2213,10 @@ msgid ""
"working sessions"
msgstr ""

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+msgid "Connect Tails to the Tor network"
+msgstr ""
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr ""
@@ -2232,7 +2275,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr ""

@@ -2256,51 +2299,54 @@ msgid "Disable"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+msgid "MAC Address Anonymization"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+msgid "Anonymize all MAC addresses (default)"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+msgid "Don't anonymize MAC addresses"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+msgid "Offline Mode"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2312,11 +2358,11 @@ msgid ""
"log in to captive portals."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr ""

@@ -2324,56 +2370,50 @@ msgstr ""
msgid "Settings were loaded from the persistent storage."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr ""

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr ""

@@ -2497,3 +2537,198 @@ msgstr ""
#: ../config/chroot_local-includes/usr/local/share/mime/packages/unlock-veracrypt-volumes.xml.in.h:1
msgid "TrueCrypt/VeraCrypt container"
msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+msgid "Configure a Tor bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+msgid "Failed to connect"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+msgid "Configure a _Proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+msgid "Configure a _Bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "Teraz możesz uzyskać dostęp do Internetu."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+msgid "Open Network Monitor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+msgid "View Tor Circuits"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+msgid "Reset Tor Connection"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+msgid "Username"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "Tor jest gotowy"
+
+#~ msgid "You can now access the Internet."
+#~ msgstr "Teraz możesz uzyskać dostęp do Internetu."
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 18b539a1ca..35b394281d 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -35,8 +35,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-04-09 19:15+0000\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-21 21:35+0000\n"
"Last-Translator: Eduardo Addad de Oliveira <eduardoaddad@???>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/otf/torproject/"
"language/pt_BR/)\n"
@@ -46,14 +46,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "O Tor está pronto"
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr "A partir de agora você pode acessar a Internet."
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -131,12 +123,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr "Você deseja iniciar o Electrum assim mesmo?"

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr "_Lançar"

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr "_Saída"

@@ -504,7 +496,7 @@ msgstr "Configurações Adicionais"
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr "Cancelar"

@@ -521,50 +513,59 @@ msgid "_Administration Password"
msgstr "_Senha de Administração"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
-msgstr ""
+#, fuzzy
+msgid "_MAC Address Anonymization"
+msgstr "_Mascaragem de endereços MAC"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
-msgstr ""
+#, fuzzy
+msgid "_Offline Mode"
+msgstr "Offline"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
-msgstr ""
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+#, fuzzy
+msgid "Enable networking (default)"
+msgstr "Todas as redes foram desabilitadas"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
-msgstr "Ponte & Proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
+msgstr "Desativar toda conexão de rede"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
-msgstr "Offline"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
+msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr ""

@@ -605,7 +606,7 @@ msgid "Unlocking…"
msgstr "Desbloqueando..."

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr "Desbloquear"

@@ -1010,7 +1011,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -1026,11 +1027,11 @@ msgid ""
"to open it automatically in the future."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr ""

@@ -1075,7 +1076,7 @@ msgid "Passphrase can't be empty"
msgstr ""

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr ""

@@ -1280,7 +1281,8 @@ msgstr ""
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr "Erro"

@@ -1642,6 +1644,7 @@ msgid "Set up a password to unlock the screen."
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr "Senha"

@@ -1664,11 +1667,11 @@ msgid "Network card ${nic} disabled"
msgstr "Placa de rede ${nic} desabilitada"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""
"A máscara de identidade MAC falhou para a placa de rede ${nic_name} "
"(${nic}), portanto, ela está temporariamente desabilitada.\n"
@@ -1680,11 +1683,11 @@ msgid "All networking disabled"
msgstr "Todas as redes foram desabilitadas"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""
"A máscara de identidade MAC falhou para a placa de rede ${nic_name} "
"(${nic}). A recuperação do erro também falhou, portanto, toda a navegação "
@@ -1707,7 +1710,7 @@ msgid ""
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr "erro:"

@@ -1739,34 +1742,72 @@ msgstr ""
msgid "Learn More"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+msgid "Tor Connection"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
"<i>Thunderbird</i>, follow our migration instructions."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr "O Tor não está pronto"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr "O Tor não está pronto. Iniciar o Navegador Tor assim mesmo?"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr "Iniciar o Navegador Tor"

@@ -1941,30 +1982,30 @@ msgstr ""
msgid "Choose File Container"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
"captive portal or browse trusted web pages on the local network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr "Iniciando o Navegador não-confiável..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr "Isto pode demorar um pouco; por favor, seja paciente."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr "Encerrando o Navegador não-confiável..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
msgid ""
"This may take a while, and you may not restart the Unsafe Browser until it "
"is properly shut down."
@@ -1972,17 +2013,17 @@ msgstr ""
"Isto pode demorar um pouco e você não poderá reiniciar o Navegador não-"
"confiável até que ele seja encerrado adequadamente."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr "Falha ao reiniciar o Tor."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr "Navegador não-confiável"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -1991,7 +2032,7 @@ msgid ""
"the Persistent Storage."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
msgid ""
"Another Unsafe Browser is currently running, or being cleaned up. Please "
"retry in a while."
@@ -1999,22 +2040,22 @@ msgstr ""
"Um outro Navegador não-confiável está atualmente em execução ou sendo limpo. "
"Por favor, tente novamente mais tarde."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr "Falha ao configurar chroot."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr "Falha ao configurar o navegador."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
"network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr "Falha ao executar o navegador."

@@ -2197,6 +2238,11 @@ msgid ""
"working sessions"
msgstr ""

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+#, fuzzy
+msgid "Connect Tails to the Tor network"
+msgstr "Conectar-se diretamente à rede Tor (padrão)"
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr "Navegador Tor"
@@ -2255,7 +2301,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr "Senha de Administração"

@@ -2283,16 +2329,18 @@ msgid "Disable"
msgstr "Desabilitar"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+#, fuzzy
+msgid "MAC Address Anonymization"
msgstr "_Mascaragem de endereços MAC"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
+#, fuzzy
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""
"A Mascaragem de endereços MAC ocultará da rede local o número de série da "
"sua interface de rede (Wi-Fi ou cabo). Mascarar endereços MAC é em geral "
@@ -2300,41 +2348,44 @@ msgstr ""
"essa opção pode gerar problemas de conexão ou parecer suspeita."

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+#, fuzzy
+msgid "Anonymize all MAC addresses (default)"
msgstr "Mascarar todos os endereços MAC (padrão)"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+#, fuzzy
+msgid "Don't anonymize MAC addresses"
msgstr "Não mascarar endereços MAC"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr "Configuração de Rede"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""
-"Se a sua conexão de Internet estiver censurada, filtrada ou sob proxy, você "
-"pode configurar uma ponte Tor ou um proxy local. Para trabalhar totalmente "
-"offline, é preciso desabilitar toda conexão de rede."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
-msgstr "Conectar-se diretamente à rede Tor (padrão)"
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
-msgstr "Configurar uma ponte Tor ou um proxy local"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+#, fuzzy
+msgid "Offline Mode"
+msgstr "Offline"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
-msgstr "Desativar toda conexão de rede"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
+msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2346,11 +2397,11 @@ msgid ""
"log in to captive portals."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr ""

@@ -2358,52 +2409,44 @@ msgstr ""
msgid "Settings were loaded from the persistent storage."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-"Você irá configurar uma ponte Tor e um proxy local após conectar-se a uma "
-"rede."
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr "Boas-vindas ao Tails!"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr "Idioma & Região"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr "Configurações-Padrão"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr "Criptografado_ Armazenamento Persistente"

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr ""
"Inserir a sua frase secreta para abrir o dispositivo de armazenamento "
"persistente"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr ""
"O seu volume de armazenamento persistente está aberto. Reiniciar Tails para "
"bloqueá-lo novamente."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr "_Configurações Adicionais"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr "Adicionar uma configuração adicional"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
@@ -2411,11 +2454,11 @@ msgstr ""
"As configurações padrão são seguras na maioria dos casos. Para outras "
"configurações personalizadas, clique na tecla \"+\" abaixo."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr "Encerrar"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr ""

@@ -2540,5 +2583,228 @@ msgstr ""
msgid "TrueCrypt/VeraCrypt container"
msgstr ""

-#~ msgid "Synchronizing the system's clock"
-#~ msgstr "Sincronizando o relógio do sistema"
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+#, fuzzy
+msgid "Configure a Tor bridge"
+msgstr "Configurar uma ponte Tor ou um proxy local"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+#, fuzzy
+msgid "Failed to connect"
+msgstr "Falha ao configurar chroot."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+#, fuzzy
+msgid "Configure a _Proxy"
+msgstr "Ponte & Proxy"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+#, fuzzy
+msgid "Configure a _Bridge"
+msgstr "Configurar uma ponte Tor ou um proxy local"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "A partir de agora você pode acessar a Internet."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+#, fuzzy
+msgid "Open Network Monitor"
+msgstr "Configuração de Rede"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+msgid "View Tor Circuits"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+msgid "Reset Tor Connection"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+msgid "Username"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "O Tor está pronto"
+
+#~ msgid "You can now access the Internet."
+#~ msgstr "A partir de agora você pode acessar a Internet."
+
+#~ msgid "Bridge & Proxy"
+#~ msgstr "Ponte & Proxy"
+
+#~ msgid ""
+#~ "If your Internet connection is censored, filtered, or proxied you can "
+#~ "configure a Tor bridge or a local proxy. To work completely offline, you "
+#~ "can disable all networking."
+#~ msgstr ""
+#~ "Se a sua conexão de Internet estiver censurada, filtrada ou sob proxy, "
+#~ "você pode configurar uma ponte Tor ou um proxy local. Para trabalhar "
+#~ "totalmente offline, é preciso desabilitar toda conexão de rede."
+
+#~ msgid "Configure a Tor bridge or local proxy"
+#~ msgstr "Configurar uma ponte Tor ou um proxy local"
+
+#~ msgid ""
+#~ "You will configure the Tor bridge and local proxy later on after "
+#~ "connecting to a network."
+#~ msgstr ""
+#~ "Você irá configurar uma ponte Tor e um proxy local após conectar-se a uma "
+#~ "rede."
+
+#, fuzzy
+#~ msgid "Learn more about Tor bridges"
+#~ msgstr "Saiba mais sobre o Tails"
diff --git a/po/pt_PT.po b/po/pt_PT.po
index 3986a9e29d..ed7846f81b 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -14,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-03-22 09:16+0000\n"
-"Last-Translator: Manuela Silva <manuelarodsilva@???>\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-19 09:15+0000\n"
+"Last-Translator: Transifex Bot <>\n"
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/otf/"
"torproject/language/pt_PT/)\n"
"Language: pt_PT\n"
@@ -25,14 +25,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "Tor está pronto"
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr "Agora pode aceder à Internet."
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -99,12 +91,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr ""

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr "_Iniciar"

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr "_Sair"

@@ -472,7 +464,7 @@ msgstr "Definições Adicionais"
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr "Cancelar"

@@ -489,50 +481,57 @@ msgid "_Administration Password"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+msgid "_MAC Address Anonymization"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
+msgid "_Offline Mode"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
-msgstr ""
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+#, fuzzy
+msgid "Enable networking (default)"
+msgstr "Toda a rede desativada"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr ""

@@ -573,7 +572,7 @@ msgid "Unlocking…"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr ""

@@ -976,7 +975,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -992,11 +991,11 @@ msgid ""
"to open it automatically in the future."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr ""

@@ -1041,7 +1040,7 @@ msgid "Passphrase can't be empty"
msgstr ""

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr ""

@@ -1246,7 +1245,8 @@ msgstr ""
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr "Erro"

@@ -1610,6 +1610,7 @@ msgid "Set up a password to unlock the screen."
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr ""

@@ -1634,9 +1635,9 @@ msgstr "Placa de rede ${nic} desativada"
#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
#, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:66
@@ -1646,9 +1647,9 @@ msgstr "Toda a rede desativada"
#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
#, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:36
@@ -1666,7 +1667,7 @@ msgid ""
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr "erro:"

@@ -1694,34 +1695,72 @@ msgstr ""
msgid "Learn More"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+msgid "Tor Connection"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
"<i>Thunderbird</i>, follow our migration instructions."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr "O Tor não está pronto"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr "O Tor não está pronto. Mesmo assim, iniciar o Tor Browser?"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr "Iniciar o Tor Browser"

@@ -1896,46 +1935,46 @@ msgstr ""
msgid "Choose File Container"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
"captive portal or browse trusted web pages on the local network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr "A iniciar o Navegador Inseguro..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr "Isto poderá demorar algum tempo, por favor, seja paciente."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr "A encerrar o Navegador Inseguro..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
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
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr "Não foi possível reiniciar o Tor:"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr "Navegador Inseguro"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -1944,28 +1983,28 @@ msgid ""
"the Persistent Storage."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
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:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr "Não foi possível configurar o chroot."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
"network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr ""

@@ -2148,6 +2187,10 @@ msgid ""
"working sessions"
msgstr ""

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+msgid "Connect Tails to the Tor network"
+msgstr ""
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr "Tor Browser"
@@ -2206,7 +2249,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr ""

@@ -2230,51 +2273,54 @@ msgid "Disable"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+msgid "MAC Address Anonymization"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+msgid "Anonymize all MAC addresses (default)"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+msgid "Don't anonymize MAC addresses"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+msgid "Offline Mode"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2286,11 +2332,11 @@ msgid ""
"log in to captive portals."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr ""

@@ -2298,46 +2344,40 @@ msgstr ""
msgid "Settings were loaded from the persistent storage."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr "Definições Predefinidas"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr ""

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr "Definições _Adicionais"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr "Adicionar uma definição adicional"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
@@ -2345,11 +2385,11 @@ msgstr ""
"As definições predefinidas são seguras na maioria das situações. Para "
"adicionar uma definição personalizada, clique no botão abaixo \"+\"."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr ""

@@ -2474,5 +2514,202 @@ msgstr ""
msgid "TrueCrypt/VeraCrypt container"
msgstr ""

-#~ msgid "Synchronizing the system's clock"
-#~ msgstr "A sincronizar o relógio do sistema"
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+msgid "Configure a Tor bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+#, fuzzy
+msgid "Failed to connect"
+msgstr "Não foi possível configurar o chroot."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+msgid "Configure a _Proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+msgid "Configure a _Bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "Agora pode aceder à Internet."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+msgid "Open Network Monitor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+msgid "View Tor Circuits"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+msgid "Reset Tor Connection"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+msgid "Username"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "Tor está pronto"
+
+#~ msgid "You can now access the Internet."
+#~ msgstr "Agora pode aceder à Internet."
+
+#, fuzzy
+#~ msgid "Learn more about Tor bridges"
+#~ msgstr "Saber mais sobre Tails"
diff --git a/po/ro.po b/po/ro.po
index 0e25a9f7fc..14a5a0c5d0 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -26,9 +26,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-03-22 09:16+0000\n"
-"Last-Translator: IDRASSI Mounir <mounir.idrassi@???>\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-19 09:15+0000\n"
+"Last-Translator: Transifex Bot <>\n"
"Language-Team: Romanian (http://www.transifex.com/otf/torproject/language/"
"ro/)\n"
"Language: ro\n"
@@ -38,14 +38,6 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
"2:1));\n"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "Tor este pregătit"
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr "Acum puteți accesa Internetul."
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -141,12 +133,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr "Vrei să inițializezi Electrum oricum?"

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr "_Lansare"

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr "_Iesire"

@@ -519,7 +511,7 @@ msgstr ""
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr "Anulare"

@@ -536,50 +528,57 @@ msgid "_Administration Password"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+msgid "_MAC Address Anonymization"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
+msgid "_Offline Mode"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
-msgstr ""
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+#, fuzzy
+msgid "Enable networking (default)"
+msgstr "Toate rețelele sunt dezactivate"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr ""

@@ -620,7 +619,7 @@ msgid "Unlocking…"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr ""

@@ -1023,7 +1022,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -1039,11 +1038,11 @@ msgid ""
"to open it automatically in the future."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr ""

@@ -1088,7 +1087,7 @@ msgid "Passphrase can't be empty"
msgstr ""

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr ""

@@ -1293,7 +1292,8 @@ msgstr ""
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr "Eroare"

@@ -1682,6 +1682,7 @@ msgid "Set up a password to unlock the screen."
msgstr "Setați o parolă pentru a debloca ecranul."

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr "Parola"

@@ -1704,11 +1705,11 @@ msgid "Network card ${nic} disabled"
msgstr "Placa de rețea ${nic} dezactivată"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""
"Falsificarea adresei MAC nu a reușit pentru placa de rețea ${nic_name} "
"(${nic}) astfel aceasta este temporar dezactivată.\n"
@@ -1720,11 +1721,11 @@ msgid "All networking disabled"
msgstr "Toate rețelele sunt dezactivate"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""
"Falsificarea adresei MAC a eșuat pentru placa de rețea ${nic_name} (${nic}). "
"Și recuperarea erorii a eșuat de asemenea astfel încât toate rețelele sunt "
@@ -1748,7 +1749,7 @@ msgid ""
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr "eroare:"

@@ -1780,34 +1781,72 @@ msgstr ""
msgid "Learn More"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+msgid "Tor Connection"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
"<i>Thunderbird</i>, follow our migration instructions."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr "Tor nu este pregatit"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr "Tor nu este pregătit. Se pornește navigatorul Tor Browser oricum?"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr "Porniți Tor Browser"

@@ -1988,30 +2027,30 @@ msgstr ""
msgid "Choose File Container"
msgstr "Alegere Container de Fișiere"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
"captive portal or browse trusted web pages on the local network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr "Se pornește navigatorul neprotejat Unsafe Browser"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr "Ar putea dura ceva timp, vă rugăm să aveți putină rabdare. "

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr "Navigatorul neprotejat Unsafe Browser se închide..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
msgid ""
"This may take a while, and you may not restart the Unsafe Browser until it "
"is properly shut down."
@@ -2019,17 +2058,17 @@ msgstr ""
"Acest lucru poate dura ceva timp, nu reporniți navigatorul neprotejat Unsafe "
"Browser până ce nu este închis corespunzător."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr "Tor nu s-a putut reporni. "

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr "Navigatorul neprotejat Unsafe Browser"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -2038,7 +2077,7 @@ msgid ""
"the Persistent Storage."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
msgid ""
"Another Unsafe Browser is currently running, or being cleaned up. Please "
"retry in a while."
@@ -2046,22 +2085,22 @@ msgstr ""
"Un alt navigator Unsafe Browser este pornit sau în curs de închidere. "
"Reîncercați în câteva minute."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr "A eșuat configurarea chroot."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr "A eșuat configurarea navigatorului."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
"network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr "A eșuat rularea navigatorului."

@@ -2244,6 +2283,10 @@ msgid ""
"working sessions"
msgstr ""

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+msgid "Connect Tails to the Tor network"
+msgstr ""
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr "Tor Browser"
@@ -2306,7 +2349,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr ""

@@ -2330,51 +2373,54 @@ msgid "Disable"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+msgid "MAC Address Anonymization"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+msgid "Anonymize all MAC addresses (default)"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+msgid "Don't anonymize MAC addresses"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+msgid "Offline Mode"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2386,11 +2432,11 @@ msgid ""
"log in to captive portals."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr ""

@@ -2398,56 +2444,50 @@ msgstr ""
msgid "Settings were loaded from the persistent storage."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr ""

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr ""

@@ -2574,5 +2614,205 @@ msgstr ""
msgid "TrueCrypt/VeraCrypt container"
msgstr "Container TrueCrypt/VeraCrypt"

-#~ msgid "Synchronizing the system's clock"
-#~ msgstr "Se realizează sincronizarea cu ceasul sistemului"
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+msgid "Configure a Tor bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+#, fuzzy
+msgid "Failed to connect"
+msgstr "Adăugarea containerului a eșuat"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+#, fuzzy
+msgid "Configure a _Proxy"
+msgstr "Configurare"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+#, fuzzy
+msgid "Configure a _Bridge"
+msgstr "Configurare"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "Acum puteți accesa Internetul."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+msgid "Open Network Monitor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+#, fuzzy
+msgid "View Tor Circuits"
+msgstr "Circuite Onion Deschise"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+msgid "Reset Tor Connection"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+msgid "Username"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "Tor este pregătit"
+
+#~ msgid "You can now access the Internet."
+#~ msgstr "Acum puteți accesa Internetul."
+
+#, fuzzy
+#~ msgid "Learn more about Tor bridges"
+#~ msgstr "Învățați mai multe despre Tails"
diff --git a/po/sv.po b/po/sv.po
index 8808d1e771..90e7adf0bf 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -24,8 +24,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-03-23 17:19+0000\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-20 20:57+0000\n"
"Last-Translator: Jonatan Nyberg <jonatan.nyberg.karl@???>\n"
"Language-Team: Swedish (http://www.transifex.com/otf/torproject/language/"
"sv/)\n"
@@ -35,14 +35,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "Tor är redo"
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr "Du har nu tillgång till internet."
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -129,12 +121,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr "Vill du starta Electrum ändå?"

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr "_Starta"

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr "_Avsluta"

@@ -502,7 +494,7 @@ msgstr ""
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr "Avbryt"

@@ -519,50 +511,57 @@ msgid "_Administration Password"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+msgid "_MAC Address Anonymization"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
+msgid "_Offline Mode"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
-msgstr ""
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+#, fuzzy
+msgid "Enable networking (default)"
+msgstr "Alla nätverk inaktiverade"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr ""

@@ -603,7 +602,7 @@ msgid "Unlocking…"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr ""

@@ -1006,7 +1005,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -1022,11 +1021,11 @@ msgid ""
"to open it automatically in the future."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr ""

@@ -1071,7 +1070,7 @@ msgid "Passphrase can't be empty"
msgstr ""

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr ""

@@ -1276,7 +1275,8 @@ msgstr ""
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr "Fel"

@@ -1660,6 +1660,7 @@ msgid "Set up a password to unlock the screen."
msgstr "Ställ in ett lösenord för att låsa upp skärmen."

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr "Lösenord"

@@ -1682,11 +1683,11 @@ msgid "Network card ${nic} disabled"
msgstr "Nätverkskortet ${nic} inaktiverad"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""
"Det gick inte att fejka MAC för nätverkskort ${nic_name} (${nic}) så det har "
"temporärt inaktiverats.\n"
@@ -1697,11 +1698,11 @@ msgid "All networking disabled"
msgstr "Alla nätverk inaktiverade"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""
"Det gick inte att fejka MAC för nätverkskort ${nic_name} (${nic}). Dessutom "
"misslyckades felåterhämtningen, så alla nätverk har inaktiverats.\n"
@@ -1722,7 +1723,7 @@ msgid ""
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr "fel:"

@@ -1753,34 +1754,72 @@ msgstr ""
msgid "Learn More"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+msgid "Tor Connection"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
"<i>Thunderbird</i>, follow our migration instructions."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr "Tor är inte redo"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr "Tor är inte redo. Starta Tor Browser ändå?"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr "Starta Tor Browser"

@@ -1961,30 +2000,30 @@ msgstr ""
msgid "Choose File Container"
msgstr "Välj filbehållare"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
"captive portal or browse trusted web pages on the local network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr "Startar Osäker webbläsare..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr "Detta kan ta en liten stund, vänligen ha tålamod."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr "Stänger av Osäker webbläsare..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
msgid ""
"This may take a while, and you may not restart the Unsafe Browser until it "
"is properly shut down."
@@ -1992,17 +2031,17 @@ msgstr ""
"Detta kan ta en liten stund, och Osäker webbläsare kan inte startas på nytt "
"förrän den är helt nedstängd."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr "Det gick inte att starta om Tor."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr "Osäker webbläsare"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -2011,7 +2050,7 @@ msgid ""
"the Persistent Storage."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
msgid ""
"Another Unsafe Browser is currently running, or being cleaned up. Please "
"retry in a while."
@@ -2019,22 +2058,22 @@ msgstr ""
"En annan Osäker webbläsare är för närvarande igång eller på väg att stängas "
"av. Vänligen försök igen om en stund."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr "Det gick inte att ställa in chroot."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr "Det gick inte att konfigurera webbläsare."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
"network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr "Det gick inte att starta webbläsare."

@@ -2217,6 +2256,10 @@ msgid ""
"working sessions"
msgstr ""

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+msgid "Connect Tails to the Tor network"
+msgstr ""
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr "Tor Browser"
@@ -2279,7 +2322,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr ""

@@ -2303,51 +2346,54 @@ msgid "Disable"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+msgid "MAC Address Anonymization"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+msgid "Anonymize all MAC addresses (default)"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+msgid "Don't anonymize MAC addresses"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+msgid "Offline Mode"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2359,11 +2405,11 @@ msgid ""
"log in to captive portals."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr ""

@@ -2371,56 +2417,50 @@ msgstr ""
msgid "Settings were loaded from the persistent storage."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr ""

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr ""

@@ -2547,5 +2587,205 @@ msgstr ""
msgid "TrueCrypt/VeraCrypt container"
msgstr "TrueCrypt/VeraCrypt behållare"

-#~ msgid "Synchronizing the system's clock"
-#~ msgstr "Synkroniserar systemklockan"
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+msgid "Configure a Tor bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+#, fuzzy
+msgid "Failed to connect"
+msgstr "Det gick inte att lägga till behållare"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+#, fuzzy
+msgid "Configure a _Proxy"
+msgstr "Konfigurera"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+#, fuzzy
+msgid "Configure a _Bridge"
+msgstr "Konfigurera"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "Du har nu tillgång till internet."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+msgid "Open Network Monitor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+#, fuzzy
+msgid "View Tor Circuits"
+msgstr "Öppna Onion-kretsar"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+msgid "Reset Tor Connection"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+msgid "Username"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "Tor är redo"
+
+#~ msgid "You can now access the Internet."
+#~ msgstr "Du har nu tillgång till internet."
+
+#, fuzzy
+#~ msgid "Learn more about Tor bridges"
+#~ msgstr "Lär dig mer om Tails"
diff --git a/po/tails.pot b/po/tails.pot
index 09a50d346b..54f4569604 100644
--- a/po/tails.pot
+++ b/po/tails.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,14 +18,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr ""
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr ""
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -92,17 +84,17 @@ msgid "Do you want to start Electrum anyway?"
msgstr ""

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr ""

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr ""

#: config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/DownloadProgress.pm:59
-msgid "Unknow time"
+msgid "Unknown time"
msgstr ""

#. Translators: Don't translate {count}, it's a place holder and
@@ -465,7 +457,7 @@ msgstr ""
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr ""

@@ -482,50 +474,56 @@ msgid "_Administration Password"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+msgid "_MAC Address Anonymization"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
+msgid "_Offline Mode"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+msgid "Enable networking (default)"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr ""

@@ -566,7 +564,7 @@ msgid "Unlocking…"
msgstr ""

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr ""

@@ -969,7 +967,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -985,11 +983,11 @@ msgid ""
"to open it automatically in the future."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr ""

@@ -1034,7 +1032,7 @@ msgid "Passphrase can't be empty"
msgstr ""

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr ""

@@ -1239,7 +1237,8 @@ msgstr ""
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr ""

@@ -1599,6 +1598,7 @@ msgid "Set up a password to unlock the screen."
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr ""

@@ -1623,9 +1623,9 @@ msgstr ""
#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
#, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:66
@@ -1635,9 +1635,9 @@ msgstr ""
#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
#, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:36
@@ -1655,7 +1655,7 @@ msgid ""
msgstr ""

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr ""

@@ -1683,34 +1683,72 @@ msgstr ""
msgid "Learn More"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+msgid "Tor Connection"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
"<i>Thunderbird</i>, follow our migration instructions."
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr ""

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr ""

@@ -1885,46 +1923,46 @@ msgstr ""
msgid "Choose File Container"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
"captive portal or browse trusted web pages on the local network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
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
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -1933,28 +1971,28 @@ msgid ""
"the Persistent Storage."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
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:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
"network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr ""

@@ -2137,6 +2175,10 @@ msgid ""
"working sessions"
msgstr ""

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+msgid "Connect Tails to the Tor network"
+msgstr ""
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr ""
@@ -2195,7 +2237,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr ""

@@ -2219,51 +2261,54 @@ msgid "Disable"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+msgid "MAC Address Anonymization"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+msgid "Anonymize all MAC addresses (default)"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+msgid "Don't anonymize MAC addresses"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+msgid "Offline Mode"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2275,11 +2320,11 @@ msgid ""
"log in to captive portals."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr ""

@@ -2287,56 +2332,50 @@ msgstr ""
msgid "Settings were loaded from the persistent storage."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr ""

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr ""

@@ -2460,3 +2499,191 @@ msgstr ""
#: ../config/chroot_local-includes/usr/local/share/mime/packages/unlock-veracrypt-volumes.xml.in.h:1
msgid "TrueCrypt/VeraCrypt container"
msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+msgid "Configure a Tor bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+msgid "Failed to connect"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+msgid "Configure a _Proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+msgid "Configure a _Bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+msgid "You have access to the Internet"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+msgid "Open Network Monitor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+msgid "View Tor Circuits"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+msgid "Reset Tor Connection"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+msgid "Username"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
diff --git a/po/tr.po b/po/tr.po
index 8e97c44f89..dc80599f08 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -32,8 +32,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-03-24 07:28+0000\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-19 18:58+0000\n"
"Last-Translator: Kaya Zeren <kayazeren@???>\n"
"Language-Team: Turkish (http://www.transifex.com/otf/torproject/language/"
"tr/)\n"
@@ -43,14 +43,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "Tor hazır"
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr "Artık İnternet'e erişebilirsiniz."
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -144,12 +136,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr "Electrum yine de başlatılsın mı?"

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr "_Başlat"

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr "Çı_kış"

@@ -257,9 +249,8 @@ msgstr ""
"tails/website/doc/upgrade/error/check.en.html adresine bakabilirsiniz."

#: config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm:304
-#, fuzzy
msgid "Error while downloading the signing key"
-msgstr "İmzalama anahtarı güncellenirken sorun çıktı"
+msgstr "İmzalama anahtarı indirilirken sorun çıktı"

#: config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm:316
msgid "Error while updating the signing key"
@@ -584,7 +575,7 @@ msgstr "Ek Ayarlar"
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr "İptal"

@@ -601,50 +592,59 @@ msgid "_Administration Password"
msgstr "_Yönetim Parolası"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+#, fuzzy
+msgid "_MAC Address Anonymization"
msgstr "_MAC Adresi Yanıltması"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
-msgstr "_Ağ Bağlantısı"
+#, fuzzy
+msgid "_Offline Mode"
+msgstr "Çevrimdışı"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
-msgstr "Doğrudan (varsayılan)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+#, fuzzy
+msgid "Enable networking (default)"
+msgstr "Tüm ağ devre dışı"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
-msgstr "Köprü ve Vekil Sunucu"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
+msgstr "Tüm ağ devre dışı bırakılsın"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
-msgstr "Çevrimdışı"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
+msgstr "_Ağ Bağlantısı"
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
+msgstr ""

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr "_Unsafe Browser"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr "Etkin"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr "Devre dışı (varsayılan)"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr "Açık (varsayılan)"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr "Açık"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr "Kapalı"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr "Kapalı (varsayılan)"

@@ -696,7 +696,7 @@ msgid "Unlocking…"
msgstr "Kilit açılıyor..."

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr "Kilidi Aç"

@@ -1133,7 +1133,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr "Aygıt yazılmak üzere açılamadı."

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -1161,11 +1161,11 @@ msgstr ""
"Veritabanınız <i>Passwords.kdbx</i> olarak yeniden adlandırıldığında "
"<i>KeePassXC</i> tarafından otomatik olarak açılabilir."

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr "Yeniden Adlandır"

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr "Geçerli ad korunsun"

@@ -1217,7 +1217,7 @@ msgid "Passphrase can't be empty"
msgstr "Parola boş bırakılamaz"

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr "Parola Görüntülensin"

@@ -1428,7 +1428,8 @@ msgstr "Tails kalıcı depolama birimini kur"
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr "Hata"

@@ -1824,6 +1825,7 @@ msgid "Set up a password to unlock the screen."
msgstr "Ekran kilidini açmak için bir parola ayarlayın."

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr "Parola"

@@ -1846,11 +1848,11 @@ msgid "Network card ${nic} disabled"
msgstr "${nic} ağ kartı devre dışı"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""
"${nic_name} (${nic}) ağ kartı için MAC maskelemesi başarısız bu yüzden "
"geçici olarak devre dışı bırakıldı.\n"
@@ -1861,11 +1863,11 @@ msgid "All networking disabled"
msgstr "Tüm ağ devre dışı"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""
"${nic_name} (${nic}) ağ kartı için MAC maskelemesi başarısız. Ayrıca bu "
"hatanın kurtarılma girişimi de başarısız dolayısıyla tüm ağ devre dışı.\n"
@@ -1897,7 +1899,7 @@ msgstr ""
"Bilgiler: {manual_upgrade_url}"

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr "hata:"

@@ -1928,11 +1930,49 @@ msgstr "Yeniden Gösterme"
msgid "Learn More"
msgstr "Ayrıntılı Bilgi Alın"

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+#, fuzzy
+msgid "Tor Connection"
+msgstr "_Ağ Bağlantısı"
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr "OpenPGP anahtarlarınızı aktarmanız gerekli"

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
@@ -1942,23 +1982,24 @@ msgstr ""
"eklentisini kullanıyor. OpenPGP anahtarlarınızı <i>Thunderbird</i> ile "
"kullanmayı sürdürmek için aktarma yönergelerimizi izleyin."

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr "_Aktarma Yönergelerini Aç"

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr "_Sonra Aktar"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr "Tor hazır değil"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr "Tor hazır değil. Gene de Tor Browser başlatılsın mı?"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr "Tor Browser Başlatılsın"

@@ -2143,11 +2184,11 @@ msgstr ""
msgid "Choose File Container"
msgstr "Dosya Kapsayıcısını Seçin"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr "Güvenli Olmayan Tarayıcı başlatılsın mı?"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
@@ -2158,19 +2199,19 @@ msgstr ""
"yalnız internet bağlantısı kurmak için oturum açma sayfasına erişmek ya da "
"yerel ağınızdaki güvenilir web siteleri için kullanın. "

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr "Güvenli Olmayan Tarayıcı başlatılıyor..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr "Bu işlem biraz zaman alabilir, lütfen sabırlı olun."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr "Güvenli Olmayan Tarayıcı kapatılıyor..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
msgid ""
"This may take a while, and you may not restart the Unsafe Browser until it "
"is properly shut down."
@@ -2178,17 +2219,17 @@ msgstr ""
"Bu işlem biraz zaman alabilir. Güvenli Olmayan Tarayıcı düzgün kapatılmadan "
"yeniden başlatamayabilirsiniz."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr "Tor yeniden başlatılamadı."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr "Güvenli Olmayan Tarayıcı"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -2203,7 +2244,7 @@ msgstr ""
"Güvenli Olmayan Tarayıcıyı kalıcı olarak etkinleştirmek için, Kalıcı "
"Depolama Biriminde Hoş Geldiniz Ekranı özelliğini açın."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
msgid ""
"Another Unsafe Browser is currently running, or being cleaned up. Please "
"retry in a while."
@@ -2211,15 +2252,15 @@ msgstr ""
"Şu anda başka bir Güvenli Olmayan Tarayıcı çalışıyor ya da temizleniyor. "
"Lütfen bir süre sonra yeniden deneyin."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr "chroot kurulamadı."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr "Tarayıcıyı ayarlanamadı."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
@@ -2229,7 +2270,7 @@ msgstr ""
"Tarayıcıyı başlatabilmek için öncelikle bir Wi-Fi, kablo ya da mobil ağı ile "
"bağlantı kurmalısınız."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr "Tarayıcıyı çalıştırılamadı."

@@ -2431,6 +2472,11 @@ msgstr ""
"Çalışma oturumları arasında kaydedilecek dosya ve uygulama ayarlarını "
"yapılandırır."

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+#, fuzzy
+msgid "Connect Tails to the Tor network"
+msgstr "Doğrudan Tor ağı ile bağlantı kurulsun (varsayılan)"
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr "Tor Browser"
@@ -2493,7 +2539,7 @@ msgstr ""

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr "Yönetici Parolası"

@@ -2519,16 +2565,18 @@ msgid "Disable"
msgstr "Devre Dışı Bırak"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+#, fuzzy
+msgid "MAC Address Anonymization"
msgstr "MAC Adresi Yanıltması"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
+#, fuzzy
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""
"MAC adreslerini yanıltması ağ kartlarınızın (Wi-Fİ ya da kablolu) seri "
"numarasını yerel ağlardan gizler. Bu özellik coğrafi konumunuzu gizlemenize "
@@ -2536,42 +2584,44 @@ msgstr ""
"bağlantı kurma sorunlarına ya da şüpheli olarak algılanmanıza yol açabilir."

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+#, fuzzy
+msgid "Anonymize all MAC addresses (default)"
msgstr "Tüm MAC adresleri yanıltılsın (varsayılan)"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+#, fuzzy
+msgid "Don't anonymize MAC addresses"
msgstr "MAC adresleri yanıltılmasın"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr "Ağ Yapılandırması"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""
-"İnternet bağlantınız sansürleniyor, süzülüyor ya da vekil sunucu "
-"kullanıyorsa, bir Tor köprüsü ya da yerel vekil sunucu "
-"yapılandırabilirsiniz. Tamamıyla çevrimdışı çalışmak için, tüm ağları devre "
-"dışı bırakabilirsiniz."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
-msgstr "Doğrudan Tor ağı ile bağlantı kurulsun (varsayılan)"
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
-msgstr "Bir Tor köprüsü ya da vekil sunucu yapılandır"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+#, fuzzy
+msgid "Offline Mode"
+msgstr "Çevrimdışı"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
-msgstr "Tüm ağ devre dışı bırakılsın"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
+msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2591,11 +2641,11 @@ msgstr ""
"Unsafe Browser anonim değildir ve kimliğinizin açığa çıkmasına neden "
"olabilir. O yüzden yalnız kısıtlama portallerine oturum açmak için kullanın."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr "Unsafe Browser kullanılmasın (varsayılan)"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr "Unsafe Browser kullanılsın (varsayılan)"

@@ -2603,50 +2653,42 @@ msgstr "Unsafe Browser kullanılsın (varsayılan)"
msgid "Settings were loaded from the persistent storage."
msgstr "Ayarlar kalıcı depolama biriminden yüklendi."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr ""
-"Bir ağ ile bağlantı kurduktan sonra Tor köprüsü ya da yerel vekil sunucu "
-"yapılandırmasını yapacaksınız."
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr "Tails Uygulamasına Hoş Geldiniz!"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr "Dil ve Bölge"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr "Varsayılan Ayarlar"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr "Şifreli _Kalıcı Depolama Birimi"

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr "Kalıcı depolama biriminin kilidini açmak için parolanızı yazın"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr ""
"Kalıcı depolama biriminin kilidi açıldı. Yeniden kilitlemek için Tails "
"uygulamasını yeniden başlatın."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr "_Ek Ayarlar"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr "Ek bir ayar ekle"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
@@ -2654,11 +2696,11 @@ msgstr ""
"Çoğu durum için varsayılan ayarları kullanmak güvenlidir. Özel bir ayar "
"eklemek için aşağıdaki \"+\" düğmesine tıklayın."

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr "Kapat"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr "Tails _Başlat"

@@ -2803,12 +2845,235 @@ msgstr "Gönder"
msgid "TrueCrypt/VeraCrypt container"
msgstr "TrueCrypt/VeraCrypt kapsayıcısı"

-#~ msgid "Synchronizing the system's clock"
-#~ msgstr "Sistem saati eşitleniyor "
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+#, fuzzy
+msgid "Configure a Tor bridge"
+msgstr "Bir Tor köprüsü ya da vekil sunucu yapılandır"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+#, fuzzy
+msgid "Failed to connect"
+msgstr "Kapsayıcı eklenemedi"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+#, fuzzy
+msgid "Configure a _Proxy"
+msgstr "Yapılandır"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+#, fuzzy
+msgid "Configure a _Bridge"
+msgstr "Yapılandır"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "Artık İnternet'e erişebilirsiniz."
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+#, fuzzy
+msgid "Open Network Monitor"
+msgstr "Ağ Yapılandırması"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+#, fuzzy
+msgid "View Tor Circuits"
+msgstr "Açık Onion Devreleri"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+#, fuzzy
+msgid "Reset Tor Connection"
+msgstr "_Ağ Bağlantısı"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+#, fuzzy
+msgid "Username"
+msgstr "Yeniden Adlandır"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "Tor hazır"
+
+#~ msgid "You can now access the Internet."
+#~ msgstr "Artık İnternet'e erişebilirsiniz."
+
+#~ msgid "Direct (default)"
+#~ msgstr "Doğrudan (varsayılan)"
+
+#~ msgid "Bridge & Proxy"
+#~ msgstr "Köprü ve Vekil Sunucu"

#~ msgid ""
-#~ "Tor needs an accurate clock to work properly, especially for Onion "
-#~ "Services. Please wait..."
+#~ "If your Internet connection is censored, filtered, or proxied you can "
+#~ "configure a Tor bridge or a local proxy. To work completely offline, you "
+#~ "can disable all networking."
#~ msgstr ""
-#~ "Tor uygulamasının düzgün çalışabilmesi için saatin doğru olması "
-#~ "önemlidir, özellikle Onion Hizmetleri için. Lütfen bekleyin..."
+#~ "İnternet bağlantınız sansürleniyor, süzülüyor ya da vekil sunucu "
+#~ "kullanıyorsa, bir Tor köprüsü ya da yerel vekil sunucu "
+#~ "yapılandırabilirsiniz. Tamamıyla çevrimdışı çalışmak için, tüm ağları "
+#~ "devre dışı bırakabilirsiniz."
+
+#~ msgid "Configure a Tor bridge or local proxy"
+#~ msgstr "Bir Tor köprüsü ya da vekil sunucu yapılandır"
+
+#~ msgid ""
+#~ "You will configure the Tor bridge and local proxy later on after "
+#~ "connecting to a network."
+#~ msgstr ""
+#~ "Bir ağ ile bağlantı kurduktan sonra Tor köprüsü ya da yerel vekil sunucu "
+#~ "yapılandırmasını yapacaksınız."
+
+#, fuzzy
+#~ msgid "Learn more about Tor bridges"
+#~ msgstr "Tails hakkında ayrıntılı bilgi alın"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 4b0b8df886..0f00bb7234 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -39,9 +39,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-19 08:20+0200\n"
-"PO-Revision-Date: 2021-03-27 15:21+0000\n"
-"Last-Translator: ff98sha\n"
+"POT-Creation-Date: 2021-05-06 13:08+0200\n"
+"PO-Revision-Date: 2021-04-19 09:15+0000\n"
+"Last-Translator: Transifex Bot <>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/otf/torproject/"
"language/zh_CN/)\n"
"Language: zh_CN\n"
@@ -50,14 +50,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"

-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:42
-msgid "Tor is ready"
-msgstr "Tor 已就绪"
-
-#: config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh:43
-msgid "You can now access the Internet."
-msgstr "你现在可以访问互联网了。"
-
#: config/chroot_local-includes/etc/whisperback/config.py:69
#, python-format
msgid ""
@@ -137,12 +129,12 @@ msgid "Do you want to start Electrum anyway?"
msgstr "您无论如何都要启动 Electrum 吗?"

#: config/chroot_local-includes/usr/local/bin/electrum:70
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:41
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:43
msgid "_Launch"
msgstr "启动(_L)"

#: config/chroot_local-includes/usr/local/bin/electrum:71
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:44
msgid "_Exit"
msgstr "退出(_E)"

@@ -243,9 +235,8 @@ msgstr ""
"check.en.html"

#: config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm:304
-#, fuzzy
msgid "Error while downloading the signing key"
-msgstr "当更新登录密钥时出现错误"
+msgstr ""

#: config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/Frontend.pm:316
msgid "Error while updating the signing key"
@@ -564,7 +555,7 @@ msgstr "额外设置"
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tails_installer/gui.py:581
#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:366
#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:119
-#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: config/chroot_local-includes/usr/local/bin/tor-browser:50
msgid "Cancel"
msgstr "取消"

@@ -581,50 +572,59 @@ msgid "_Administration Password"
msgstr "管理员密码(_A)"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
-msgid "_MAC Address Spoofing"
+#, fuzzy
+msgid "_MAC Address Anonymization"
msgstr "MAC 地址欺骗(_M)"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
-msgid "_Network Connection"
-msgstr "网络连接(_N)"
+#, fuzzy
+msgid "_Offline Mode"
+msgstr "脱机"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:259
-msgid "Direct (default)"
-msgstr "直接(默认)"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
+#, fuzzy
+msgid "Enable networking (default)"
+msgstr "所有网络已禁用"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:261
-msgid "Bridge & Proxy"
-msgstr "网桥和代理"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:459
+msgid "Disable all networking"
+msgstr "禁用所有网络"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:263
-msgid "Offline"
-msgstr "脱机"
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:316
+msgid "_Network Connection"
+msgstr "网络连接(_N)"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:333
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:324
+msgid "Obsolete"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:339
msgid "_Unsafe Browser"
msgstr "_不安全的浏览器(U)"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:342
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:348
msgid "Enabled"
msgstr "启用"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:344
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:350
msgid "Disabled (default)"
msgstr "已禁用(默认)"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:395
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
msgid "On (default)"
msgstr "开启(默认)"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:397
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:403
msgid "On"
msgstr "开"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:399
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:405
msgid "Off"
msgstr "关"

-#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:401
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:407
msgid "Off (default)"
msgstr "关闭(默认)"

@@ -676,7 +676,7 @@ msgid "Unlocking…"
msgstr "正在解锁…"

#: config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py:95
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:462
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
msgid "Unlock"
msgstr "解锁"

@@ -1099,7 +1099,7 @@ msgstr ""
msgid "Could not open device for writing."
msgstr "无法向设备中写入数据。"

-#: config/chroot_local-includes/usr/local/bin/keepassxc:15
+#: config/chroot_local-includes/usr/local/bin/keepassxc:17
#, sh-format
msgid ""
"<b><big>Do you want to rename your <i>KeePassXC</i> database?</big></b>\n"
@@ -1124,11 +1124,11 @@ msgstr ""
"如果把它重命名为 <i>Passwords.kdbx</i>,这样 <i>KeePassXC</i> 以后会自动打开"
"它。"

-#: config/chroot_local-includes/usr/local/bin/keepassxc:25
+#: config/chroot_local-includes/usr/local/bin/keepassxc:28
msgid "Rename"
msgstr "重命名"

-#: config/chroot_local-includes/usr/local/bin/keepassxc:26
+#: config/chroot_local-includes/usr/local/bin/keepassxc:30
msgid "Keep current name"
msgstr "保持当前名称"

@@ -1178,7 +1178,7 @@ msgid "Passphrase can't be empty"
msgstr "密码不能为空"

#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Step/Bootstrap.pm:226
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:394
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:326
msgid "Show Passphrase"
msgstr "显示密码"

@@ -1387,7 +1387,8 @@ msgstr "设置 Tails 永久卷"
#: config/chroot_local-includes/usr/src/persistence-setup/lib/Tails/Persistence/Setup.pm:491
#: config/chroot_local-includes/usr/src/perl5lib/lib/Tails/RunningSystem.pm:221
#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:77
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:29
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:228
msgid "Error"
msgstr "错误"

@@ -1759,6 +1760,7 @@ msgid "Set up a password to unlock the screen."
msgstr "设定解锁屏幕的密码"

#: config/chroot_local-includes/usr/local/bin/tails-screen-locker:149
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1169
msgid "Password"
msgstr "密码"

@@ -1781,11 +1783,11 @@ msgid "Network card ${nic} disabled"
msgstr "网卡 ${nic} 已禁用"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:57
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization failed for network card ${nic_name} (${nic}) so it "
+"is temporarily disabled.\n"
+"You might prefer to restart Tails and disable MAC address anonymization."
msgstr ""
"MAC 伪装失败,网卡 ${nic_name} (${nic}) 已暂时禁用。\n"
"您可能会选择重启 Tails 并禁用 MAC 伪装。"
@@ -1795,11 +1797,11 @@ msgid "All networking disabled"
msgstr "所有网络已禁用"

#: config/chroot_local-includes/usr/local/lib/tails-spoof-mac:67
-#, sh-format
+#, fuzzy, 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."
+"MAC address anonymization 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 address anonymization."
msgstr ""
"MAC 伪装对 ${nic_name} (${nic}) 失败。错误恢复也一同失败,所以所有网络已被禁"
"用。\n"
@@ -1829,7 +1831,7 @@ msgstr ""
"参阅: {manual_upgrade_url}"

#: config/chroot_local-includes/usr/local/bin/tails-upgrade-frontend-wrapper:76
-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:27
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:28
msgid "error:"
msgstr "错误:"

@@ -1859,11 +1861,49 @@ msgstr "不再显示"
msgid "Learn More"
msgstr "了解更多"

-#: config/chroot_local-includes/usr/local/bin/thunderbird:40
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/config.py:8
+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:1
+#, fuzzy
+msgid "Tor Connection"
+msgstr "网络连接(_N)"
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:166
+#, python-brace-format
+msgid "Invalid: {exception}"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:177
+msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:269
+msgid "Connecting to Tor without bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:275
+msgid "Connecting with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:282
+msgid "Connecting with custom bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:299
+msgid "Connecting to Tor with default bridges..."
+msgstr ""
+
+#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:364
+msgid ""
+"Connected to Tor successfully!\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored."
+msgstr ""
+
+#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
msgstr "你需要迁移你的 OpenPGP 密钥。"

-#: config/chroot_local-includes/usr/local/bin/thunderbird:42
+#: config/chroot_local-includes/usr/local/bin/thunderbird:43
msgid ""
"<i>Thunderbird</i> 78 now replaces the <i>Enigmail</i> extension with built-"
"in support for OpenPGP encryption. To continue using your OpenPGP keys in "
@@ -1872,23 +1912,24 @@ msgstr ""
"<i>Thunderbird</i>78 现在将<i>Enigmail</i>拓展替换为内置的 OpenPGP 加密支持。"
"为在 <i>Thunderbird</i>中继续使用你的 OpenPGP 密钥,请遵循我们的迁移指南。"

-#: config/chroot_local-includes/usr/local/bin/thunderbird:44
+#: config/chroot_local-includes/usr/local/bin/thunderbird:45
msgid "_Open Migration Instructions"
msgstr "_打开迁移指南"

-#: config/chroot_local-includes/usr/local/bin/thunderbird:45
+#: config/chroot_local-includes/usr/local/bin/thunderbird:46
msgid "_Migrate Later"
msgstr "_以后迁移"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:46
+#: config/chroot_local-includes/usr/local/bin/tor-browser:47
msgid "Tor is not ready"
msgstr "Tor 未就绪"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:47
+#: config/chroot_local-includes/usr/local/bin/tor-browser:48
msgid "Tor is not ready. Start Tor Browser anyway?"
msgstr "Tor 未就绪。确定启动 Tor 浏览器?"

-#: config/chroot_local-includes/usr/local/bin/tor-browser:48
+#: config/chroot_local-includes/usr/local/bin/tor-browser:49
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:993
msgid "Start Tor Browser"
msgstr "启动 Tor 浏览器"

@@ -2071,11 +2112,11 @@ msgstr ""
msgid "Choose File Container"
msgstr "选择文件容器"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
msgid "Launch the Unsafe Browser?"
msgstr "确认启动不安全的浏览器?"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:42
msgid ""
"The Unsafe Browser is not anonymous and the websites that you visit can see "
"your real IP address.\\n\\nOnly use the Unsafe Browser to log in to a "
@@ -2084,35 +2125,35 @@ msgstr ""
"不安全的浏览器不是匿名的,您访问的网站可以看见您的真实IP地址。只使用不安全的"
"浏览器登陆强制门户或浏览本地网络中受信用的网页。"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:54
msgid "Starting the Unsafe Browser..."
msgstr "正在启动非安全浏览器..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:55
msgid "This may take a while, so please be patient."
msgstr "可能需要一会儿,请稍等。"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:61
msgid "Shutting down the Unsafe Browser..."
msgstr "正在关闭非安全浏览器..."

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:62
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
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:74
msgid "Failed to restart Tor."
msgstr "无法重启 Tor。"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:88
#: ../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:510
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:512
msgid "Unsafe Browser"
msgstr "非安全浏览器"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:90
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:94
msgid ""
"The Unsafe Browser was not enabled in the Welcome Screen.\\n\\nTo use the "
"Unsafe Browser, restart Tails and enable the Unsafe Browser in the "
@@ -2124,28 +2165,28 @@ msgstr ""
"的额外的设置中启用。\n"
"要一直启用不安全的浏览器,请打开欢迎页的持久化存储功能。"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:99
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:103
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:107
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:111
msgid "Failed to setup chroot."
msgstr "设置 chroot 失败。"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:114
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:118
msgid "Failed to configure browser."
msgstr "配置浏览器失败。"

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:120
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:124
msgid ""
"You are not connected to a local network yet.\\n\\nTo be able to start the "
"Unsafe Browser, you first need to connect to a Wi-Fi, wired, or mobile "
"network."
msgstr ""

-#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:131
+#: config/chroot_local-includes/usr/local/sbin/unsafe-browser:135
msgid "Failed to run browser."
msgstr "运行浏览器失败。"

@@ -2342,6 +2383,11 @@ msgid ""
"working sessions"
msgstr "在工作会话之间设置保存哪些文件和应用程序配置"

+#: ../config/chroot_local-includes/usr/share/applications/tca.desktop.in.h:2
+#, fuzzy
+msgid "Connect Tails to the Tor network"
+msgstr "直接连接 Tor 网络(默认)"
+
#: ../config/chroot_local-includes/usr/share/applications/tor-browser.desktop.in.h:1
msgid "Tor Browser"
msgstr "Tor 浏览器"
@@ -2400,7 +2446,7 @@ msgstr "移除附加软件需要认证 ($(command_line))"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:18
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:56
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:693
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:625
msgid "Administration Password"
msgstr "管理密码"

@@ -2426,56 +2472,62 @@ msgid "Disable"
msgstr "禁用"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:697
-msgid "MAC Address Spoofing"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
+#, fuzzy
+msgid "MAC Address Anonymization"
msgstr "MAC 地址欺骗"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
+#, fuzzy
msgid ""
-"MAC address spoofing hides the serial number of your network interface (Wi-"
-"Fi or wired) to the local network. Spoofing MAC addresses is generally safer "
-"as it helps you hide your geographical location. But it might also create "
-"connectivity problems or look suspicious."
+"MAC address anonymization hides the serial number of your network interface "
+"(Wi-Fi or wired) from the local network. Anonymizing MAC addresses is "
+"generally safer as it helps you hide your geographical location. But it "
+"might also create connectivity problems or look suspicious."
msgstr ""
"MAC 地址欺骗向本地网络隐藏您的网络接口(Wi-Fi 或有线网络)的序列号。欺骗 MAC "
"地址通常更安全,有助于您隐藏您的地理位置。但它也可能造成连接问题或看起来可"
"疑。"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:212
-msgid "Spoof all MAC addresses (default)"
+#, fuzzy
+msgid "Anonymize all MAC addresses (default)"
msgstr "欺骗所有 MAC 地址(默认)"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:258
-msgid "Don't spoof MAC addresses"
+#, fuzzy
+msgid "Don't anonymize MAC addresses"
msgstr "不欺骗任何 MAC 地址"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:311
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:701
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:633
msgid "Network Configuration"
msgstr "网络配置"

#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:327
msgid ""
-"If your Internet connection is censored, filtered, or proxied you can "
-"configure a Tor bridge or a local proxy. To work completely offline, you can "
-"disable all networking."
+"We replaced this additional setting in Tails 4.19 (June 2021) with a Tor "
+"Connection assistant integrated in the desktop.\n"
+"\n"
+"You will be asked whether you want to use Tor bridges when connecting to Tor "
+"after starting Tails.\n"
+"\n"
+"If you want to work offline, enable the Offline Mode in the additional "
+"settings."
msgstr ""
-"如果您的互联网连接受到审查、过滤或者通过代理服务器,您可以配置一个 Tor 网桥或"
-"本地代理。要完全脱机工作,您可以禁用所有网络。"
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:367
-msgid "Connect directly to the Tor network (default)"
-msgstr "直接连接 Tor 网络(默认)"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:413
-msgid "Configure a Tor bridge or local proxy"
-msgstr "配置 Tor 网桥或本地代理"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:357
+#, fuzzy
+msgid "Offline Mode"
+msgstr "脱机"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:457
-msgid "Disable all networking"
-msgstr "禁用所有网络"
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:373
+msgid ""
+"If you want to work completely offline, you can disable all networking for "
+"increased security."
+msgstr ""

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:526
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:528
msgid ""
"The Unsafe Browser allows you to log in to a captive portal.\n"
"\n"
@@ -2493,11 +2545,11 @@ msgstr ""
"\n"
"不安全的浏览器不是匿名的,而且会消除您的匿名状态。只使用它登陆强制门户。"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:572
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
msgstr "禁用不安全的浏览器(默认)"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:617
+#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:619
msgid "Enable the Unsafe Browser"
msgstr "启用不安全的浏览器"

@@ -2505,56 +2557,50 @@ msgstr "启用不安全的浏览器"
msgid "Settings were loaded from the persistent storage."
msgstr "设置是从持久化存储加载的。"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:168
-msgid ""
-"You will configure the Tor bridge and local proxy later on after connecting "
-"to a network."
-msgstr "您将在稍后连接到网络后配置 Tor 网桥和本地代理设置。"
-
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:220
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:152
msgid "Welcome to Tails!"
msgstr "欢迎使用 Tails!"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:254
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:186
msgid "Language & Region"
msgstr "语言和区域"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:290
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:222
msgid "Default Settings"
msgstr "默认设置"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:353
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:285
msgid "Encrypted _Persistent Storage"
msgstr "加密的永久存储(_P)"

#. The label for this placeholder text is not very big, so keep this string short.
-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:447
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:379
msgid "Enter your passphrase to unlock the persistent storage"
msgstr "请输入您的密码以解锁永久存储"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:495
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:427
msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
msgstr "您的永久存储已解锁。重启 Tails 以再次锁定它。"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:533
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:465
msgid "_Additional Settings"
msgstr "附加设置(_A)"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:616
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:548
msgid "Add an additional setting"
msgstr "添加一个额外设置"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:665
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:597
msgid ""
"The default settings are safe in most situations. To add a custom setting, "
"press the \"+\" button below."
msgstr "默认设置在大多数情况下是安全的。要添加自定义设置,点击下面的 + 按钮。"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:709
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:641
msgid "Shutdown"
msgstr "关闭"

-#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:720
+#: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:652
msgid "_Start Tails"
msgstr "启动 Tails(_S)"

@@ -2691,10 +2737,231 @@ msgstr "送出"
msgid "TrueCrypt/VeraCrypt container"
msgstr "TrueCrypt/VeraCrypt 容器"

-#~ msgid "Synchronizing the system's clock"
-#~ msgstr "同步系统时间"
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:40
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:601
+#, fuzzy
+msgid "Configure a Tor bridge"
+msgstr "配置 Tor 网桥或本地代理"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:55
+msgid ""
+"Bridges are secret Tor relays. Use a bridge as your first Tor relay if "
+"accessing Tor is blocked from where you are."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:98
+msgid "Use a default bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:122
+msgid "obfs4 (recommended)"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:123
+msgid "meek"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:141
+msgid "Request a new bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:162
+msgid "Type in a bridge that I already know"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:252
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:681
+msgid "None"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:292
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:705
+msgid "Connect to _Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:348
+#, fuzzy
+msgid "Failed to connect"
+msgstr "无法添加容器。"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:372
+msgid ""
+"If you are in a shop, hotel, or airport, you might need to sign in to the "
+"network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:408
+msgid "_Sign in to the Network"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:443
+msgid ""
+"If you are on a corporate or university network, you might need to configure "
+"a proxy."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
+#, fuzzy
+msgid "Configure a _Proxy"
+msgstr "配置"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:484
+msgid "Otherwise, try to configure a different bridge"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:494
+#, fuzzy
+msgid "Configure a _Bridge"
+msgstr "配置"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:529
+msgid ""
+"Everything you do on the Internet from Tails goes through the Tor network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:544
+msgid ""
+"Tor encrypts and anonymizes your connection by passing it through 3 relays.\n"
+"Tor relays are servers operated by different organizations and volunteers "
+"around the world."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
+msgid ""
+"<b>Configure Tor automatically (easier)</b>\n"
+"\n"
+"We recommend configuring Tor automatically if:\n"
+" - You are connecting from a public Wi-Fi network.\n"
+" - Connecting to Tor might be blocked in your country but using Tor is not "
+"criminalized."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:662
+msgid ""
+"<b>Hide to my local network that I'm using Tor (safer)</b>\n"
+"\n"
+"You might need to go unnoticed if:\n"
+" - Using Tor might look suspicious to someone monitoring your home or work "
+"network.\n"
+" - Using Tor is criminalized in your country."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:756
+msgid "You lost connection to the local network."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:796
+msgid "Testing Internet access..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:830
+#, fuzzy
+msgid "You have access to the Internet"
+msgstr "你现在可以访问互联网了。"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:864
+msgid "Testing access to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:898
+msgid "You can connect to Tor"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:921
+msgid "Connecting to Tor..."
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:968
+msgid ""
+"Connected to Tor successfully\n"
+"\n"
+"You can now browse the Internet anonymously and uncensored"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1014
+#, fuzzy
+msgid "Open Network Monitor"
+msgstr "网络配置"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1029
+#, fuzzy
+msgid "View Tor Circuits"
+msgstr "打开 Onion 链路"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1044
+#, fuzzy
+msgid "Reset Tor Connection"
+msgstr "网络连接(_N)"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1093
+msgid "Proxy Type"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1106
+msgid "No proxy"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1107
+msgid "SOCKS 4"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1108
+msgid "SOCKS 5"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1109
+msgid "HTTP / HTTPS"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1122
+msgid "Address"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1133
+#, fuzzy
+msgid "Username"
+msgstr "重命名"
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1146
+msgid "IP address or hostname"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1158
+msgid "Port"
+msgstr ""
+
+#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1254
+msgid "_Save proxy settings"
+msgstr ""
+
+#~ msgid "Tor is ready"
+#~ msgstr "Tor 已就绪"
+
+#~ msgid "You can now access the Internet."
+#~ msgstr "你现在可以访问互联网了。"
+
+#~ msgid "Direct (default)"
+#~ msgstr "直接(默认)"
+
+#~ msgid "Bridge & Proxy"
+#~ msgstr "网桥和代理"

 #~ msgid ""
-#~ "Tor needs an accurate clock to work properly, especially for Onion "
-#~ "Services. Please wait..."
-#~ msgstr "为了正常运作,Tor需要校对精准时间,尤其是洋葱服务。请稍等……"
+#~ "If your Internet connection is censored, filtered, or proxied you can "
+#~ "configure a Tor bridge or a local proxy. To work completely offline, you "
+#~ "can disable all networking."
+#~ msgstr ""
+#~ "如果您的互联网连接受到审查、过滤或者通过代理服务器,您可以配置一个 Tor 网"
+#~ "桥或本地代理。要完全脱机工作,您可以禁用所有网络。"
+
+#~ msgid "Configure a Tor bridge or local proxy"
+#~ msgstr "配置 Tor 网桥或本地代理"
+
+#~ msgid ""
+#~ "You will configure the Tor bridge and local proxy later on after "
+#~ "connecting to a network."
+#~ msgstr "您将在稍后连接到网络后配置 Tor 网桥和本地代理设置。"
+
+#, fuzzy
+#~ msgid "Learn more about Tor bridges"
+#~ msgstr "更深入了解 Tails"
diff --git a/refresh-translations b/refresh-translations
index 1c37ceed65..cd3d02146e 100755
--- a/refresh-translations
+++ b/refresh-translations
@@ -15,7 +15,7 @@ PERL_PROGS="/usr/local/bin/tails-security-check \
       config/chroot_local-includes/usr/src/iuk/lib \
       config/chroot_local-includes/usr/src/perl5lib/lib \
       config/chroot_local-includes/usr/src/persistence-setup/lib \
-      -type f -name *.pm \
+      -type f -name '*.pm' \
       | perl -p -E 's{^config/chroot_local-includes}{}' \
 )"
 PYTHON_PROGS="/etc/whisperback/config.py \
@@ -36,6 +36,8 @@ PYTHON_PROGS="/etc/whisperback/config.py \
     /usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py \
     /usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py \
     /usr/lib/python3/dist-packages/tailsgreeter/ui/region_settings.py \
+    /usr/lib/python3/dist-packages/tca/config.py \
+    /usr/lib/python3/dist-packages/tca/ui/main_window.py \
     /usr/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py \
     /usr/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py \
     /usr/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py \
@@ -45,7 +47,7 @@ PYTHON_PROGS="/etc/whisperback/config.py \
     /usr/local/lib/tails-additional-software-notify \
     /usr/local/lib/tails-virt-notify-user \
     /usr/local/sbin/tails-additional-software"
-SHELL_PROGS="/etc/NetworkManager/dispatcher.d/60-tor-ready.sh \
+SHELL_PROGS=" \
     /usr/local/bin/keepassxc \
     /usr/local/lib/tails-spoof-mac \
     /usr/local/bin/thunderbird \
@@ -94,6 +96,9 @@ prog_potfile () {
         /usr/lib/python*/dist-packages/tails_installer/*)
             domain="installer-$(basename "$prog")"
             ;;
+        /usr/lib/python*/dist-packages/tca/*)
+            domain="tca-$(basename "$prog")"
+            ;;
         /usr/lib/python3/dist-packages/whisperBack/*)
             domain="whisperBack-$(basename "$prog")"
             ;;
@@ -101,7 +106,7 @@ prog_potfile () {
             domain="persistence-setup-$(basename "$prog")"
             ;;
         *)
-            domain=$(basename $prog)
+            domain=$(basename "$prog")
             ;;
     esac
     echo "tmp/pot/${domain}.pot"
@@ -113,7 +118,7 @@ create_pot () {
     progpath="config/chroot_local-includes${prog}"
     if [ -e "${progpath}" ]; then
         pot="$(prog_potfile "${prog}")"
-        mkdir -p "$(dirname ${pot})"
+        mkdir -p "$(dirname "${pot}")"
         case "$proglang" in
             Perl)
                 # XXX: once we can assume libintl-perl 1.28+,
@@ -139,6 +144,7 @@ create_pot () {
                 xgettext_args=
                         ;;
         esac
+    # shellcheck disable=SC2086
         xgettext --language="${proglang}" --from-code=UTF-8 \
                  $xgettext_args \
                  --add-comments="Translators:" -o "${pot}" "${progpath}"
@@ -168,7 +174,7 @@ refresh_mo () {
     for locale in "$@" ; do
         po=$(po_file $locale)
         mo=$(mo_file $locale)
-        mkdir -p $(dirname "$mo")
+        mkdir -p "$(dirname "$mo")"
         msgfmt --check -o "${mo}" "${po}"
     done
 }
@@ -202,7 +208,7 @@ intltool_update_pot () {
 intltool_merge_desktop () {
     extract_from_file_between_markers po/POTFILES.in \
         '^# Files updated by intltool-update --desktop-style' '^$' \
-        | while read infile ; do
+        | while read -r infile ; do
               intltool-merge --quiet --desktop-style --utf8 \
                              po "$infile" "${infile%.in}"
           done
@@ -211,7 +217,7 @@ intltool_merge_desktop () {
 intltool_merge_xml () {
     extract_from_file_between_markers po/POTFILES.in \
         '^# Files updated by intltool-update --xml-style' '^$' \
-        | while read infile ; do
+        | while read -r infile ; do
               intltool-merge --quiet --xml-style --utf8 \
                              po "$infile" "${infile%.in}"
           done
@@ -221,7 +227,7 @@ intltool_merge_xml () {


 FORCE=no
 KEEP_TMP_POT=no
-while [ -n "${@:-}" ]; do
+while [ -n "${1:-}" ]; do
     case "${1:-}" in
         '--force')
             FORCE=yes
@@ -238,15 +244,16 @@ while [ -n "${@:-}" ]; do
 done


# Schedule clean up
-trap "rm -fr po/*.new po/*.orig ; [ "$KEEP_TMP_POT" = yes ] || rm -fr tmp/pot" EXIT
+# shellcheck disable=SC2064
+trap "rm -fr po/*.new po/*.orig ; [ '$KEEP_TMP_POT' = yes ] || rm -fr tmp/pot" EXIT

 # Update POT files
 mkdir -p tmp/pot
-for prog in $PERL_PROGS   ; do create_pot $prog Perl   ; done
-for prog in $PYTHON_PROGS ; do create_pot $prog Python ; done
-for prog in $SHELL_PROGS  ; do create_pot $prog Shell  ; done
-for prog in $JAVASCRIPT_PROGS  ; do create_pot $prog JavaScript ; done
-for prog in $GLADE_UI     ; do create_pot $prog Glade  ; done
+for prog in $PERL_PROGS   ; do create_pot "$prog" Perl   ; done
+for prog in $PYTHON_PROGS ; do create_pot "$prog" Python ; done
+for prog in $SHELL_PROGS  ; do create_pot "$prog" Shell  ; done
+for prog in $JAVASCRIPT_PROGS  ; do create_pot "$prog" JavaScript ; done
+for prog in $GLADE_UI     ; do create_pot "$prog" Glade  ; done
 intltool_update_pot


# If left out files are detected, intltool-update --maintain writes
@@ -258,9 +265,11 @@ if ! no_left_out_files; then
fi

# Update PO files
+# shellcheck disable=SC2046
intltool_update_po $(po_languages)

 # Update files that are actually used at runtime
+# shellcheck disable=SC2046
 refresh_mo $(po_languages)
 intltool_merge_desktop
 intltool_merge_xml
diff --git a/run_test_suite b/run_test_suite
index ad999d7d73..796cb6a89b 100755
--- a/run_test_suite
+++ b/run_test_suite
@@ -256,15 +256,18 @@ while [ $# -gt 0 ]; do
             ;;
         --tmpdir)
             shift
-            export TMPDIR="$(readlink -f "$1")"
+            TMPDIR="$(readlink -f "$1")"
+            export TMPDIR
             ;;
         --iso)
             shift
-        export TAILS_ISO="$(realpath -s "$1")"
+            TAILS_ISO="$(realpath -s "$1")"
+            export TAILS_ISO
             ;;
         --old-iso)
             shift
-        export OLD_TAILS_ISO="$(realpath -s "$1")"
+            OLD_TAILS_ISO="$(realpath -s "$1")"
+            export OLD_TAILS_ISO
             ;;
         --help)
         usage
@@ -285,6 +288,7 @@ if [ "${EUID}" -ne 0 ] && [ -z "${ALLOW_NON_ROOT}" ]; then
           "doing, see the --allow-non-root option"
 fi


+# shellcheck disable=SC2086
check_dependencies ${GENERAL_DEPENDENCIES}

TARGET_DISPLAY=$(next_free_display)
@@ -323,4 +327,5 @@ fi
export USER_DISPLAY="${DISPLAY:-}"
export DISPLAY=${TARGET_DISPLAY}

+# shellcheck disable=SC2086
cucumber --expand ${TAGS_ARGS} "${@}"
diff --git a/vagrant/definitions/tails-builder/config/APT_snapshots.d/debian-security/serial b/vagrant/definitions/tails-builder/config/APT_snapshots.d/debian-security/serial
index abb92b23e7..09ba1387a6 100644
--- a/vagrant/definitions/tails-builder/config/APT_snapshots.d/debian-security/serial
+++ b/vagrant/definitions/tails-builder/config/APT_snapshots.d/debian-security/serial
@@ -1 +1 @@
-2020090701
+2021042702
diff --git a/vagrant/definitions/tails-builder/config/APT_snapshots.d/debian/serial b/vagrant/definitions/tails-builder/config/APT_snapshots.d/debian/serial
index 96fcce9072..09ba1387a6 100644
--- a/vagrant/definitions/tails-builder/config/APT_snapshots.d/debian/serial
+++ b/vagrant/definitions/tails-builder/config/APT_snapshots.d/debian/serial
@@ -1 +1 @@
-2020120601
+2021042702
diff --git a/vagrant/definitions/tails-builder/config/APT_snapshots.d/tails/serial b/vagrant/definitions/tails-builder/config/APT_snapshots.d/tails/serial
index abb92b23e7..5ce857c930 100644
--- a/vagrant/definitions/tails-builder/config/APT_snapshots.d/tails/serial
+++ b/vagrant/definitions/tails-builder/config/APT_snapshots.d/tails/serial
@@ -1 +1 @@
-2020090701
+2021050302
diff --git a/vagrant/definitions/tails-builder/create_box.sh b/vagrant/definitions/tails-builder/create_box.sh
index 0eab1f3af2..7ad9806a18 100755
--- a/vagrant/definitions/tails-builder/create_box.sh
+++ b/vagrant/definitions/tails-builder/create_box.sh
@@ -1,6 +1,9 @@
#!/usr/bin/env bash
#set -xu

+# We're not upstream for this script, so:
+# shellcheck disable=SC2034,SC2064,SC2086,SC2181
+
 # Imported from https://github.com/vagrant-libvirt/vagrant-libvirt
 # at commit dda5d4e1c467017c773639f0cc3df3a78898ae0b:
 #
diff --git a/vagrant/definitions/tails-builder/customize.sh b/vagrant/definitions/tails-builder/customize.sh
index 3d5116ebd2..f56ce0a7e7 100755
--- a/vagrant/definitions/tails-builder/customize.sh
+++ b/vagrant/definitions/tails-builder/customize.sh
@@ -5,7 +5,7 @@ set -u
 # Based on ypcs' scripts found at:
 #     https://github.com/ypcs/vmdebootstrap-vagrant/


-CURDIR="$(realpath $(dirname $0))"
+CURDIR="$(realpath "$(dirname "$0")")"
ROOT="$1"
[ -z "${ROOT}" ] && echo "E: Missing argument!" && exit 1

@@ -14,6 +14,7 @@ cp --dereference /etc/resolv.conf "${ROOT}/etc/resolv.conf"
install --mode=0755 "${CURDIR}/postinstall.sh" "${ROOT}/postinstall.sh"
cp "${CURDIR}/../../../config/chroot_sources/tails.binary.gpg" "${ROOT}/tmp/"

+# shellcheck disable=SC2064
trap "umount ${ROOT}/proc" EXIT HUP INT QUIT TERM
chroot "${ROOT}" mount -t proc proc /proc
chroot "${ROOT}" "/postinstall.sh"
diff --git a/vagrant/definitions/tails-builder/generate-tails-builder-box.sh b/vagrant/definitions/tails-builder/generate-tails-builder-box.sh
index 861b094981..e588d17ee0 100755
--- a/vagrant/definitions/tails-builder/generate-tails-builder-box.sh
+++ b/vagrant/definitions/tails-builder/generate-tails-builder-box.sh
@@ -48,13 +48,14 @@ fi
rm -f "${TARGET_NAME}".*

 # FIXME: vmdebootstrap is orphaned/deprecated (#15349).
+# shellcheck disable=SC2154
 sudo ${http_proxy:+http_proxy="$http_proxy"} \
      LC_ALL=${LC_ALL} \
-     ARCHITECTURE=${ARCHITECTURE} \
-     DISTRIBUTION=${DISTRIBUTION} \
-     DEBIAN_SERIAL=${DEBIAN_SERIAL} \
-     DEBIAN_SECURITY_SERIAL=${DEBIAN_SECURITY_SERIAL} \
-     TAILS_SERIAL=${TAILS_SERIAL} \
+     ARCHITECTURE="${ARCHITECTURE}" \
+     DISTRIBUTION="${DISTRIBUTION}" \
+     DEBIAN_SERIAL="${DEBIAN_SERIAL}" \
+     DEBIAN_SECURITY_SERIAL="${DEBIAN_SECURITY_SERIAL}" \
+     TAILS_SERIAL="${TAILS_SERIAL}" \
      vmdebootstrap \
      --arch "${ARCHITECTURE}" \
      --distribution "${DISTRIBUTION}" \
diff --git a/vagrant/definitions/tails-builder/postinstall.sh b/vagrant/definitions/tails-builder/postinstall.sh
index 7779a33ff7..d0d5e2c0ac 100755
--- a/vagrant/definitions/tails-builder/postinstall.sh
+++ b/vagrant/definitions/tails-builder/postinstall.sh
@@ -5,7 +5,7 @@ set -u
 # Based on ypcs' scripts found at:
 #     https://github.com/ypcs/vmdebootstrap-vagrant/


-echo "$(date)" > /var/lib/vagrant_box_build_time
+date > /var/lib/vagrant_box_build_time

export DEBIAN_FRONTEND="noninteractive"

@@ -42,8 +42,7 @@ apt-get -y install gnupg
apt-key add /tmp/tails.binary.gpg

 echo "I: Adding standard APT suites..."
-cat "/etc/apt/sources.list" | \
-    sed -e 's/buster/buster-updates/' \
+sed -e 's/buster/buster-updates/' "/etc/apt/sources.list" \
     > "/etc/apt/sources.list.d/buster-updates.list"


echo "deb http://time-based.snapshots.deb.tails.boum.org/debian-security/${DEBIAN_SECURITY_SERIAL}/ buster/updates main" \
diff --git a/vagrant/provision/assets/build-tails b/vagrant/provision/assets/build-tails
index af1a45858b..47d299e5e3 100755
--- a/vagrant/provision/assets/build-tails
+++ b/vagrant/provision/assets/build-tails
@@ -13,6 +13,7 @@ if [ "${TAILS_WEBSITE_CACHE}" = 1 ]; then
fi

 as_root_do() {
+    # shellcheck disable=SC2154
     sudo \
         ${RSYNC_PROXY:+RSYNC_PROXY="${RSYNC_PROXY}"} \
         ${http_proxy:+http_proxy="${http_proxy}"} \
@@ -43,7 +44,7 @@ remove_build_dirs() {
         while ! sudo umount -f --verbose "${mountpoint}" && [ $tries -lt 12 ]; do
             sudo fuser --ismountpoint --mount "${mountpoint}" --kill || true
             sleep 5
-            tries=$(expr $tries + 1)
+            tries=$((tries + 1))
         done
         sudo rm -rf "${mountpoint}"
     done
@@ -101,7 +102,9 @@ git clone --shared --local /amnesia.git/.git "${TAILS_GIT_DIR}"
 # same way we do the main repo.
 (
     cd "${TAILS_GIT_DIR}/submodules"
-    for submodule in $(ls -1); do
+    for submodule in *; do
+        # handle the case when there is no submodule
+        [[ -e "$submodule" ]] || break
         rm -rf "${submodule}"
         git clone --shared \
             "/amnesia.git/.git/modules/submodules/${submodule}"
diff --git a/vagrant/provision/setup-tails-builder b/vagrant/provision/setup-tails-builder
index 56d1770a69..e0de1c1a88 100755
--- a/vagrant/provision/setup-tails-builder
+++ b/vagrant/provision/setup-tails-builder
@@ -20,7 +20,7 @@ latest_serial(){
     local archive="${1}"
     (
         cd /amnesia.git
-    auto/scripts/apt-snapshots-serials get-latest --print-serials-only ${archive}
+    auto/scripts/apt-snapshots-serials get-latest --print-serials-only "${archive}"
     )
 }


diff --git a/wiki/src/about/contact.es.po b/wiki/src/about/contact.es.po
index b2859484f9..53ba0db9ab 100644
--- a/wiki/src/about/contact.es.po
+++ b/wiki/src/about/contact.es.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2021-04-08 09:52+0000\n"
-"PO-Revision-Date: 2021-05-07 15:49+0000\n"
+"PO-Revision-Date: 2021-02-03 09:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/"
"contact/es/>\n"
@@ -393,7 +393,8 @@ msgstr "<h2 id=\"tails-mirrors\">tails-mirrors</h2>\n"
#| "If you want to operate a Tails mirror, write to <tails-mirrors@boum."
#| "org>.\n"
msgid "If you want to operate a Tails mirror, see [[contribute/how/mirror]]."
-msgstr "Si quieres montar un mirror de Tails, lee [[contribute/how/mirror]]."
+msgstr ""
+"Si quieres montar un mirror de Tails, escribe a <tails-mirrors@???>.\n"

#. type: Plain text
#, fuzzy, no-wrap
diff --git a/wiki/src/about/contact.fr.po b/wiki/src/about/contact.fr.po
index 0d8c61f7a2..6dfec01c16 100644
--- a/wiki/src/about/contact.fr.po
+++ b/wiki/src/about/contact.fr.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: Tails\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2021-04-08 09:52+0000\n"
-"PO-Revision-Date: 2021-05-10 17:23+0000\n"
-"Last-Translator: nihei <nihei@???>\n"
+"PO-Revision-Date: 2021-03-30 20:06+0000\n"
+"Last-Translator: Chre <tor@???>\n"
"Language-Team: Tails translators <tails@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -382,19 +382,22 @@ msgid "<h2 id=\"tails-mirrors\">tails-mirrors</h2>\n"
msgstr "<h2 id=\"tails-mirrors\">tails-mirrors</h2>\n"

#. type: Plain text
+#, fuzzy
+#| msgid ""
+#| "If you want to operate a Tails mirror, write to <tails-mirrors@boum."
+#| "org>.\n"
msgid "If you want to operate a Tails mirror, see [[contribute/how/mirror]]."
msgstr ""
-"Si vous voulez administrer un miroir de Tails, voir [[contribute/how/"
-"mirror]]."
+"Si vous voulez administrer un miroir de Tails, écrivez à <tails-mirrors@boum."
+"org>.\n"

#. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid "If you want to operate a Tails mirror, write to <tails-mirrors@???>.\n"
msgid ""
"To get in touch with the team that manages our pool of mirror,\n"
"write to <tails-mirrors@???>.\n"
-msgstr ""
-"Pour contacter l'équipe qui gère notre parc de miroirs, \n"
-"écrivez à <tails-mirrors@???>.\n"
+msgstr "Si vous voulez administrer un miroir de Tails, écrivez à <tails-mirrors@???>.\n"

#. type: Plain text
msgid ""
diff --git a/wiki/src/contribute.ru.po b/wiki/src/contribute.ru.po
index cd9f7e69be..c7e1b236a8 100644
--- a/wiki/src/contribute.ru.po
+++ b/wiki/src/contribute.ru.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2021-03-30 17:21+0000\n"
-"PO-Revision-Date: 2021-05-10 13:23+0000\n"
+"PO-Revision-Date: 2021-04-06 10:06+0000\n"
"Last-Translator: dedmoroz <cj75300@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: ru\n"
@@ -28,7 +28,6 @@ msgstr ""
#, no-wrap
msgid "[[!meta stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]]\n"
msgstr ""
-"[[!meta stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]]\n"

#. type: Plain text
msgid ""
diff --git a/wiki/src/contribute/build.mdwn b/wiki/src/contribute/build.mdwn
index 87c3188fc0..0f1a7baa9f 100644
--- a/wiki/src/contribute/build.mdwn
+++ b/wiki/src/contribute/build.mdwn
@@ -76,7 +76,7 @@ Then:

         git clone https://gitlab.tails.boum.org/tails/tails.git && \
         cd tails && \
-        git checkout stable && \
+        git checkout devel && \
         git submodule update --init


2. To build Tails USB and ISO images, execute the following command:
diff --git a/wiki/src/contribute/build/website.mdwn b/wiki/src/contribute/build/website.mdwn
index 785131fe33..d4a2bed2f0 100644
--- a/wiki/src/contribute/build/website.mdwn
+++ b/wiki/src/contribute/build/website.mdwn
@@ -4,14 +4,19 @@ The website [[https://tails.boum.org/]] is built using
[Ikiwiki](https://ikiwiki.info) from source code that is available in
our main Git repository, along with the rest of the Tails code.

-You can build a local copy of the website on any Debian system, including Tails.
-
-Building the
+You can build a local copy of the website on your computer. Building the
website produces a set a HTML pages stored on your system that you can
open in your usual web browser even while working offline. Doing so is
useful for writers and designers to see how their
changes will apply on the website.

+[[!toc]]
+
+Build the website in Linux
+==========================
+
+If you are in Tails, see the [[dedicated instructions|website#tails]].
+
1. Update the list of available packages:

         sudo apt update
@@ -31,33 +36,60 @@ changes will apply on the website.


         git clone https://gitlab.tails.boum.org/tails/tails.git


-   <div class="tip">
+[[!inline pages="contribute/build/website/src.inline" raw="yes" sort="age"]]
+
+5. Build the website:
+
+        cd tails && \
+        ./build-website


- <p>The source code of the website is located in the
- <span class="filename">wiki/src/</span> folder.</p>
+[[!inline pages="contribute/build/website/languages.inline" raw="yes" sort="age"]]

- </div>
+6. You can now browse your local copy of the website in the following folder:

- <div class="tip">
+ <span class="filename">config/chroot_local-includes/usr/share/doc/tails/website/</span>

-4. If you want to display the search box in the banner of your local build,
- uncomment the following line in *ikiwiki.setup*:
+<a id="tails"></a>

-       # -  search
+Build the website in Tails
+==========================


-5. Build the website:
+1. [[Create and configure|doc/first_steps/persistence/configure]] a Persistent Storage and turn on the following features:

-        cd tails && \
-        ./build-website
+   - Personal Data
+   - Additional Software


- <div class="tip">
+2. Restart Tails, [[unlock the Persistent Storage|doc/first_steps/persistence/use]], and [[set up an administration password|doc/first_steps/welcome_screen/administration_password]].

- <p>To accelerate the build, you can disable some languages by editing
- the <span class="code">po_slave_languages</span> parameter in the file
- <span class="filename">ikiwiki.setup</span>.</p>
+3. Update the list of available packages:

-   </div>
+        sudo apt update


-6. You can now browse your local copy of the website in the following folder:
+4. Install the required packages:

-   <span class="filename">config/chroot_local-includes/usr/share/doc/tails/website/</span>
+        sudo apt install \
+           ikiwiki \
+           libyaml-perl \
+           libyaml-libyaml-perl \
+           libyaml-syck-perl \
+           perlmagick \
+           po4a \
+           ruby
+
+5. Clone our main [[Git repository|git]] in the <span class="filename">Persistent</span> folder:
+
+        cd ~/Persistent/ && \
+        git clone https://gitlab.tails.boum.org/tails/tails.git
+
+[[!inline pages="contribute/build/website/src.inline" raw="yes" sort="age"]]
+
+6. Build the website:
+
+        cd tails && \
+        ./build-website --set destdir="/home/amnesia/Persistent/Tor Browser/tails" "$@"
+
+[[!inline pages="contribute/build/website/languages.inline" raw="yes" sort="age"]]
+
+7. You can now visit the following link in <span class="application">Tor Browser</span> to browse your local copy of the website:
+
+   [[file:///home/amnesia/Persistent/Tor Browser/tails/index.en.html]]
diff --git a/wiki/src/contribute/build/website/languages.inline.mdwn b/wiki/src/contribute/build/website/languages.inline.mdwn
new file mode 100644
index 0000000000..4c410e2202
--- /dev/null
+++ b/wiki/src/contribute/build/website/languages.inline.mdwn
@@ -0,0 +1,5 @@
+   <div class="tip">
+   <p>To accelerate the build, you can disable some languages by editing
+   the <span class="code">po_slave_languages</span> parameter in the file
+   <span class="filename">ikiwiki.setup</span>.</p>
+   </div>
diff --git a/wiki/src/contribute/build/website/src.inline.mdwn b/wiki/src/contribute/build/website/src.inline.mdwn
new file mode 100644
index 0000000000..80981dd256
--- /dev/null
+++ b/wiki/src/contribute/build/website/src.inline.mdwn
@@ -0,0 +1,4 @@
+   <div class="tip">
+   <p>The source code of the website is located in the
+   <span class="filename">wiki/src/</span> folder.</p>
+   </div>
diff --git a/wiki/src/contribute/calendar.mdwn b/wiki/src/contribute/calendar.mdwn
index 0b3d13313e..035f4cf924 100644
--- a/wiki/src/contribute/calendar.mdwn
+++ b/wiki/src/contribute/calendar.mdwn
@@ -8,7 +8,7 @@ All times are referenced in [[!wikipedia UTC]].
   - [[!tails_ticket 18260 desc="tracking issue"]]
   - includes [S08 milestone 1](https://gitlab.tails.boum.org/groups/tails/-/boards?scope=all&utf8=%E2%9C%93&label_name[]=D%3ASponsor08&milestone_title=Tails_4.19)


-- 2021-05-10, 15:00: Fundraising meeting
+- 2021-05-06, 15:30: Fundraising meeting

- 2021-05-13: **Release 4.19~rc1** — anonym is the RM
- includes [S08 milestone 1](https://gitlab.tails.boum.org/groups/tails/-/boards?scope=all&utf8=%E2%9C%93&label_name[]=D%3ASponsor08&milestone_title=Tails_4.19)
diff --git a/wiki/src/contribute/design.mdwn b/wiki/src/contribute/design.mdwn
index a942d52915..5a4e2182ea 100644
--- a/wiki/src/contribute/design.mdwn
+++ b/wiki/src/contribute/design.mdwn
@@ -1003,9 +1003,7 @@ We only modify this Tor Browser installation slightly:
* We ship all langpacks and select the UI language depending on
the locale chosen by the user in our Welcome Screen.
* Tails does not install the Tor Launcher extension as part of the
- browser. Instead we extract Tor Launcher from the bundled .xpi and
- make it available as a stand-alone XUL application for Tor
- bridge/proxy configuration.
+ browser.
Rationale: Tor Browser in Tails is not allowed to configure tor.
* We modify preferences in `browser/omni.ja` to slightly adjust the UI.
* We append Tails-specific preferences to `browser/omni.ja`.
@@ -1030,11 +1028,6 @@ browser anyway:
- [[!tails_gitweb config/chroot_local-includes/usr/lib/systemd/user/tails-wait-until-tor-has-bootstrapped.service]]
- [[!tails_gitweb config/chroot_local-includes/lib/systemd/system/tails-tor-has-bootstrapped-flag-file.service]]

-Once Tor is ready to be used, the user is informed they can now use
-the Internet:
-
-- [[!tails_gitweb config/chroot_local-includes/etc/NetworkManager/dispatcher.d/60-tor-ready.sh]]
-
The remaining configuration differences can be found in:

- [[!tails_gitweb_dir config/chroot_local-includes/usr/share/tails/tor-browser-prefs.js]]
diff --git a/wiki/src/contribute/design/Tor_network_configuration.mdwn b/wiki/src/contribute/design/Tor_network_configuration.mdwn
index 0d77ae1484..8a068ae32a 100644
--- a/wiki/src/contribute/design/Tor_network_configuration.mdwn
+++ b/wiki/src/contribute/design/Tor_network_configuration.mdwn
@@ -34,7 +34,7 @@ non-default option called "My Internet Connection is
censored...". When activated, the following deviations from normal
Tails behaviour occur, in order:

-0. The Welcome Screen adds `DisableNetwork 1` to torrc so Tor will not
+0. Tails sessions begin with `DisableNetwork 1` in torrc so Tor will not
    connect to the network without user intervention.


0. The `tor` process is configured to not use the system resolver
@@ -61,8 +61,6 @@ Scripts:
* [[!tails_gitweb config/chroot_local-includes/usr/local/sbin/tails-tor-launcher]]
(Wrapper for Tor Launcher)

-* [[!tails_gitweb config/chroot_local-includes/etc/gdm3/PostLogin/Default]] (sets `DisableNetwork`)
-
* [[!tails_gitweb config/chroot_local-includes/etc/NetworkManager/dispatcher.d/10-tor.sh]]
(Tor Launcher is started here)

diff --git a/wiki/src/contribute/git.mdwn b/wiki/src/contribute/git.mdwn
index 3e2905faf6..71df566da7 100644
--- a/wiki/src/contribute/git.mdwn
+++ b/wiki/src/contribute/git.mdwn
@@ -136,8 +136,7 @@ on it for anything. No guarantee, blablabla.

#### devel

-Large changes that need to be included in a release candidate
-before we release them in a major Tails release are based on the
+Most of the development work that is done in Tails, is done in the
`devel` branch. This branch will never get released; instead, code
from it will be merged into testing and then into a real release.

diff --git a/wiki/src/contribute/how/documentation/style_guide.mdwn b/wiki/src/contribute/how/documentation/style_guide.mdwn
index aec6be710f..fdc2bce150 100644
--- a/wiki/src/contribute/how/documentation/style_guide.mdwn
+++ b/wiki/src/contribute/how/documentation/style_guide.mdwn
@@ -206,6 +206,15 @@

Capitalize. When used as a noun, always preceded by *the*.

+<a id="mac-address"></a>
+
+- **MAC address anonymization**
+
+ And not *MAC address spoofing*, or *MAC spoofing*.
+
+ We're still using *MAC spoofing* in internal and design documentation because
+ it's common tech jargon.
+
<a id="media"></a>

- **media** and **installation media**
diff --git a/wiki/src/contribute/how/translate/tails-l10n.inline.mdwn b/wiki/src/contribute/how/translate/tails-l10n.inline.mdwn
index 8d35915ffb..448fc9b22f 100644
--- a/wiki/src/contribute/how/translate/tails-l10n.inline.mdwn
+++ b/wiki/src/contribute/how/translate/tails-l10n.inline.mdwn
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
Translators coordinate on the tails-l10n mailing
list (*l10n* stands for [[!wikipedia Software_localization desc="localization"]]).

diff --git a/wiki/src/contribute/how/website/po_translatable_pages.mdwn b/wiki/src/contribute/how/website/po_translatable_pages.mdwn
index 3d30869045..7dfabd9cf8 100644
--- a/wiki/src/contribute/how/website/po_translatable_pages.mdwn
+++ b/wiki/src/contribute/how/website/po_translatable_pages.mdwn
@@ -11,7 +11,8 @@ This is useful for two cases:

Make sure that you:

-- Update `po_translatable_pages` in *ikiwiki.setup*.
+- Update `po_translatable_pages` in both *ikiwiki.setup* _and_
+ *ikiwiki-cgi.setup*.

 - Make sure that PO files for the pages that are changed in
   `po_translatable_pages` are either removed or added accordingly.
diff --git a/wiki/src/contribute/how/website/production.mdwn b/wiki/src/contribute/how/website/production.mdwn
index bf2080ff85..6986d7aed2 100644
--- a/wiki/src/contribute/how/website/production.mdwn
+++ b/wiki/src/contribute/how/website/production.mdwn
@@ -9,6 +9,11 @@ places:
    offline copy of the website that is included in every Tails
    release.


+ - The [[!tails_gitweb ikiwiki-cgi.setup]] configuration file, that
+   lives in our main Git repository too, is used for testing with
+   a local web server how our website will look like in the
+   production environment.
+
  - Our live, [production website](https://tails.boum.org/) uses its
    own configuration file which is managed differently.


@@ -18,8 +23,8 @@ do so:

 1. When submitting a topic branch with website changes that require
    ikiwiki configuration changes:
-   - Apply these configuration changes to `ikiwiki.setup`
-     and include them in your topic branch.
+   - Apply these configuration changes to `ikiwiki.setup` and
+     `ikiwiki-cgi.setup` and include them in your topic branch.
    - Make it clear to the reviewer that merging your topic branch must
      be coordinated with
      [[contribute/working_together/roles/sysadmins]].
diff --git a/wiki/src/contribute/l10n_tricks/language_statistics.sh b/wiki/src/contribute/l10n_tricks/language_statistics.sh
index bdd67444ee..8225d198dd 100755
--- a/wiki/src/contribute/l10n_tricks/language_statistics.sh
+++ b/wiki/src/contribute/l10n_tricks/language_statistics.sh
@@ -14,13 +14,13 @@ GIT_TOPLEVEL_DIR=$(git rev-parse --show-toplevel)
 . "${GIT_TOPLEVEL_DIR}/config/chroot_local-includes/usr/local/lib/tails-shell-library/po.sh"


 statistics () {
-    PO_MESSAGES="$(mktemp -t XXXXXX.$lang.po)"
-    msgcat --files-from=$PO_FILES --output=$PO_MESSAGES
-    TOTAL=$(msgattrib --no-obsolete $PO_MESSAGES | count_msgids)
-    FUZZY=$(msgattrib --only-fuzzy --no-obsolete $PO_MESSAGES | count_msgids)
-    TRANSLATED=$(cat $PO_MESSAGES | count_translated_strings)
+    PO_MESSAGES=$(mktemp -t "XXXXXX.$lang.po")
+    msgcat --files-from="$PO_FILES" --output="$PO_MESSAGES"
+    TOTAL=$(msgattrib --no-obsolete "$PO_MESSAGES" | count_msgids)
+    FUZZY=$(msgattrib --only-fuzzy --no-obsolete "$PO_MESSAGES" | count_msgids)
+    TRANSLATED=$(cat "$PO_MESSAGES" | count_translated_strings)
     echo "  - $lang: $(($TRANSLATED*100/$TOTAL))% ($TRANSLATED) strings translated, $(($FUZZY*100/$TOTAL))% strings fuzzy"
-    rm -f $PO_FILES $PO_MESSAGES
+    rm -f "$PO_FILES" "$PO_MESSAGES"
 }


 intltool_report () {
@@ -43,7 +43,7 @@ if pwd | grep -qs 'wiki/src$' ; then
 elif [ -d '.git' ] ; then
     WEBSITE_ROOT_DIR='wiki/src'
 else
-    echo >&2 "Error: $(basename $0) is meant to be run either from the wiki/src directory,"
+    echo >&2 "Error: $(basename "$0") is meant to be run either from the wiki/src directory,"
     echo >&2 "       or from the root of the source tree"
     exit 1
 fi
@@ -59,10 +59,10 @@ echo "## All the website"
 echo ""


 for lang in $LANGUAGES ; do
-    PO_FILES="$(mktemp -t XXXXXX.$lang)"
-    find "$WEBSITE_ROOT_DIR" -iname "*.$lang.po" > $PO_FILES
-    find "$WEBSITE_ROOT_DIR" -path "*/locale/$lang/LC_MESSAGES/*.po" >> $PO_FILES
-    statistics $PO_FILES
+    PO_FILES="$(mktemp -t "XXXXXX.$lang")"
+    find "$WEBSITE_ROOT_DIR" -iname "*.$lang.po" > "$PO_FILES"
+    find "$WEBSITE_ROOT_DIR" -path "*/locale/$lang/LC_MESSAGES/*.po" >> "$PO_FILES"
+    statistics "$PO_FILES"
 done


# core PO files
@@ -71,12 +71,12 @@ echo "## [[Core pages of the website|contribute/l10n_tricks/core_po_files.txt]]"
echo ""

 for lang in $LANGUAGES ; do
-    PO_FILES="$(mktemp -t XXXXXX.$lang)"
+    PO_FILES="$(mktemp -t "XXXXXX.$lang")"
     cat "$WEBSITE_ROOT_DIR"/contribute/l10n_tricks/core_po_files.txt \
         | sed "s/$/.$lang.po/g" \
         | sed "s,^,$WEBSITE_ROOT_DIR/," \
-        > $PO_FILES
-    statistics $PO_FILES
+        > "$PO_FILES"
+    statistics "$PO_FILES"
 done


 # core PO files (other languages)
@@ -89,8 +89,8 @@ for lang in ar ca id pl ru sr_Latn tr zh zh_TW ; do
     cat "$WEBSITE_ROOT_DIR"/contribute/l10n_tricks/core_po_files.txt \
         | sed "s/$/.$lang.po/g" \
         | sed "s,^,$WEBSITE_ROOT_DIR/," \
-        > $PO_FILES
-    statistics $PO_FILES
+        > "$PO_FILES"
+    statistics "$PO_FILES"
 done


echo
diff --git a/wiki/src/contribute/working_together/roles/foundations_team.mdwn b/wiki/src/contribute/working_together/roles/foundations_team.mdwn
index 37979c0888..0910a2d5ac 100644
--- a/wiki/src/contribute/working_together/roles/foundations_team.mdwn
+++ b/wiki/src/contribute/working_together/roles/foundations_team.mdwn
@@ -46,7 +46,7 @@ The Tails Foundations Team is responsible for:
directly, or merge a draft proposed by Technical Writer apprentices;

* triaging
- [newly created issues](https://gitlab.tails.boum.org/groups/tails/-/issues?scope=all&utf8=%E2%9C%93&state=opened&not[label_name][]=To%20Do&not[label_name][]=Doing&not[label_name][]=Needs%20Validation&not[label_name][]=Rejected&assignee_id=None&sort=created_date)
+ [newly created issues](https://gitlab.tails.boum.org/groups/tails/-/issues?scope=all&utf8=%E2%9C%93&state=opened&not[label_name][]=To%20Do&not[label_name][]=Doing&not[label_name][]=Needs%20Validation&assignee_id=None&sort=created_date)
when they are more technical than feature
request (those are handled by the UX designers) or about bugs;
reassigning to whoever is on Help Desk duty any new issue that's
diff --git a/wiki/src/contribute/working_together/roles/help_desk.mdwn b/wiki/src/contribute/working_together/roles/help_desk.mdwn
index d22b310572..98df49fe2d 100644
--- a/wiki/src/contribute/working_together/roles/help_desk.mdwn
+++ b/wiki/src/contribute/working_together/roles/help_desk.mdwn
@@ -54,42 +54,25 @@ Once the [[!tails_ticket 17935 description="auto-reply"]] is in place, we'll
stop manually answering support requests that don't serve the main purpose of
Help Desk.

-### Try to reproduce
-
-When _all_ the following conditions are met, try to reproduce the reported
-problem, before you relay it to the relevant teams or create a GitLab issue:
-
- - The report is about new information that you think can be used to improve
- Tails.
-
- - You think the problem affects at least 1 of our [[contribute/personas]].
-
- - You think you can reproduce the problem in less than 30 minutes.
-
### Relaying information to the relevant teams

If you have spotted new information that you think can be used to improve Tails,
relay it to the relevant teams:

1. Gather information about the context in which the problem
- occurs, how important it is, what known workarounds exist,
- and whether you could reproduce the problem.
+ occurs, how important it is, what known workarounds exist.

2. Forward the WhisperBack report over email.

    In order to point the Foundations Team's "frontdesk" to a report, instead
    reply to it on <tails-bugs@???>, adding the `[FT]` tag in the subject.


-3. If the problem is relevant enough to Tails to warrant tracking it in GitLab,
+3. If the problem is big enough to warrant tracking it in GitLab,
    file a GitLab issue assigned to the relevant team, referencing the
    WhisperBack report ID.


    If possible, provide statistics about how many people are impacted.


-4. If the problem is important and affects many users, also alert
- members of the relevant team on XMPP, to ensure they're aware
- of it ASAP, regardless of any latency in triaging forwarded reports.
-
The relevant team will take a look and decide what to do about the problem.

### GitLab issue description = the source of truth
@@ -188,10 +171,6 @@ Administer and moderate our general purpose public mailing lists:
Work organization
=================

-- When Help Desk resources don't allow doing everything,
- answering communications from other teams should take
- priority over triaging user support request.
-
- When Help Desk resources don't allow covering every shift, it's OK to:

    - Skip some shifts entirely
diff --git a/wiki/src/contribute/working_together/roles/translation_platform.mdwn b/wiki/src/contribute/working_together/roles/translation_platform.mdwn
index 6fd41014a9..82808c93e8 100644
--- a/wiki/src/contribute/working_together/roles/translation_platform.mdwn
+++ b/wiki/src/contribute/working_together/roles/translation_platform.mdwn
@@ -1,9 +1,12 @@
 [[!meta title="Translation platform maintainers"]]


+
+([[!tails_ticket 17050]]).
+
The general mission of these maintainers is **to make sure that [[Tails
translators|contribute/how/translate]] can translate our website easily,
while not compromising the safety of the rest of the Tails ecosystem**.
-We maintain the translation platform, but **not the translations**.
+We mantain the translation platform, but **not the translations**.

 If you want to comment on a problem with a specific
 translation, please contact
@@ -34,7 +37,6 @@ translation, please contact
   * Introduction of new language teams if no Tails translator takes the lead.
   * Final, more technical review when new languages are deemed ready (make sure
     that the new language does not break the website).
-* Drive the process to remove unmaintained languages if needed.
 * Hear feedback from translators, facilitate these discussions until they reach
   a conclusion, and report to upstream when needed.
 * Grant reviewer permissions (following our [[documented process|contribute/how/translate/with_translation_platform/]]).
diff --git a/wiki/src/contribute/working_together/roles/translation_platform/operations.mdwn b/wiki/src/contribute/working_together/roles/translation_platform/operations.mdwn
index fecd4ef0df..01ea025ab1 100644
--- a/wiki/src/contribute/working_together/roles/translation_platform/operations.mdwn
+++ b/wiki/src/contribute/working_together/roles/translation_platform/operations.mdwn
@@ -13,7 +13,7 @@ languages|contribute/how/translate#tier-1-languages]], you may proceed.
 Else, propose this on the [[tails-l10n mailing list|about/contact#tails-l10n]].


 1. Add the new language code to the `exclude` setting in
-   [[!tails_gitweb ikiwiki.setup]]
+   [[!tails_gitweb ikiwiki.setup]] and [[!tails_gitweb ikiwiki-cgi.setup]]
    and have this change reviewed and merged into our `master` branch.
 2. Add the new language to `$weblate_additional_languages` in
    [[!tails_gitweb_puppet_tails manifests/website/params.pp]]
diff --git a/wiki/src/doc.ru.po b/wiki/src/doc.ru.po
index e21215c7e8..206f7b661e 100644
--- a/wiki/src/doc.ru.po
+++ b/wiki/src/doc.ru.po
@@ -8,7 +8,7 @@ msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: tails-l10n@???\n"
 "POT-Creation-Date: 2020-07-23 00:57+0000\n"
-"PO-Revision-Date: 2021-05-10 13:23+0000\n"
+"PO-Revision-Date: 2021-04-07 21:06+0000\n"
 "Last-Translator: dedmoroz <cj75300@???>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
 "Language: ru\n"
@@ -22,13 +22,12 @@ msgstr ""
 #. type: Plain text
 #, no-wrap
 msgid "[[!meta title=\"Documentation\"]]\n"
-msgstr "[[!meta title=\"Документация\"]]\n"
+msgstr ""


#. type: Plain text
#, no-wrap
msgid "[[!meta stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]]\n"
msgstr ""
-"[[!meta stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]]\n"

#. type: Plain text
#, no-wrap
@@ -41,8 +40,6 @@ msgid ""
"<p>If this section doesn't answer your questions, you can also look at our\n"
"[[FAQ|support/faq]].</p>\n"
msgstr ""
-"<p>Не нашли ответ на свой вопрос? Попробуйте здесь: [[FAQ|support/faq]].</p>"
-"\n"

#. type: Plain text
#, no-wrap
@@ -54,17 +51,15 @@ msgid ""
"Read about how you can help [[improving Tails documentation|/contribute/how/"
"documentation]]."
msgstr ""
-"Узнайте, как вы можете помочь Tails [[улучшить документацию Tails|/"
-"contribute/how/documentation]]."

#. type: Plain text
msgid "- [[Introduction to this documentation|introduction]]"
-msgstr "- [[Предисловие|introduction]]"
+msgstr ""

#. type: Title #
#, no-wrap
msgid "General information"
-msgstr "Общая информация"
+msgstr ""

#. type: Plain text
#, no-wrap
@@ -74,12 +69,12 @@ msgstr "[[!inline pages=\"doc/about.index.ru\" raw=\"yes\" sort=\"age\"]]\n"
#. type: Plain text
#, no-wrap
msgid "<a id=\"install\"></a>\n"
-msgstr "<a id=\"install\"></a>\n"
+msgstr ""

#. type: Title #
#, no-wrap
msgid "Download, installation, and upgrade"
-msgstr "Скачивание, установка, обновление"
+msgstr ""

 #. type: Plain text
 #, no-wrap
@@ -106,38 +101,16 @@ msgid ""
 "    [[!traillink Linux|reset/linux]],\n"
 "    [[!traillink Windows|reset/windows]], or\n"
 msgstr ""
-"  - Скачать без установки\n"
-"    - [[для флешек (USB-образ)|install/download]]\n"
-"    - [[для DVD (ISO-образ)|install/dvd-download]]\n"
-"    - [[для виртуальных машин (ISO-образ)|install/vm-download]]\n"
-"  - [[Установить из другого Tails (PC)|install/win/clone-overview]]\n"
-"  - [[Установить из другого Tails (Mac)|install/mac/clone-overview]]\n"
-"  - [[Установить из Windows|install/win/usb-overview]]\n"
-"  - [[Установить из macOS|install/mac/usb-overview]]\n"
-"  - [[Установить из Linux (рекомендуется)|install/linux/usb-overview]]\n"
-"  - [[Установить из Debian, Ubuntu или Mint, используя командную строку и "
-"GnuPG (экспертный режим)|install/expert/usb-overview]]\n"
-"  - [[Записать на DVD|install/dvd]]\n"
-"  - [[Обновить Tails на флешке|upgrade]]\n"
-"    - [[Обновить вручную из своего Tails|upgrade/tails-overview]]\n"
-"    - [[Обновить вручную из Windows|upgrade/win-overview]]\n"
-"    - [[Обновить вручную из macOS|upgrade/mac-overview]]\n"
-"    - [[Обновить вручную из Linux|upgrade/linux-overview]]\n"
-"    - [[Обновить вручную, клонировав другой Tails|upgrade/clone-overview]]\n"
-"    - [[Починить Tails на флешке, если Tails не запускается после обновления|"
-"upgrade/repair]]\n"
-"  - Удалить Tails или очистить флешку в [[Linux|reset/linux]], [[Windows|"
-"reset/windows]] или\n"


 #. type: Plain text
 #, no-wrap
 msgid "    [[!traillink Mac|reset/mac]]\n"
-msgstr "    [[Mac|reset/mac]]\n"
+msgstr ""


#. type: Title #
#, no-wrap
msgid "First steps with Tails"
-msgstr "Начало работы с Tails"
+msgstr ""

#. type: Plain text
#, no-wrap
@@ -147,7 +120,7 @@ msgstr "[[!inline pages=\"doc/first_steps.index.ru\" raw=\"yes\" sort=\"age\"]]\
#. type: Title #
#, no-wrap
msgid "Anonymous Internet"
-msgstr "Анонимный Интернет"
+msgstr ""

#. type: Plain text
#, no-wrap
@@ -167,7 +140,7 @@ msgstr "[[!inline pages=\"doc/encryption_and_privacy.index.ru\" raw=\"yes\" sort
#. type: Title #
#, no-wrap
msgid "Work on sensitive documents"
-msgstr "Работа с особо важными документами"
+msgstr ""

#. type: Plain text
#, no-wrap
@@ -177,7 +150,7 @@ msgstr "[[!inline pages=\"doc/sensitive_documents.index.ru\" raw=\"yes\" sort=\"
#. type: Title #
#, no-wrap
msgid "Advanced topics"
-msgstr "Для продвинутых"
+msgstr ""

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/doc/about/finances.fr.po b/wiki/src/doc/about/finances.fr.po
index e259b43116..32a4bcc9bb 100644
--- a/wiki/src/doc/about/finances.fr.po
+++ b/wiki/src/doc/about/finances.fr.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: Tails\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-12-08 21:41+0000\n"
-"PO-Revision-Date: 2021-05-10 21:23+0000\n"
+"PO-Revision-Date: 2021-03-30 20:06+0000\n"
"Last-Translator: Chre <tor@???>\n"
"Language-Team: Tails translators <tails@???>\n"
"Language: fr\n"
@@ -29,24 +29,30 @@ msgid "[[!toc levels=2]]\n"
msgstr "[[!toc levels=2]]\n"

#. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid "<a id=\"partners\"></a>\n"
msgid "<a id=\"sponsors\"></a>\n"
-msgstr "<a id=\"sponsors\"></a>\n"
+msgstr "<a id=\"partners\"></a>\n"

#. type: Title =
#, no-wrap
msgid "Sponsors"
-msgstr "Sponsors"
+msgstr ""

#. type: Plain text
+#, fuzzy
+#| msgid ""
+#| "Grants, awards, corporate donations, and substantial donations from "
+#| "individuals are listed in a more visual way on our [[partners page|"
+#| "partners]]."
msgid ""
"Grants, awards, corporate donations, and substantial donations from "
"individuals are listed in a more visual way on our [[sponsors page|"
"sponsors]]."
msgstr ""
-"Subventions, récompenses, dons d'entreprises et dons importants venants "
-"d'individus sont listés de façon plus visuelle sur notre [[page des "
-"sponsors|sponsors]]."
+"Subventions, récompenses, donations d'entreprises et dons importants venants "
+"d'individus sont listés de façon plus visuelle sur notre [[page partenaires|"
+"partners]]."

 #. type: Plain text
 #, no-wrap
@@ -79,16 +85,16 @@ msgid ""
 "\t              324.82ɱ  moneros\n"
 msgstr ""
 "\t- Dons\n"
-"\t           $32176.74   par PayPal\n"
-"\t            22881.61€  par CCT\n"
-"\t            $5702.00   par Riseup Labs\n"
-"\t            $1128.64   par Coinbase\n"
-"\t              354.32€  par Zwiebelfreunde\n"
+"\t           $32176.74   via PayPal\n"
+"\t            22881.61€  via CCT\n"
+"\t            $5702.00   via Riseup Labs\n"
+"\t            $1128.64   via Coinbase\n"
+"\t              354.32€  via Zwiebelfreunde\n"
 "\t             $839.85   via Benevity\n"
-"\t              222.70€  par Flattr\n"
+"\t              222.70€  via Flattr\n"
 "\t             2129.00€  en espèces\n"
-"\t                8.05Ƀ  en bitcoins\n"
-"\t              324.82ɱ  en moneros\n"
+"\t                8.05Ƀ  bitcoins\n"
+"\t              324.82ɱ  moneros\n"


 #. type: Plain text
 #, no-wrap
@@ -98,13 +104,18 @@ msgid ""
 "\t           $26220.00   Mozilla Open Source Support\n"
 "\t          $114890.00   Open Technology Fund\n"
 msgstr ""
-"\t- Fonds de réserve (versés par les sponsors)\n"
-"\t            12445,80€  The ISC Project\n"
-"\t           26220,00$   Mozilla Open Source Support\n"
-"\t          114890,00$   Open Technology Fund\n"


 #. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\t- Partners\n"
+#| "\t                6.00Ƀ  PrivCoin\n"
+#| "\t            $1200.00   ThinkPenguin\n"
+#| "\t            $1000.00   Cooltechzone\n"
+#| "\t            $1000.00   TOP10VPN\n"
+#| "\t            $1000.00   The Best VPN\n"
+#| "\t            $1000.00   VPN Review\n"
+#| "\t             $900.00   Tor\n"
 msgid ""
 "\t- Sponsors\n"
 "\t                6.00Ƀ  PrivCoin\n"
@@ -115,17 +126,23 @@ msgid ""
 "\t            $1000.00   VPN Review\n"
 "\t             $900.00   Tor\n"
 msgstr ""
-"\t- Sponsors\n"
-"\t                6,00Ƀ  PrivCoin\n"
-"\t            1200,00$   ThinkPenguin\n"
-"\t            1000,00$   Cooltechzone\n"
-"\t            1000,00$   TOP10VPN\n"
-"\t            1000,00$   The Best VPN\n"
-"\t            1000,00$   VPN Review\n"
-"\t             900,00$   Tor\n"
+"\t- Partenaires\n"
+"\t                6.00Ƀ  PrivCoin\n"
+"\t            $1200.00   ThinkPenguin\n"
+"\t            $1000.00   Cooltechzone\n"
+"\t            $1000.00   TOP10VPN\n"
+"\t            $1000.00   The Best VPN\n"
+"\t            $1000.00   VPN Review\n"
+"\t             $900.00   Tor\n"


 #. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\tTotal:\n"
+#| "\t--------------------\n"
+#| "\t            $1805.31\n"
+#| "\t               29.58Ƀ\n"
+#| "\t            -2960.65€\n"
 msgid ""
 "\t- T-shirts\n"
 "\t               61.88€  T-shirts\n"
@@ -135,18 +152,16 @@ msgid ""
 "\t              324.82ɱ\n"
 "\t            38095.31€\n"
 msgstr ""
-"\t- T-shirts\n"
-"\t               61,88€  T-shirts\n"
+"\tTotal :\n"
 "\t--------------------\n"
-"\t          187057,23$\n"
-"\t               14,05Ƀ\n"
-"\t              324,82ɱ\n"
-"\t            38095,31€\n"
+"\t            $1805.31\n"
+"\t               29.58Ƀ\n"
+"\t            -2960.65€\n"


#. type: Plain text
#, no-wrap
msgid "\tExpenses:\n"
-msgstr "\tDépenses :\n"
+msgstr ""

 #. type: Plain text
 #, no-wrap
@@ -156,10 +171,6 @@ msgid ""
 "\t           $-1080.00   Internet hosting\n"
 "\t            -1082.13€  Internet hosting\n"
 msgstr ""
-"\t- Infrastructure\n"
-"\t            -1564,65€  matériel informatique\n"
-"\t           -1080,00$   hébergement internet\n"
-"\t            -1082,13€  hébergement internet\n"


 #. type: Plain text
 #, no-wrap
@@ -170,11 +181,6 @@ msgid ""
 "\t            -1074.34€  hosting\n"
 "\t             -120.08€  tickets to events\n"
 msgstr ""
-"\t- Frais de mission\n"
-"\t            -4650,76€  déplacement\n"
-"\t            -1885,74€  frais de bouche\n"
-"\t            -1074,34€  logement\n"
-"\t             -120,08€  billets pour des événements\n"


 #. type: Plain text
 #, no-wrap
@@ -182,8 +188,6 @@ msgid ""
 "\t- Subcontracting\n"
 "\t          -228589.69€  subcontracting\n"
 msgstr ""
-"\t- Sous-traitance\n"
-"\t          -228589,69€  sous-traitance\n"


 #. type: Plain text
 #, no-wrap
@@ -195,12 +199,6 @@ msgid ""
 "\t             -328.47€  banking fees\n"
 "\t               -0.01Ƀ  banking fees\n"
 msgstr ""
-"\t- Frais de fonctionnement\n"
-"\t           -4546,48$   administration\n"
-"\t            -6866,93€  administration\n"
-"\t           -3067,86$  frais bancaires\n"
-"\t             -328,47€  frais bancaires\n"
-"\t               -0,01Ƀ  frais bancaires\n"


 #. type: Plain text
 #, no-wrap
@@ -209,12 +207,15 @@ msgid ""
 "\t              -15.29€  office supplies\n"
 "\t             -112.52€  outreach material\n"
 msgstr ""
-"\t- Divers\n"
-"\t              -15,29€  fournitures de bureau\n"
-"\t             -112,52€  documents de sensibilisation\n"


 #. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\tTotal:\n"
+#| "\t--------------------\n"
+#| "\t            $1805.31\n"
+#| "\t               29.58Ƀ\n"
+#| "\t            -2960.65€\n"
 msgid ""
 "\t- Taxes\n"
 "\t           -12403.96€  VAT\n"
@@ -223,12 +224,11 @@ msgid ""
 "\t               -0.01Ƀ\n"
 "\t          -258694.56€\n"
 msgstr ""
-"\t- Impôts\n"
-"\t           -12403.96€  TVA\n"
+"\tTotal :\n"
 "\t--------------------\n"
-"\t           -8694.34$\n"
-"\t               -0.01Ƀ\n"
-"\t          -258694.56€\n"
+"\t            $1805.31\n"
+"\t               29.58Ƀ\n"
+"\t            -2960.65€\n"


 #. type: Plain text
 #, no-wrap
@@ -242,7 +242,7 @@ msgid ""
 msgstr ""
 "\tTotal :\n"
 "\t--------------------\n"
-"\t         178 362,89$\n"
+"\t         $178 362,89\n"
 "\t              324,82ɱ\n"
 "\t               14,04Ƀ\n"
 "\t         -220 599,25€\n"
@@ -268,13 +268,6 @@ msgid ""
 "\t              960.80€  cash\n"
 "\t                3.56Ƀ  bitcoins\n"
 msgstr ""
-"\t- Dons\n"
-"\t           47094,97$   par le DuckDuckGo Challenge\n"
-"\t           29535,47$   par Riseup Labs\n"
-"\t            3954,00$   par la Freedom of the Press Foundation\n"
-"\t            12052,72€  par CCT\n"
-"\t              960,80€  en espèces\n"
-"\t                3,56Ƀ  en bitcoins\n"


 #. type: Plain text
 #, no-wrap
@@ -283,9 +276,6 @@ msgid ""
 "\t             8297.20€  The ISC Project\n"
 "\t           $37500.00   Open Technology Fund\n"
 msgstr ""
-"\t- Fonds de réserve (versés par les sponsors )\n"
-"\t             8297.20€  The ISC Project\n"
-"\t           37500.00$   Open Technology Fund\n"


 #. type: Plain text
 #, no-wrap
@@ -317,14 +307,19 @@ msgid ""
 "\t           $-1380.00   Internet hosting\n"
 "\t             -558.67€  Internet hosting\n"
 msgstr ""
-"\t- Infrastructure\n"
-"\t           -1761,58$   matériel informatique\n"
-"\t            -4522,03€  matériel informatique\n"
-"\t           -1380,00$   hébergement internet\n"
-"\t             -558,67€  hébergement internet\n"


 #. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\tExpenses:\n"
+#| "\t           $-3810.71   hardware\n"
+#| "\t             -856.79€  hardware\n"
+#| "\t             -300.00€  hosting\n"
+#| "\t            -3128.39€  meeting\n"
+#| "\t            $-479.00   SSL certificates\n"
+#| "\t--------------------\n"
+#| "\t           $-4289.71\n"
+#| "\t            -4285.18€\n"
 msgid ""
 "\t- Travel & meetings\n"
 "\t             $-60.24   food and drinks\n"
@@ -334,13 +329,15 @@ msgid ""
 "\t            $-898.82   travel\n"
 "\t            -7875.89€  travel\n"
 msgstr ""
-"\t- Voyage & réunions\n"
-"\t             -60,24$   frais de bouche\n"
-"\t            -3781,38€  frais de bouche\n"
-"\t            -4295,95€  hébergement\n"
-"\t             -395,00€  billets pour des événements\n"
-"\t            -898,82$   voyage\n"
-"\t            -7875,89€  voyage\n"
+"\tCharges :\n"
+"\t           $-3810.71   matériel\n"
+"\t             -856.79€  matériel\n"
+"\t             -300.00€  hébergement\n"
+"\t            -3128.39€  réunion\n"
+"\t            $-479.00   certificats SSL\n"
+"\t--------------------\n"
+"\t           $-4289.71\n"
+"\t            -4285.18€\n"


 #. type: Plain text
 #, no-wrap
@@ -349,9 +346,6 @@ msgid ""
 "\t           $-2585.50   subcontracting\n"
 "\t          -138132.81€  subcontracting\n"
 msgstr ""
-"\t- Sous-traitance\n"
-"\t           -2585,50$   sous-traitance\n"
-"\t          -138132,81€  sous-traitance\n"


 #. type: Plain text
 #, no-wrap
@@ -363,12 +357,6 @@ msgid ""
 "\t               -0.02Ƀ  banking fees\n"
 "\t             -107.04€  banking fees\n"
 msgstr ""
-"\t- Frais de fonctionnement\n"
-"\t          -15428,92$   administration\n"
-"\t            -2545,39€  administration\n"
-"\t            -911,73$   frais bancaires\n"
-"\t               -0,02Ƀ  frais bancaires\n"
-"\t             -107,04€  frais bancaires\n"


 #. type: Plain text
 #, no-wrap
@@ -377,12 +365,15 @@ msgid ""
 "\t             -190.17€  office supplies\n"
 "\t             -108.29€  T-shirts\n"
 msgstr ""
-"\t- Divers\n"
-"\t             -190,17€  fournitures de bureau\n"
-"\t             -108,29€  T-shirts\n"


 #. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\tTotal:\n"
+#| "\t--------------------\n"
+#| "\t          $268406.60\n"
+#| "\t               72.35Ƀ\n"
+#| "\t          -148613.80€\n"
 msgid ""
 "\t- Taxes\n"
 "\t            -6371.36€  VAT\n"
@@ -391,12 +382,11 @@ msgid ""
 "\t               -0.02Ƀ\n"
 "\t          -168883.98€\n"
 msgstr ""
-"\t- Impôts\n"
-"\t            -6371,36€  TVA\n"
+"\tTotal :\n"
 "\t--------------------\n"
-"\t          -23026,79$\n"
-"\t               -0,02Ƀ\n"
-"\t          -168883,98€\n"
+"\t          $268406.60\n"
+"\t               72.35Ƀ\n"
+"\t          -148613.80€\n"


 #. type: Plain text
 #, no-wrap
@@ -409,9 +399,9 @@ msgid ""
 msgstr ""
 "\tTotal :\n"
 "\t--------------------\n"
-"\t          298957,65$\n"
-"\t                3,69Ƀ\n"
-"\t          -147573,26€\n"
+"\t          $298957.65\n"
+"\t                3.69Ƀ\n"
+"\t          -147573.26€\n"


 #. type: Plain text
 #, no-wrap
@@ -432,11 +422,6 @@ msgid ""
 "\t             2045.81€  cash\n"
 "\t               24.33Ƀ  bitcoins\n"
 msgstr ""
-"\t- Dons\n"
-"\t           23579,15$   via Riseup Labs\n"
-"\t             8246,82€  via CCT\n"
-"\t             2045,81€  espèces\n"
-"\t               24,33Ƀ  bitcoins\n"


 #. type: Plain text
 #, no-wrap
@@ -445,9 +430,6 @@ msgid ""
 "\t            $1000.00   ExpressVPN\n"
 "\t                0.10Ƀ  I2P\n"
 msgstr ""
-"\t- Sponsors\n"
-"\t            1000,00$   ExpressVPN\n"
-"\t                0,10Ƀ  I2P\n"


 #. type: Plain text
 #, no-wrap
@@ -455,11 +437,15 @@ msgid ""
 "\t- Restricted funds (sponsor deliverables)\n"
 "\t            11000.00€  Lush\n"
 msgstr ""
-"\t- Fonds de réserve (versés par le sponsor)\n"
-"\t            11000,00€  Lush\n"


 #. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\tTotal:\n"
+#| "\t--------------------\n"
+#| "\t           $86729.59\n"
+#| "\t               71.67Ƀ\n"
+#| "\t            42106.69€\n"
 msgid ""
 "\t- T-shirts\n"
 "\t             1272.35€  T-shirts\n"
@@ -468,12 +454,11 @@ msgid ""
 "\t               24.43Ƀ\n"
 "\t            22564.98€\n"
 msgstr ""
-"\t- T-shirts\n"
-"\t             1272,35€  T-shirts\n"
+"\tTotal :\n"
 "\t--------------------\n"
-"\t           24579,15$\n"
-"\t               24,43Ƀ\n"
-"\t            22564,98€\n"
+"\t           $86729.59\n"
+"\t               71.67Ƀ\n"
+"\t            42106.69€\n"


 #. type: Plain text
 #, no-wrap
@@ -484,14 +469,21 @@ msgid ""
 "\t             -544.32€  Internet hosting\n"
 "\t           $-4380.00   Internet hosting\n"
 msgstr ""
-"\t- Infrastructure\n"
-"\t            -2706,56€  matériel informatique\n"
-"\t           -1586,97$   matériel informatique\n"
-"\t             -544,32€  hébergement internet\n"
-"\t           -4380,00$   hébergement internet\n"


 #. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\tExpenses:\n"
+#| "\t              -60.00€  banking fees\n"
+#| "\t          $-17000.00   bounties\n"
+#| "\t           $-1194.69   hardware\n"
+#| "\t             -499.65€  hardware\n"
+#| "\t             -390.00€  hosting\n"
+#| "\t            -2341.00€  meeting\n"
+#| "\t          $-21000.00   work\n"
+#| "\t--------------------\n"
+#| "\t          $-39194.69\n"
+#| "\t            -3290.65€\n"
 msgid ""
 "\t- Travel & meetings\n"
 "\t            -9449.31€  travel\n"
@@ -503,15 +495,17 @@ msgid ""
 "\t             -586.61€  tickets to events\n"
 "\t              -44.95€  misc\n"
 msgstr ""
-"\t- Voyage et réunions\n"
-"\t            -9449,31€  déplacement\n"
-"\t           -1720,26$   déplacement\n"
-"\t            -4388,97€  frais de bouche\n"
-"\t              41,58$   frais de bouche\n"
-"\t            -382,07$   hébergement\n"
-"\t            -2032,33€  hébergement\n"
-"\t             -586,61€  billets pour des événements\n"
-"\t              -44,95€  divers\n"
+"\tCharges :\n"
+"\t              -60.00€  frais bancaires\n"
+"\t          $-17000.00   récompenses\n"
+"\t           $-1194.69   matériel\n"
+"\t             -499.65€  matériel\n"
+"\t             -390.00€  hébergement\n"
+"\t            -2341.00€  réunion\n"
+"\t          $-21000.00   travail\n"
+"\t--------------------\n"
+"\t          $-39194.69\n"
+"\t            -3290.65€\n"


 #. type: Plain text
 #, no-wrap
@@ -520,9 +514,6 @@ msgid ""
 "\t          -108079.77€  subcontracting\n"
 "\t           $-2205.00   subcontracting\n"
 msgstr ""
-"\t- Sous-traitance\n"
-"\t          -108079,77€  sous-traitance\n"
-"\t           -2205,00$   sous-traitance\n"


 #. type: Plain text
 #, no-wrap
@@ -534,12 +525,6 @@ msgid ""
 "\t               -0.18Ƀ  banking fees\n"
 "\t              -18.00€  banking fees\n"
 msgstr ""
-"\t- Frais de fonctionnement\n"
-"\t          -13000,96$   administration\n"
-"\t            -3672,65€  administration\n"
-"\t           -3901,12$   frais bancaires\n"
-"\t               -0,18Ƀ  frais bancaires\n"
-"\t              -18,00€  frais bancaires\n"


 #. type: Plain text
 #, no-wrap
@@ -548,12 +533,15 @@ msgid ""
 "\t            -3279.64€  T-shirts\n"
 "\t             -163.57€  office supplies\n"
 msgstr ""
-"\t- Divers\n"
-"\t            -3279,64€  T-shirts\n"
-"\t             -163,57€  fournitures de bureau\n"


 #. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\tTotal:\n"
+#| "\t--------------------\n"
+#| "\t          $298957.65\n"
+#| "\t                3.69Ƀ\n"
+#| "\t          -147573.26€\n"
 msgid ""
 "\t- Taxes\n"
 "\t           -19334.81€  VAT\n"
@@ -562,12 +550,11 @@ msgid ""
 "\t               -0.18Ƀ\n"
 "\t          -154322.32€\n"
 msgstr ""
-"\t- Impôts\n"
-"\t           -19334,81€  TVA\n"
+"\tTotal :\n"
 "\t--------------------\n"
-"\t          -27217,96$\n"
-"\t               -0,18Ƀ\n"
-"\t          -154322,32€\n"
+"\t          $298957.65\n"
+"\t                3.69Ƀ\n"
+"\t          -147573.26€\n"


 #. type: Plain text
 #, no-wrap
@@ -580,9 +567,9 @@ msgid ""
 msgstr ""
 "\tTotal :\n"
 "\t--------------------\n"
-"\t          -131757,34€\n"
-"\t           -2638,81$\n"
-"\t               24,26Ƀ\n"
+"\t          -131757.34€\n"
+"\t           $-2638.81\n"
+"\t               24.26Ƀ\n"


 #. type: Plain text
 #, no-wrap
@@ -604,12 +591,6 @@ msgid ""
 "\t              784.00€  cash\n"
 "\t               72.35Ƀ  bitcoins\n"
 msgstr ""
-"\t- Dons\n"
-"\t           21908,52$   par Riseup Labs\n"
-"\t            7586,00$   par Freedom of the Press Foundation\n"
-"\t            13709,76€  par Zwiebelfreunde\n"
-"\t              784,00€  en espèces\n"
-"\t               72,35Ƀ  en bitcoins\n"


 #. type: Plain text
 #, no-wrap
@@ -619,10 +600,6 @@ msgid ""
 "\t           $77000.00   Mozilla Open Source Support\n"
 "\t            $5000.00   Google Summer of Code\n"
 msgstr ""
-"\t- Fonds de réserve (versés par les sponsors)\n"
-"\t          208000,00$   Open Technology Fund\n"
-"\t           77000,00$   Mozilla Open Source Support\n"
-"\t            5000,00$   Google Summer of Code\n"


 #. type: Plain text
 #, no-wrap
@@ -630,11 +607,15 @@ msgid ""
 "\t- Sponsors\n"
 "\t             2000.00€  Mediapart\n"
 msgstr ""
-"\t- Sponsors\n"
-"\t             2000,00€  Mediapart\n"


 #. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\tTotal:\n"
+#| "\t--------------------\n"
+#| "\t          $268406.60\n"
+#| "\t               72.35Ƀ\n"
+#| "\t          -148613.80€\n"
 msgid ""
 "\t- T-shirts\n"
 "\t              180.47€  T-shirts\n"
@@ -643,12 +624,11 @@ msgid ""
 "\t               72.35Ƀ\n"
 "\t            16674.23€\n"
 msgstr ""
-"\t- T-shirts\n"
-"\t              180,47€  T-shirts\n"
+"\tTotal :\n"
 "\t--------------------\n"
-"\t          319494,52$\n"
-"\t               72,35Ƀ\n"
-"\t            16674,23€\n"
+"\t          $268406.60\n"
+"\t               72.35Ƀ\n"
+"\t          -148613.80€\n"


 #. type: Plain text
 #, no-wrap
@@ -658,10 +638,6 @@ msgid ""
 "\t            -2081.40€  hardware\n"
 "\t             -900.00€  Internet hosting\n"
 msgstr ""
-"\t- Infrastructure\n"
-"\t           -2351,70$   matériel informatique\n"
-"\t            -2081,40€  matériel informatique\n"
-"\t             -900,00€  hébergement internet\n"


 #. type: Plain text
 #, no-wrap
@@ -673,12 +649,6 @@ msgid ""
 "\t             $-25.75   food and drinks\n"
 "\t            -2577.00€  hosting\n"
 msgstr ""
-"\t- Voyage et réunions\n"
-"\t            -7566,00€  déplacement\n"
-"\t            -526,74$   déplacement\n"
-"\t            -3789,61€  frais de bouche \n"
-"\t             -25,75$   frais de bouche \n"
-"\t            -2577,00€  hébergement\n"


 #. type: Plain text
 #, no-wrap
@@ -687,9 +657,6 @@ msgid ""
 "\t          -128135.54€  subcontracting\n"
 "\t           $-5945.00   subcontracting\n"
 msgstr ""
-"\t- Sous-traitance\n"
-"\t          -128135,54€  sous-traitance\n"
-"\t           -5945,00$   sous-traitance\n"


 #. type: Plain text
 #, no-wrap
@@ -700,11 +667,6 @@ msgid ""
 "\t              -21.00€  banking fees\n"
 "\t            $-170.00   banking fees\n"
 msgstr ""
-"\t- Frais de fonctionnement\n"
-"\t            -8038,03€  administration\n"
-"\t           -5324,73$   administration\n"
-"\t              -21,00€  frais bancaires\n"
-"\t            -170,00$   frais bancaires\n"


 #. type: Plain text
 #, no-wrap
@@ -713,12 +675,17 @@ msgid ""
 "\t             -115.43€  non stored purchases\n"
 "\t              -30.00€  communication\n"
 msgstr ""
-"\t- Divers\n"
-"\t             -115,43€  achats à distance\n"
-"\t              -30,00€  communication\n"


 #. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\tExpenses:\n"
+#| "\t            $-555.00   hardware\n"
+#| "\t            -1075.00€  hosting\n"
+#| "\t            -3163.32€  meeting\n"
+#| "\t--------------------\n"
+#| "\t            $-555.00\n"
+#| "\t            -4238.32€\n"
 msgid ""
 "\t- Taxes\n"
 "\t           -12034.02€  VAT\n"
@@ -727,12 +694,13 @@ msgid ""
 "\t          $-51887.92\n"
 "\t          -165288.03€\n"
 msgstr ""
-"\t- Impôts\n"
-"\t           -12034,02€  TVA\n"
-"\t          -37544,00$   impôt sur le revenu\n"
+"\tCharges :\n"
+"\t            $-555.00   matériel\n"
+"\t            -1075.00€  hébergement\n"
+"\t            -3163.32€  réunion\n"
 "\t--------------------\n"
-"\t          -51887,92$\n"
-"\t          -165288,03€\n"
+"\t            $-555.00\n"
+"\t            -4238.32€\n"


 #. type: Plain text
 #, no-wrap
@@ -745,9 +713,9 @@ msgid ""
 msgstr ""
 "\tTotal :\n"
 "\t--------------------\n"
-"\t          268406,60$\n"
-"\t               72,35Ƀ\n"
-"\t          -148613,80€\n"
+"\t          $268406.60\n"
+"\t               72.35Ƀ\n"
+"\t          -148613.80€\n"


#. type: Plain text
#, no-wrap
@@ -760,7 +728,24 @@ msgid "Income statement for 2015"
msgstr "Compte de résultat pour 2015"

 #. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\tRevenues:\n"
+#| "\t- Donations\n"
+#| "\t           $35000.00   via Riseup Labs\n"
+#| "\t            $8599.00   via Freedom of the Press Foundation\n"
+#| "\t             6995.74€  via Zwiebelfreunde\n"
+#| "\t             $ 47.70   cash\n"
+#| "\t              557.05€  cash\n"
+#| "\t               31.00Ƀ  bitcoins\n"
+#| "\t- Restricted funds (sponsor deliverables)\n"
+#| "\t            70000.00€  Hivos\n"
+#| "\t- Misc\n"
+#| "\t            $1000.00   selling old hardware\n"
+#| "\t--------------------\n"
+#| "\t           $44646.70\n"
+#| "\t               31.00Ƀ\n"
+#| "\t            77552.79€\n"
 msgid ""
 "\t- Donations\n"
 "\t           $35000.00   via Riseup Labs\n"
@@ -770,13 +755,22 @@ msgid ""
 "\t              557.05€  cash\n"
 "\t               31.00Ƀ  bitcoins\n"
 msgstr ""
+"\tProduits :\n"
 "\t- Dons\n"
-"\t           35000,00$   par Riseup Labs\n"
-"\t            8599,00$   par Freedom of the Press Foundation\n"
-"\t             6995,74€  par Zwiebelfreunde\n"
-"\t              47,70$   en espèces\n"
-"\t              557,05€  en espèces\n"
-"\t               31,00Ƀ  en bitcoins\n"
+"\t           $35000.00   via Riseup Labs\n"
+"\t            $8599.00   via Freedom of the Press Foundation\n"
+"\t             6995.74€  via Zwiebelfreunde\n"
+"\t             $ 47.70   espèces\n"
+"\t              557.05€  espèces\n"
+"\t               31.00Ƀ  bitcoins\n"
+"\t- Fonds réservés (livrables sponsors)\n"
+"\t            70000.00€  Hivos\n"
+"\t- Divers\n"
+"\t            $1000.00   vente de vieux matériel\n"
+"\t--------------------\n"
+"\t           $44646.70\n"
+"\t               31.00Ƀ\n"
+"\t            77552.79€\n"


 #. type: Plain text
 #, no-wrap
@@ -784,11 +778,15 @@ msgid ""
 "\t- Restricted funds (sponsor deliverables)\n"
 "\t            70000.00€  Hivos\n"
 msgstr ""
-"\t- Fonds de réserve (versés par le sponsor)\n"
-"\t            70000,00€  Hivos\n"


 #. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\tTotal:\n"
+#| "\t--------------------\n"
+#| "\t           $86729.59\n"
+#| "\t               71.67Ƀ\n"
+#| "\t            42106.69€\n"
 msgid ""
 "\t- Misc\n"
 "\t            $1000.00   selling old hardware\n"
@@ -797,15 +795,24 @@ msgid ""
 "\t               31.00Ƀ\n"
 "\t            77552.79€\n"
 msgstr ""
-"\t- Divers\n"
-"\t            1000,00$   vente d'ancien matériel informatique\n"
+"\tTotal :\n"
 "\t--------------------\n"
-"\t           44646,70$\n"
-"\t               31,00Ƀ\n"
-"\t            77552,79€\n"
+"\t           $86729.59\n"
+"\t               71.67Ƀ\n"
+"\t            42106.69€\n"


 #. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\tExpenses:\n"
+#| "\t           $-3810.71   hardware\n"
+#| "\t             -856.79€  hardware\n"
+#| "\t             -300.00€  hosting\n"
+#| "\t            -3128.39€  meeting\n"
+#| "\t            $-479.00   SSL certificates\n"
+#| "\t--------------------\n"
+#| "\t           $-4289.71\n"
+#| "\t            -4285.18€\n"
 msgid ""
 "\t- Infrastructure\n"
 "\t            $-787.23   hardware\n"
@@ -813,11 +820,15 @@ msgid ""
 "\t             -900.00€  Internet hosting\n"
 "\t            $-160.00   SSL certificates\n"
 msgstr ""
-"\t- Infrastructure\n"
-"\t            -787,23$   matériel informatique\n"
-"\t             -775,41€  matériel informatique\n"
-"\t             -900,00€  hébergement informatique\n"
-"\t            -160,00$   certificats SSL\n"
+"\tCharges :\n"
+"\t           $-3810.71   matériel\n"
+"\t             -856.79€  matériel\n"
+"\t             -300.00€  hébergement\n"
+"\t            -3128.39€  réunion\n"
+"\t            $-479.00   certificats SSL\n"
+"\t--------------------\n"
+"\t           $-4289.71\n"
+"\t            -4285.18€\n"


 #. type: Plain text
 #, no-wrap
@@ -827,10 +838,6 @@ msgid ""
 "\t            -8155.21€  food and drinks\n"
 "\t             -988.00€  hosting\n"
 msgstr ""
-"\t- Voyage et réunions\n"
-"\t            -9279,73€  déplacement\n"
-"\t            -8155,21€  frais de bouche\n"
-"\t             -988,00€  hébergement\n"


 #. type: Plain text
 #, no-wrap
@@ -839,9 +846,6 @@ msgid ""
 "\t          -146365.22€  subcontracting\n"
 "\t           $-4860.00   subcontracting\n"
 msgstr ""
-"\t- Sous-traitance\n"
-"\t          -146365,22€  sous-traitance\n"
-"\t           -4860,00$   sous-traitance\n"


 #. type: Plain text
 #, no-wrap
@@ -852,14 +856,19 @@ msgid ""
 "\t             $-85.00   banking fees\n"
 "\t             -106.41€  banking fees\n"
 msgstr ""
-"\t- Frais de fonctionnement\n"
-"\t           -2179,95$   administration\n"
-"\t            -3849,79€  administration\n"
-"\t             -85,00$   frais bancaires\n"
-"\t             -106,41€  frais bancaires\n"


 #. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\tRevenues:\n"
+#| "\t           $21000.00   NDI\n"
+#| "\t           $20000.00   Tor (bounties program)\n"
+#| "\t               29.58Ƀ  bitcoin\n"
+#| "\t              330.00€  tax\n"
+#| "\t--------------------\n"
+#| "\t           $41000.00\n"
+#| "\t               29.58Ƀ\n"
+#| "\t              330.00€\n"
 msgid ""
 "\t- Misc\n"
 "\t            -4151.64€  lost bitcoins\n"
@@ -871,15 +880,15 @@ msgid ""
 "\t          -174611.30€\n"
 "\t               -8.85Ƀ  lost bitcoins\n"
 msgstr ""
-"\t- Divers\n"
-"\t            -4151,64€  bitcoins perdus\n"
-"\t               -8,85Ƀ  bitcoins perdus\n"
-"\t            -702,77$   impôt sur le revenu\n"
-"\t              -39,90€  matériel promotionnel\n"
+"\tProduits :\n"
+"\t           $21000.00   NDI\n"
+"\t           $20000.00   Tor (programme de récompenses)\n"
+"\t               29.58Ƀ  bitcoin\n"
+"\t              330.00€  taxe\n"
 "\t--------------------\n"
-"\t           -8774,95$\n"
-"\t          -174611,30€\n"
-"\t               -8,85Ƀ  bitcoins perdus\n"
+"\t           $41000.00\n"
+"\t               29.58Ƀ\n"
+"\t              330.00€\n"


 #. type: Plain text
 #, no-wrap
@@ -892,9 +901,9 @@ msgid ""
 msgstr ""
 "\tTotal :\n"
 "\t--------------------\n"
-"\t           35871,75$\n"
-"\t           -97058,51€\n"
-"\t               22,15Ƀ\n"
+"\t           $35871.75\n"
+"\t           -97058.51€\n"
+"\t               22.15Ƀ\n"


 #. type: Plain text
 #, no-wrap
@@ -915,11 +924,6 @@ msgid ""
 "\t             7150.19€  via Zwiebelfreunde\n"
 "\t              803.50€  misc\n"
 msgstr ""
-"\t- Dons\n"
-"\t           33376,83$   par Freedom of the Press Foundation\n"
-"\t               71,67Ƀ  en bitcoin\n"
-"\t             7150,19€  par Zwiebelfreunde\n"
-"\t              803,50€  divers\n"


 #. type: Plain text
 #, no-wrap
@@ -932,16 +936,15 @@ msgid ""
 "\t           $25800.00   OpenITP\n"
 "\t            $5000.00   Tor\n"
 msgstr ""
-"\t- Fonds réservés (versés par les sponsors)\n"
-"\t           50000,00$   Access Now\n"
-"\t             5000,00€  FFIS\n"
-"\t            70000,00€  Hivos\n"
-"\t           34884,00$   NDI\n"
-"\t           25800,00$   OpenITP\n"
-"\t            5000,00$   Tor\n"


 #. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\tTotal:\n"
+#| "\t--------------------\n"
+#| "\t           $86729.59\n"
+#| "\t               71.67Ƀ\n"
+#| "\t            42106.69€\n"
 msgid ""
 "\t- Misc\n"
 "\t            $3775.00   reverse reversal\n"
@@ -950,15 +953,24 @@ msgid ""
 "\t               71.67Ƀ\n"
 "\t            82953.69€\n"
 msgstr ""
-"\t- Divers\n"
-"\t            3775,00$   avoirs de facturation\n"
+"\tTotal :\n"
 "\t--------------------\n"
-"\t          152835,83$\n"
-"\t               71,67Ƀ\n"
-"\t            82953,69€\n"
+"\t           $86729.59\n"
+"\t               71.67Ƀ\n"
+"\t            42106.69€\n"


 #. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\tExpenses:\n"
+#| "\t           $-3810.71   hardware\n"
+#| "\t             -856.79€  hardware\n"
+#| "\t             -300.00€  hosting\n"
+#| "\t            -3128.39€  meeting\n"
+#| "\t            $-479.00   SSL certificates\n"
+#| "\t--------------------\n"
+#| "\t           $-4289.71\n"
+#| "\t            -4285.18€\n"
 msgid ""
 "\t- Infrastructure\n"
 "\t           $-7856.38   hardware\n"
@@ -966,14 +978,26 @@ msgid ""
 "\t             -630.00€  Internet hosting\n"
 "\t            $-160.00   SSL certificates\n"
 msgstr ""
-"\t- Infrastructure\n"
-"\t           -7856,38$   matériel informatique\n"
-"\t             -897,84€  matériel informatique\n"
-"\t             -630,00€  hébergement internet\n"
-"\t            -160,00$   certificats SSL\n"
+"\tCharges :\n"
+"\t           $-3810.71   matériel\n"
+"\t             -856.79€  matériel\n"
+"\t             -300.00€  hébergement\n"
+"\t            -3128.39€  réunion\n"
+"\t            $-479.00   certificats SSL\n"
+"\t--------------------\n"
+"\t           $-4289.71\n"
+"\t            -4285.18€\n"


 #. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\tExpenses:\n"
+#| "\t            $-555.00   hardware\n"
+#| "\t            -1075.00€  hosting\n"
+#| "\t            -3163.32€  meeting\n"
+#| "\t--------------------\n"
+#| "\t            $-555.00\n"
+#| "\t            -4238.32€\n"
 msgid ""
 "\t- Travel & meetings\n"
 "\t            -4907.08€  travel\n"
@@ -982,12 +1006,13 @@ msgid ""
 "\t            $-400.00   guests\n"
 "\t             -330.30€  guests\n"
 msgstr ""
-"\t- Voyage et réunions\n"
-"\t            -4907,08€  déplacement\n"
-"\t            -3724,35€  hébergement\n"
-"\t            -4112,27€  frais de bouche\n"
-"\t            -400,00$   invités\n"
-"\t             -330,30€  invités\n"
+"\tCharges :\n"
+"\t            $-555.00   matériel\n"
+"\t            -1075.00€  hébergement\n"
+"\t            -3163.32€  réunion\n"
+"\t--------------------\n"
+"\t            $-555.00\n"
+"\t            -4238.32€\n"


 #. type: Plain text
 #, no-wrap
@@ -996,9 +1021,6 @@ msgid ""
 "\t          $-53414.00   subcontracting\n"
 "\t           -20131.85€  subcontracting\n"
 msgstr ""
-"\t- Sous-traitance\n"
-"\t          -53414,00$   sous-traitance\n"
-"\t           -20131,85€  sous-traitance\n"


 #. type: Plain text
 #, no-wrap
@@ -1009,14 +1031,17 @@ msgid ""
 "\t           $-3707.33   administration\n"
 "\t            -5439.61€  administration\n"
 msgstr ""
-"\t- Frais de fonctionnement\n"
-"\t            -568,53$   frais bancaires\n"
-"\t             -174,53€   frais bancaires\n"
-"\t           -3707,33$   administration\n"
-"\t            -5439,61€  administration\n"


 #. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\tExpenses:\n"
+#| "\t            $-555.00   hardware\n"
+#| "\t            -1075.00€  hosting\n"
+#| "\t            -3163.32€  meeting\n"
+#| "\t--------------------\n"
+#| "\t            $-555.00\n"
+#| "\t            -4238.32€\n"
 msgid ""
 "\t- Misc\n"
 "\t              -65.00€  stickers\n"
@@ -1026,13 +1051,13 @@ msgid ""
 "\t          $-66106.24\n"
 "\t           -40847.00€\n"
 msgstr ""
-"\t- Divers\n"
-"\t              -65,00€  autocollants\n"
-"\t             -414,17€  achats à distance\n"
-"\t              -20,00€  communication\n"
+"\tCharges :\n"
+"\t            $-555.00   matériel\n"
+"\t            -1075.00€  hébergement\n"
+"\t            -3163.32€  réunion\n"
 "\t--------------------\n"
-"\t          -66106,24$\n"
-"\t           -40847,00€\n"
+"\t            $-555.00\n"
+"\t            -4238.32€\n"


 #. type: Plain text
 #, no-wrap
@@ -1045,9 +1070,9 @@ msgid ""
 msgstr ""
 "\tTotal :\n"
 "\t--------------------\n"
-"\t           86729,59$\n"
-"\t               71,67Ƀ\n"
-"\t            42106,69€\n"
+"\t           $86729.59\n"
+"\t               71.67Ƀ\n"
+"\t            42106.69€\n"


 #. type: Title =
 #, no-wrap
@@ -1068,14 +1093,14 @@ msgid ""
 "\t              330.00€\n"
 msgstr ""
 "\tProduits :\n"
-"\t           21000,00$   NDI\n"
-"\t           20000,00$   Tor (programme de récompenses)\n"
-"\t               29,58Ƀ  bitcoin\n"
-"\t              330,00€  taxes\n"
+"\t           $21000.00   NDI\n"
+"\t           $20000.00   Tor (programme de récompenses)\n"
+"\t               29.58Ƀ  bitcoin\n"
+"\t              330.00€  taxe\n"
 "\t--------------------\n"
-"\t           41000,00$\n"
-"\t               29,58Ƀ\n"
-"\t              330,00€\n"
+"\t           $41000.00\n"
+"\t               29.58Ƀ\n"
+"\t              330.00€\n"


 #. type: Plain text
 #, no-wrap
@@ -1093,16 +1118,16 @@ msgid ""
 "\t            -3290.65€\n"
 msgstr ""
 "\tCharges :\n"
-"\t              -60,00€  frais bancaires\n"
-"\t          -17000,00$   récompenses\n"
-"\t           -1194,69$   matériel\n"
-"\t             -499,65€  matériel\n"
-"\t             -390,00€  hébergement\n"
-"\t            -2341,00€  réunion\n"
-"\t          -21000,00$   travail\n"
+"\t              -60.00€  frais bancaires\n"
+"\t          $-17000.00   récompenses\n"
+"\t           $-1194.69   matériel\n"
+"\t             -499.65€  matériel\n"
+"\t             -390.00€  hébergement\n"
+"\t            -2341.00€  réunion\n"
+"\t          $-21000.00   travail\n"
 "\t--------------------\n"
-"\t          -39194,69$\n"
-"\t            -3290,65€\n"
+"\t          $-39194.69\n"
+"\t            -3290.65€\n"


 #. type: Plain text
 #, no-wrap
@@ -1115,9 +1140,9 @@ msgid ""
 msgstr ""
 "\tTotal :\n"
 "\t--------------------\n"
-"\t            1805,31$\n"
-"\t               29,58Ƀ\n"
-"\t            -2960,65€\n"
+"\t            $1805.31\n"
+"\t               29.58Ƀ\n"
+"\t            -2960.65€\n"


 #. type: Title =
 #, no-wrap
@@ -1133,9 +1158,9 @@ msgid ""
 "\t              137.30€\n"
 msgstr ""
 "\tProduits :\n"
-"\t              137,30€  taxes\n"
+"\t              137.30€  taxe\n"
 "\t--------------------\n"
-"\t              137,30€\n"
+"\t              137.30€\n"


 #. type: Plain text
 #, no-wrap
@@ -1151,14 +1176,14 @@ msgid ""
 "\t            -4285.18€\n"
 msgstr ""
 "\tCharges :\n"
-"\t           -3810,71$   matériel\n"
-"\t             -856,79€  matériel\n"
-"\t             -300,00€  hébergement\n"
-"\t            -3128,39€  réunion\n"
-"\t            -479,00$   certificats SSL\n"
+"\t           $-3810.71   matériel\n"
+"\t             -856.79€  matériel\n"
+"\t             -300.00€  hébergement\n"
+"\t            -3128.39€  réunion\n"
+"\t            $-479.00   certificats SSL\n"
 "\t--------------------\n"
-"\t           -4289,71$\n"
-"\t            -4285,18€\n"
+"\t           $-4289.71\n"
+"\t            -4285.18€\n"


 #. type: Plain text
 #, no-wrap
@@ -1170,8 +1195,8 @@ msgid ""
 msgstr ""
 "\tTotal :\n"
 "\t--------------------\n"
-"\t           -4289,71$\n"
-"\t            -4147,88€\n"
+"\t           $-4289.71\n"
+"\t            -4147.88€\n"


 #. type: Plain text
 msgid ""
@@ -1195,9 +1220,9 @@ msgid ""
 "\t             7500.00€\n"
 msgstr ""
 "\tProduits :\n"
-"\t             7500,00€  Tor\n"
+"\t             7500.00€  Tor\n"
 "\t--------------------\n"
-"\t             7500,00€\n"
+"\t             7500.00€\n"


 #. type: Plain text
 #, no-wrap
@@ -1211,12 +1236,12 @@ msgid ""
 "\t            -4238.32€\n"
 msgstr ""
 "\tCharges :\n"
-"\t            -555,00$   matériel\n"
-"\t            -1075,00€  hébergement\n"
-"\t            -3163,32€  réunion\n"
+"\t            $-555.00   matériel\n"
+"\t            -1075.00€  hébergement\n"
+"\t            -3163.32€  réunion\n"
 "\t--------------------\n"
-"\t            -555,00$\n"
-"\t            -4238,32€\n"
+"\t            $-555.00\n"
+"\t            -4238.32€\n"


 #. type: Plain text
 #, no-wrap
@@ -1228,8 +1253,8 @@ msgid ""
 msgstr ""
 "\tTotal :\n"
 "\t--------------------\n"
-"\t            -555,00$\n"
-"\t             3261,68€\n"
+"\t            $-555.00\n"
+"\t             3261.68€\n"


 #. type: Title =
 #, no-wrap
@@ -1245,9 +1270,9 @@ msgid ""
 "\t            $8500.00\n"
 msgstr ""
 "\tProduits :\n"
-"\t            8500,00$   Tor\n"
+"\t            $8500.00   Tor\n"
 "\t--------------------\n"
-"\t            8500,00$\n"
+"\t            $8500.00\n"


 #. type: Plain text
 #, no-wrap
@@ -1258,9 +1283,9 @@ msgid ""
 "\t            -2025.00€\n"
 msgstr ""
 "\tCharges :\n"
-"\t            -2025,00€  matériel\n"
+"\t            -2025.00€  matériel\n"
 "\t--------------------\n"
-"\t            -2025,00€\n"
+"\t            -2025.00€\n"


 #. type: Plain text
 #, no-wrap
@@ -1272,8 +1297,8 @@ msgid ""
 msgstr ""
 "\tTotal :\n"
 "\t--------------------\n"
-"\t            8500,00$\n"
-"\t            -2025,00€\n"
+"\t            $8500.00\n"
+"\t            -2025.00€\n"


#~ msgid "Partners"
#~ msgstr "Partenaires"
diff --git a/wiki/src/doc/about/license.fr.po b/wiki/src/doc/about/license.fr.po
index b0431799ff..ef446adea3 100644
--- a/wiki/src/doc/about/license.fr.po
+++ b/wiki/src/doc/about/license.fr.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: Tails\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-12-09 16:43+0000\n"
-"PO-Revision-Date: 2021-05-10 17:42+0000\n"
-"Last-Translator: mcle <mcle@???>\n"
+"PO-Revision-Date: 2020-11-13 12:43+0000\n"
+"Last-Translator: Chre <tor@???>\n"
"Language-Team: Tails translators <tails@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -93,16 +93,6 @@ msgid ""
" - license: Creative Commons Attribution 3.0\n"
" - author: [Firefox user 14030863](https://addons.mozilla.org/en-US/firefox/user/14030863/)\n"
msgstr ""
-"- Le [[!tails_gitweb\n"
-" config/chroot_local-includes/usr/share/tails/chroot-browsers/"
-"unsafe-browser/extensions/red-2.0-an+fx.xpi\n"
-" desc=\"thème rouge\"]] utilisé par le _Navigateur non-sécurisé_ de Tails "
-"a été téléchargé\n"
-" depuis le site d'extensions de Mozilla\n"
-" (<https://addons.mozilla.org/en-US/firefox/addon/simplyred/>):\n"
-" - licence : Creative Commons Attribution 3.0\n"
-" - auteur : [Firefox user 14030863](https://addons.mozilla.org/en-US/"
-"firefox/user/14030863/)\n"

#. type: Title =
#, no-wrap
@@ -146,10 +136,14 @@ msgid ""
"- [Forge](https://github.com/digitalbazaar/forge/), copyright Digital "
"Bazaar, Inc."
msgstr ""
-"- [Forge](https://github.com/digitalbazaar/forge/), copyright Digital "
-"Bazaar, Inc."

#. type: Bullet: '- '
+#, fuzzy
+#| msgid ""
+#| "All the [[drawings of our personas|contribute/personas]] are licensed "
+#| "under the <a href=\"https://creativecommons.org/licenses/by-sa/4.0/"
+#| "\">Creative Commons Attribution-ShareAlike 4.0 International License</a>, "
+#| "copyright Thomas Verguet."
msgid ""
"The drawings on our [[Home|index]] and [[About|about]] pages are licensed "
"under the [Creative Commons Attribution-ShareAlike 4.0 International License]"
@@ -157,11 +151,10 @@ msgid ""
"Fernández Cordón](https://anhdr.es/) ([[source|lib/drawings.zip]] for Adobe "
"Illustrator)."
msgstr ""
-"Les dessins sur nos pages [[Accueil|index]] et [[Fonctionnement de "
-"Tails|about]] sont sous licence [Creative Commons Attribution-ShareAlike 4.0 "
-"International License](https://creativecommons.org/licenses/by-sa/4.0/), "
-"copyright [Andrés Fernández Cordón](https://anhdr.es/) ([[source|lib/"
-"drawings.zip]] pour Adobe Illustrator)."
+"Tous les [[dessins de nos personas|contribute/personas]] sont sous licence "
+"<a href=\"https://creativecommons.org/licenses/by-sa/4.0/deed.fr\">Creative "
+"Commons Attribution - Partage dans les Mêmes Conditions 4.0 International</"
+"a>, copyright Thomas Verguet."

#. type: Bullet: '- '
msgid ""
diff --git a/wiki/src/doc/about/warning.ru.po b/wiki/src/doc/about/warning.ru.po
index 223d21ffb8..66045e481f 100644
--- a/wiki/src/doc/about/warning.ru.po
+++ b/wiki/src/doc/about/warning.ru.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2021-01-26 22:10+0000\n"
-"PO-Revision-Date: 2021-05-07 19:49+0000\n"
-"Last-Translator: Weblate Admin <tails-weblate@???>\n"
+"PO-Revision-Date: 2021-04-12 08:06+0000\n"
+"Last-Translator: dedmoroz <cj75300@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
@@ -766,10 +766,12 @@ msgstr ""
"cell\n"
"is enough to break Tor's anonymity\"</a>.</p>\n"

+#, fuzzy
+#| msgid "Tor doesn't protect you from a global adversary\n"
msgid ""
"<h1 id=\"global-adversary\">Tor doesn't protect you from a global adversary</"
"h1>\n"
-msgstr ""
+msgstr "Tor schützt Sie nicht vor globalen Angreifenden\n"

msgid ""
"A global passive adversary would be a person or an entity able to monitor at "
@@ -800,6 +802,10 @@ msgid ""
"design-paper/tor-design.pdf)\", specifically, \"Part 3. Design goals and "
"assumptions.\""
msgstr ""
+"Für weiterführende Informationen lesen Sie das Tor-Entwurfspapier \"[Tor "
+"Project: The Second-Generation Onion Router](https://svn.torproject.org/svn/"
+"projects/design-paper/tor-design.pdf)\", vor allem \"Teil 3. Design goals "
+"and assumptions\"."

#~ msgid ""
#~ "It is usually not advisable to use the same Tails session to perform two "
diff --git a/wiki/src/doc/advanced_topics/internal_hard_disk.fr.po b/wiki/src/doc/advanced_topics/internal_hard_disk.fr.po
index 8427991b11..886ee21ed3 100644
--- a/wiki/src/doc/advanced_topics/internal_hard_disk.fr.po
+++ b/wiki/src/doc/advanced_topics/internal_hard_disk.fr.po
@@ -8,20 +8,21 @@ msgstr ""
"Project-Id-Version: Tails\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-05-08 20:37+0000\n"
-"PO-Revision-Date: 2021-05-10 19:46+0000\n"
-"Last-Translator: nihei <nihei@???>\n"
+"PO-Revision-Date: 2019-09-26 08:52+0000\n"
+"Last-Translator: xin <xin@???>\n"
"Language-Team: Tails translators <tails@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
+"X-Generator: Weblate 2.20\n"

#. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid "Accessing internal hard disks\n"
msgid "[[!meta title=\"Accessing the internal hard disk\"]]\n"
-msgstr "[[!meta title=\"Accéder au disque dur interne\"]]\n"
+msgstr "Accéder aux disques durs internes\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/doc/advanced_topics/virtualization.mdwn b/wiki/src/doc/advanced_topics/virtualization.mdwn
index cab738a8d6..3924afb466 100644
--- a/wiki/src/doc/advanced_topics/virtualization.mdwn
+++ b/wiki/src/doc/advanced_topics/virtualization.mdwn
@@ -76,7 +76,7 @@ This is why Tails warns you when it is running inside a virtual machine.
The Tails virtual machine does not modify the behaviour of the host
operating system and the network traffic of the host is not anonymized. The MAC
address of the computer is not modified by the [[MAC address
-spoofing|first_steps/welcome_screen/mac_spoofing]] feature of Tails
+anonymization|first_steps/welcome_screen/mac_spoofing]] feature of Tails
when run in a virtual machine.

</div>
diff --git a/wiki/src/doc/anonymous_internet/networkmanager.fr.po b/wiki/src/doc/anonymous_internet/networkmanager.fr.po
index 8e2dc02a2a..354186afce 100644
--- a/wiki/src/doc/anonymous_internet/networkmanager.fr.po
+++ b/wiki/src/doc/anonymous_internet/networkmanager.fr.po
@@ -8,15 +8,15 @@ msgstr ""
"Project-Id-Version: Tails\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-07-21 15:44+0000\n"
-"PO-Revision-Date: 2021-04-29 19:33+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"PO-Revision-Date: 2020-08-22 10:29+0000\n"
+"Last-Translator: xin <xin@???>\n"
"Language-Team: Tails translators <tails@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
+"X-Generator: Weblate 3.5.1\n"

#. type: Plain text
#, no-wrap
@@ -34,11 +34,15 @@ msgid "Connecting to a network"
msgstr "Se connecter à un réseau"

#. type: Plain text
+#, fuzzy
+#| msgid ""
+#| "You can connect to a network using a wired, Wi-Fi, or mobile broadband "
+#| "connection:"
msgid ""
"You can connect to a network using a wired, Wi-Fi, or mobile data connection:"
msgstr ""
"Vous pouvez vous connecter à un réseau via une connexion filaire, Wi-Fi, ou "
-"de données mobiles :"
+"un réseau mobile à large bande :"

#. type: Bullet: '1. '
msgid "Open the system menu in the top-right corner."
@@ -66,12 +70,16 @@ msgstr ""
"span>."

#. type: Bullet: ' - '
+#, fuzzy
+#| msgid ""
+#| "To connect to a mobile broadband network, choose <span class=\"guilabel"
+#| "\">Mobile Broadband</span>."
msgid ""
"To connect to a mobile data network, choose <span class=\"guilabel\">Mobile "
"Broadband</span>."
msgstr ""
-"Pour se connecter à un réseau de données mobile, choisissez <span class=\""
-"guilabel\">réseau mobile à large bande</span>."
+"Pour se connecter à un réseau mobile large bande, choisissez <span class="
+"\"guilabel\">Réseau mobile large bande</span>."

#. type: Plain text
#, no-wrap
@@ -168,7 +176,7 @@ msgstr ""
#. type: Title =
#, no-wrap
msgid "Using Tor bridges or a local proxy"
-msgstr "Utiliser les ponts Tor ou un serveur mandataire local"
+msgstr "Utiliser les bridges Tor ou un serveur proxy local"

#. type: Plain text
msgid ""
@@ -176,8 +184,8 @@ msgid ""
"you need to [[activate additional Tor configuration when starting Tails|"
"first_steps/welcome_screen#additional]]."
msgstr ""
-"Pour vous connecter à Tor en utilisant les ponts ou configurer un proxy pour "
-"accéder à internet, vous devez [[activer une configuration réseau "
+"Pour vous connecter à Tor en utilisant les bridges ou configurer un proxy "
+"pour accéder à internet, vous devez [[activer une configuration réseau "
"supplémentaire au démarrage de Tails|first_steps/welcome_screen#additional]]."

#. type: Title =
@@ -206,16 +214,26 @@ msgid "Choose <span class=\"guilabel\">Network</span>."
msgstr "Cliquez sur <span class=\"guilabel\">Réseau</span>."

#. type: Plain text
+#, fuzzy
+#| msgid ""
+#| "If you want to reuse your custom\n"
+#| "configuration or the passwords of encrypted wireless connections across "
+#| "separate\n"
+#| "working sessions, you can activate the [[<span class=\"guilabel\">Network "
+#| "connections</span> persistence\n"
+#| "feature|first_steps/persistence/configure#network_connections]].\n"
msgid ""
"If you want to reuse your custom configuration or the passwords of encrypted "
"wireless connections across separate working sessions, you can turn on the "
"[[Network connections|first_steps/persistence/"
"configure#network_connections]] feature of the Persistent Storage."
msgstr ""
-"Si vous voulez réutiliser votre configuration personnalisée ou les mots de "
-"passe des connexions sans-fil chiffrées à travers plusieurs sessions de "
-"travail, vous pouvez activer les options de [[Connexions réseaux|first_steps/"
-"persistence/configure#network_connections]] du stockage persistant."
+"Si vous voulez réutiliser votre configuration personnalisée\n"
+"ou les mots de passe des connexions sans-fil chiffrées à travers plusieurs "
+"sessions de travail,\n"
+"vous pouvez activer [[l'option <span class=\"guilabel\">Connexions Réseaux</"
+"span> de\n"
+"la persistance|first_steps/persistence/configure#network_connections]].\n"

#~ msgid "To connect to a Wi-Fi network:"
#~ msgstr "Pour vous connecter à un réseau Wi-Fi :"
diff --git a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.ar.po b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.ar.po
index 61168fb8bb..b6d83068b4 100644
--- a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.ar.po
+++ b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.ar.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-26 07:02+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "If your Wi-Fi interface is not working, either:"
msgstr ""
@@ -128,7 +123,7 @@ msgid ""
" <table>\n"
" <tr><th>Vendor</th><th>Model</th><th>Size</th><th>Speed</th><th>Price</th><th>Buy offline</th><th>Buy online</th></tr>\n"
" <tr><td>Panda Wireless</td><td>Ultra</td><td>Nano</td><td>150 Mbit/s</td><td>$12</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00762YNMG\">Amazon</a></td></tr> <!-- 148f:5370 -->\n"
-" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr> <!-- 148f:5372 -->\n"
+" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr>\n"
" </table>\n"
msgstr ""

diff --git a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.ca.po b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.ca.po
index 7475bec85f..64b98feea0 100644
--- a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.ca.po
+++ b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.ca.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-26 07:02+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "If your Wi-Fi interface is not working, either:"
msgstr ""
@@ -128,7 +123,7 @@ msgid ""
" <table>\n"
" <tr><th>Vendor</th><th>Model</th><th>Size</th><th>Speed</th><th>Price</th><th>Buy offline</th><th>Buy online</th></tr>\n"
" <tr><td>Panda Wireless</td><td>Ultra</td><td>Nano</td><td>150 Mbit/s</td><td>$12</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00762YNMG\">Amazon</a></td></tr> <!-- 148f:5370 -->\n"
-" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr> <!-- 148f:5372 -->\n"
+" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr>\n"
" </table>\n"
msgstr ""

diff --git a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.de.po b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.de.po
index 58aa6165f8..75569510b9 100644
--- a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.de.po
+++ b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.de.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-26 07:02+0100\n"
"PO-Revision-Date: 2020-04-24 09:35+0000\n"
"Last-Translator: Benjamin Held <Benjamin.Held@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "If your Wi-Fi interface is not working, either:"
msgstr ""
@@ -130,7 +125,7 @@ msgid ""
" <table>\n"
" <tr><th>Vendor</th><th>Model</th><th>Size</th><th>Speed</th><th>Price</th><th>Buy offline</th><th>Buy online</th></tr>\n"
" <tr><td>Panda Wireless</td><td>Ultra</td><td>Nano</td><td>150 Mbit/s</td><td>$12</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00762YNMG\">Amazon</a></td></tr> <!-- 148f:5370 -->\n"
-" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr> <!-- 148f:5372 -->\n"
+" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr>\n"
" </table>\n"
msgstr ""

diff --git a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.es.po b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.es.po
index 6f0a9e6bbe..c2aca98a54 100644
--- a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.es.po
+++ b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.es.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-26 07:02+0100\n"
"PO-Revision-Date: 2021-03-16 11:06+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "If your Wi-Fi interface is not working, either:"
msgstr "Si tu interfaz Wi-Fi tampoco está funcionando:"
@@ -56,8 +51,10 @@ msgid ""
" carefully our [[documentation about MAC\n"
" spoofing|first_steps/welcome_screen/mac_spoofing]] before doing so.\n"
msgstr ""
-" En este caso, puedes deshabilitar MAC spoofing para hacer que tu interfaz Wi-Fi\n"
-" funcione en Tails. Deshabilitar MAC spoofing tiene implicaciones de seguridad, así que lee\n"
+" En este caso, puedes deshabilitar MAC spoofing para hacer que tu interfaz "
+"Wi-Fi\n"
+" funcione en Tails. Deshabilitar MAC spoofing tiene implicaciones de "
+"seguridad, así que lee\n"
" cuidadosamente nuestra [[documentation about MAC\n"
" spoofing|first_steps/welcome_screen/mac_spoofing]] antes de hacerlo.\n"

@@ -137,7 +134,7 @@ msgid ""
" <table>\n"
" <tr><th>Vendor</th><th>Model</th><th>Size</th><th>Speed</th><th>Price</th><th>Buy offline</th><th>Buy online</th></tr>\n"
" <tr><td>Panda Wireless</td><td>Ultra</td><td>Nano</td><td>150 Mbit/s</td><td>$12</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00762YNMG\">Amazon</a></td></tr> <!-- 148f:5370 -->\n"
-" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr> <!-- 148f:5372 -->\n"
+" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr>\n"
" </table>\n"
msgstr ""

diff --git a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.fa.po b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.fa.po
index 549e510c4b..2ae616ce85 100644
--- a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.fa.po
+++ b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.fa.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-26 07:02+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "If your Wi-Fi interface is not working, either:"
msgstr ""
@@ -128,7 +123,7 @@ msgid ""
" <table>\n"
" <tr><th>Vendor</th><th>Model</th><th>Size</th><th>Speed</th><th>Price</th><th>Buy offline</th><th>Buy online</th></tr>\n"
" <tr><td>Panda Wireless</td><td>Ultra</td><td>Nano</td><td>150 Mbit/s</td><td>$12</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00762YNMG\">Amazon</a></td></tr> <!-- 148f:5370 -->\n"
-" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr> <!-- 148f:5372 -->\n"
+" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr>\n"
" </table>\n"
msgstr ""

diff --git a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.fr.po b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.fr.po
index 8d0093f081..1ac4066c37 100644
--- a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.fr.po
+++ b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.fr.po
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
+"POT-Creation-Date: 2021-01-26 07:02+0100\n"
+"PO-Revision-Date: 2020-11-11 13:43+0000\n"
"Last-Translator: Chre <tor@???>\n"
"Language-Team: \n"
"Language: fr\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
-
#. type: Plain text
msgid "If your Wi-Fi interface is not working, either:"
msgstr "Si votre interface Wi-Fi ne fonctionne pas, au choix :"
@@ -132,18 +127,12 @@ msgid " <!-- <tr><td>D-Link</td><td>DWA-121</td><td>Nano</td><td>150 Mbit/s</t
msgstr " <!-- <tr><td>D-Link</td><td>DWA-121</td><td>Nano</td><td>150 Mbit/s</td><td>6$</td><td>Non</td><td><a href=\"https://www.amazon.com/d/B004X8R7HY\">Amazon</a></td></tr>-->\n"

#. type: Plain text
-#, fuzzy, no-wrap
-#| msgid ""
-#| " <table>\n"
-#| " <tr><th>Vendor</th><th>Model</th><th>Size</th><th>Speed</th><th>Price</th><th>Buy offline</th><th>Buy online</th></tr>\n"
-#| " <tr><td>Panda Wireless</td><td>Ultra</td><td>Nano</td><td>150 Mbit/s</td><td>$12</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00762YNMG\">Amazon</a></td></tr> <!-- 148f:5370 -->\n"
-#| " <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr>\n"
-#| " </table>\n"
+#, no-wrap
msgid ""
" <table>\n"
" <tr><th>Vendor</th><th>Model</th><th>Size</th><th>Speed</th><th>Price</th><th>Buy offline</th><th>Buy online</th></tr>\n"
" <tr><td>Panda Wireless</td><td>Ultra</td><td>Nano</td><td>150 Mbit/s</td><td>$12</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00762YNMG\">Amazon</a></td></tr> <!-- 148f:5370 -->\n"
-" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr> <!-- 148f:5372 -->\n"
+" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr>\n"
" </table>\n"
msgstr ""
" <table>\n"
diff --git a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.id.po b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.id.po
index 2ba3da0d14..1741d1e66f 100644
--- a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.id.po
+++ b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.id.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-26 07:02+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "If your Wi-Fi interface is not working, either:"
msgstr ""
@@ -128,7 +123,7 @@ msgid ""
" <table>\n"
" <tr><th>Vendor</th><th>Model</th><th>Size</th><th>Speed</th><th>Price</th><th>Buy offline</th><th>Buy online</th></tr>\n"
" <tr><td>Panda Wireless</td><td>Ultra</td><td>Nano</td><td>150 Mbit/s</td><td>$12</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00762YNMG\">Amazon</a></td></tr> <!-- 148f:5370 -->\n"
-" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr> <!-- 148f:5372 -->\n"
+" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr>\n"
" </table>\n"
msgstr ""

diff --git a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.it.po b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.it.po
index 4ebcf3eaf3..9528b791b7 100644
--- a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.it.po
+++ b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.it.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-26 07:02+0100\n"
"PO-Revision-Date: 2021-03-14 17:06+0000\n"
"Last-Translator: Fabio Roman <romanfabio@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "If your Wi-Fi interface is not working, either:"
msgstr "Se la tua interfaccia Wi-Fi non funziona, allora:"
@@ -46,7 +41,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid " [[!img mac-spoofing-disabled.png link=\"no\" alt=\"Notification about network card being disabled\"]]\n"
-msgstr " [[!img mac-spoofing-disabled.png link=\"no\" alt=\"Notifica che comunica che la scheda di rete è disattivata\"]]\n"
+msgstr ""
+" [[!img mac-spoofing-disabled.png link=\"no\" alt=\"Notifica che comunica "
+"che la scheda di rete è disattivata\"]]\n"

#. type: Plain text
#, no-wrap
@@ -55,7 +52,13 @@ msgid ""
" to work in Tails. Disabling MAC spoofing has security implications, so read\n"
" carefully our [[documentation about MAC\n"
" spoofing|first_steps/welcome_screen/mac_spoofing]] before doing so.\n"
-msgstr " In questo caso, puoi disabilitare il mascheramento dell'indirizzo MAC per far funzionare la tua interfaccia Wi-Fi. Disabilitare il mascheramento dell'indirizzo MAC comporta delle implicazioni sulla sicurezza, quindi leggi attentamente la nostra [[documentazione riguardo il maschermaneto dell'indirizzo MAC|first_steps/welcome_screen/mac_spoofing]] prima di procedere.\n"
+msgstr ""
+" In questo caso, puoi disabilitare il mascheramento dell'indirizzo MAC per "
+"far funzionare la tua interfaccia Wi-Fi. Disabilitare il mascheramento "
+"dell'indirizzo MAC comporta delle implicazioni sulla sicurezza, quindi leggi "
+"attentamente la nostra [[documentazione riguardo il maschermaneto "
+"dell'indirizzo MAC|first_steps/welcome_screen/mac_spoofing]] prima di "
+"procedere.\n"

#. type: Plain text
msgid "To connect to the Internet, you can try to:"
@@ -119,12 +122,19 @@ msgid ""
" </div>\n"
msgstr ""
" <div class=\"caution\">\n"
-" <p>Tails non può nascondere le informazioni che identificano il tuo telefono all'interno della rete.\n"
+" <p>Tails non può nascondere le informazioni che identificano il tuo "
+"telefono all'interno della rete.\n"
" Se connetti il tuo telefono a:</p>\n"
" <ul>\n"
-" <li><p>Una rete Wi-Fi, allora la rete saprà l'indirizzo MAC del tuo telefono. Questo comporta implicazioni sulla sicurezza trattate nella nostra [[documentazione sul mascheramento dell'indirizzo MAC|first_steps/welcome_screen/mac_spoofing]].\n"
-" Alcuni telefoni hanno una funzionalità che ti permette di nascondere l'indirizzo MAC reale del tuo telefono.</p></li>\n"
-" <li><p>Una rete a dati mobili, allora la rete saprà l'identificatore della tua carta SIM (IMSI) nonchè il numero seriale del tuo telefono (IMEI).</p></li>\n"
+" <li><p>Una rete Wi-Fi, allora la rete saprà l'indirizzo MAC del tuo "
+"telefono. Questo comporta implicazioni sulla sicurezza trattate nella nostra "
+"[[documentazione sul mascheramento dell'indirizzo MAC|first_steps/"
+"welcome_screen/mac_spoofing]].\n"
+" Alcuni telefoni hanno una funzionalità che ti permette di nascondere "
+"l'indirizzo MAC reale del tuo telefono.</p></li>\n"
+" <li><p>Una rete a dati mobili, allora la rete saprà l'identificatore della "
+"tua carta SIM (IMSI) nonchè il numero seriale del tuo telefono "
+"(IMEI).</p></li>\n"
" </ul>\n"
" </div>\n"

@@ -140,33 +150,39 @@ msgstr "Comprare un adattatore USB Wi-Fi che funzioni con Tails:"
#. type: Plain text
#, no-wrap
msgid " <!-- <tr><td>D-Link</td><td>DWA-121</td><td>Nano</td><td>150 Mbit/s</td><td>$6</td><td>No</td><td><a href=\"https://www.amazon.com/d/B004X8R7HY\">Amazon</a></td></tr>-->\n"
-msgstr " <!-- <tr><td>D-Link</td><td>DWA-121</td><td>Nano</td><td>150 Mbit/s</td><td>$6</td><td>No</td><td><a href=\"https://www.amazon.com/d/B004X8R7HY\">Amazon</a></td></tr>-->\n"
+msgstr ""
+" <!-- <tr><td>D-Link</td><td>DWA-121</td><td>Nano</td><td>150 Mbit/"
+"s</td><td>$6</td><td>No</td><td><a href=\"https://www.amazon.com/d/"
+"B004X8R7HY\">Amazon</a></td></tr>-->\n"

#. type: Plain text
-#, fuzzy, no-wrap
-#| msgid ""
-#| " <table>\n"
-#| " <tr><th>Vendor</th><th>Model</th><th>Size</th><th>Speed</th><th>Price</th><th>Buy offline</th><th>Buy online</th></tr>\n"
-#| " <tr><td>Panda Wireless</td><td>Ultra</td><td>Nano</td><td>150 Mbit/s</td><td>$12</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00762YNMG\">Amazon</a></td></tr> <!-- 148f:5370 -->\n"
-#| " <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr>\n"
-#| " </table>\n"
+#, no-wrap
msgid ""
" <table>\n"
" <tr><th>Vendor</th><th>Model</th><th>Size</th><th>Speed</th><th>Price</th><th>Buy offline</th><th>Buy online</th></tr>\n"
" <tr><td>Panda Wireless</td><td>Ultra</td><td>Nano</td><td>150 Mbit/s</td><td>$12</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00762YNMG\">Amazon</a></td></tr> <!-- 148f:5370 -->\n"
-" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr> <!-- 148f:5372 -->\n"
+" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr>\n"
" </table>\n"
msgstr ""
" <table>\n"
-" <tr><th>Venditore</th><th>Modello</th><th>Dimensione</th><th>Velocità</th><th>Prezzo</th><th>Disponibilità offline</th><th>Disponibilità online</th></tr>\n"
-" <tr><td>Panda Wireless</td><td>Ultra</td><td>Nano</td><td>150 Mbit/s</td><td>$12</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00762YNMG\">Amazon</a></td></tr> <!-- 148f:5370 -->\n"
-" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr>\n"
+" <tr><th>Venditore</th><th>Modello</th><th>Dimensione</th><th>Velocità</th><"
+"th>Prezzo</th><th>Disponibilità offline</th><th>Disponibilità "
+"online</th></tr>\n"
+" <tr><td>Panda Wireless</td><td>Ultra</td><td>Nano</td><td>150 Mbit/"
+"s</td><td>$12</td><td>No</td><td><a href=\"https://www.amazon.com/d/"
+"B00762YNMG\">Amazon</a></td></tr> <!-- 148f:5370 -->\n"
+" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/"
+"s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/"
+"B00EQT0YK2\">Amazon</a></td></tr>\n"
" </table>\n"

#. type: Plain text
#, no-wrap
msgid " <!-- See https://tails.boum.org/blueprint/wi-fi_adapters/ for Wi-Fi adapters that don't work or that have no advantage over these ones. -->\n"
-msgstr " <!-- Vedere https://tails.boum.org/blueprint/wi-fi_adapters/ per gli adattatori Wi-Fi che non funzionano o non offrono vantaggi rispetto a questi. -->\n"
+msgstr ""
+" <!-- Vedere https://tails.boum.org/blueprint/wi-fi_adapters/ per gli "
+"adattatori Wi-Fi che non funzionano o non offrono vantaggi rispetto a "
+"questi. -->\n"

#. type: Plain text
#, no-wrap
@@ -177,6 +193,8 @@ msgid ""
" </div>\n"
msgstr ""
" <div class=\"note\">\n"
-" <p>Se trovi un altro adattatore Wi-Fi USB che funziona in Tails, ti preghiamo di farcelo\n"
-" sapere. Puoi scrivere a [[sajolida@???]] (indirizzo email privato).</p>\n"
+" <p>Se trovi un altro adattatore Wi-Fi USB che funziona in Tails, ti "
+"preghiamo di farcelo\n"
+" sapere. Puoi scrivere a [[sajolida@???]] (indirizzo email "
+"privato).</p>\n"
" </div>\n"
diff --git a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.mdwn b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.mdwn
index e999e430d3..527965941e 100644
--- a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.mdwn
+++ b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.mdwn
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
If your Wi-Fi interface is not working, either:

* There is no Wi-Fi option in the system menu:
@@ -11,10 +9,10 @@ If your Wi-Fi interface is not working, either:

[[!img mac-spoofing-disabled.png link="no" alt="Notification about network card being disabled"]]

- In this case, you can disable MAC spoofing to get your Wi-Fi interface
- to work in Tails. Disabling MAC spoofing has security implications, so read
+ In this case, you can disable MAC address anonymization to get your Wi-Fi interface
+ to work in Tails. Disabling MAC address anonymization has security implications, so read
carefully our [[documentation about MAC
- spoofing|first_steps/welcome_screen/mac_spoofing]] before doing so.
+ address anonymization|first_steps/welcome_screen/mac_spoofing]] before doing so.

To connect to the Internet, you can try to:

@@ -39,7 +37,7 @@ To connect to the Internet, you can try to:
<ul>
<li><p>A Wi-Fi network, then the network will know the MAC
address of your phone. This has security implications that are discussed in
- our [[documentation on MAC address spoofing|first_steps/welcome_screen/mac_spoofing]].
+ our [[documentation on MAC address anonymization|first_steps/welcome_screen/mac_spoofing]].
Some phones have a feature to hide the real MAC address of the phone.</p></li>
<li><p>A mobile data network, then
the network will be able to know the identifier of your SIM card (IMSI)
@@ -56,7 +54,7 @@ To connect to the Internet, you can try to:
<table>
<tr><th>Vendor</th><th>Model</th><th>Size</th><th>Speed</th><th>Price</th><th>Buy offline</th><th>Buy online</th></tr>
<tr><td>Panda Wireless</td><td>Ultra</td><td>Nano</td><td>150 Mbit/s</td><td>$12</td><td>No</td><td><a href="https://www.amazon.com/d/B00762YNMG">Amazon</a></td></tr> <!-- 148f:5370 -->
- <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href="https://www.amazon.com/d/B00EQT0YK2">Amazon</a></td></tr> <!-- 148f:5372 -->
+ <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href="https://www.amazon.com/d/B00EQT0YK2">Amazon</a></td></tr>
</table>

<!-- See https://tails.boum.org/blueprint/wi-fi_adapters/ for Wi-Fi adapters that don't work or that have no advantage over these ones. -->
diff --git a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.pl.po b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.pl.po
index db25e1f10f..bee40fe6c2 100644
--- a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.pl.po
+++ b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.pl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-26 07:02+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "If your Wi-Fi interface is not working, either:"
msgstr ""
@@ -128,7 +123,7 @@ msgid ""
" <table>\n"
" <tr><th>Vendor</th><th>Model</th><th>Size</th><th>Speed</th><th>Price</th><th>Buy offline</th><th>Buy online</th></tr>\n"
" <tr><td>Panda Wireless</td><td>Ultra</td><td>Nano</td><td>150 Mbit/s</td><td>$12</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00762YNMG\">Amazon</a></td></tr> <!-- 148f:5370 -->\n"
-" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr> <!-- 148f:5372 -->\n"
+" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr>\n"
" </table>\n"
msgstr ""

diff --git a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.pt.po b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.pt.po
index 549e510c4b..2ae616ce85 100644
--- a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.pt.po
+++ b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.pt.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-26 07:02+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "If your Wi-Fi interface is not working, either:"
msgstr ""
@@ -128,7 +123,7 @@ msgid ""
" <table>\n"
" <tr><th>Vendor</th><th>Model</th><th>Size</th><th>Speed</th><th>Price</th><th>Buy offline</th><th>Buy online</th></tr>\n"
" <tr><td>Panda Wireless</td><td>Ultra</td><td>Nano</td><td>150 Mbit/s</td><td>$12</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00762YNMG\">Amazon</a></td></tr> <!-- 148f:5370 -->\n"
-" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr> <!-- 148f:5372 -->\n"
+" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr>\n"
" </table>\n"
msgstr ""

diff --git a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.ru.po b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.ru.po
index 158d13403e..c7db396361 100644
--- a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.ru.po
+++ b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.ru.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-26 07:02+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "If your Wi-Fi interface is not working, either:"
msgstr ""
@@ -128,7 +123,7 @@ msgid ""
" <table>\n"
" <tr><th>Vendor</th><th>Model</th><th>Size</th><th>Speed</th><th>Price</th><th>Buy offline</th><th>Buy online</th></tr>\n"
" <tr><td>Panda Wireless</td><td>Ultra</td><td>Nano</td><td>150 Mbit/s</td><td>$12</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00762YNMG\">Amazon</a></td></tr> <!-- 148f:5370 -->\n"
-" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr> <!-- 148f:5372 -->\n"
+" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr>\n"
" </table>\n"
msgstr ""

diff --git a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.sr_Latn.po b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.sr_Latn.po
index fa9222185c..eb1919bb2d 100644
--- a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.sr_Latn.po
+++ b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.sr_Latn.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-26 07:02+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "If your Wi-Fi interface is not working, either:"
msgstr ""
@@ -128,7 +123,7 @@ msgid ""
" <table>\n"
" <tr><th>Vendor</th><th>Model</th><th>Size</th><th>Speed</th><th>Price</th><th>Buy offline</th><th>Buy online</th></tr>\n"
" <tr><td>Panda Wireless</td><td>Ultra</td><td>Nano</td><td>150 Mbit/s</td><td>$12</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00762YNMG\">Amazon</a></td></tr> <!-- 148f:5370 -->\n"
-" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr> <!-- 148f:5372 -->\n"
+" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr>\n"
" </table>\n"
msgstr ""

diff --git a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.tr.po b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.tr.po
index 024431aa14..e81d0e9c2b 100644
--- a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.tr.po
+++ b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.tr.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-26 07:02+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "If your Wi-Fi interface is not working, either:"
msgstr ""
@@ -128,7 +123,7 @@ msgid ""
" <table>\n"
" <tr><th>Vendor</th><th>Model</th><th>Size</th><th>Speed</th><th>Price</th><th>Buy offline</th><th>Buy online</th></tr>\n"
" <tr><td>Panda Wireless</td><td>Ultra</td><td>Nano</td><td>150 Mbit/s</td><td>$12</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00762YNMG\">Amazon</a></td></tr> <!-- 148f:5370 -->\n"
-" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr> <!-- 148f:5372 -->\n"
+" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr>\n"
" </table>\n"
msgstr ""

diff --git a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.zh.po b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.zh.po
index 3edf98e825..e5e7e6855e 100644
--- a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.zh.po
+++ b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.zh.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-26 07:02+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "If your Wi-Fi interface is not working, either:"
msgstr ""
@@ -128,7 +123,7 @@ msgid ""
" <table>\n"
" <tr><th>Vendor</th><th>Model</th><th>Size</th><th>Speed</th><th>Price</th><th>Buy offline</th><th>Buy online</th></tr>\n"
" <tr><td>Panda Wireless</td><td>Ultra</td><td>Nano</td><td>150 Mbit/s</td><td>$12</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00762YNMG\">Amazon</a></td></tr> <!-- 148f:5370 -->\n"
-" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr> <!-- 148f:5372 -->\n"
+" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr>\n"
" </table>\n"
msgstr ""

diff --git a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.zh_TW.po b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.zh_TW.po
index d716a6cdfb..0caefc452b 100644
--- a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.zh_TW.po
+++ b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.zh_TW.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-26 07:02+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "If your Wi-Fi interface is not working, either:"
msgstr ""
@@ -128,7 +123,7 @@ msgid ""
" <table>\n"
" <tr><th>Vendor</th><th>Model</th><th>Size</th><th>Speed</th><th>Price</th><th>Buy offline</th><th>Buy online</th></tr>\n"
" <tr><td>Panda Wireless</td><td>Ultra</td><td>Nano</td><td>150 Mbit/s</td><td>$12</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00762YNMG\">Amazon</a></td></tr> <!-- 148f:5370 -->\n"
-" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr> <!-- 148f:5372 -->\n"
+" <tr><td>Panda Wireless</td><td>PAU05</td><td>Small</td><td>300 Mbit/s</td><td>$14</td><td>No</td><td><a href=\"https://www.amazon.com/d/B00EQT0YK2\">Amazon</a></td></tr>\n"
" </table>\n"
msgstr ""

diff --git a/wiki/src/doc/anonymous_internet/thunderbird.ru.po b/wiki/src/doc/anonymous_internet/thunderbird.ru.po
index 374f1c4acb..13a3c5f2e6 100644
--- a/wiki/src/doc/anonymous_internet/thunderbird.ru.po
+++ b/wiki/src/doc/anonymous_internet/thunderbird.ru.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2021-03-01 07:36+0000\n"
-"PO-Revision-Date: 2021-05-10 13:23+0000\n"
-"Last-Translator: dedmoroz <cj75300@???>\n"
+"PO-Revision-Date: 2021-04-11 10:06+0000\n"
+"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
@@ -505,9 +505,9 @@ msgid ""
msgstr ""

#. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
msgid "<div class=\"bug\">\n"
-msgstr "<div class=\"bug\">\n"
+msgstr "<div class=\"tip\">\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser.fr.po b/wiki/src/doc/anonymous_internet/unsafe_browser.fr.po
index dd7bf38c58..a742ed7e20 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser.fr.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser.fr.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: Tails\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-11-18 16:28+0000\n"
-"PO-Revision-Date: 2021-05-10 16:59+0000\n"
-"Last-Translator: nihei <nihei@???>\n"
+"PO-Revision-Date: 2020-11-18 20:43+0000\n"
+"Last-Translator: Chre <tor@???>\n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -75,9 +75,9 @@ msgid ""
"**[[!img lib/list-add.png alt=\"Add Additional Setting\" class=\"symbolic\" "
"link=\"no\"]]** button."
msgstr ""
-"Quand l'[[écran de bienvenue|first_steps/welcome_screen]] apparaît, cliquez "
-"sur le bouton **[[!img lib/list-add.png alt=\"Paramètres supplémentaires\" "
-"class=\"symbolic\" link=\"no\"]]**."
+"Quand l'[[écran d'accueil|first_steps/welcome_screen]] apparaît, cliquez sur "
+"le bouton **[[!img lib/list-add.png alt=\"Paramètres additionnels\" class="
+"\"symbolic\" link=\"no\"]]**."

#. type: Plain text
#, no-wrap
@@ -88,7 +88,7 @@ msgstr " [[!img first_steps/welcome_screen/additional.png link=\"no\" alt=\"\"
msgid "Choose **Unsafe Browser** in the **Additional Settings** dialog."
msgstr ""
"Choisissez **Navigateur non sécurisé** dans la boîte de dialogue **"
-"Paramètres supplémentaires**."
+"Paramètres additionnels**."

#. type: Bullet: '1. '
msgid "Select the **Enable the Unsafe Browser** option."
@@ -124,9 +124,9 @@ msgid ""
"the Persistent Storage.</p>\n"
msgstr ""
"<p>Pour activer de façon permanente le <em>Navigateur non sécurisé</em>, "
-"activez la fonction [[Écran\n"
-"de bienvenue|doc/first_steps/persistence/configure#welcome_screen]] du\n"
-"stockage persistant.</p>\n"
+"activez cette fonction [[Écran\n"
+"d'accueil|doc/first_steps/persistence/configure#welcome_screen]] dans\n"
+"le stockage persistant.</p>\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.ar.po b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.ar.po
index a1c1a1bf9f..b417accd68 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.ar.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.ar.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Many publicly accessible Internet connections (usually available through a "
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.ca.po b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.ca.po
index 32a06cd386..571bc03a60 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.ca.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.ca.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Many publicly accessible Internet connections (usually available through a "
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.de.po b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.de.po
index 31ac6be65b..d306fd4b37 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.de.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.de.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Many publicly accessible Internet connections (usually available through a "
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.es.po b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.es.po
index 43c051783b..73fd37f718 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.es.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.es.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: 2020-08-16 21:29+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Many publicly accessible Internet connections (usually available through a "
@@ -49,7 +44,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!img captive-portal.png link=\"no\" alt=\"Welcome! Please enter your credentials to connect.\"]]\n"
-msgstr "[[!img captive-portal.png link=\"no\" alt=\"¡Bienvenido! Por favor ingresa tus credenciales para conectarte.\"]]\n"
+msgstr ""
+"[[!img captive-portal.png link=\"no\" alt=\"¡Bienvenido! Por favor ingresa "
+"tus credenciales para conectarte.\"]]\n"

#. type: Plain text
msgid ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.fa.po b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.fa.po
index 31ac6be65b..d306fd4b37 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.fa.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.fa.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Many publicly accessible Internet connections (usually available through a "
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.fr.po b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.fr.po
index c4efc64db3..4cf347344f 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.fr.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.fr.po
@@ -6,21 +6,16 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
+"PO-Revision-Date: 2020-11-04 19:31+0000\n"
+"Last-Translator: Corl3ss <corl3ss@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
+"X-Generator: Weblate 3.8\n"

#. type: Plain text
msgid ""
@@ -57,7 +52,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!img captive-portal.png link=\"no\" alt=\"Welcome! Please enter your credentials to connect.\"]]\n"
-msgstr "[[!img captive-portal.png link=\"no\" alt=\"Welcome! Please enter your credentials to connect.\"]]\n"
+msgstr ""
+"[[!img captive-portal.png link=\"no\" alt=\"Welcome! Please enter your "
+"credentials to connect.\"]]\n"

#. type: Plain text
msgid ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.id.po b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.id.po
index 0f0a09c3cf..01a37c918d 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.id.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.id.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Many publicly accessible Internet connections (usually available through a "
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.it.po b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.it.po
index 31ac6be65b..d306fd4b37 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.it.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.it.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Many publicly accessible Internet connections (usually available through a "
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.mdwn b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.mdwn
index 14fffc055d..b0ee1cefd4 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.mdwn
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.mdwn
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
Many publicly accessible Internet connections (usually available through a
wireless network connection) require users to first log in to a *captive
portal* in order to access the Internet.
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.pl.po b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.pl.po
index 3bb72944ab..54a9b969e6 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.pl.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.pl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Many publicly accessible Internet connections (usually available through a "
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.pt.po b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.pt.po
index 31ac6be65b..d306fd4b37 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.pt.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.pt.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Many publicly accessible Internet connections (usually available through a "
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.ru.po b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.ru.po
index 0e4c503ee2..9953c14a38 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.ru.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.ru.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Many publicly accessible Internet connections (usually available through a "
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.sr_Latn.po b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.sr_Latn.po
index a8bc02ab65..d74298f96d 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.sr_Latn.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.sr_Latn.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Many publicly accessible Internet connections (usually available through a "
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.tr.po b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.tr.po
index cc0fd7c3af..555217f81e 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.tr.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.tr.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Many publicly accessible Internet connections (usually available through a "
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.zh.po b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.zh.po
index bd69871bd6..a0ad1e9246 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.zh.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.zh.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Many publicly accessible Internet connections (usually available through a "
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.zh_TW.po b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.zh_TW.po
index e82d61fd52..39a8f36491 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.zh_TW.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/captive_portal.inline.zh_TW.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Many publicly accessible Internet connections (usually available through a "
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.ar.po b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.ar.po
index 8fbb88d3ec..6063e86e47 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.ar.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.ar.po
@@ -7,20 +7,15 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2017-06-29 12:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: ar\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.ca.po b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.ca.po
index 27cec74336..629933d64c 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.ca.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.ca.po
@@ -7,20 +7,15 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2016-03-14 01:05+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: ca\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.de.po b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.de.po
index 25b9dfe188..5bdaf730ef 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.de.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.de.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2015-07-05 17:57+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,18 +16,12 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
"<p>If you download files using the <span class=\"application\">Unsafe\n"
"Browser</span> it is not possible to access them outside of the <span\n"
"class=\"application\">Unsafe Browser</span> itself.</p>\n"
-msgstr ""
-"<p>Falls Sie Dateien mit dem <span class=\"application\">Unsicheren\n"
+msgstr "<p>Falls Sie Dateien mit dem <span class=\"application\">Unsicheren\n"
"Browser</span> herunterladen, ist es nicht möglich auf diese außerhalb des\n"
"<span class=\"application\">Unsicheren Browsers</span> zuzugreifen.</p>\n"
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.es.po b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.es.po
index 62865fa464..13122097c8 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.es.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.es.po
@@ -5,11 +5,11 @@
msgid ""
msgstr ""
"Project-Id-Version: Tails\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2018-01-17 16:52+0000\n"
"PO-Revision-Date: 2016-07-15 07:20-0000\n"
"Last-Translator: Tails developers <amnesia@???>\n"
-"Language-Team: Spanish <https://translate.tails.boum.org/projects/tails/"
-"trust/es/>\n"
+"Language-Team: Spanish "
+"<https://translate.tails.boum.org/projects/tails/trust/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Poedit 1.6.10\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.fa.po b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.fa.po
index 49efaae423..4aec9a2e85 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.fa.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.fa.po
@@ -6,11 +6,11 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2015-09-26 10:31+0200\n"
"PO-Revision-Date: 2015-10-16 12:49+0000\n"
"Last-Translator: sprint5 <translation5@???>\n"
-"Language-Team: Persian <http://weblate.451f.org:8889/projects/tails/"
-"unsafebrowser_chroot/fa/>\n"
+"Language-Team: Persian "
+"<http://weblate.451f.org:8889/projects/tails/unsafebrowser_chroot/fa/>\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 2.4-dev\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
@@ -31,5 +26,6 @@ msgid ""
"class=\"application\">Unsafe Browser</span> itself.</p>\n"
msgstr ""
"<p>اگر با استفاده از <span class=\"application\">مرورگر\n"
-"غیرامن</span> فایل‌هایی دانلود کرده‌اید، امکان دسترسی به آن‌ها بیرون از خود <span\n"
+"غیرامن</span> فایل‌هایی دانلود کرده‌اید، امکان دسترسی به آن‌ها بیرون از خود <"
+"span\n"
"class=\"application\">مرورگر غیرامن</span> وجود ندارد.</p>\n"
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.fr.po b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.fr.po
index 4a07e2229e..353c5d6c63 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.fr.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.fr.po
@@ -7,21 +7,16 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"POT-Creation-Date: 2017-09-25 20:19+0200\n"
+"PO-Revision-Date: 2020-02-14 10:26+0000\n"
+"Last-Translator: xin <xin@???>\n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
+"X-Generator: Weblate 3.5.1\n"

#. type: Plain text
#, no-wrap
@@ -30,5 +25,7 @@ msgid ""
"Browser</span> it is not possible to access them outside of the <span\n"
"class=\"application\">Unsafe Browser</span> itself.</p>\n"
msgstr ""
-"<p>Si vous téléchargez des fichiers avec le <span class=\"application\">Navigateur\n"
-"non sécurisé</span>, vous ne pourrez pas y accéder en dehors de celui-ci.</p>\n"
+"<p>Si vous téléchargez des fichiers avec le <span class=\"application\">"
+"Navigateur\n"
+"non sécurisé</span>, vous ne pourrez pas y accéder en dehors de celui-ci.</p>"
+"\n"
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.id.po b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.id.po
index 69a664ee7b..dfee351a75 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.id.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.id.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2015-07-05 17:57+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.it.po b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.it.po
index 5743bdeec8..ac96c99382 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.it.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2015-11-19 23:06+0100\n"
"PO-Revision-Date: 2021-03-02 23:43+0000\n"
"Last-Translator: cenere <cenere@???>\n"
"Language-Team: ita <transitails@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.mdwn b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.mdwn
index 577f1667f3..32abf5e301 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.mdwn
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.mdwn
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
<p>If you download files using the <span class="application">Unsafe
Browser</span> it is not possible to access them outside of the <span
class="application">Unsafe Browser</span> itself.</p>
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.pl.po b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.pl.po
index c71f0e65fa..629933d64c 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.pl.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.pl.po
@@ -7,20 +7,15 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2016-03-14 01:05+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: pl\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.pt.po b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.pt.po
index 4d482cd033..0185bb8eda 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.pt.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2015-07-05 17:57+0200\n"
"PO-Revision-Date: 2020-08-14 10:56+0000\n"
"Last-Translator: drebs <drebs@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
@@ -30,5 +25,6 @@ msgid ""
"Browser</span> it is not possible to access them outside of the <span\n"
"class=\"application\">Unsafe Browser</span> itself.</p>\n"
msgstr ""
-"<p>Se você baixar arquivos usando o <span class=\"application\">Navegador não-confiável</span>, não será possível acessá-los\n"
+"<p>Se você baixar arquivos usando o <span class=\"application\">Navegador "
+"não-confiável</span>, não será possível acessá-los\n"
"fora do <span class=\"application\">Navegador não-confiável</span>.</p>\n"
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.ru.po b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.ru.po
index d8077a7037..6063e86e47 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.ru.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.ru.po
@@ -7,20 +7,15 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2017-06-29 12:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: ru\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.sr_Latn.po b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.sr_Latn.po
index 145790977a..b4e816dcc7 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.sr_Latn.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.sr_Latn.po
@@ -7,20 +7,15 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2018-07-28 08:15+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: sr_Latn\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.tr.po b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.tr.po
index bacef255ae..629933d64c 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.tr.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.tr.po
@@ -7,20 +7,15 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2016-03-14 01:05+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: tr\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.zh.po b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.zh.po
index 2a0a3bdf7b..6063e86e47 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.zh.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.zh.po
@@ -7,20 +7,15 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2017-06-29 12:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: zh\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.zh_TW.po b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.zh_TW.po
index 734576b68e..ca2262da9a 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.zh_TW.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/chroot.inline.zh_TW.po
@@ -7,20 +7,15 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2018-03-13 14:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: zh_TW\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.ar.po b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.ar.po
index aeec8d8ad1..856d824cb2 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.ar.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.ar.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "To log in to a captive portal:"
msgstr ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.ca.po b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.ca.po
index 02be81d3e0..60ed7dd8df 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.ca.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.ca.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "To log in to a captive portal:"
msgstr ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.de.po b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.de.po
index 8bb36b09f2..4870b29f1b 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.de.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.de.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "To log in to a captive portal:"
msgstr ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.es.po b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.es.po
index 8bb36b09f2..4870b29f1b 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.es.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.es.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "To log in to a captive portal:"
msgstr ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.fa.po b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.fa.po
index 8bb36b09f2..4870b29f1b 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.fa.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.fa.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "To log in to a captive portal:"
msgstr ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.fr.po b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.fr.po
index bcc198e973..e346310437 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.fr.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.fr.po
@@ -6,21 +6,16 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
+"PO-Revision-Date: 2020-11-04 19:31+0000\n"
+"Last-Translator: Corl3ss <corl3ss@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
+"X-Generator: Weblate 3.8\n"

#. type: Plain text
msgid "To log in to a captive portal:"
@@ -36,7 +31,8 @@ msgid ""
" Choose a website that is common in your location, for example a search\n"
" engine or news site.\n"
msgstr ""
-" Choisissez un site web habituel selon votre localisation, par exemple un moteur\n"
+" Choisissez un site web habituel selon votre localisation, par exemple un "
+"moteur\n"
" de recherche ou un site d'actualités.\n"

#. type: Bullet: '1. '
@@ -55,4 +51,6 @@ msgstr "Une fois Tor prêt, fermez le *Navigateur non sécurisé*."
#. type: Plain text
#, no-wrap
msgid " You can use *Tor Browser* and any other application as usual.\n"
-msgstr " Vous pouvez utiliser le *Navigateur Tor* et tout autre application comme d'habitude.\n"
+msgstr ""
+" Vous pouvez utiliser le *Navigateur Tor* et tout autre application comme "
+"d'habitude.\n"
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.id.po b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.id.po
index 04c3285048..371106b83e 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.id.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.id.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "To log in to a captive portal:"
msgstr ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.it.po b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.it.po
index e18f10ab99..36064185bb 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.it.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.it.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: 2021-03-03 08:44+0100\n"
"Last-Translator: la_r_go* <largo@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "To log in to a captive portal:"
msgstr "Accedere a un portale controllato:"
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.mdwn b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.mdwn
index 50901d1b49..63667dc16c 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.mdwn
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.mdwn
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
To log in to a captive portal:

1. Try visiting any website using the *Unsafe Browser*.
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.pl.po b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.pl.po
index 47a7c7df23..38b4305e8f 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.pl.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.pl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "To log in to a captive portal:"
msgstr ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.pt.po b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.pt.po
index 8bb36b09f2..4870b29f1b 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.pt.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.pt.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "To log in to a captive portal:"
msgstr ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.ru.po b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.ru.po
index dbf35cc753..67da4885b5 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.ru.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.ru.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "To log in to a captive portal:"
msgstr ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.sr_Latn.po b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.sr_Latn.po
index bd7c5aed22..9e073767ec 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.sr_Latn.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.sr_Latn.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "To log in to a captive portal:"
msgstr ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.tr.po b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.tr.po
index 9b13de6fc0..c255c05499 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.tr.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.tr.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "To log in to a captive portal:"
msgstr ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.zh.po b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.zh.po
index 92d4dfe26d..80cc8eb5b8 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.zh.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.zh.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "To log in to a captive portal:"
msgstr ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.zh_TW.po b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.zh_TW.po
index 15710bfaef..c1336d3106 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.zh_TW.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/logging_in.inline.zh_TW.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "To log in to a captive portal:"
msgstr ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.ar.po b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.ar.po
index aaaf127416..93dc08e0e3 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.ar.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.ar.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "- **The *Unsafe Browser* is not anonymous.**"
msgstr ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.ca.po b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.ca.po
index c4c3f19400..c63e503e33 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.ca.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.ca.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "- **The *Unsafe Browser* is not anonymous.**"
msgstr ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.de.po b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.de.po
index 66ff09a2fb..2772a1bc27 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.de.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.de.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "- **The *Unsafe Browser* is not anonymous.**"
msgstr ""
@@ -79,8 +74,7 @@ msgid ""
msgstr ""

#. type: Bullet: ' - '
-msgid ""
-"Only enable the *Unsafe Browser* if you need to log in to a captive portal."
+msgid "Only enable the *Unsafe Browser* if you need to log in to a captive portal."
msgstr ""

#. type: Bullet: ' - '
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.es.po b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.es.po
index d4bebfb6b9..9ec509cf3a 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.es.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.es.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: 2020-10-05 05:31+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.8\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "- **The *Unsafe Browser* is not anonymous.**"
msgstr "- **El *Navegador No Seguro* no es anónimo.**"
@@ -63,7 +58,8 @@ msgid ""
msgstr ""
" Alguien podría explotar una vulnerabilidad en otra\n"
" aplicación de Tails o arrancar un 'Navegador No Seguro' invisible\n"
-" y revelar tu dirección IP, incluso si no estás utilizando el 'Navegador No Seguro'.\n"
+" y revelar tu dirección IP, incluso si no estás utilizando el 'Navegador No "
+"Seguro'.\n"

#. type: Plain text
#, no-wrap
@@ -83,8 +79,7 @@ msgid ""
msgstr ""

#. type: Bullet: ' - '
-msgid ""
-"Only enable the *Unsafe Browser* if you need to log in to a captive portal."
+msgid "Only enable the *Unsafe Browser* if you need to log in to a captive portal."
msgstr ""

#. type: Bullet: ' - '
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.fa.po b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.fa.po
index 66ff09a2fb..2772a1bc27 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.fa.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.fa.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "- **The *Unsafe Browser* is not anonymous.**"
msgstr ""
@@ -79,8 +74,7 @@ msgid ""
msgstr ""

#. type: Bullet: ' - '
-msgid ""
-"Only enable the *Unsafe Browser* if you need to log in to a captive portal."
+msgid "Only enable the *Unsafe Browser* if you need to log in to a captive portal."
msgstr ""

#. type: Bullet: ' - '
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.fr.po b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.fr.po
index 6794b42e42..cd45bbb363 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.fr.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.fr.po
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
+"PO-Revision-Date: 2021-04-13 18:06+0000\n"
"Last-Translator: Chre <tor@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: fr\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
-
#. type: Plain text
msgid "- **The *Unsafe Browser* is not anonymous.**"
msgstr "- **Le *Navigateur non sécurisé* n'est pas anonyme.**"
@@ -32,7 +27,8 @@ msgid ""
" The *Unsafe Browser* does not use Tor. The websites that you visit can\n"
" see your real IP address.\n"
msgstr ""
-" Le *Navigateur non sécurisé* n'utilise pas Tor. Les sites que vous visitez peuvent\n"
+" Le *Navigateur non sécurisé* n'utilise pas Tor. Les sites que vous visitez "
+"peuvent\n"
" voir votre véritable adresse IP.\n"

#. type: Plain text
@@ -71,8 +67,10 @@ msgid ""
" your IP address, even if you are not using the *Unsafe Browser*.\n"
msgstr ""
" Un attaquant pourrait utiliser une faille de sécurité d'un autre\n"
-" programme de Tails pour lancer une instance cachée du *Navigateur non sécurisé* et révéler\n"
-" votre adresse IP, même si vous n'utilisez pas le *Navigateur non sécurisé*.\n"
+" programme de Tails pour lancer une instance cachée du *Navigateur non "
+"sécurisé* et révéler\n"
+" votre adresse IP, même si vous n'utilisez pas le *Navigateur non sécurisé*."
+"\n"

#. type: Plain text
#, no-wrap
@@ -85,8 +83,10 @@ msgid ""
msgstr ""
" Par exemple, un attaquant pourrait exploiter une faille de sécurité dans \n"
" *Thunderbird* en vous envoyant un [message\n"
-" d'hameçonnage](https://ssd.eff.org/fr/module/how-avoid-phishing-attacks) qui \n"
-" lancerait une instance cachée du *Navigateur non sécurisé* et révèlerait votre\n"
+" d'hameçonnage](https://ssd.eff.org/fr/module/how-avoid-phishing-attacks) "
+"qui \n"
+" lancerait une instance cachée du *Navigateur non sécurisé* et révèlerait "
+"votre\n"
" adresse IP.\n"

#. type: Plain text
@@ -95,12 +95,12 @@ msgid ""
" Such an attack is very unlikely but could be performed by a strong\n"
" attacker, such as a government or a hacking firm.\n"
msgstr ""
-" Une telle attaque est très improbable mais peut être réalisée par un attaquant\n"
+" Une telle attaque est très improbable mais peut être réalisée par un "
+"attaquant\n"
" puissant, comme un gouvernement ou une société de piratage.\n"

#. type: Bullet: ' - '
-msgid ""
-"Only enable the *Unsafe Browser* if you need to log in to a captive portal."
+msgid "Only enable the *Unsafe Browser* if you need to log in to a captive portal."
msgstr ""
"N'activer le *Navigateur non sécurisé* que pour vous connecter à un portail "
"captif."
@@ -119,5 +119,6 @@ msgid ""
" We have plans to fix the root cause of this problem but it requires\n"
" [[!tails_ticket 12213 desc=\"important engineering work\"]].\n"
msgstr ""
-" Nous avons prévu de remédier la cause principale de ce problème mais cela nécessite\n"
+" Nous avons prévu de remédier la cause principale de ce problème mais cela "
+"nécessite\n"
" [[!tails_ticket 12213 desc=\"d'importants travaux de conception\"]].\n"
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.id.po b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.id.po
index 89cbb746a4..0832300dc2 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.id.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.id.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "- **The *Unsafe Browser* is not anonymous.**"
msgstr ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.it.po b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.it.po
index ead9c6c2e6..0007179d95 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.it.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.it.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: 2020-10-29 18:31+0000\n"
"Last-Translator: _ignifugo <ignifugo@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.8\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "- **The *Unsafe Browser* is not anonymous.**"
msgstr ""
@@ -78,12 +73,13 @@ msgid ""
" Such an attack is very unlikely but could be performed by a strong\n"
" attacker, such as a government or a hacking firm.\n"
msgstr ""
-" Un attacco del genere è molto improbabile ma potrebbe essere eseguito da una\n"
-" persona malintenzionata potente, come un governo o una società di hacking.\n"
+" Un attacco del genere è molto improbabile ma potrebbe essere eseguito da "
+"una\n"
+" persona malintenzionata potente, come un governo o una società di hacking."
+"\n"

#. type: Bullet: ' - '
-msgid ""
-"Only enable the *Unsafe Browser* if you need to log in to a captive portal."
+msgid "Only enable the *Unsafe Browser* if you need to log in to a captive portal."
msgstr ""

#. type: Bullet: ' - '
@@ -98,5 +94,6 @@ msgid ""
" We have plans to fix the root cause of this problem but it requires\n"
" [[!tails_ticket 12213 desc=\"important engineering work\"]].\n"
msgstr ""
-" Abbiamo in programma di correggere la causa principale di questo problema, ma richiede un\n"
+" Abbiamo in programma di correggere la causa principale di questo problema, "
+"ma richiede un\n"
" [[!tails_ticket 12213 desc=\"importante lavoro di ingegneria\"]].\n"
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.mdwn b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.mdwn
index 851a61f40a..cbf2710561 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.mdwn
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.mdwn
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
- **The *Unsafe Browser* is not anonymous.**

The *Unsafe Browser* does not use Tor. The websites that you visit can
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.pl.po b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.pl.po
index 9d99942ed4..55c04cd7d3 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.pl.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.pl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "- **The *Unsafe Browser* is not anonymous.**"
msgstr ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.pt.po b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.pt.po
index 66ff09a2fb..2772a1bc27 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.pt.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.pt.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "- **The *Unsafe Browser* is not anonymous.**"
msgstr ""
@@ -79,8 +74,7 @@ msgid ""
msgstr ""

#. type: Bullet: ' - '
-msgid ""
-"Only enable the *Unsafe Browser* if you need to log in to a captive portal."
+msgid "Only enable the *Unsafe Browser* if you need to log in to a captive portal."
msgstr ""

#. type: Bullet: ' - '
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.ru.po b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.ru.po
index d75918faae..76e5c35d1e 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.ru.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.ru.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "- **The *Unsafe Browser* is not anonymous.**"
msgstr ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.sr_Latn.po b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.sr_Latn.po
index 6dc16cfb5a..66260c455c 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.sr_Latn.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.sr_Latn.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "- **The *Unsafe Browser* is not anonymous.**"
msgstr ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.tr.po b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.tr.po
index 011362bd1f..5b3f054a98 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.tr.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.tr.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "- **The *Unsafe Browser* is not anonymous.**"
msgstr ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.zh.po b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.zh.po
index 0106e6cb6f..4170279bad 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.zh.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.zh.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "- **The *Unsafe Browser* is not anonymous.**"
msgstr ""
diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.zh_TW.po b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.zh_TW.po
index 6654c6cacd..8cbd700b50 100644
--- a/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.zh_TW.po
+++ b/wiki/src/doc/anonymous_internet/unsafe_browser/security_implications.inline.zh_TW.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "- **The *Unsafe Browser* is not anonymous.**"
msgstr ""
diff --git a/wiki/src/doc/encryption_and_privacy.index.fr.po b/wiki/src/doc/encryption_and_privacy.index.fr.po
index 12e6a784ac..8e0abe45cd 100644
--- a/wiki/src/doc/encryption_and_privacy.index.fr.po
+++ b/wiki/src/doc/encryption_and_privacy.index.fr.po
@@ -6,17 +6,15 @@
msgid ""
msgstr ""
"Project-Id-Version: SACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-05-08 20:37+0000\n"
-"PO-Revision-Date: 2021-05-10 19:44+0000\n"
-"Last-Translator: conan <conan@???>\n"
+"PO-Revision-Date: 2018-11-27 16:58+0000\n"
+"Last-Translator: \n"
"Language-Team: SLANGUAGE <LL@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
+"X-Generator: Poedit 1.8.11\n"

#. type: Bullet: ' - '
msgid ""
@@ -27,7 +25,18 @@ msgstr ""
"virtual_keyboard]]"

 #. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "  - Encrypted volumes\n"
+#| "    - [[!traillink Create_and_use_<span_class=\"application\">LUKS</span>_encrypted_volumes|encryption_and_privacy/encrypted_volumes]]\n"
+#| "    - [[!traillink Using_<span_class=\"application\">VeraCrypt</span>_encrypted_volumes|encryption_and_privacy/veracrypt]]\n"
+#| "  - [[!traillink Encrypt,_decrypt,_sign,_and_verify_text_using_OpenPGP_and_<span_class=\"application\">OpenPGP_Applet</span>|encryption_and_privacy/gpgapplet]]\n"
+#| "    - [[!traillink Encrypt_text_with_a_passphrase|encryption_and_privacy/gpgapplet/passphrase_encryption]]\n"
+#| "    - [[!traillink Encrypt_and_sign_text_using_public-key_cryptography|encryption_and_privacy/gpgapplet/public-key_cryptography]]\n"
+#| "    - [[!traillink Decrypt_and_verify_text|encryption_and_privacy/gpgapplet/decrypt_verify]]\n"
+#| "  - [[!traillink Securely_delete_files_and_clean_diskspace_using_Nautilus_Wipe|encryption_and_privacy/secure_deletion]]\n"
+#| "  - [[!traillink Manage_passwords_using_<span_class=\"application\">KeePassXC</span>|encryption_and_privacy/manage_passwords]]\n"
+#| "  - [[!traillink Calculating_checksums_using_<span_class=\"application\">GtkHash</span>|encryption_and_privacy/checksums]]\n"
 msgid ""
 "  - Encrypted volumes\n"
 "    - [[!traillink Creating_and_using_<em>LUKS</em>_encrypted_volumes|encryption_and_privacy/encrypted_volumes]]\n"
@@ -41,24 +50,15 @@ msgid ""
 "  - [[!traillink Calculating_checksums_using_<em>GtkHash</em>|encryption_and_privacy/checksums]]\n"
 msgstr ""
 "  - Volumes chiffrés\n"
-"    - [[!traillink Créer_et_utiliser_des_volumes_chiffrés_avec_<em>LUKS</em>|"
-"encryption_and_privacy/encrypted_volumes]]\n"
-"    - [[!traillink Utiliser_des_volumes_chiffrés_avec_<em>VeraCrypt</em>|"
-"encryption_and_privacy/veracrypt]]\n"
-"  - [[!traillink Chiffrer,_déchiffrer,_signer,_et_vérifier_du_texte_avec_Open"
-"PGP_et_l'<em>applet_OpenPGP</em>|encryption_and_privacy/gpgapplet]]\n"
-"    - [[!traillink Chiffrer_du_texte_avec_une_phrase_de_passe|"
-"encryption_and_privacy/gpgapplet/passphrase_encryption]]\n"
-"    - [[!traillink Chiffrer_et_signer_du_texte_avec_une_clé_publique|"
-"encryption_and_privacy/gpgapplet/public-key_cryptography]]\n"
-"    - [[!traillink Déchiffrer_et_vérifier_du_texte|encryption_and_privacy/"
-"gpgapplet/decrypt_verify]]\n"
-"  - [[!traillink Effacer_des_fichiers_de_façon_sécurisée_et_nettoyer_l'espace"
-"_disque_avec_Nautilus_Wipe|encryption_and_privacy/secure_deletion]]\n"
-"  - [[!traillink Gérer_ses_mots_de_passe_avec_<em>KeePassXC</em>|"
-"encryption_and_privacy/manage_passwords]]\n"
-"  - [[!traillink Calculer_des_sommes_de_contrôle_avec_<em>GtkHash</em>|"
-"encryption_and_privacy/checksums]]\n"
+"    - [[!traillink Créer_et_utiliser_des_volumes_chiffrés_avec_<span_class=\"application\">LUKS</span>|encryption_and_privacy/encrypted_volumes]]\n"
+"    - [[!traillink Utiliser_des_volumes_chiffrés_avec_<span_class=\"application\">VeraCrypt</span>|encryption_and_privacy/veracrypt]]\n"
+"  - [[!traillink Chiffrer,_déchiffrer,_signer,_et_vérifier_du_texte_avec_OpenPGP_et_l'<span_class=\"application\">applet_OpenPGP</span>|encryption_and_privacy/gpgapplet]]\n"
+"    - [[!traillink Chiffrer_du_texte_avec_une_phrase_de_passe|encryption_and_privacy/gpgapplet/passphrase_encryption]]\n"
+"    - [[!traillink Chiffrer_et_signer_du_texte_avec_une_clé_publique|encryption_and_privacy/gpgapplet/public-key_cryptography]]\n"
+"    - [[!traillink Déchiffrer_et_vérifier_du_texte|encryption_and_privacy/gpgapplet/decrypt_verify]]\n"
+"  - [[!traillink Effacer_des_fichiers_de_façon_sécurisée_et_nettoyer_l'espace_disque_avec_Nautilus_Wipe|encryption_and_privacy/secure_deletion]]\n"
+"  - [[!traillink Gérer_ses_mots_de_passe_avec_<span_class=\"application\">KeePassXC</span>|encryption_and_privacy/manage_passwords]]\n"
+"  - [[!traillink Calculer_des_sommes_de_contrôle_avec_<span_class=\"application\">GtkHash</span>|encryption_and_privacy/checksums]]\n"


#~ msgid ""
#~ "[[!traillink Your_data_won't_be_saved_unless_explicitly_asked|"
diff --git a/wiki/src/doc/encryption_and_privacy/gpgapplet/decrypt_verify.fr.po b/wiki/src/doc/encryption_and_privacy/gpgapplet/decrypt_verify.fr.po
index c30a922113..8cff810eeb 100644
--- a/wiki/src/doc/encryption_and_privacy/gpgapplet/decrypt_verify.fr.po
+++ b/wiki/src/doc/encryption_and_privacy/gpgapplet/decrypt_verify.fr.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: Tails\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-04-15 02:12+0000\n"
-"PO-Revision-Date: 2021-04-29 18:06+0000\n"
+"PO-Revision-Date: 2021-04-13 18:06+0000\n"
"Last-Translator: Chre <tor@???>\n"
"Language-Team: Tails translators <tails@???>\n"
"Language: fr\n"
@@ -19,11 +19,10 @@ msgstr ""
"X-Generator: Weblate 3.11.3\n"

#. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid "[[!meta title=\"Decrypt or verify a text created using OpenPGP Applet\"]]\n"
msgid "[[!meta title=\"Decrypting or verifying text using OpenPGP Applet\"]]\n"
-msgstr ""
-"[[!meta title=\"Déchiffrement ou vérification d'un texte en utilisant "
-"l'applet OpenPGP\"]]\n"
+msgstr "[[!meta title=\"Déchiffrer ou vérifier un texte créé en utilisant l'applet OpenPGP\"]]\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.ar.po b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.ar.po
index ab19306600..1798fdb1af 100644
--- a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.ar.po
+++ b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.ar.po
@@ -7,20 +7,15 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2018-09-15 11:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: ar\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "We recommend you use:"
msgstr ""
@@ -33,43 +28,54 @@ msgstr ""

#. type: Bullet: '- '
msgid ""
-"<span class=\"application\">LUKS</span> to encrypt files for Tails and Linux."
+"<span class=\"application\">LUKS</span> to encrypt files for Tails and "
+"Linux."
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
"<table>\n"
-"<tr><th></th><th class=\"w30\"><span class=\"application\">LUKS</span></th><th class=\"w30\"><span class=\"application\">VeraCrypt</span></th></tr>\n"
-"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + Linux</td></tr>\n"
-"<tr><td>Create new volumes</td><td class=\"check\"><span class=\"check\">Yes</span></td><td class=\"cross\">Outside of Tails</td></tr>\n"
-"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted partitions (or entire disks) ¹</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated ²</td><td class=\"check\">Easy</td></tr>\n"
-"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td class=\"cross\">More complicated</td></tr>\n"
-"<tr><td>Speed</td><td class=\"check\">Faster</td><td class=\"cross\">Slower</td></tr>\n"
+"<tr><th></th><th class=\"w30\"><span "
+"class=\"application\">LUKS</span></th><th class=\"w30\"><span "
+"class=\"application\">VeraCrypt</span></th></tr>\n"
+"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + "
+"Linux</td></tr>\n"
+"<tr><td>Create new volumes</td><td class=\"check\"><span "
+"class=\"check\">Yes</span></td><td class=\"cross\">Outside of "
+"Tails</td></tr>\n"
+"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted partitions (or entire disks) ¹</td><td "
+"class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated "
+"²</td><td class=\"check\">Easy</td></tr>\n"
+"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td "
+"class=\"cross\">More complicated</td></tr>\n"
+"<tr><td>Speed</td><td class=\"check\">Faster</td><td "
+"class=\"cross\">Slower</td></tr>\n"
"</table>\n"
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See the [[difference between *file containers* and *partitions*|"
-"veracrypt#container-vs-partition]]."
+"See the [[difference between *file containers* and "
+"*partitions*|veracrypt#container-vs-partition]]."
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file containers]"
-"(http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-"
-"file-containers/)."
+"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file "
+"containers](http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-file-containers/)."
msgstr ""

#. type: Bullet: '2. '
msgid ""
-"*Plausible deniability*: in some cases (for example, with <span class="
-"\"application\">VeraCrypt</span> hidden volumes), it is impossible for an "
-"adversary to technically prove the existence of an encrypted volume."
+"*Plausible deniability*: in some cases (for example, with <span "
+"class=\"application\">VeraCrypt</span> hidden volumes), it is impossible for "
+"an adversary to technically prove the existence of an encrypted volume."
msgstr ""

#. type: Plain text
@@ -81,12 +87,12 @@ msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[VeraCrypt: Plausible Deniability](https://www.veracrypt.fr/en/Plausible"
-"%20Deniability.html)"
+"[VeraCrypt: Plausible "
+"Deniability](https://www.veracrypt.fr/en/Plausible%20Deniability.html)"
msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[Security-in-a-Box: Creating a hidden volume](https://securityinabox.org/en/"
-"guide/veracrypt/windows#creating-a-hidden-volume)"
+"[Security-in-a-Box: Creating a hidden "
+"volume](https://securityinabox.org/en/guide/veracrypt/windows#creating-a-hidden-volume)"
msgstr ""
diff --git a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.ca.po b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.ca.po
index f14bd46b4a..1798fdb1af 100644
--- a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.ca.po
+++ b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.ca.po
@@ -7,20 +7,15 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2018-09-15 11:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: ca\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "We recommend you use:"
msgstr ""
@@ -33,43 +28,54 @@ msgstr ""

#. type: Bullet: '- '
msgid ""
-"<span class=\"application\">LUKS</span> to encrypt files for Tails and Linux."
+"<span class=\"application\">LUKS</span> to encrypt files for Tails and "
+"Linux."
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
"<table>\n"
-"<tr><th></th><th class=\"w30\"><span class=\"application\">LUKS</span></th><th class=\"w30\"><span class=\"application\">VeraCrypt</span></th></tr>\n"
-"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + Linux</td></tr>\n"
-"<tr><td>Create new volumes</td><td class=\"check\"><span class=\"check\">Yes</span></td><td class=\"cross\">Outside of Tails</td></tr>\n"
-"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted partitions (or entire disks) ¹</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated ²</td><td class=\"check\">Easy</td></tr>\n"
-"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td class=\"cross\">More complicated</td></tr>\n"
-"<tr><td>Speed</td><td class=\"check\">Faster</td><td class=\"cross\">Slower</td></tr>\n"
+"<tr><th></th><th class=\"w30\"><span "
+"class=\"application\">LUKS</span></th><th class=\"w30\"><span "
+"class=\"application\">VeraCrypt</span></th></tr>\n"
+"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + "
+"Linux</td></tr>\n"
+"<tr><td>Create new volumes</td><td class=\"check\"><span "
+"class=\"check\">Yes</span></td><td class=\"cross\">Outside of "
+"Tails</td></tr>\n"
+"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted partitions (or entire disks) ¹</td><td "
+"class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated "
+"²</td><td class=\"check\">Easy</td></tr>\n"
+"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td "
+"class=\"cross\">More complicated</td></tr>\n"
+"<tr><td>Speed</td><td class=\"check\">Faster</td><td "
+"class=\"cross\">Slower</td></tr>\n"
"</table>\n"
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See the [[difference between *file containers* and *partitions*|"
-"veracrypt#container-vs-partition]]."
+"See the [[difference between *file containers* and "
+"*partitions*|veracrypt#container-vs-partition]]."
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file containers]"
-"(http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-"
-"file-containers/)."
+"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file "
+"containers](http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-file-containers/)."
msgstr ""

#. type: Bullet: '2. '
msgid ""
-"*Plausible deniability*: in some cases (for example, with <span class="
-"\"application\">VeraCrypt</span> hidden volumes), it is impossible for an "
-"adversary to technically prove the existence of an encrypted volume."
+"*Plausible deniability*: in some cases (for example, with <span "
+"class=\"application\">VeraCrypt</span> hidden volumes), it is impossible for "
+"an adversary to technically prove the existence of an encrypted volume."
msgstr ""

#. type: Plain text
@@ -81,12 +87,12 @@ msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[VeraCrypt: Plausible Deniability](https://www.veracrypt.fr/en/Plausible"
-"%20Deniability.html)"
+"[VeraCrypt: Plausible "
+"Deniability](https://www.veracrypt.fr/en/Plausible%20Deniability.html)"
msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[Security-in-a-Box: Creating a hidden volume](https://securityinabox.org/en/"
-"guide/veracrypt/windows#creating-a-hidden-volume)"
+"[Security-in-a-Box: Creating a hidden "
+"volume](https://securityinabox.org/en/guide/veracrypt/windows#creating-a-hidden-volume)"
msgstr ""
diff --git a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.de.po b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.de.po
index 47c5d910c6..ad94c04bf7 100644
--- a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.de.po
+++ b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.de.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2018-08-16 17:58+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "We recommend you use:"
msgstr ""
@@ -33,43 +28,54 @@ msgstr ""

#. type: Bullet: '- '
msgid ""
-"<span class=\"application\">LUKS</span> to encrypt files for Tails and Linux."
+"<span class=\"application\">LUKS</span> to encrypt files for Tails and "
+"Linux."
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
"<table>\n"
-"<tr><th></th><th class=\"w30\"><span class=\"application\">LUKS</span></th><th class=\"w30\"><span class=\"application\">VeraCrypt</span></th></tr>\n"
-"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + Linux</td></tr>\n"
-"<tr><td>Create new volumes</td><td class=\"check\"><span class=\"check\">Yes</span></td><td class=\"cross\">Outside of Tails</td></tr>\n"
-"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted partitions (or entire disks) ¹</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated ²</td><td class=\"check\">Easy</td></tr>\n"
-"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td class=\"cross\">More complicated</td></tr>\n"
-"<tr><td>Speed</td><td class=\"check\">Faster</td><td class=\"cross\">Slower</td></tr>\n"
+"<tr><th></th><th class=\"w30\"><span "
+"class=\"application\">LUKS</span></th><th class=\"w30\"><span "
+"class=\"application\">VeraCrypt</span></th></tr>\n"
+"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + "
+"Linux</td></tr>\n"
+"<tr><td>Create new volumes</td><td class=\"check\"><span "
+"class=\"check\">Yes</span></td><td class=\"cross\">Outside of "
+"Tails</td></tr>\n"
+"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted partitions (or entire disks) ¹</td><td "
+"class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated "
+"²</td><td class=\"check\">Easy</td></tr>\n"
+"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td "
+"class=\"cross\">More complicated</td></tr>\n"
+"<tr><td>Speed</td><td class=\"check\">Faster</td><td "
+"class=\"cross\">Slower</td></tr>\n"
"</table>\n"
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See the [[difference between *file containers* and *partitions*|"
-"veracrypt#container-vs-partition]]."
+"See the [[difference between *file containers* and "
+"*partitions*|veracrypt#container-vs-partition]]."
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file containers]"
-"(http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-"
-"file-containers/)."
+"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file "
+"containers](http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-file-containers/)."
msgstr ""

#. type: Bullet: '2. '
msgid ""
-"*Plausible deniability*: in some cases (for example, with <span class="
-"\"application\">VeraCrypt</span> hidden volumes), it is impossible for an "
-"adversary to technically prove the existence of an encrypted volume."
+"*Plausible deniability*: in some cases (for example, with <span "
+"class=\"application\">VeraCrypt</span> hidden volumes), it is impossible for "
+"an adversary to technically prove the existence of an encrypted volume."
msgstr ""

#. type: Plain text
@@ -81,12 +87,12 @@ msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[VeraCrypt: Plausible Deniability](https://www.veracrypt.fr/en/Plausible"
-"%20Deniability.html)"
+"[VeraCrypt: Plausible "
+"Deniability](https://www.veracrypt.fr/en/Plausible%20Deniability.html)"
msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[Security-in-a-Box: Creating a hidden volume](https://securityinabox.org/en/"
-"guide/veracrypt/windows#creating-a-hidden-volume)"
+"[Security-in-a-Box: Creating a hidden "
+"volume](https://securityinabox.org/en/guide/veracrypt/windows#creating-a-hidden-volume)"
msgstr ""
diff --git a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.es.po b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.es.po
index 47c5d910c6..ad94c04bf7 100644
--- a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.es.po
+++ b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.es.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2018-08-16 17:58+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "We recommend you use:"
msgstr ""
@@ -33,43 +28,54 @@ msgstr ""

#. type: Bullet: '- '
msgid ""
-"<span class=\"application\">LUKS</span> to encrypt files for Tails and Linux."
+"<span class=\"application\">LUKS</span> to encrypt files for Tails and "
+"Linux."
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
"<table>\n"
-"<tr><th></th><th class=\"w30\"><span class=\"application\">LUKS</span></th><th class=\"w30\"><span class=\"application\">VeraCrypt</span></th></tr>\n"
-"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + Linux</td></tr>\n"
-"<tr><td>Create new volumes</td><td class=\"check\"><span class=\"check\">Yes</span></td><td class=\"cross\">Outside of Tails</td></tr>\n"
-"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted partitions (or entire disks) ¹</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated ²</td><td class=\"check\">Easy</td></tr>\n"
-"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td class=\"cross\">More complicated</td></tr>\n"
-"<tr><td>Speed</td><td class=\"check\">Faster</td><td class=\"cross\">Slower</td></tr>\n"
+"<tr><th></th><th class=\"w30\"><span "
+"class=\"application\">LUKS</span></th><th class=\"w30\"><span "
+"class=\"application\">VeraCrypt</span></th></tr>\n"
+"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + "
+"Linux</td></tr>\n"
+"<tr><td>Create new volumes</td><td class=\"check\"><span "
+"class=\"check\">Yes</span></td><td class=\"cross\">Outside of "
+"Tails</td></tr>\n"
+"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted partitions (or entire disks) ¹</td><td "
+"class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated "
+"²</td><td class=\"check\">Easy</td></tr>\n"
+"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td "
+"class=\"cross\">More complicated</td></tr>\n"
+"<tr><td>Speed</td><td class=\"check\">Faster</td><td "
+"class=\"cross\">Slower</td></tr>\n"
"</table>\n"
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See the [[difference between *file containers* and *partitions*|"
-"veracrypt#container-vs-partition]]."
+"See the [[difference between *file containers* and "
+"*partitions*|veracrypt#container-vs-partition]]."
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file containers]"
-"(http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-"
-"file-containers/)."
+"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file "
+"containers](http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-file-containers/)."
msgstr ""

#. type: Bullet: '2. '
msgid ""
-"*Plausible deniability*: in some cases (for example, with <span class="
-"\"application\">VeraCrypt</span> hidden volumes), it is impossible for an "
-"adversary to technically prove the existence of an encrypted volume."
+"*Plausible deniability*: in some cases (for example, with <span "
+"class=\"application\">VeraCrypt</span> hidden volumes), it is impossible for "
+"an adversary to technically prove the existence of an encrypted volume."
msgstr ""

#. type: Plain text
@@ -81,12 +87,12 @@ msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[VeraCrypt: Plausible Deniability](https://www.veracrypt.fr/en/Plausible"
-"%20Deniability.html)"
+"[VeraCrypt: Plausible "
+"Deniability](https://www.veracrypt.fr/en/Plausible%20Deniability.html)"
msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[Security-in-a-Box: Creating a hidden volume](https://securityinabox.org/en/"
-"guide/veracrypt/windows#creating-a-hidden-volume)"
+"[Security-in-a-Box: Creating a hidden "
+"volume](https://securityinabox.org/en/guide/veracrypt/windows#creating-a-hidden-volume)"
msgstr ""
diff --git a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.fa.po b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.fa.po
index 47c5d910c6..ad94c04bf7 100644
--- a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.fa.po
+++ b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.fa.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2018-08-16 17:58+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "We recommend you use:"
msgstr ""
@@ -33,43 +28,54 @@ msgstr ""

#. type: Bullet: '- '
msgid ""
-"<span class=\"application\">LUKS</span> to encrypt files for Tails and Linux."
+"<span class=\"application\">LUKS</span> to encrypt files for Tails and "
+"Linux."
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
"<table>\n"
-"<tr><th></th><th class=\"w30\"><span class=\"application\">LUKS</span></th><th class=\"w30\"><span class=\"application\">VeraCrypt</span></th></tr>\n"
-"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + Linux</td></tr>\n"
-"<tr><td>Create new volumes</td><td class=\"check\"><span class=\"check\">Yes</span></td><td class=\"cross\">Outside of Tails</td></tr>\n"
-"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted partitions (or entire disks) ¹</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated ²</td><td class=\"check\">Easy</td></tr>\n"
-"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td class=\"cross\">More complicated</td></tr>\n"
-"<tr><td>Speed</td><td class=\"check\">Faster</td><td class=\"cross\">Slower</td></tr>\n"
+"<tr><th></th><th class=\"w30\"><span "
+"class=\"application\">LUKS</span></th><th class=\"w30\"><span "
+"class=\"application\">VeraCrypt</span></th></tr>\n"
+"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + "
+"Linux</td></tr>\n"
+"<tr><td>Create new volumes</td><td class=\"check\"><span "
+"class=\"check\">Yes</span></td><td class=\"cross\">Outside of "
+"Tails</td></tr>\n"
+"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted partitions (or entire disks) ¹</td><td "
+"class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated "
+"²</td><td class=\"check\">Easy</td></tr>\n"
+"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td "
+"class=\"cross\">More complicated</td></tr>\n"
+"<tr><td>Speed</td><td class=\"check\">Faster</td><td "
+"class=\"cross\">Slower</td></tr>\n"
"</table>\n"
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See the [[difference between *file containers* and *partitions*|"
-"veracrypt#container-vs-partition]]."
+"See the [[difference between *file containers* and "
+"*partitions*|veracrypt#container-vs-partition]]."
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file containers]"
-"(http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-"
-"file-containers/)."
+"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file "
+"containers](http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-file-containers/)."
msgstr ""

#. type: Bullet: '2. '
msgid ""
-"*Plausible deniability*: in some cases (for example, with <span class="
-"\"application\">VeraCrypt</span> hidden volumes), it is impossible for an "
-"adversary to technically prove the existence of an encrypted volume."
+"*Plausible deniability*: in some cases (for example, with <span "
+"class=\"application\">VeraCrypt</span> hidden volumes), it is impossible for "
+"an adversary to technically prove the existence of an encrypted volume."
msgstr ""

#. type: Plain text
@@ -81,12 +87,12 @@ msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[VeraCrypt: Plausible Deniability](https://www.veracrypt.fr/en/Plausible"
-"%20Deniability.html)"
+"[VeraCrypt: Plausible "
+"Deniability](https://www.veracrypt.fr/en/Plausible%20Deniability.html)"
msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[Security-in-a-Box: Creating a hidden volume](https://securityinabox.org/en/"
-"guide/veracrypt/windows#creating-a-hidden-volume)"
+"[Security-in-a-Box: Creating a hidden "
+"volume](https://securityinabox.org/en/guide/veracrypt/windows#creating-a-hidden-volume)"
msgstr ""
diff --git a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.fr.po b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.fr.po
index db5c886b93..fe8a52ec3f 100644
--- a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.fr.po
+++ b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.fr.po
@@ -6,22 +6,15 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"POT-Creation-Date: 2018-11-10 13:24+0000\n"
+"PO-Revision-Date: 2018-11-27 17:00+0000\n"
+"Last-Translator: \n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
+"X-Generator: Poedit 1.8.11\n"

#. type: Plain text
msgid "We recommend you use:"
diff --git a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.id.po b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.id.po
index 4a606921e3..07a36e91fa 100644
--- a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.id.po
+++ b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.id.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2018-08-16 17:58+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "We recommend you use:"
msgstr ""
diff --git a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.it.po b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.it.po
index 47c5d910c6..ad94c04bf7 100644
--- a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.it.po
+++ b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.it.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2018-08-16 17:58+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "We recommend you use:"
msgstr ""
@@ -33,43 +28,54 @@ msgstr ""

#. type: Bullet: '- '
msgid ""
-"<span class=\"application\">LUKS</span> to encrypt files for Tails and Linux."
+"<span class=\"application\">LUKS</span> to encrypt files for Tails and "
+"Linux."
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
"<table>\n"
-"<tr><th></th><th class=\"w30\"><span class=\"application\">LUKS</span></th><th class=\"w30\"><span class=\"application\">VeraCrypt</span></th></tr>\n"
-"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + Linux</td></tr>\n"
-"<tr><td>Create new volumes</td><td class=\"check\"><span class=\"check\">Yes</span></td><td class=\"cross\">Outside of Tails</td></tr>\n"
-"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted partitions (or entire disks) ¹</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated ²</td><td class=\"check\">Easy</td></tr>\n"
-"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td class=\"cross\">More complicated</td></tr>\n"
-"<tr><td>Speed</td><td class=\"check\">Faster</td><td class=\"cross\">Slower</td></tr>\n"
+"<tr><th></th><th class=\"w30\"><span "
+"class=\"application\">LUKS</span></th><th class=\"w30\"><span "
+"class=\"application\">VeraCrypt</span></th></tr>\n"
+"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + "
+"Linux</td></tr>\n"
+"<tr><td>Create new volumes</td><td class=\"check\"><span "
+"class=\"check\">Yes</span></td><td class=\"cross\">Outside of "
+"Tails</td></tr>\n"
+"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted partitions (or entire disks) ¹</td><td "
+"class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated "
+"²</td><td class=\"check\">Easy</td></tr>\n"
+"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td "
+"class=\"cross\">More complicated</td></tr>\n"
+"<tr><td>Speed</td><td class=\"check\">Faster</td><td "
+"class=\"cross\">Slower</td></tr>\n"
"</table>\n"
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See the [[difference between *file containers* and *partitions*|"
-"veracrypt#container-vs-partition]]."
+"See the [[difference between *file containers* and "
+"*partitions*|veracrypt#container-vs-partition]]."
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file containers]"
-"(http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-"
-"file-containers/)."
+"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file "
+"containers](http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-file-containers/)."
msgstr ""

#. type: Bullet: '2. '
msgid ""
-"*Plausible deniability*: in some cases (for example, with <span class="
-"\"application\">VeraCrypt</span> hidden volumes), it is impossible for an "
-"adversary to technically prove the existence of an encrypted volume."
+"*Plausible deniability*: in some cases (for example, with <span "
+"class=\"application\">VeraCrypt</span> hidden volumes), it is impossible for "
+"an adversary to technically prove the existence of an encrypted volume."
msgstr ""

#. type: Plain text
@@ -81,12 +87,12 @@ msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[VeraCrypt: Plausible Deniability](https://www.veracrypt.fr/en/Plausible"
-"%20Deniability.html)"
+"[VeraCrypt: Plausible "
+"Deniability](https://www.veracrypt.fr/en/Plausible%20Deniability.html)"
msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[Security-in-a-Box: Creating a hidden volume](https://securityinabox.org/en/"
-"guide/veracrypt/windows#creating-a-hidden-volume)"
+"[Security-in-a-Box: Creating a hidden "
+"volume](https://securityinabox.org/en/guide/veracrypt/windows#creating-a-hidden-volume)"
msgstr ""
diff --git a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.mdwn b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.mdwn
index 8be25b7ae0..bc6d474f6f 100644
--- a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.mdwn
+++ b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.mdwn
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
We recommend you use:

- <span class="application">VeraCrypt</span> to share encrypted files
diff --git a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.pl.po b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.pl.po
index 693545688c..1798fdb1af 100644
--- a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.pl.po
+++ b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.pl.po
@@ -7,20 +7,15 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2018-09-15 11:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: pl\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "We recommend you use:"
msgstr ""
@@ -33,43 +28,54 @@ msgstr ""

#. type: Bullet: '- '
msgid ""
-"<span class=\"application\">LUKS</span> to encrypt files for Tails and Linux."
+"<span class=\"application\">LUKS</span> to encrypt files for Tails and "
+"Linux."
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
"<table>\n"
-"<tr><th></th><th class=\"w30\"><span class=\"application\">LUKS</span></th><th class=\"w30\"><span class=\"application\">VeraCrypt</span></th></tr>\n"
-"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + Linux</td></tr>\n"
-"<tr><td>Create new volumes</td><td class=\"check\"><span class=\"check\">Yes</span></td><td class=\"cross\">Outside of Tails</td></tr>\n"
-"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted partitions (or entire disks) ¹</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated ²</td><td class=\"check\">Easy</td></tr>\n"
-"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td class=\"cross\">More complicated</td></tr>\n"
-"<tr><td>Speed</td><td class=\"check\">Faster</td><td class=\"cross\">Slower</td></tr>\n"
+"<tr><th></th><th class=\"w30\"><span "
+"class=\"application\">LUKS</span></th><th class=\"w30\"><span "
+"class=\"application\">VeraCrypt</span></th></tr>\n"
+"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + "
+"Linux</td></tr>\n"
+"<tr><td>Create new volumes</td><td class=\"check\"><span "
+"class=\"check\">Yes</span></td><td class=\"cross\">Outside of "
+"Tails</td></tr>\n"
+"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted partitions (or entire disks) ¹</td><td "
+"class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated "
+"²</td><td class=\"check\">Easy</td></tr>\n"
+"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td "
+"class=\"cross\">More complicated</td></tr>\n"
+"<tr><td>Speed</td><td class=\"check\">Faster</td><td "
+"class=\"cross\">Slower</td></tr>\n"
"</table>\n"
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See the [[difference between *file containers* and *partitions*|"
-"veracrypt#container-vs-partition]]."
+"See the [[difference between *file containers* and "
+"*partitions*|veracrypt#container-vs-partition]]."
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file containers]"
-"(http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-"
-"file-containers/)."
+"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file "
+"containers](http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-file-containers/)."
msgstr ""

#. type: Bullet: '2. '
msgid ""
-"*Plausible deniability*: in some cases (for example, with <span class="
-"\"application\">VeraCrypt</span> hidden volumes), it is impossible for an "
-"adversary to technically prove the existence of an encrypted volume."
+"*Plausible deniability*: in some cases (for example, with <span "
+"class=\"application\">VeraCrypt</span> hidden volumes), it is impossible for "
+"an adversary to technically prove the existence of an encrypted volume."
msgstr ""

#. type: Plain text
@@ -81,12 +87,12 @@ msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[VeraCrypt: Plausible Deniability](https://www.veracrypt.fr/en/Plausible"
-"%20Deniability.html)"
+"[VeraCrypt: Plausible "
+"Deniability](https://www.veracrypt.fr/en/Plausible%20Deniability.html)"
msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[Security-in-a-Box: Creating a hidden volume](https://securityinabox.org/en/"
-"guide/veracrypt/windows#creating-a-hidden-volume)"
+"[Security-in-a-Box: Creating a hidden "
+"volume](https://securityinabox.org/en/guide/veracrypt/windows#creating-a-hidden-volume)"
msgstr ""
diff --git a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.pt.po b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.pt.po
index 47c5d910c6..ad94c04bf7 100644
--- a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.pt.po
+++ b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.pt.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2018-08-16 17:58+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "We recommend you use:"
msgstr ""
@@ -33,43 +28,54 @@ msgstr ""

#. type: Bullet: '- '
msgid ""
-"<span class=\"application\">LUKS</span> to encrypt files for Tails and Linux."
+"<span class=\"application\">LUKS</span> to encrypt files for Tails and "
+"Linux."
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
"<table>\n"
-"<tr><th></th><th class=\"w30\"><span class=\"application\">LUKS</span></th><th class=\"w30\"><span class=\"application\">VeraCrypt</span></th></tr>\n"
-"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + Linux</td></tr>\n"
-"<tr><td>Create new volumes</td><td class=\"check\"><span class=\"check\">Yes</span></td><td class=\"cross\">Outside of Tails</td></tr>\n"
-"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted partitions (or entire disks) ¹</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated ²</td><td class=\"check\">Easy</td></tr>\n"
-"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td class=\"cross\">More complicated</td></tr>\n"
-"<tr><td>Speed</td><td class=\"check\">Faster</td><td class=\"cross\">Slower</td></tr>\n"
+"<tr><th></th><th class=\"w30\"><span "
+"class=\"application\">LUKS</span></th><th class=\"w30\"><span "
+"class=\"application\">VeraCrypt</span></th></tr>\n"
+"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + "
+"Linux</td></tr>\n"
+"<tr><td>Create new volumes</td><td class=\"check\"><span "
+"class=\"check\">Yes</span></td><td class=\"cross\">Outside of "
+"Tails</td></tr>\n"
+"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted partitions (or entire disks) ¹</td><td "
+"class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated "
+"²</td><td class=\"check\">Easy</td></tr>\n"
+"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td "
+"class=\"cross\">More complicated</td></tr>\n"
+"<tr><td>Speed</td><td class=\"check\">Faster</td><td "
+"class=\"cross\">Slower</td></tr>\n"
"</table>\n"
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See the [[difference between *file containers* and *partitions*|"
-"veracrypt#container-vs-partition]]."
+"See the [[difference between *file containers* and "
+"*partitions*|veracrypt#container-vs-partition]]."
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file containers]"
-"(http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-"
-"file-containers/)."
+"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file "
+"containers](http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-file-containers/)."
msgstr ""

#. type: Bullet: '2. '
msgid ""
-"*Plausible deniability*: in some cases (for example, with <span class="
-"\"application\">VeraCrypt</span> hidden volumes), it is impossible for an "
-"adversary to technically prove the existence of an encrypted volume."
+"*Plausible deniability*: in some cases (for example, with <span "
+"class=\"application\">VeraCrypt</span> hidden volumes), it is impossible for "
+"an adversary to technically prove the existence of an encrypted volume."
msgstr ""

#. type: Plain text
@@ -81,12 +87,12 @@ msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[VeraCrypt: Plausible Deniability](https://www.veracrypt.fr/en/Plausible"
-"%20Deniability.html)"
+"[VeraCrypt: Plausible "
+"Deniability](https://www.veracrypt.fr/en/Plausible%20Deniability.html)"
msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[Security-in-a-Box: Creating a hidden volume](https://securityinabox.org/en/"
-"guide/veracrypt/windows#creating-a-hidden-volume)"
+"[Security-in-a-Box: Creating a hidden "
+"volume](https://securityinabox.org/en/guide/veracrypt/windows#creating-a-hidden-volume)"
msgstr ""
diff --git a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.ru.po b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.ru.po
index a376758650..1798fdb1af 100644
--- a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.ru.po
+++ b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.ru.po
@@ -7,20 +7,15 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2018-09-15 11:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: ru\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "We recommend you use:"
msgstr ""
@@ -33,43 +28,54 @@ msgstr ""

#. type: Bullet: '- '
msgid ""
-"<span class=\"application\">LUKS</span> to encrypt files for Tails and Linux."
+"<span class=\"application\">LUKS</span> to encrypt files for Tails and "
+"Linux."
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
"<table>\n"
-"<tr><th></th><th class=\"w30\"><span class=\"application\">LUKS</span></th><th class=\"w30\"><span class=\"application\">VeraCrypt</span></th></tr>\n"
-"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + Linux</td></tr>\n"
-"<tr><td>Create new volumes</td><td class=\"check\"><span class=\"check\">Yes</span></td><td class=\"cross\">Outside of Tails</td></tr>\n"
-"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted partitions (or entire disks) ¹</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated ²</td><td class=\"check\">Easy</td></tr>\n"
-"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td class=\"cross\">More complicated</td></tr>\n"
-"<tr><td>Speed</td><td class=\"check\">Faster</td><td class=\"cross\">Slower</td></tr>\n"
+"<tr><th></th><th class=\"w30\"><span "
+"class=\"application\">LUKS</span></th><th class=\"w30\"><span "
+"class=\"application\">VeraCrypt</span></th></tr>\n"
+"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + "
+"Linux</td></tr>\n"
+"<tr><td>Create new volumes</td><td class=\"check\"><span "
+"class=\"check\">Yes</span></td><td class=\"cross\">Outside of "
+"Tails</td></tr>\n"
+"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted partitions (or entire disks) ¹</td><td "
+"class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated "
+"²</td><td class=\"check\">Easy</td></tr>\n"
+"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td "
+"class=\"cross\">More complicated</td></tr>\n"
+"<tr><td>Speed</td><td class=\"check\">Faster</td><td "
+"class=\"cross\">Slower</td></tr>\n"
"</table>\n"
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See the [[difference between *file containers* and *partitions*|"
-"veracrypt#container-vs-partition]]."
+"See the [[difference between *file containers* and "
+"*partitions*|veracrypt#container-vs-partition]]."
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file containers]"
-"(http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-"
-"file-containers/)."
+"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file "
+"containers](http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-file-containers/)."
msgstr ""

#. type: Bullet: '2. '
msgid ""
-"*Plausible deniability*: in some cases (for example, with <span class="
-"\"application\">VeraCrypt</span> hidden volumes), it is impossible for an "
-"adversary to technically prove the existence of an encrypted volume."
+"*Plausible deniability*: in some cases (for example, with <span "
+"class=\"application\">VeraCrypt</span> hidden volumes), it is impossible for "
+"an adversary to technically prove the existence of an encrypted volume."
msgstr ""

#. type: Plain text
@@ -81,12 +87,12 @@ msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[VeraCrypt: Plausible Deniability](https://www.veracrypt.fr/en/Plausible"
-"%20Deniability.html)"
+"[VeraCrypt: Plausible "
+"Deniability](https://www.veracrypt.fr/en/Plausible%20Deniability.html)"
msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[Security-in-a-Box: Creating a hidden volume](https://securityinabox.org/en/"
-"guide/veracrypt/windows#creating-a-hidden-volume)"
+"[Security-in-a-Box: Creating a hidden "
+"volume](https://securityinabox.org/en/guide/veracrypt/windows#creating-a-hidden-volume)"
msgstr ""
diff --git a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.sr_Latn.po b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.sr_Latn.po
index 045f39e7ea..1798fdb1af 100644
--- a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.sr_Latn.po
+++ b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.sr_Latn.po
@@ -7,20 +7,15 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2018-09-15 11:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: sr_Latn\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "We recommend you use:"
msgstr ""
@@ -33,43 +28,54 @@ msgstr ""

#. type: Bullet: '- '
msgid ""
-"<span class=\"application\">LUKS</span> to encrypt files for Tails and Linux."
+"<span class=\"application\">LUKS</span> to encrypt files for Tails and "
+"Linux."
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
"<table>\n"
-"<tr><th></th><th class=\"w30\"><span class=\"application\">LUKS</span></th><th class=\"w30\"><span class=\"application\">VeraCrypt</span></th></tr>\n"
-"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + Linux</td></tr>\n"
-"<tr><td>Create new volumes</td><td class=\"check\"><span class=\"check\">Yes</span></td><td class=\"cross\">Outside of Tails</td></tr>\n"
-"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted partitions (or entire disks) ¹</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated ²</td><td class=\"check\">Easy</td></tr>\n"
-"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td class=\"cross\">More complicated</td></tr>\n"
-"<tr><td>Speed</td><td class=\"check\">Faster</td><td class=\"cross\">Slower</td></tr>\n"
+"<tr><th></th><th class=\"w30\"><span "
+"class=\"application\">LUKS</span></th><th class=\"w30\"><span "
+"class=\"application\">VeraCrypt</span></th></tr>\n"
+"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + "
+"Linux</td></tr>\n"
+"<tr><td>Create new volumes</td><td class=\"check\"><span "
+"class=\"check\">Yes</span></td><td class=\"cross\">Outside of "
+"Tails</td></tr>\n"
+"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted partitions (or entire disks) ¹</td><td "
+"class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated "
+"²</td><td class=\"check\">Easy</td></tr>\n"
+"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td "
+"class=\"cross\">More complicated</td></tr>\n"
+"<tr><td>Speed</td><td class=\"check\">Faster</td><td "
+"class=\"cross\">Slower</td></tr>\n"
"</table>\n"
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See the [[difference between *file containers* and *partitions*|"
-"veracrypt#container-vs-partition]]."
+"See the [[difference between *file containers* and "
+"*partitions*|veracrypt#container-vs-partition]]."
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file containers]"
-"(http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-"
-"file-containers/)."
+"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file "
+"containers](http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-file-containers/)."
msgstr ""

#. type: Bullet: '2. '
msgid ""
-"*Plausible deniability*: in some cases (for example, with <span class="
-"\"application\">VeraCrypt</span> hidden volumes), it is impossible for an "
-"adversary to technically prove the existence of an encrypted volume."
+"*Plausible deniability*: in some cases (for example, with <span "
+"class=\"application\">VeraCrypt</span> hidden volumes), it is impossible for "
+"an adversary to technically prove the existence of an encrypted volume."
msgstr ""

#. type: Plain text
@@ -81,12 +87,12 @@ msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[VeraCrypt: Plausible Deniability](https://www.veracrypt.fr/en/Plausible"
-"%20Deniability.html)"
+"[VeraCrypt: Plausible "
+"Deniability](https://www.veracrypt.fr/en/Plausible%20Deniability.html)"
msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[Security-in-a-Box: Creating a hidden volume](https://securityinabox.org/en/"
-"guide/veracrypt/windows#creating-a-hidden-volume)"
+"[Security-in-a-Box: Creating a hidden "
+"volume](https://securityinabox.org/en/guide/veracrypt/windows#creating-a-hidden-volume)"
msgstr ""
diff --git a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.tr.po b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.tr.po
index a74ae23cbc..1798fdb1af 100644
--- a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.tr.po
+++ b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.tr.po
@@ -7,20 +7,15 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2018-09-15 11:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: tr\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "We recommend you use:"
msgstr ""
@@ -33,43 +28,54 @@ msgstr ""

#. type: Bullet: '- '
msgid ""
-"<span class=\"application\">LUKS</span> to encrypt files for Tails and Linux."
+"<span class=\"application\">LUKS</span> to encrypt files for Tails and "
+"Linux."
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
"<table>\n"
-"<tr><th></th><th class=\"w30\"><span class=\"application\">LUKS</span></th><th class=\"w30\"><span class=\"application\">VeraCrypt</span></th></tr>\n"
-"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + Linux</td></tr>\n"
-"<tr><td>Create new volumes</td><td class=\"check\"><span class=\"check\">Yes</span></td><td class=\"cross\">Outside of Tails</td></tr>\n"
-"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted partitions (or entire disks) ¹</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated ²</td><td class=\"check\">Easy</td></tr>\n"
-"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td class=\"cross\">More complicated</td></tr>\n"
-"<tr><td>Speed</td><td class=\"check\">Faster</td><td class=\"cross\">Slower</td></tr>\n"
+"<tr><th></th><th class=\"w30\"><span "
+"class=\"application\">LUKS</span></th><th class=\"w30\"><span "
+"class=\"application\">VeraCrypt</span></th></tr>\n"
+"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + "
+"Linux</td></tr>\n"
+"<tr><td>Create new volumes</td><td class=\"check\"><span "
+"class=\"check\">Yes</span></td><td class=\"cross\">Outside of "
+"Tails</td></tr>\n"
+"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted partitions (or entire disks) ¹</td><td "
+"class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated "
+"²</td><td class=\"check\">Easy</td></tr>\n"
+"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td "
+"class=\"cross\">More complicated</td></tr>\n"
+"<tr><td>Speed</td><td class=\"check\">Faster</td><td "
+"class=\"cross\">Slower</td></tr>\n"
"</table>\n"
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See the [[difference between *file containers* and *partitions*|"
-"veracrypt#container-vs-partition]]."
+"See the [[difference between *file containers* and "
+"*partitions*|veracrypt#container-vs-partition]]."
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file containers]"
-"(http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-"
-"file-containers/)."
+"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file "
+"containers](http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-file-containers/)."
msgstr ""

#. type: Bullet: '2. '
msgid ""
-"*Plausible deniability*: in some cases (for example, with <span class="
-"\"application\">VeraCrypt</span> hidden volumes), it is impossible for an "
-"adversary to technically prove the existence of an encrypted volume."
+"*Plausible deniability*: in some cases (for example, with <span "
+"class=\"application\">VeraCrypt</span> hidden volumes), it is impossible for "
+"an adversary to technically prove the existence of an encrypted volume."
msgstr ""

#. type: Plain text
@@ -81,12 +87,12 @@ msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[VeraCrypt: Plausible Deniability](https://www.veracrypt.fr/en/Plausible"
-"%20Deniability.html)"
+"[VeraCrypt: Plausible "
+"Deniability](https://www.veracrypt.fr/en/Plausible%20Deniability.html)"
msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[Security-in-a-Box: Creating a hidden volume](https://securityinabox.org/en/"
-"guide/veracrypt/windows#creating-a-hidden-volume)"
+"[Security-in-a-Box: Creating a hidden "
+"volume](https://securityinabox.org/en/guide/veracrypt/windows#creating-a-hidden-volume)"
msgstr ""
diff --git a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.zh.po b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.zh.po
index 796a13017a..1798fdb1af 100644
--- a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.zh.po
+++ b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.zh.po
@@ -7,20 +7,15 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2018-09-15 11:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: zh\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "We recommend you use:"
msgstr ""
@@ -33,43 +28,54 @@ msgstr ""

#. type: Bullet: '- '
msgid ""
-"<span class=\"application\">LUKS</span> to encrypt files for Tails and Linux."
+"<span class=\"application\">LUKS</span> to encrypt files for Tails and "
+"Linux."
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
"<table>\n"
-"<tr><th></th><th class=\"w30\"><span class=\"application\">LUKS</span></th><th class=\"w30\"><span class=\"application\">VeraCrypt</span></th></tr>\n"
-"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + Linux</td></tr>\n"
-"<tr><td>Create new volumes</td><td class=\"check\"><span class=\"check\">Yes</span></td><td class=\"cross\">Outside of Tails</td></tr>\n"
-"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted partitions (or entire disks) ¹</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated ²</td><td class=\"check\">Easy</td></tr>\n"
-"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td class=\"cross\">More complicated</td></tr>\n"
-"<tr><td>Speed</td><td class=\"check\">Faster</td><td class=\"cross\">Slower</td></tr>\n"
+"<tr><th></th><th class=\"w30\"><span "
+"class=\"application\">LUKS</span></th><th class=\"w30\"><span "
+"class=\"application\">VeraCrypt</span></th></tr>\n"
+"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + "
+"Linux</td></tr>\n"
+"<tr><td>Create new volumes</td><td class=\"check\"><span "
+"class=\"check\">Yes</span></td><td class=\"cross\">Outside of "
+"Tails</td></tr>\n"
+"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted partitions (or entire disks) ¹</td><td "
+"class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated "
+"²</td><td class=\"check\">Easy</td></tr>\n"
+"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td "
+"class=\"cross\">More complicated</td></tr>\n"
+"<tr><td>Speed</td><td class=\"check\">Faster</td><td "
+"class=\"cross\">Slower</td></tr>\n"
"</table>\n"
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See the [[difference between *file containers* and *partitions*|"
-"veracrypt#container-vs-partition]]."
+"See the [[difference between *file containers* and "
+"*partitions*|veracrypt#container-vs-partition]]."
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file containers]"
-"(http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-"
-"file-containers/)."
+"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file "
+"containers](http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-file-containers/)."
msgstr ""

#. type: Bullet: '2. '
msgid ""
-"*Plausible deniability*: in some cases (for example, with <span class="
-"\"application\">VeraCrypt</span> hidden volumes), it is impossible for an "
-"adversary to technically prove the existence of an encrypted volume."
+"*Plausible deniability*: in some cases (for example, with <span "
+"class=\"application\">VeraCrypt</span> hidden volumes), it is impossible for "
+"an adversary to technically prove the existence of an encrypted volume."
msgstr ""

#. type: Plain text
@@ -81,12 +87,12 @@ msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[VeraCrypt: Plausible Deniability](https://www.veracrypt.fr/en/Plausible"
-"%20Deniability.html)"
+"[VeraCrypt: Plausible "
+"Deniability](https://www.veracrypt.fr/en/Plausible%20Deniability.html)"
msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[Security-in-a-Box: Creating a hidden volume](https://securityinabox.org/en/"
-"guide/veracrypt/windows#creating-a-hidden-volume)"
+"[Security-in-a-Box: Creating a hidden "
+"volume](https://securityinabox.org/en/guide/veracrypt/windows#creating-a-hidden-volume)"
msgstr ""
diff --git a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.zh_TW.po b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.zh_TW.po
index 00efa4f281..1798fdb1af 100644
--- a/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.zh_TW.po
+++ b/wiki/src/doc/encryption_and_privacy/luks_vs_veracrypt.inline.zh_TW.po
@@ -7,20 +7,15 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2018-09-15 11:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: zh_TW\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid "We recommend you use:"
msgstr ""
@@ -33,43 +28,54 @@ msgstr ""

#. type: Bullet: '- '
msgid ""
-"<span class=\"application\">LUKS</span> to encrypt files for Tails and Linux."
+"<span class=\"application\">LUKS</span> to encrypt files for Tails and "
+"Linux."
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
"<table>\n"
-"<tr><th></th><th class=\"w30\"><span class=\"application\">LUKS</span></th><th class=\"w30\"><span class=\"application\">VeraCrypt</span></th></tr>\n"
-"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + Linux</td></tr>\n"
-"<tr><td>Create new volumes</td><td class=\"check\"><span class=\"check\">Yes</span></td><td class=\"cross\">Outside of Tails</td></tr>\n"
-"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted partitions (or entire disks) ¹</td><td class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated ²</td><td class=\"check\">Easy</td></tr>\n"
-"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td class=\"check\">Yes</td></tr>\n"
-"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td class=\"cross\">More complicated</td></tr>\n"
-"<tr><td>Speed</td><td class=\"check\">Faster</td><td class=\"cross\">Slower</td></tr>\n"
+"<tr><th></th><th class=\"w30\"><span "
+"class=\"application\">LUKS</span></th><th class=\"w30\"><span "
+"class=\"application\">VeraCrypt</span></th></tr>\n"
+"<tr><td>Compatibility</td><td>Linux</td><td>Windows + macOS + "
+"Linux</td></tr>\n"
+"<tr><td>Create new volumes</td><td class=\"check\"><span "
+"class=\"check\">Yes</span></td><td class=\"cross\">Outside of "
+"Tails</td></tr>\n"
+"<tr><td>Open and modify existing volumes</td><td class=\"check\">Yes</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted partitions (or entire disks) ¹</td><td "
+"class=\"check\">Yes</td><td class=\"check\">Yes</td></tr>\n"
+"<tr><td>Encrypted file containers ¹</td><td class=\"cross\">Complicated "
+"²</td><td class=\"check\">Easy</td></tr>\n"
+"<tr><td>Plausible deniability ³</td><td class=\"cross\">No</td><td "
+"class=\"check\">Yes</td></tr>\n"
+"<tr><td>Ease of use</td><td class=\"check\">Easier</td><td "
+"class=\"cross\">More complicated</td></tr>\n"
+"<tr><td>Speed</td><td class=\"check\">Faster</td><td "
+"class=\"cross\">Slower</td></tr>\n"
"</table>\n"
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See the [[difference between *file containers* and *partitions*|"
-"veracrypt#container-vs-partition]]."
+"See the [[difference between *file containers* and "
+"*partitions*|veracrypt#container-vs-partition]]."
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file containers]"
-"(http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-"
-"file-containers/)."
+"See [Tyler Burton: How to migrate from TrueCrypt to LUKS file "
+"containers](http://www.tylerburton.ca/2014/06/how-to-migrate-from-truecrypt-to-luks-file-containers/)."
msgstr ""

#. type: Bullet: '2. '
msgid ""
-"*Plausible deniability*: in some cases (for example, with <span class="
-"\"application\">VeraCrypt</span> hidden volumes), it is impossible for an "
-"adversary to technically prove the existence of an encrypted volume."
+"*Plausible deniability*: in some cases (for example, with <span "
+"class=\"application\">VeraCrypt</span> hidden volumes), it is impossible for "
+"an adversary to technically prove the existence of an encrypted volume."
msgstr ""

#. type: Plain text
@@ -81,12 +87,12 @@ msgstr ""

#. type: Bullet: ' - '
msgid ""
-"[VeraCrypt: Plausible Deniability](https://www.veracrypt.fr/en/Plausible"
-"%20Deniability.html)"
+"[VeraCrypt: Plausible "
+"Deniability](https://www.veracrypt.fr/en/Plausible%20Deniability.html)"
msgstr ""

 #. type: Bullet: '   - '
 msgid ""
-"[Security-in-a-Box: Creating a hidden volume](https://securityinabox.org/en/"
-"guide/veracrypt/windows#creating-a-hidden-volume)"
+"[Security-in-a-Box: Creating a hidden "
+"volume](https://securityinabox.org/en/guide/veracrypt/windows#creating-a-hidden-volume)"
 msgstr ""
diff --git a/wiki/src/doc/first_steps.index.mdwn b/wiki/src/doc/first_steps.index.mdwn
index 2f67246b49..628c7c912f 100644
--- a/wiki/src/doc/first_steps.index.mdwn
+++ b/wiki/src/doc/first_steps.index.mdwn
@@ -4,7 +4,7 @@
   - [[!traillink Accessibility|first_steps/accessibility]]
   - [[!traillink Welcome_Screen|first_steps/welcome_screen]]
     - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]
-    - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]
+    - [[!traillink MAC_address_anonymization|first_steps/welcome_screen/mac_spoofing]]
     - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]
   - [[!traillink Introduction_to_GNOME_and_the_Tails_desktop|first_steps/introduction_to_gnome_and_the_tails_desktop]]
   - [[!traillink Encrypted_Persistent_Storage|first_steps/persistence]]
diff --git a/wiki/src/doc/first_steps.index.ru.po b/wiki/src/doc/first_steps.index.ru.po
index 84646f1433..0f8396ff70 100644
--- a/wiki/src/doc/first_steps.index.ru.po
+++ b/wiki/src/doc/first_steps.index.ru.po
@@ -8,16 +8,16 @@ msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: tails-l10n@???\n"
 "POT-Creation-Date: 2020-07-23 00:57+0000\n"
-"PO-Revision-Date: 2021-05-10 13:23+0000\n"
-"Last-Translator: dedmoroz <cj75300@???>\n"
+"PO-Revision-Date: 2020-08-14 10:57+0000\n"
+"Last-Translator: emmapeel <emma.peel@???>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\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"
-"X-Generator: Weblate 3.11.3\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"
+"X-Generator: Weblate 3.5.1\n"


#. type: Plain text
#, no-wrap
@@ -43,10 +43,10 @@ msgid ""
msgstr ""

msgid "[[!traillink Start_Tails|first_steps/start]]"
-msgstr "[[!traillink Начало_работы_с_Tails|first_steps/start]]"
+msgstr "[[!traillink Tails_starten|first_steps/start]]"

msgid "[[!traillink Accessibility|first_steps/accessibility]]"
-msgstr "[[!traillink Доступность|first_steps/accessibility]]"
+msgstr ""

#~ msgid "<div class=\"tip\">\n"
#~ msgstr "<div class=\"tip\">\n"
diff --git a/wiki/src/doc/first_steps/accessibility.ru.po b/wiki/src/doc/first_steps/accessibility.ru.po
index 2efdccfd1f..bcde0adce2 100644
--- a/wiki/src/doc/first_steps/accessibility.ru.po
+++ b/wiki/src/doc/first_steps/accessibility.ru.po
@@ -8,21 +8,21 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-04-12 16:10+0200\n"
-"PO-Revision-Date: 2021-05-10 13:23+0000\n"
-"Last-Translator: dedmoroz <cj75300@???>\n"
+"PO-Revision-Date: 2018-10-26 13:17+0000\n"
+"Last-Translator: Weblate Admin <admin@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
-"X-Generator: Weblate 3.11.3\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"
+"X-Generator: Weblate 2.19.1\n"

#. type: Plain text
#, no-wrap
msgid "[[!meta title=\"Accessibility\"]]\n"
-msgstr "[[!meta title=\"Доступность\"]]\n"
+msgstr ""

#. type: Plain text
msgid ""
@@ -30,31 +30,26 @@ msgid ""
"with various impairments and special needs, and to interact with common "
"assistive devices."
msgstr ""
-"Tails и рабочий стол GNOME включают технологии поддержки пользователей с "
-"ограниченными возможностями и особыми потребностями, а также для "
-"взаимодействия с распространёнными поддерживающими устройствами."

#. type: Title =
#, no-wrap
msgid "Universal access menu"
-msgstr "Универсальное меню"
+msgstr ""

#. type: Plain text
msgid ""
"You can activate most of these technologies from the universal access menu "
"(the"
-msgstr "Вы можете активировать большинство этих технологий из меню (значок"
+msgstr ""

#. type: Plain text
#, no-wrap
msgid "[[!img lib/preferences-desktop-accessibility.png alt=\"Universal Access\" class=\"symbolic\" link=\"no\"]]\n"
msgstr ""
-"[[!img lib/preferences-desktop-accessibility.png alt=\"Универсальное меню\" "
-"class=\"symbolic\" link=\"no\"]],\n"

#. type: Plain text
msgid "icon which looks like a person) in the top bar:"
-msgstr "стилизованный человечек) на верхней панели:"
+msgstr ""

#. type: Plain text
#, no-wrap
@@ -64,12 +59,6 @@ msgid ""
"by default): High Contrast, Zoom, Large Text, Screen Reader, Screen Keyboard,\n"
"Visual Alters, Sticky Keys, Slow Keys, Bounce Keys, and Mouse Keys\"]]\n"
msgstr ""
-"[[!img introduction_to_gnome_and_the_tails_desktop/accessibility.png link=\""
-"no\"\n"
-"alt=\"Универсальное меню с опциями (выключенными по умолчанию): \n"
-"Высокая контрастность, Масштабирование, Крупный текст, Экранный диктор, \n"
-"Экранная клавиатура, Визуальные предупреждения, Залипающие клавиши, \n"
-"Медленные клавиши, Отскакивающие клавиши и Клавиши мыши\"]]\n"

#. type: Plain text
msgid ""
@@ -77,13 +66,11 @@ msgid ""
"access documentation](https://help.gnome.org/users/gnome-help/stable/a11y."
"html)."
msgstr ""
-"Эти опции подробно описаны в [документации GNOME](https://help.gnome.org/"
-"users/gnome-help/stable/a11y.html)."

#. type: Title =
#, no-wrap
msgid "Keyboard shortcuts"
-msgstr "Сочетания клавиш"
+msgstr ""

#. type: Plain text
#, no-wrap
@@ -93,50 +80,41 @@ msgid ""
"<tr><td>Turn zoom on or off</td><td>Alt+Super+8</td></tr>\n"
"</table>\n"
msgstr ""
-"<table>\n"
-"<tr><td>Включить или выключить экранный диктор</td><td>Alt+Super+S</td></tr>"
-"\n"
-"<tr><td>Включить или выключить масштабирование</td><td>Alt+Super+8</td></tr>"
-"\n"
-"</table>\n"

#. type: Plain text
msgid "To access the universal access menu using the keyboard:"
-msgstr "Чтобы открыть универсальное меню с клавиатуры:"
+msgstr ""

#. type: Bullet: '1. '
msgid ""
"Press <span class=\"keycap\">Ctrl+Alt+Tab</span> to move the keyboard focus "
"to the top bar."
msgstr ""
-"Нажмите <span class=\"keycap\">Ctrl+Alt+Tab</span> для управления верхней "
-"панелью с клавиатуры."

#. type: Bullet: '1. '
msgid "Use the arrow keys on the keyboard to select the universal access menu."
-msgstr "Используйте кнопки стрелок, чтобы выбрать универсальное меню."
+msgstr ""

#. type: Bullet: '1. '
msgid "Press <span class=\"button\">Enter</span> to open the menu."
-msgstr "Для открытия меню нажмите <span class=\"button\">Enter</span>."
+msgstr ""

#. type: Bullet: '1. '
msgid "Use the up and down arrow keys to select items in the menu."
-msgstr "Используйте кнопки вверх и вниз для выбора пунктов меню."
+msgstr ""

#. type: Bullet: '1. '
msgid "Press <span class=\"button\">Space</span> to toggle the selected item."
msgstr ""
-"Для переключения пункта меню нажмите <span class=\"button\">Space</span>."

#. type: Bullet: '1. '
msgid "Press <span class=\"button\">Esc</span> to close the menu."
-msgstr "Для выхода из меню нажмите <span class=\"button\">Esc</span>."
+msgstr ""

#. type: Title =
#, no-wrap
msgid "Screen reader"
-msgstr "Экранный диктор"
+msgstr ""

#. type: Plain text
#, no-wrap
@@ -144,8 +122,6 @@ msgid ""
"To hear screen elements spoken to you, you can activate the\n"
"<span class=\"guilabel\">Screen Reader</span> accessibility feature.\n"
msgstr ""
-"Для восприятия элементов экрана на слух можно активировать\n"
-"функцию <span class=\"guilabel\">Экранный диктор</span>.\n"

#. type: Plain text
#, no-wrap
@@ -154,8 +130,6 @@ msgid ""
"class=\"application\">Orca</span> Screen Reader\n"
"documentation](https://help.gnome.org/users/orca/stable/).\n"
msgstr ""
-"Подробности см. в официальной документации [экранного диктора <span class=\""
-"application\">Orca</span>](https://help.gnome.org/users/orca/stable/).\n"

#. type: Plain text
#, no-wrap
@@ -165,7 +139,7 @@ msgstr "<div class=\"bug\">\n"
#. type: Plain text
#, no-wrap
msgid "<p>The screen reader takes around 10 seconds to start.</p>\n"
-msgstr "<p>Для запуска Экранного диктора нужно примерно 10 секунд.</p>\n"
+msgstr ""

#. type: Plain text
#, no-wrap
@@ -178,13 +152,11 @@ msgid ""
"<p>The screen reader does not work with the <span class=\"application\">Unsafe\n"
"Browser</span>.</p>\n"
msgstr ""
-"<p>Экранный диктор не работает с <span class=\"application\">небезопасным "
-"браузером</span>.</p>\n"

#. type: Title =
#, no-wrap
msgid "Screen keyboard"
-msgstr "Экранная клавиатура"
+msgstr ""

#. type: Plain text
#, no-wrap
@@ -192,10 +164,6 @@ msgid ""
"If you prefer a pointing device over the keyboard, you can activate the\n"
"<span class=\"guilabel\">Screen Keyboard</span> accessibility feature.\n"
msgstr ""
-"Если вы предпочитаете устройство управления курсором, а не клавиатуру, можно "
-"\n"
-"активировать специальную функцию <span class=\"guilabel\">Экранная "
-"клавиатура</span>.\n"

#. type: Plain text
#, no-wrap
@@ -203,16 +171,11 @@ msgid ""
"For more detailed documentation refer to the official\n"
"[<span class=\"application\">GNOME</span> Screen Keyboard documentation](https://help.gnome.org/users/gnome-help/stable/keyboard-osk.html.en).\n"
msgstr ""
-"Подробнее см. в [документации экранной клавиатуры <span class=\"application\""
-">GNOME</span>](https://help.gnome.org/users/gnome-help/stable/keyboard-"
-"osk.html.ru).\n"

#. type: Title =
#, no-wrap
msgid "<span class=\"application\">Dasher</span> graphical text entry application"
msgstr ""
-"Программа для графического ввода текста <span class=\"application\""
-">Dasher</span>"

#. type: Plain text
#, no-wrap
@@ -222,9 +185,3 @@ msgid ""
"class=\"application\">[Dasher](http://www.inference.phy.cam.ac.uk/dasher/)</span> graphical predictive text\n"
"entry application.\n"
msgstr ""
-"Если вы работаете на компьютере одной рукой (с помощью джойстика, сенсорного "
-"экрана или мыши)\n"
-"или без рук (с помощью головной мыши или айтрекера), можно использовать <"
-"span\n"
-"class=\"application\">[Dasher](https://www.inference.org.uk/dasher/)</span>, "
-"программу для графического ввода текста.\n"
diff --git a/wiki/src/doc/first_steps/bug_reporting.ru.po b/wiki/src/doc/first_steps/bug_reporting.ru.po
index 58d877a244..71ea6491ff 100644
--- a/wiki/src/doc/first_steps/bug_reporting.ru.po
+++ b/wiki/src/doc/first_steps/bug_reporting.ru.po
@@ -8,16 +8,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-11-24 23:56+0000\n"
-"PO-Revision-Date: 2021-05-10 13:23+0000\n"
-"Last-Translator: dedmoroz <cj75300@???>\n"
+"PO-Revision-Date: 2018-07-01 15:56+0000\n"
+"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
-"X-Generator: Weblate 3.11.3\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"
+"X-Generator: Weblate 2.10.1\n"

#. type: Plain text
#, no-wrap
@@ -237,7 +237,7 @@ msgstr ""

#. type: Plain text
msgid "<https://share.riseup.net/>"
-msgstr "<https://share.riseup.net/>"
+msgstr ""

#. type: Plain text
msgid "Make sure to include in your bug report a link to the screenshot."
@@ -435,8 +435,6 @@ msgid ""
"<https://cdimage.debian.org/images/unofficial/non-free/images-including-"
"firmware/current-live/amd64/iso-hybrid/>"
msgstr ""
-"<https://cdimage.debian.org/images/unofficial/non-free/"
-"images-including-firmware/current-live/amd64/iso-hybrid/>"

#. type: Plain text
msgid ""
@@ -458,8 +456,6 @@ msgid ""
"<https://get.debian.org/cdimage/unofficial/non-free/cd-including-firmware/"
"weekly-live-builds/amd64/iso-hybrid/>"
msgstr ""
-"<https://get.debian.org/cdimage/unofficial/non-free/cd-including-firmware/"
-"weekly-live-builds/amd64/iso-hybrid/>"

#, fuzzy
#| msgid ""
diff --git a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.ru.po b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.ru.po
index 423c56c3e1..cc7edb2641 100644
--- a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.ru.po
+++ b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.ru.po
@@ -8,16 +8,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2021-01-22 19:44+0000\n"
-"PO-Revision-Date: 2021-05-10 13:23+0000\n"
-"Last-Translator: dedmoroz <cj75300@???>\n"
+"PO-Revision-Date: 2018-07-02 11:28+0000\n"
+"Last-Translator: Weblate Admin <admin@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
-"X-Generator: Weblate 3.11.3\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"
+"X-Generator: Weblate 2.10.1\n"

#. type: Plain text
#, no-wrap
@@ -81,9 +81,9 @@ msgid "<div class=\"icon\">\n"
msgstr "<div class=\"icon\">\n"

#. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
msgid "[[!img lib/help-browser.png link=no]]\n"
-msgstr "[[!img lib/help-browser.png link=no]]\n"
+msgstr "[[!img help-browser.png link=no]]\n"

#. type: Plain text
#, no-wrap
@@ -177,9 +177,9 @@ msgid ""
msgstr ""

#. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
msgid "[[!img anonymous_internet/Tor_Browser/tor-browser.png link=no]]\n"
-msgstr "[[!img anonymous_internet/Tor_Browser/tor-browser.png link=no]]\n"
+msgstr "[[!img tor-browser.png link=no]]\n"

#. type: Plain text
#, no-wrap
@@ -190,11 +190,6 @@ msgid ""
"</div>\n"
"</div>\n"
msgstr ""
-"<div class=\"text\">\n"
-"<strong>Tor Browser</strong>: анонимный веб-сёрфинг<br/>\n"
-"[[См. дополнительные материалы|anonymous_internet/Tor_Browser]]\n"
-"</div>\n"
-"</div>\n"

#. type: Plain text
#, no-wrap
@@ -241,9 +236,9 @@ msgid ""
msgstr ""

#. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
msgid "[[!img files.png link=no alt=\"\"]]\n"
-msgstr "[[!img files.png link=no alt=\"\"]]\n"
+msgstr "[[!img system.png link=no alt=\"\"]]\n"

#. type: Plain text
#, no-wrap
@@ -261,9 +256,9 @@ msgid "<a id=\"terminal\"></a>\n"
msgstr "<a id=\"terminal\"></a>\n"

#. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
msgid "[[!img utilities-terminal.png link=no]]\n"
-msgstr "[[!img utilities-terminal.png link=no]]\n"
+msgstr "[[!img user-home.png link=no]]\n"

#. type: Plain text
#, no-wrap
@@ -285,9 +280,9 @@ msgid ""
msgstr ""

#. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
msgid "[[!img places.png link=no alt=\"\"]]\n"
-msgstr "[[!img places.png link=no alt=\"\"]]\n"
+msgstr "[[!img applications.png link=no alt=\"\"]]\n"

#. type: Plain text
#, fuzzy, no-wrap
@@ -303,9 +298,9 @@ msgid ""
msgstr ""

#. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
msgid "[[!img tor-status.png link=no alt=\"\"]]\n"
-msgstr "[[!img tor-status.png link=no alt=\"\"]]\n"
+msgstr "[[!img system.png link=no alt=\"\"]]\n"

#. type: Plain text
#, fuzzy, no-wrap
diff --git a/wiki/src/doc/first_steps/persistence.fr.po b/wiki/src/doc/first_steps/persistence.fr.po
index e16c669423..170c436333 100644
--- a/wiki/src/doc/first_steps/persistence.fr.po
+++ b/wiki/src/doc/first_steps/persistence.fr.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: Tails\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-09-11 17:23+0000\n"
-"PO-Revision-Date: 2021-04-29 18:24+0000\n"
-"Last-Translator: nihei <nihei@???>\n"
+"PO-Revision-Date: 2020-11-11 18:43+0000\n"
+"Last-Translator: Chre <tor@???>\n"
"Language-Team: Tails translators <tails@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -36,8 +36,10 @@ msgstr ""
"disponibles d'une session de travail à l'autre."

#. type: Plain text
+#, fuzzy
+#| msgid "You can use this persistent volume to store any of the following:"
msgid "You can use this Persistent Storage to store, for example:"
-msgstr "Vous pouvez utiliser ce stockage persistant pour stocker, par exemple :"
+msgstr "Vous pouvez utiliser le volume persistant pour stocker :"

#. type: Bullet: ' - '
msgid "Personal files"
diff --git a/wiki/src/doc/first_steps/persistence/backup.ru.po b/wiki/src/doc/first_steps/persistence/backup.ru.po
index 9b00069dcf..1a90f637be 100644
--- a/wiki/src/doc/first_steps/persistence/backup.ru.po
+++ b/wiki/src/doc/first_steps/persistence/backup.ru.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2021-01-21 22:51+0000\n"
-"PO-Revision-Date: 2021-05-10 13:23+0000\n"
+"PO-Revision-Date: 2021-04-14 23:06+0000\n"
"Last-Translator: dedmoroz <cj75300@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: ru\n"
@@ -66,9 +66,9 @@ msgid ""
msgstr ""

#. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
msgid "<div class=\"bug\">\n"
-msgstr "<div class=\"bug\">\n"
+msgstr "<div class=\"note\">\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/doc/first_steps/persistence/rescue.fr.po b/wiki/src/doc/first_steps/persistence/rescue.fr.po
index c1f7e7ee3f..457db679fa 100644
--- a/wiki/src/doc/first_steps/persistence/rescue.fr.po
+++ b/wiki/src/doc/first_steps/persistence/rescue.fr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2020-09-11 17:23+0000\n"
-"PO-Revision-Date: 2021-04-29 18:06+0000\n"
+"PO-Revision-Date: 2021-04-14 18:06+0000\n"
"Last-Translator: Chre <tor@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: fr\n"
@@ -37,9 +37,6 @@ msgid ""
"If your Tails becomes broken, for example, it no longer starts, you can "
"follow these instructions to try to rescue your Persistent Storage."
msgstr ""
-"Si votre Tails tombe en panne, par exemple si elle ne démarre plus, vous "
-"pouvez suivre ces instructions pour essayer de récupérer votre stockage "
-"persistant."

#. type: Plain text
#, no-wrap
@@ -176,10 +173,6 @@ msgid ""
"the\n"
" passphrase of your broken Tails to unlock the volume.\n"
msgstr ""
-" Un nouveau volume chiffré apparaît dans la barre latérale du\n"
-" navigateur de <span class=\"application\">Fichiers</span>. Cliquez dessus "
-"et entrez la\n"
-" phrase de passe de votre Tails endommagé pour déverrouiller le volume.\n"

#. type: Plain text
#, no-wrap
@@ -202,9 +195,6 @@ msgid ""
"to\n"
" rescue the Persistent Storage of your broken Tails.</p>\n"
msgstr ""
-" <p>Si aucun volume chiffré n'apparaît, il se peut que vous ne puissiez "
-"pas\n"
-" récupérer le stockage persistant de votre Tails endommagé.</p>\n"

#. type: Plain text
#, no-wrap
@@ -230,8 +220,6 @@ msgid ""
"Execute the following command to rescue the Persistent Storage of your "
"broken Tails to your new Tails:"
msgstr ""
-"Exécutez la commande suivante pour récupérer le stockage persistant de votre "
-"Tails endommagé vers votre nouveau Tails :"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/doc/first_steps/persistence/use.fr.po b/wiki/src/doc/first_steps/persistence/use.fr.po
index 33ef8c75ba..af9064e6d4 100644
--- a/wiki/src/doc/first_steps/persistence/use.fr.po
+++ b/wiki/src/doc/first_steps/persistence/use.fr.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: Tails\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-12-24 19:01+0000\n"
-"PO-Revision-Date: 2021-04-29 18:06+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"PO-Revision-Date: 2021-04-14 16:19+0000\n"
+"Last-Translator: nihei <nihei@???>\n"
"Language-Team: Tails translators <tails@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -84,14 +84,10 @@ msgid ""
"- Emails are available in *Thunderbird* and bookmarks are available in *Tor "
"Browser*."
msgstr ""
-"- Les courriers électroniques sont disponibles dans *Thunderbird* et les "
-"marque-pages sont disponibles dans le *Navigateur Tor*."

#. type: Plain text
msgid "- Additional software is automatically installed when starting Tails."
msgstr ""
-"- Les logiciels supplémentaires sont automatiquement installés au démarrage "
-"de Tails."

#, fuzzy
#~| msgid ""
diff --git a/wiki/src/doc/first_steps/start/not_entirely.inline.ar.po b/wiki/src/doc/first_steps/start/not_entirely.inline.ar.po
index a21c097f14..c29bbe10bc 100644
--- a/wiki/src/doc/first_steps/start/not_entirely.inline.ar.po
+++ b/wiki/src/doc/first_steps/start/not_entirely.inline.ar.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:22+0000\n"
"PO-Revision-Date: 2020-12-25 17:46+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: \n"
@@ -20,7 +20,7 @@ msgstr ""

#. type: Plain text
#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
+msgid "[[!meta title=\"Troubleshooting Tails not starting after the Boot Loader\"]]\n"
msgstr ""

#. type: Plain text
@@ -42,7 +42,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.ar\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.ar\" raw=\""
+"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/doc/first_steps/start/not_entirely.inline.ca.po b/wiki/src/doc/first_steps/start/not_entirely.inline.ca.po
index ef4c21ebc6..7af62c7048 100644
--- a/wiki/src/doc/first_steps/start/not_entirely.inline.ca.po
+++ b/wiki/src/doc/first_steps/start/not_entirely.inline.ca.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:22+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: \n"
@@ -20,7 +20,7 @@ msgstr ""

#. type: Plain text
#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
+msgid "[[!meta title=\"Troubleshooting Tails not starting after the Boot Loader\"]]\n"
msgstr ""

#. type: Plain text
@@ -42,7 +42,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.ca\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.ca\" raw=\""
+"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/doc/first_steps/start/not_entirely.inline.de.po b/wiki/src/doc/first_steps/start/not_entirely.inline.de.po
index 2382dbc6fe..8249d136d5 100644
--- a/wiki/src/doc/first_steps/start/not_entirely.inline.de.po
+++ b/wiki/src/doc/first_steps/start/not_entirely.inline.de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:22+0000\n"
"PO-Revision-Date: 2020-12-25 17:46+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: \n"
@@ -20,7 +20,7 @@ msgstr ""

#. type: Plain text
#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
+msgid "[[!meta title=\"Troubleshooting Tails not starting after the Boot Loader\"]]\n"
msgstr ""

#. type: Plain text
@@ -46,7 +46,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.de\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.de\" raw=\""
+"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/doc/first_steps/start/not_entirely.inline.es.po b/wiki/src/doc/first_steps/start/not_entirely.inline.es.po
index 5064d37d4b..3193f50d48 100644
--- a/wiki/src/doc/first_steps/start/not_entirely.inline.es.po
+++ b/wiki/src/doc/first_steps/start/not_entirely.inline.es.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:22+0000\n"
"PO-Revision-Date: 2020-10-18 15:32+0000\n"
"Last-Translator: Joaquín Serna <bubuanabelas@???>\n"
"Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/"
@@ -20,8 +20,8 @@ msgstr ""

#. type: Plain text
#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
+msgid "[[!meta title=\"Troubleshooting Tails not starting after the Boot Loader\"]]\n"
+msgstr "[[!meta title=\"Solución de problemas cuando Tails no continúa después del Gestor de Arranque\"]]\n"

#. type: Plain text
msgid ""
@@ -236,9 +236,6 @@ msgstr "Escribe `debug nosplash` para agregar estas opciones a la línea de coma
msgid "Press <span class=\"keycap\">Enter</span> to start Tails."
msgstr "Presiona la tecla <span class=\"keycap\">Enter (de retorno)</span>."

-#~ msgid "[[!meta title=\"Troubleshooting Tails not starting after the Boot Loader\"]]\n"
-#~ msgstr "[[!meta title=\"Solución de problemas cuando Tails no continúa después del Gestor de Arranque\"]]\n"
-
#, fuzzy
#~| msgid "Restart the computer on the first USB stick."
#~ msgid "Restart the computer on your Tails USB stick."
diff --git a/wiki/src/doc/first_steps/start/not_entirely.inline.fa.po b/wiki/src/doc/first_steps/start/not_entirely.inline.fa.po
index a04a264b09..b1bcc8246c 100644
--- a/wiki/src/doc/first_steps/start/not_entirely.inline.fa.po
+++ b/wiki/src/doc/first_steps/start/not_entirely.inline.fa.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:22+0000\n"
"PO-Revision-Date: 2020-08-19 08:29+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -20,7 +20,7 @@ msgstr ""

#. type: Plain text
#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
+msgid "[[!meta title=\"Troubleshooting Tails not starting after the Boot Loader\"]]\n"
msgstr ""

#. type: Plain text
diff --git a/wiki/src/doc/first_steps/start/not_entirely.inline.fr.po b/wiki/src/doc/first_steps/start/not_entirely.inline.fr.po
index a2b792f85f..d0f02ba66e 100644
--- a/wiki/src/doc/first_steps/start/not_entirely.inline.fr.po
+++ b/wiki/src/doc/first_steps/start/not_entirely.inline.fr.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Tails\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
+"POT-Creation-Date: 2020-09-13 10:22+0000\n"
+"PO-Revision-Date: 2020-11-16 20:43+0000\n"
"Last-Translator: Chre <tor@???>\n"
"Language-Team: Tails translators <tails@???>\n"
"Language: fr\n"
@@ -20,8 +20,8 @@ msgstr ""

#. type: Plain text
#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
+msgid "[[!meta title=\"Troubleshooting Tails not starting after the Boot Loader\"]]\n"
+msgstr ""

#. type: Plain text
#, fuzzy
@@ -45,7 +45,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.fr\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.fr\" raw=\""
+"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/doc/first_steps/start/not_entirely.inline.id.po b/wiki/src/doc/first_steps/start/not_entirely.inline.id.po
index 1297547726..cac9f7a4fe 100644
--- a/wiki/src/doc/first_steps/start/not_entirely.inline.id.po
+++ b/wiki/src/doc/first_steps/start/not_entirely.inline.id.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:22+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: \n"
@@ -20,7 +20,7 @@ msgstr ""

#. type: Plain text
#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
+msgid "[[!meta title=\"Troubleshooting Tails not starting after the Boot Loader\"]]\n"
msgstr ""

#. type: Plain text
@@ -37,7 +37,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.id\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.id\" raw=\""
+"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/doc/first_steps/start/not_entirely.inline.it.po b/wiki/src/doc/first_steps/start/not_entirely.inline.it.po
index 8b176bb476..c779e93abe 100644
--- a/wiki/src/doc/first_steps/start/not_entirely.inline.it.po
+++ b/wiki/src/doc/first_steps/start/not_entirely.inline.it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:22+0000\n"
"PO-Revision-Date: 2021-01-10 18:43+0000\n"
"Last-Translator: _ignifugo <ignifugo@???>\n"
"Language-Team: ita <transitails@???>\n"
@@ -20,8 +20,10 @@ msgstr ""

#. type: Plain text
#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
+msgid "[[!meta title=\"Troubleshooting Tails not starting after the Boot Loader\"]]\n"
msgstr ""
+"[[!meta title=\"Risoluzione dei Problemi Tails non si avvia dopo il Boot "
+"Loader\"]]\n"

#. type: Plain text
msgid ""
@@ -39,12 +41,16 @@ msgstr "<h2>Verifica la tua chiavetta USB con Tails</h2>\n"
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\""
+"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
msgid "<h2 id=\"graphics\">Check our list of known issues on graphics cards</h2>\n"
-msgstr "<h2 id=\"graphics\">Controlla il nostro elenco di problemi noti riguardo le schede grafiche</h2>\n"
+msgstr ""
+"<h2 id=\"graphics\">Controlla il nostro elenco di problemi noti riguardo le "
+"schede grafiche</h2>\n"

#. type: Plain text
msgid ""
@@ -59,7 +65,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "<h2 id=\"troubleshooting-mode\">Try the Troubleshooting Mode</h2>\n"
-msgstr "<h2 id=\"Risoluzione dei problemi \"> Cerca nella Risoluzione dei Problemi </h2>\n"
+msgstr ""
+"<h2 id=\"Risoluzione dei problemi \"> Cerca nella Risoluzione dei Problemi "
+"</h2>\n"

#. type: Plain text
#, no-wrap
@@ -78,7 +86,8 @@ msgid ""
"1. If the <span class=\"guilabel\">Troubleshooting Mode</span> does not work\n"
"better, restart the computer again on your Tails USB stick.\n"
msgstr ""
-"1. Se la modalità <span class=\"guilabel\">Risoluzione dei Problemi</span> non funziona\n"
+"1. Se la modalità <span class=\"guilabel\">Risoluzione dei Problemi</span> "
+"non funziona\n"
" meglio, riavvia il computer di nuovo con la chiavetta USB di Tails.\n"

 #. type: Plain text
@@ -115,7 +124,8 @@ msgid ""
 "        [[!img doc/advanced_topics/boot_options/grub-with-options.png link=\"no\" alt=\"GRUB with a list of\n"
 "        options starting with 'setparams Tails'\"]]\n"
 msgstr ""
-"        ……[[!img doc/advanced_topics/boot_options/grub-with-options.png link=\"no\"alt=\"GRUB \n"
+"        ……[[!img doc/advanced_topics/boot_options/grub-with-options.png link="
+"\"no\"alt=\"GRUB \n"
 "……con un elenco di opzioni che iniziano con 'setparams Tails'\"]]\n"


 #. type: Plain text
@@ -129,8 +139,10 @@ msgid ""
 "        <p>If your Boot Loader looks different, refer to our instructions below on\n"
 "        adding a boot option <a href=\"#syslinux\">using SYSLINUX</a>.</p>\n"
 msgstr ""
-"        ……<p>Se il tuo Boot Loader ha un aspetto diverso, consulta le nostre istruzioni qui sotto su \n"
-"……aggiungere un'opzione di avvio<a href=\"#syslinux\">using SYSLINUX</a></p>\n"
+"        ……<p>Se il tuo Boot Loader ha un aspetto diverso, consulta le nostre "
+"istruzioni qui sotto su \n"
+"……aggiungere un'opzione di avvio<a href=\"#syslinux\">using SYSLINUX</a></p>"
+"\n"


 #. type: Plain text
 #, no-wrap
@@ -173,12 +185,15 @@ msgstr ""
 #. type: Plain text
 #, no-wrap
 msgid "        <p class=\"pre\">Probing EDD (edd=off to disable)...</span>\n"
-msgstr "        ……<p class=\"pre\">Sondare EDD (edd=off per disabilitare)...</span>\n"
+msgstr ""
+"        ……<p class=\"pre\">Sondare EDD (edd=off per disabilitare)...</span>\n"


 #. type: Plain text
 #, no-wrap
 msgid "        Then type `edd=off` to add this option to the command line.\n"
-msgstr "        ……Poi digita`edd=off`per aggiungere questa opzione alla riga di comando.\n"
+msgstr ""
+"        ……Poi digita`edd=off`per aggiungere questa opzione alla riga di "
+"comando.\n"


 #. type: Bullet: '     1. '
 msgid "Press **Ctrl+X**, **F10**, or **Fn+F10** to start Tails."
@@ -218,7 +233,8 @@ msgid ""
 "        [[!img doc/advanced_topics/boot_options/syslinux-with-options.png link=\"no\" alt=\"SYSLINUX with\n"
 "        a list of options starting with '/live/vmlinuz' at the bottom\"]]\n"
 msgstr ""
-"        ……[[!img doc/advanced_topics/boot_options/syslinux-with-options.png link=\"no\"alt=\"SYSLINUX  con\n"
+"        ……[[!img doc/advanced_topics/boot_options/syslinux-with-options.png "
+"link=\"no\"alt=\"SYSLINUX  con\n"
 " ……un elenco delle opzioni a partire da '/live/vmlinuz' at the bottom\"]]\n"


 #. type: Plain text
@@ -227,21 +243,22 @@ msgid ""
 "        <p>If your Boot Loader looks different, refer to our instructions on\n"
 "        adding a boot option <a href=\"#grub\">using GRUB</a> above.</p>\n"
 msgstr ""
-"        ……<p>Se il tuo Boot Loader ha un aspetto diverso, fai riferimento alle nostre istruzioni per\n"
-"…… aggiungere un'opzione di avvio <a href=\"#grub\"> utilizzando GRUB</a> di cui sopra.</p>\n"
+"        ……<p>Se il tuo Boot Loader ha un aspetto diverso, fai riferimento "
+"alle nostre istruzioni per\n"
+"…… aggiungere un'opzione di avvio <a href=\"#grub\"> utilizzando GRUB</a> di "
+"cui sopra.</p>\n"


 #. type: Plain text
 #, no-wrap
 msgid "        Then type <span class=\"code\">edd=off</span> to add this option to the command line.\n"
-msgstr "        ……Poi digita  <span class=\"code\">edd=off</span> ' per aggiungere questa opzione alla riga di comando.\n"
+msgstr ""
+"        ……Poi digita  <span class=\"code\">edd=off</span> ' per aggiungere "
+"questa opzione alla riga di comando.\n"


 #. type: Bullet: '     1. '
 msgid "Press <span class=\"keycap\">Enter</span> to start Tails."
 msgstr "Premi <span class=\"keycap\">Invio</span> per avviare Tails."


-#~ msgid "[[!meta title=\"Troubleshooting Tails not starting after the Boot Loader\"]]\n"
-#~ msgstr "[[!meta title=\"Risoluzione dei Problemi Tails non si avvia dopo il Boot Loader\"]]\n"
-
#, fuzzy
#~| msgid "Restart the computer on the first USB stick."
#~ msgid "Restart the computer on your Tails USB stick."
diff --git a/wiki/src/doc/first_steps/start/not_entirely.inline.mdwn b/wiki/src/doc/first_steps/start/not_entirely.inline.mdwn
index 65885a589f..256cdc0f09 100644
--- a/wiki/src/doc/first_steps/start/not_entirely.inline.mdwn
+++ b/wiki/src/doc/first_steps/start/not_entirely.inline.mdwn
@@ -1,4 +1,4 @@
-[[!meta robots="noindex"]]
+[[!meta title="Troubleshooting Tails not starting after the Boot Loader"]]

The following section applies when the Boot Loader appears but not
the Welcome Screen when starting Tails.
diff --git a/wiki/src/doc/first_steps/start/not_entirely.inline.pl.po b/wiki/src/doc/first_steps/start/not_entirely.inline.pl.po
index 3f37accd8d..964f124379 100644
--- a/wiki/src/doc/first_steps/start/not_entirely.inline.pl.po
+++ b/wiki/src/doc/first_steps/start/not_entirely.inline.pl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:22+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -21,7 +21,7 @@ msgstr ""

#. type: Plain text
#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
+msgid "[[!meta title=\"Troubleshooting Tails not starting after the Boot Loader\"]]\n"
msgstr ""

#. type: Plain text
@@ -38,7 +38,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.pl\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.pl\" raw=\""
+"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/doc/first_steps/start/not_entirely.inline.pt.po b/wiki/src/doc/first_steps/start/not_entirely.inline.pt.po
index 084524d86c..95d874e6fa 100644
--- a/wiki/src/doc/first_steps/start/not_entirely.inline.pt.po
+++ b/wiki/src/doc/first_steps/start/not_entirely.inline.pt.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:22+0000\n"
"PO-Revision-Date: 2020-12-25 17:46+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -19,7 +19,7 @@ msgstr ""

#. type: Plain text
#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
+msgid "[[!meta title=\"Troubleshooting Tails not starting after the Boot Loader\"]]\n"
msgstr ""

#. type: Plain text
@@ -36,7 +36,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.pt\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.pt\" raw=\""
+"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/doc/first_steps/start/not_entirely.inline.ru.po b/wiki/src/doc/first_steps/start/not_entirely.inline.ru.po
index d33ab8f248..b97c25cf90 100644
--- a/wiki/src/doc/first_steps/start/not_entirely.inline.ru.po
+++ b/wiki/src/doc/first_steps/start/not_entirely.inline.ru.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:22+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -15,13 +15,13 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
+"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"
"X-Generator: Weblate 3.11.3\n"

#. type: Plain text
#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
+msgid "[[!meta title=\"Troubleshooting Tails not starting after the Boot Loader\"]]\n"
msgstr ""

#. type: Plain text
@@ -38,7 +38,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.ru\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.ru\" raw=\""
+"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/doc/first_steps/start/not_entirely.inline.sr_Latn.po b/wiki/src/doc/first_steps/start/not_entirely.inline.sr_Latn.po
index 9619328d99..61a1b8cee5 100644
--- a/wiki/src/doc/first_steps/start/not_entirely.inline.sr_Latn.po
+++ b/wiki/src/doc/first_steps/start/not_entirely.inline.sr_Latn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:22+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -15,13 +15,13 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
+"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"
"X-Generator: Weblate 3.11.3\n"

#. type: Plain text
#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
+msgid "[[!meta title=\"Troubleshooting Tails not starting after the Boot Loader\"]]\n"
msgstr ""

#. type: Plain text
@@ -38,7 +38,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.sr_Latn\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.sr_Latn\" "
+"raw=\"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/doc/first_steps/start/not_entirely.inline.tr.po b/wiki/src/doc/first_steps/start/not_entirely.inline.tr.po
index dc5baa4d19..7dfac2015b 100644
--- a/wiki/src/doc/first_steps/start/not_entirely.inline.tr.po
+++ b/wiki/src/doc/first_steps/start/not_entirely.inline.tr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:22+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -20,7 +20,7 @@ msgstr ""

#. type: Plain text
#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
+msgid "[[!meta title=\"Troubleshooting Tails not starting after the Boot Loader\"]]\n"
msgstr ""

#. type: Plain text
@@ -37,7 +37,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.tr\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.tr\" raw=\""
+"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/doc/first_steps/start/not_entirely.inline.zh.po b/wiki/src/doc/first_steps/start/not_entirely.inline.zh.po
index 78c983bb7d..3035b220c5 100644
--- a/wiki/src/doc/first_steps/start/not_entirely.inline.zh.po
+++ b/wiki/src/doc/first_steps/start/not_entirely.inline.zh.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:22+0000\n"
"PO-Revision-Date: 2020-12-24 12:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -20,7 +20,7 @@ msgstr ""

#. type: Plain text
#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
+msgid "[[!meta title=\"Troubleshooting Tails not starting after the Boot Loader\"]]\n"
msgstr ""

#. type: Plain text
@@ -37,7 +37,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.zh\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.zh\" raw=\""
+"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/doc/first_steps/start/not_entirely.inline.zh_TW.po b/wiki/src/doc/first_steps/start/not_entirely.inline.zh_TW.po
index a9a2b5e5fd..541fca3948 100644
--- a/wiki/src/doc/first_steps/start/not_entirely.inline.zh_TW.po
+++ b/wiki/src/doc/first_steps/start/not_entirely.inline.zh_TW.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tails l10n\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:22+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: Tails Chinese translators <jxt@???>\n"
@@ -19,7 +19,7 @@ msgstr ""

#. type: Plain text
#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
+msgid "[[!meta title=\"Troubleshooting Tails not starting after the Boot Loader\"]]\n"
msgstr ""

#. type: Plain text
@@ -40,7 +40,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.zh_TW\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.zh_TW\" raw="
+"\"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/doc/first_steps/start/reporting.inline.ar.po b/wiki/src/doc/first_steps/start/reporting.inline.ar.po
index dc3e5b900a..0f13f86128 100644
--- a/wiki/src/doc/first_steps/start/reporting.inline.ar.po
+++ b/wiki/src/doc/first_steps/start/reporting.inline.ar.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-07-23 00:57+0000\n"
"PO-Revision-Date: 2019-10-23 11:35+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,57 +18,45 @@ msgstr ""
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 2.20\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"If none of these options work, we are sorry but you might not be able to use "
-"Tails on this computer. Feel free to report the problem to our help desk."
-msgstr ""
-
-#. type: Plain text
+#. type: Content of: <p>
msgid ""
"Please send the following information to [[tails-support-private@???]]:"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "Which version of Tails are you trying to start?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "How did you verify the USB image?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "What is the brand and model of your computer?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"What exactly happens when trying to start? Report the complete error message "
"that appears on the screen, if any."
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "What program did you use to install your USB stick?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"Does the USB stick start successfully on other computers? If so, what are "
"the brands and models of those computers?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"Have you been able to successfully start another version of Tails on this "
"computer before? If so, which version?"
msgstr ""

-#. type: Plain text
-#, fuzzy, no-wrap
-msgid "[[!inline pages=\"support/talk/languages.inline\" raw=\"yes\"]]\n"
+#. type: Content of: outside any tag (error?)
+msgid "[[!inline pages=\"support/talk/languages.inline\" raw=\"yes\"]]"
msgstr "[[!inline pages=\"support/talk/languages.inline.ar\" raw=\"yes\"]]"
diff --git a/wiki/src/doc/first_steps/start/reporting.inline.ca.po b/wiki/src/doc/first_steps/start/reporting.inline.ca.po
index 96d04f28e4..fb9efea320 100644
--- a/wiki/src/doc/first_steps/start/reporting.inline.ca.po
+++ b/wiki/src/doc/first_steps/start/reporting.inline.ca.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-07-23 00:57+0000\n"
"PO-Revision-Date: 2019-10-23 09:15+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,57 +17,45 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.20\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"If none of these options work, we are sorry but you might not be able to use "
-"Tails on this computer. Feel free to report the problem to our help desk."
-msgstr ""
-
-#. type: Plain text
+#. type: Content of: <p>
msgid ""
"Please send the following information to [[tails-support-private@???]]:"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "Which version of Tails are you trying to start?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "How did you verify the USB image?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "What is the brand and model of your computer?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"What exactly happens when trying to start? Report the complete error message "
"that appears on the screen, if any."
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "What program did you use to install your USB stick?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"Does the USB stick start successfully on other computers? If so, what are "
"the brands and models of those computers?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"Have you been able to successfully start another version of Tails on this "
"computer before? If so, which version?"
msgstr ""

-#. type: Plain text
-#, fuzzy, no-wrap
-msgid "[[!inline pages=\"support/talk/languages.inline\" raw=\"yes\"]]\n"
+#. type: Content of: outside any tag (error?)
+msgid "[[!inline pages=\"support/talk/languages.inline\" raw=\"yes\"]]"
msgstr "[[!inline pages=\"support/talk/languages.inline.ca\" raw=\"yes\"]]"
diff --git a/wiki/src/doc/first_steps/start/reporting.inline.de.po b/wiki/src/doc/first_steps/start/reporting.inline.de.po
index d934342568..b4db47da9b 100644
--- a/wiki/src/doc/first_steps/start/reporting.inline.de.po
+++ b/wiki/src/doc/first_steps/start/reporting.inline.de.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-08 02:44+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"If none of these options work, we are sorry but you might not be able to use "
diff --git a/wiki/src/doc/first_steps/start/reporting.inline.es.po b/wiki/src/doc/first_steps/start/reporting.inline.es.po
index 69c2abb2b6..29472f6d51 100644
--- a/wiki/src/doc/first_steps/start/reporting.inline.es.po
+++ b/wiki/src/doc/first_steps/start/reporting.inline.es.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-08 02:44+0000\n"
"PO-Revision-Date: 2020-12-24 11:45+0000\n"
"Last-Translator: Joaquín Serna <bubuanabelas@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"If none of these options work, we are sorry but you might not be able to use "
diff --git a/wiki/src/doc/first_steps/start/reporting.inline.fa.po b/wiki/src/doc/first_steps/start/reporting.inline.fa.po
index 9c6748862a..50f488465a 100644
--- a/wiki/src/doc/first_steps/start/reporting.inline.fa.po
+++ b/wiki/src/doc/first_steps/start/reporting.inline.fa.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-08 02:44+0000\n"
"PO-Revision-Date: 2020-08-19 08:30+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"If none of these options work, we are sorry but you might not be able to use "
diff --git a/wiki/src/doc/first_steps/start/reporting.inline.fr.po b/wiki/src/doc/first_steps/start/reporting.inline.fr.po
index b1c42dcf2c..8ac68f44e3 100644
--- a/wiki/src/doc/first_steps/start/reporting.inline.fr.po
+++ b/wiki/src/doc/first_steps/start/reporting.inline.fr.po
@@ -6,21 +6,16 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"POT-Creation-Date: 2020-08-08 02:44+0000\n"
+"PO-Revision-Date: 2020-01-24 08:26+0000\n"
+"Last-Translator: takt <ffr43366@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
+"X-Generator: Weblate 3.5.1\n"

#. type: Plain text
msgid ""
diff --git a/wiki/src/doc/first_steps/start/reporting.inline.id.po b/wiki/src/doc/first_steps/start/reporting.inline.id.po
index adb538ec48..0e796ff8e4 100644
--- a/wiki/src/doc/first_steps/start/reporting.inline.id.po
+++ b/wiki/src/doc/first_steps/start/reporting.inline.id.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-07-23 00:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,57 +16,45 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"If none of these options work, we are sorry but you might not be able to use "
-"Tails on this computer. Feel free to report the problem to our help desk."
-msgstr ""
-
-#. type: Plain text
+#. type: Content of: <p>
msgid ""
"Please send the following information to [[tails-support-private@???]]:"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "Which version of Tails are you trying to start?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "How did you verify the USB image?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "What is the brand and model of your computer?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"What exactly happens when trying to start? Report the complete error message "
"that appears on the screen, if any."
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "What program did you use to install your USB stick?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"Does the USB stick start successfully on other computers? If so, what are "
"the brands and models of those computers?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"Have you been able to successfully start another version of Tails on this "
"computer before? If so, which version?"
msgstr ""

-#. type: Plain text
-#, no-wrap
-msgid "[[!inline pages=\"support/talk/languages.inline\" raw=\"yes\"]]\n"
+#. type: Content of: outside any tag (error?)
+msgid "[[!inline pages=\"support/talk/languages.inline\" raw=\"yes\"]]"
msgstr ""
diff --git a/wiki/src/doc/first_steps/start/reporting.inline.it.po b/wiki/src/doc/first_steps/start/reporting.inline.it.po
index 22b065be1d..5cc36b9671 100644
--- a/wiki/src/doc/first_steps/start/reporting.inline.it.po
+++ b/wiki/src/doc/first_steps/start/reporting.inline.it.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-08 02:44+0000\n"
"PO-Revision-Date: 2021-03-02 23:44+0000\n"
"Last-Translator: gallium69 <gallium69@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"If none of these options work, we are sorry but you might not be able to use "
diff --git a/wiki/src/doc/first_steps/start/reporting.inline.mdwn b/wiki/src/doc/first_steps/start/reporting.inline.mdwn
index 95cc3f770e..f178b12d72 100644
--- a/wiki/src/doc/first_steps/start/reporting.inline.mdwn
+++ b/wiki/src/doc/first_steps/start/reporting.inline.mdwn
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
If none of these options work, we are sorry but you might not be
able to use Tails on this computer. Feel free to
report the problem to our help desk.
diff --git a/wiki/src/doc/first_steps/start/reporting.inline.pl.po b/wiki/src/doc/first_steps/start/reporting.inline.pl.po
index 89a50361a2..577a5d9dd2 100644
--- a/wiki/src/doc/first_steps/start/reporting.inline.pl.po
+++ b/wiki/src/doc/first_steps/start/reporting.inline.pl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-07-23 00:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,57 +16,45 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"If none of these options work, we are sorry but you might not be able to use "
-"Tails on this computer. Feel free to report the problem to our help desk."
-msgstr ""
-
-#. type: Plain text
+#. type: Content of: <p>
msgid ""
"Please send the following information to [[tails-support-private@???]]:"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "Which version of Tails are you trying to start?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "How did you verify the USB image?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "What is the brand and model of your computer?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"What exactly happens when trying to start? Report the complete error message "
"that appears on the screen, if any."
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "What program did you use to install your USB stick?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"Does the USB stick start successfully on other computers? If so, what are "
"the brands and models of those computers?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"Have you been able to successfully start another version of Tails on this "
"computer before? If so, which version?"
msgstr ""

-#. type: Plain text
-#, no-wrap
-msgid "[[!inline pages=\"support/talk/languages.inline\" raw=\"yes\"]]\n"
+#. type: Content of: outside any tag (error?)
+msgid "[[!inline pages=\"support/talk/languages.inline\" raw=\"yes\"]]"
msgstr ""
diff --git a/wiki/src/doc/first_steps/start/reporting.inline.pt.po b/wiki/src/doc/first_steps/start/reporting.inline.pt.po
index 2806a034ab..8a0aaa03ce 100644
--- a/wiki/src/doc/first_steps/start/reporting.inline.pt.po
+++ b/wiki/src/doc/first_steps/start/reporting.inline.pt.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-08 02:44+0000\n"
"PO-Revision-Date: 2019-10-23 11:05+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 2.20\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"If none of these options work, we are sorry but you might not be able to use "
diff --git a/wiki/src/doc/first_steps/start/reporting.inline.ru.po b/wiki/src/doc/first_steps/start/reporting.inline.ru.po
index 8a8ebfe064..18aef79436 100644
--- a/wiki/src/doc/first_steps/start/reporting.inline.ru.po
+++ b/wiki/src/doc/first_steps/start/reporting.inline.ru.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-07-23 00:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,57 +16,45 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"If none of these options work, we are sorry but you might not be able to use "
-"Tails on this computer. Feel free to report the problem to our help desk."
-msgstr ""
-
-#. type: Plain text
+#. type: Content of: <p>
msgid ""
"Please send the following information to [[tails-support-private@???]]:"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "Which version of Tails are you trying to start?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "How did you verify the USB image?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "What is the brand and model of your computer?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"What exactly happens when trying to start? Report the complete error message "
"that appears on the screen, if any."
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "What program did you use to install your USB stick?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"Does the USB stick start successfully on other computers? If so, what are "
"the brands and models of those computers?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"Have you been able to successfully start another version of Tails on this "
"computer before? If so, which version?"
msgstr ""

-#. type: Plain text
-#, no-wrap
-msgid "[[!inline pages=\"support/talk/languages.inline\" raw=\"yes\"]]\n"
+#. type: Content of: outside any tag (error?)
+msgid "[[!inline pages=\"support/talk/languages.inline\" raw=\"yes\"]]"
msgstr ""
diff --git a/wiki/src/doc/first_steps/start/reporting.inline.sr_Latn.po b/wiki/src/doc/first_steps/start/reporting.inline.sr_Latn.po
index 12ce043db2..e42be833ae 100644
--- a/wiki/src/doc/first_steps/start/reporting.inline.sr_Latn.po
+++ b/wiki/src/doc/first_steps/start/reporting.inline.sr_Latn.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-07-23 00:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,57 +16,45 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"If none of these options work, we are sorry but you might not be able to use "
-"Tails on this computer. Feel free to report the problem to our help desk."
-msgstr ""
-
-#. type: Plain text
+#. type: Content of: <p>
msgid ""
"Please send the following information to [[tails-support-private@???]]:"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "Which version of Tails are you trying to start?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "How did you verify the USB image?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "What is the brand and model of your computer?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"What exactly happens when trying to start? Report the complete error message "
"that appears on the screen, if any."
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "What program did you use to install your USB stick?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"Does the USB stick start successfully on other computers? If so, what are "
"the brands and models of those computers?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"Have you been able to successfully start another version of Tails on this "
"computer before? If so, which version?"
msgstr ""

-#. type: Plain text
-#, no-wrap
-msgid "[[!inline pages=\"support/talk/languages.inline\" raw=\"yes\"]]\n"
+#. type: Content of: outside any tag (error?)
+msgid "[[!inline pages=\"support/talk/languages.inline\" raw=\"yes\"]]"
msgstr ""
diff --git a/wiki/src/doc/first_steps/start/reporting.inline.tr.po b/wiki/src/doc/first_steps/start/reporting.inline.tr.po
index 6ed9bad9cf..1a46e91cf3 100644
--- a/wiki/src/doc/first_steps/start/reporting.inline.tr.po
+++ b/wiki/src/doc/first_steps/start/reporting.inline.tr.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-07-23 00:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,57 +16,45 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"If none of these options work, we are sorry but you might not be able to use "
-"Tails on this computer. Feel free to report the problem to our help desk."
-msgstr ""
-
-#. type: Plain text
+#. type: Content of: <p>
msgid ""
"Please send the following information to [[tails-support-private@???]]:"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "Which version of Tails are you trying to start?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "How did you verify the USB image?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "What is the brand and model of your computer?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"What exactly happens when trying to start? Report the complete error message "
"that appears on the screen, if any."
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "What program did you use to install your USB stick?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"Does the USB stick start successfully on other computers? If so, what are "
"the brands and models of those computers?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"Have you been able to successfully start another version of Tails on this "
"computer before? If so, which version?"
msgstr ""

-#. type: Plain text
-#, no-wrap
-msgid "[[!inline pages=\"support/talk/languages.inline\" raw=\"yes\"]]\n"
+#. type: Content of: outside any tag (error?)
+msgid "[[!inline pages=\"support/talk/languages.inline\" raw=\"yes\"]]"
msgstr ""
diff --git a/wiki/src/doc/first_steps/start/reporting.inline.zh.po b/wiki/src/doc/first_steps/start/reporting.inline.zh.po
index cc20205140..edf3ff9029 100644
--- a/wiki/src/doc/first_steps/start/reporting.inline.zh.po
+++ b/wiki/src/doc/first_steps/start/reporting.inline.zh.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-07-23 00:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,57 +16,45 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"If none of these options work, we are sorry but you might not be able to use "
-"Tails on this computer. Feel free to report the problem to our help desk."
-msgstr ""
-
-#. type: Plain text
+#. type: Content of: <p>
msgid ""
"Please send the following information to [[tails-support-private@???]]:"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "Which version of Tails are you trying to start?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "How did you verify the USB image?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "What is the brand and model of your computer?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"What exactly happens when trying to start? Report the complete error message "
"that appears on the screen, if any."
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "What program did you use to install your USB stick?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"Does the USB stick start successfully on other computers? If so, what are "
"the brands and models of those computers?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"Have you been able to successfully start another version of Tails on this "
"computer before? If so, which version?"
msgstr ""

-#. type: Plain text
-#, no-wrap
-msgid "[[!inline pages=\"support/talk/languages.inline\" raw=\"yes\"]]\n"
+#. type: Content of: outside any tag (error?)
+msgid "[[!inline pages=\"support/talk/languages.inline\" raw=\"yes\"]]"
msgstr ""
diff --git a/wiki/src/doc/first_steps/start/reporting.inline.zh_TW.po b/wiki/src/doc/first_steps/start/reporting.inline.zh_TW.po
index 62e82f86ca..b2075b0ec2 100644
--- a/wiki/src/doc/first_steps/start/reporting.inline.zh_TW.po
+++ b/wiki/src/doc/first_steps/start/reporting.inline.zh_TW.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-07-23 00:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,57 +16,45 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"If none of these options work, we are sorry but you might not be able to use "
-"Tails on this computer. Feel free to report the problem to our help desk."
-msgstr ""
-
-#. type: Plain text
+#. type: Content of: <p>
msgid ""
"Please send the following information to [[tails-support-private@???]]:"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "Which version of Tails are you trying to start?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "How did you verify the USB image?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "What is the brand and model of your computer?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"What exactly happens when trying to start? Report the complete error message "
"that appears on the screen, if any."
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid "What program did you use to install your USB stick?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"Does the USB stick start successfully on other computers? If so, what are "
"the brands and models of those computers?"
msgstr ""

-#. type: Bullet: '1. '
+#. type: Content of: <ol><li><p>
msgid ""
"Have you been able to successfully start another version of Tails on this "
"computer before? If so, which version?"
msgstr ""

-#. type: Plain text
-#, no-wrap
-msgid "[[!inline pages=\"support/talk/languages.inline\" raw=\"yes\"]]\n"
+#. type: Content of: outside any tag (error?)
+msgid "[[!inline pages=\"support/talk/languages.inline\" raw=\"yes\"]]"
msgstr ""
diff --git a/wiki/src/doc/first_steps/welcome_screen.mdwn b/wiki/src/doc/first_steps/welcome_screen.mdwn
index 872f208ac3..e937216308 100644
--- a/wiki/src/doc/first_steps/welcome_screen.mdwn
+++ b/wiki/src/doc/first_steps/welcome_screen.mdwn
@@ -122,13 +122,13 @@ software or accessing the internal hard disks of the computer.
See our documentation about [[the administration password and its
security implications|administration_password]].

-MAC Address Spoofing
---------------------
+MAC Address Anonymization
+-------------------------

-Disable <span class="guilabel">MAC Address Spoofing</span> to prevent
+Disable <span class="guilabel">MAC Address Anonymization</span> to prevent
connectivity problems with your network interfaces.

-See our documentation about [[MAC address spoofing|mac_spoofing]].
+See our documentation about [[MAC address anonymization|mac_spoofing]].

Network Configuration
---------------------
@@ -170,7 +170,7 @@ Keyboard shortcuts
<tr><td><span class="keycap">Alt+P</span></td><td><span class="guilabel">Persistent Storage</td></tr>
<tr><td><span class="keycap">Alt+A</span></td><td><span class="guilabel">Additional Settings</td></tr>
<tr><td><span class="keycap">Ctrl+Shift+A</span></td><td><span class="guilabel">Administration Password</td></tr>
-<tr><td><span class="keycap">Ctrl+Shift+M</span></td><td><span class="guilabel">MAC Address Spoofing</td></tr>
+<tr><td><span class="keycap">Ctrl+Shift+M</span></td><td><span class="guilabel">MAC Address Anonymization</td></tr>
<tr><td><span class="keycap">Ctrl+Shift+N</span></td><td><span class="guilabel">Network Configuration</td></tr>
<tr><td><span class="keycap">Alt+S</td><td><span class="guilabel">Start Tails</td></tr>
</table>
diff --git a/wiki/src/doc/first_steps/welcome_screen.ru.po b/wiki/src/doc/first_steps/welcome_screen.ru.po
index 360d65278a..4e64617e62 100644
--- a/wiki/src/doc/first_steps/welcome_screen.ru.po
+++ b/wiki/src/doc/first_steps/welcome_screen.ru.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-09-21 10:45+0200\n"
-"PO-Revision-Date: 2021-05-10 13:23+0000\n"
-"Last-Translator: dedmoroz <cj75300@???>\n"
+"PO-Revision-Date: 2020-12-25 17:43+0000\n"
+"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
@@ -353,7 +353,7 @@ msgstr ""
#. type: Title =
#, no-wrap
msgid "Keyboard shortcuts"
-msgstr "Сочетания клавиш"
+msgstr ""

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/doc/first_steps/welcome_screen/administration_password.fr.po b/wiki/src/doc/first_steps/welcome_screen/administration_password.fr.po
index f7e1d0615f..4eed3b24ca 100644
--- a/wiki/src/doc/first_steps/welcome_screen/administration_password.fr.po
+++ b/wiki/src/doc/first_steps/welcome_screen/administration_password.fr.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: Tails\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-11-24 23:28+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
+"PO-Revision-Date: 2021-04-13 18:06+0000\n"
"Last-Translator: Chre <tor@???>\n"
"Language-Team: Tails translators <tails@???>\n"
"Language: fr\n"
@@ -180,9 +180,9 @@ msgid ""
"When the Welcome Screen appears, click on the **[[!img lib/list-add.png alt="
"\"Add Additional Setting\" class=\"symbolic\" link=\"no\"]]** button."
msgstr ""
-"Lorsque l'écran de bienvenue apparaît, cliquez sur le bouton **[[!img lib/"
-"list-add.png alt=\"Ajouter des paramètres additionnels\" class=\"symbolic\" "
-"link=\"no\"]]**."
+"Lorsque l'écran d'accueil apparaît, cliquez sur le bouton [[!img lib/list-"
+"add.png alt=\"Ajouter des paramètres additionnels\" class=\"symbolic\" link="
+"\"no\"]]."

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.ar.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.ar.po
index e93550451a..ee34d136a8 100644
--- a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.ar.po
+++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.ar.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"When the Welcome Screen appears, click on the **[[!img lib/list-add.png alt="
@@ -48,12 +43,11 @@ msgid ""
"assistant will guide you through the configuration of Tor."
msgstr ""

-#~ msgid ""
-#~ "In the <span class=\"guilabel\">Network configuration</span> section, "
-#~ "select the following option: <span class=\"guilabel\">This computer's "
-#~ "Internet connection is censored, filtered, or proxied.</span>"
-#~ msgstr ""
-#~ "In Bereich <span class=\"guilabel\">Netzwerkkonfiguration</span> wählen "
-#~ "Sie bitte folgende Option aus: <span class=\"guilabel\">Die "
-#~ "Internetverbindung dieses Rechners ist zensiert, gefiltert oder "
-#~ "vermittelt.</span>"
+msgid ""
+"In the <span class=\"guilabel\">Network configuration</span> section, select "
+"the following option: <span class=\"guilabel\">This computer's Internet "
+"connection is censored, filtered, or proxied.</span>"
+msgstr ""
+"In Bereich <span class=\"guilabel\">Netzwerkkonfiguration</span> wählen Sie "
+"bitte folgende Option aus: <span class=\"guilabel\">Die Internetverbindung "
+"dieses Rechners ist zensiert, gefiltert oder vermittelt.</span>"
diff --git a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.ca.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.ca.po
index d80e03be53..eab639c1b3 100644
--- a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.ca.po
+++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.ca.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"When the Welcome Screen appears, click on the **[[!img lib/list-add.png alt="
@@ -48,12 +43,11 @@ msgid ""
"assistant will guide you through the configuration of Tor."
msgstr ""

-#~ msgid ""
-#~ "In the <span class=\"guilabel\">Network configuration</span> section, "
-#~ "select the following option: <span class=\"guilabel\">This computer's "
-#~ "Internet connection is censored, filtered, or proxied.</span>"
-#~ msgstr ""
-#~ "In Bereich <span class=\"guilabel\">Netzwerkkonfiguration</span> wählen "
-#~ "Sie bitte folgende Option aus: <span class=\"guilabel\">Die "
-#~ "Internetverbindung dieses Rechners ist zensiert, gefiltert oder "
-#~ "vermittelt.</span>"
+msgid ""
+"In the <span class=\"guilabel\">Network configuration</span> section, select "
+"the following option: <span class=\"guilabel\">This computer's Internet "
+"connection is censored, filtered, or proxied.</span>"
+msgstr ""
+"In Bereich <span class=\"guilabel\">Netzwerkkonfiguration</span> wählen Sie "
+"bitte folgende Option aus: <span class=\"guilabel\">Die Internetverbindung "
+"dieses Rechners ist zensiert, gefiltert oder vermittelt.</span>"
diff --git a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.de.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.de.po
index bcfc01e98c..665661731c 100644
--- a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.de.po
+++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.de.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: 2018-04-06 15:15+0200\n"
"Last-Translator: Tails translators\n"
"Language-Team: \n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.11\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
#, fuzzy
#| msgid ""
diff --git a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.es.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.es.po
index b656968703..bf370069f8 100644
--- a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.es.po
+++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.es.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: 2020-09-06 07:30+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.8\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"When the Welcome Screen appears, click on the **[[!img lib/list-add.png alt="
diff --git a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.fa.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.fa.po
index d503c0cc4f..e5bef1d039 100644
--- a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.fa.po
+++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.fa.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -15,11 +15,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
#, fuzzy
#| msgid ""
diff --git a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.fr.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.fr.po
index 928b74cca9..60c000a261 100644
--- a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.fr.po
+++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.fr.po
@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
+"PO-Revision-Date: 2020-11-12 17:24+0000\n"
"Last-Translator: Chre <tor@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: fr\n"
@@ -17,19 +17,14 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
-
#. type: Bullet: '1. '
msgid ""
"When the Welcome Screen appears, click on the **[[!img lib/list-add.png alt="
"\"Add Additional Setting\" class=\"symbolic\" link=\"no\"]]** button."
msgstr ""
-"Lorsque l'écran de bienvenue apparaît, cliquez sur le bouton **[[!img lib/"
-"list-add.png alt=\"Ajouter des paramètres additionnels\" class=\"symbolic\" "
-"link=\"no\"]]**."
+"Lorsque l'écran d'accueil apparaît, cliquez sur le bouton [[!img lib/list-"
+"add.png alt=\"Ajouter des paramètres additionnels\" class=\"symbolic\" link="
+"\"no\"]]."

#. type: Plain text
#, no-wrap
@@ -39,8 +34,6 @@ msgstr " [[!img additional.png link=\"no\" alt=\"\"]]\n"
#. type: Bullet: '2. '
msgid "Choose **Network Configuration** in the **Additional Settings** dialog."
msgstr ""
-"Choisir **Connexion réseau** dans la boîte de dialogue **Paramètres "
-"supplémentaires**."

#. type: Bullet: '3. '
msgid ""
diff --git a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.id.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.id.po
index 4c8ab25150..edd5859fa2 100644
--- a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.id.po
+++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.id.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: 2018-04-06 15:15+0200\n"
"Last-Translator: Tails translators\n"
"Language-Team: \n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.11\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"When the Welcome Screen appears, click on the **[[!img lib/list-add.png alt="
@@ -48,12 +43,11 @@ msgid ""
"assistant will guide you through the configuration of Tor."
msgstr ""

-#~ msgid ""
-#~ "In the <span class=\"guilabel\">Network configuration</span> section, "
-#~ "select the following option: <span class=\"guilabel\">This computer's "
-#~ "Internet connection is censored, filtered, or proxied.</span>"
-#~ msgstr ""
-#~ "In Bereich <span class=\"guilabel\">Netzwerkkonfiguration</span> wählen "
-#~ "Sie bitte folgende Option aus: <span class=\"guilabel\">Die "
-#~ "Internetverbindung dieses Rechners ist zensiert, gefiltert oder "
-#~ "vermittelt.</span>"
+msgid ""
+"In the <span class=\"guilabel\">Network configuration</span> section, select "
+"the following option: <span class=\"guilabel\">This computer's Internet "
+"connection is censored, filtered, or proxied.</span>"
+msgstr ""
+"In Bereich <span class=\"guilabel\">Netzwerkkonfiguration</span> wählen Sie "
+"bitte folgende Option aus: <span class=\"guilabel\">Die Internetverbindung "
+"dieses Rechners ist zensiert, gefiltert oder vermittelt.</span>"
diff --git a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.it.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.it.po
index fffd9c2cb1..c0f1cd9045 100644
--- a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.it.po
+++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: 2021-02-28 19:43+0000\n"
"Last-Translator: gallium69 <gallium69@???>\n"
"Language-Team: ita <transitails@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"When the Welcome Screen appears, click on the **[[!img lib/list-add.png alt="
@@ -39,8 +34,8 @@ msgstr " [[!img additional.png link=\"no\" alt=\"\"]]\n"
#. type: Bullet: '2. '
msgid "Choose **Network Configuration** in the **Additional Settings** dialog."
msgstr ""
-"Nella finestra di dialogo **Ulteriori Impostazioni ** scegli "
-"**Configurazione di Rete**."
+"Nella finestra di dialogo **Ulteriori Impostazioni ** scegli **"
+"Configurazione di Rete**."

 #. type: Bullet: '3. '
 msgid ""
diff --git a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.mdwn b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.mdwn
index 9e13b77a9c..5ffb63c896 100644
--- a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.mdwn
+++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.mdwn
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
 1. When the Welcome Screen appears, click on the
    **[[!img lib/list-add.png alt="Add Additional Setting" class="symbolic" link="no"]]** button.


diff --git a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.pl.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.pl.po
index 33c64a9198..40a917f7b2 100644
--- a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.pl.po
+++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.pl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"When the Welcome Screen appears, click on the **[[!img lib/list-add.png alt="
@@ -48,12 +43,11 @@ msgid ""
"assistant will guide you through the configuration of Tor."
msgstr ""

-#~ msgid ""
-#~ "In the <span class=\"guilabel\">Network configuration</span> section, "
-#~ "select the following option: <span class=\"guilabel\">This computer's "
-#~ "Internet connection is censored, filtered, or proxied.</span>"
-#~ msgstr ""
-#~ "In Bereich <span class=\"guilabel\">Netzwerkkonfiguration</span> wählen "
-#~ "Sie bitte folgende Option aus: <span class=\"guilabel\">Die "
-#~ "Internetverbindung dieses Rechners ist zensiert, gefiltert oder "
-#~ "vermittelt.</span>"
+msgid ""
+"In the <span class=\"guilabel\">Network configuration</span> section, select "
+"the following option: <span class=\"guilabel\">This computer's Internet "
+"connection is censored, filtered, or proxied.</span>"
+msgstr ""
+"In Bereich <span class=\"guilabel\">Netzwerkkonfiguration</span> wählen Sie "
+"bitte folgende Option aus: <span class=\"guilabel\">Die Internetverbindung "
+"dieses Rechners ist zensiert, gefiltert oder vermittelt.</span>"
diff --git a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.pt.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.pt.po
index f686ea1007..68f9e39ec8 100644
--- a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.pt.po
+++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.pt.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -15,11 +15,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"When the Welcome Screen appears, click on the **[[!img lib/list-add.png alt="
diff --git a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.ru.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.ru.po
index 3e853e2469..0ad11de3d5 100644
--- a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.ru.po
+++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.ru.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"When the Welcome Screen appears, click on the **[[!img lib/list-add.png alt="
@@ -48,12 +43,11 @@ msgid ""
"assistant will guide you through the configuration of Tor."
msgstr ""

-#~ msgid ""
-#~ "In the <span class=\"guilabel\">Network configuration</span> section, "
-#~ "select the following option: <span class=\"guilabel\">This computer's "
-#~ "Internet connection is censored, filtered, or proxied.</span>"
-#~ msgstr ""
-#~ "In Bereich <span class=\"guilabel\">Netzwerkkonfiguration</span> wählen "
-#~ "Sie bitte folgende Option aus: <span class=\"guilabel\">Die "
-#~ "Internetverbindung dieses Rechners ist zensiert, gefiltert oder "
-#~ "vermittelt.</span>"
+msgid ""
+"In the <span class=\"guilabel\">Network configuration</span> section, select "
+"the following option: <span class=\"guilabel\">This computer's Internet "
+"connection is censored, filtered, or proxied.</span>"
+msgstr ""
+"In Bereich <span class=\"guilabel\">Netzwerkkonfiguration</span> wählen Sie "
+"bitte folgende Option aus: <span class=\"guilabel\">Die Internetverbindung "
+"dieses Rechners ist zensiert, gefiltert oder vermittelt.</span>"
diff --git a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.sr_Latn.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.sr_Latn.po
index d47a87c0fd..20151b54e1 100644
--- a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.sr_Latn.po
+++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.sr_Latn.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"When the Welcome Screen appears, click on the **[[!img lib/list-add.png alt="
@@ -48,12 +43,11 @@ msgid ""
"assistant will guide you through the configuration of Tor."
msgstr ""

-#~ msgid ""
-#~ "In the <span class=\"guilabel\">Network configuration</span> section, "
-#~ "select the following option: <span class=\"guilabel\">This computer's "
-#~ "Internet connection is censored, filtered, or proxied.</span>"
-#~ msgstr ""
-#~ "In Bereich <span class=\"guilabel\">Netzwerkkonfiguration</span> wählen "
-#~ "Sie bitte folgende Option aus: <span class=\"guilabel\">Die "
-#~ "Internetverbindung dieses Rechners ist zensiert, gefiltert oder "
-#~ "vermittelt.</span>"
+msgid ""
+"In the <span class=\"guilabel\">Network configuration</span> section, select "
+"the following option: <span class=\"guilabel\">This computer's Internet "
+"connection is censored, filtered, or proxied.</span>"
+msgstr ""
+"In Bereich <span class=\"guilabel\">Netzwerkkonfiguration</span> wählen Sie "
+"bitte folgende Option aus: <span class=\"guilabel\">Die Internetverbindung "
+"dieses Rechners ist zensiert, gefiltert oder vermittelt.</span>"
diff --git a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.tr.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.tr.po
index 1f5204da34..431e04ab13 100644
--- a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.tr.po
+++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.tr.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"When the Welcome Screen appears, click on the **[[!img lib/list-add.png alt="
@@ -48,12 +43,11 @@ msgid ""
"assistant will guide you through the configuration of Tor."
msgstr ""

-#~ msgid ""
-#~ "In the <span class=\"guilabel\">Network configuration</span> section, "
-#~ "select the following option: <span class=\"guilabel\">This computer's "
-#~ "Internet connection is censored, filtered, or proxied.</span>"
-#~ msgstr ""
-#~ "In Bereich <span class=\"guilabel\">Netzwerkkonfiguration</span> wählen "
-#~ "Sie bitte folgende Option aus: <span class=\"guilabel\">Die "
-#~ "Internetverbindung dieses Rechners ist zensiert, gefiltert oder "
-#~ "vermittelt.</span>"
+msgid ""
+"In the <span class=\"guilabel\">Network configuration</span> section, select "
+"the following option: <span class=\"guilabel\">This computer's Internet "
+"connection is censored, filtered, or proxied.</span>"
+msgstr ""
+"In Bereich <span class=\"guilabel\">Netzwerkkonfiguration</span> wählen Sie "
+"bitte folgende Option aus: <span class=\"guilabel\">Die Internetverbindung "
+"dieses Rechners ist zensiert, gefiltert oder vermittelt.</span>"
diff --git a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.zh.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.zh.po
index 98515d6962..92db54e701 100644
--- a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.zh.po
+++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.zh.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"When the Welcome Screen appears, click on the **[[!img lib/list-add.png alt="
@@ -48,12 +43,11 @@ msgid ""
"assistant will guide you through the configuration of Tor."
msgstr ""

-#~ msgid ""
-#~ "In the <span class=\"guilabel\">Network configuration</span> section, "
-#~ "select the following option: <span class=\"guilabel\">This computer's "
-#~ "Internet connection is censored, filtered, or proxied.</span>"
-#~ msgstr ""
-#~ "In Bereich <span class=\"guilabel\">Netzwerkkonfiguration</span> wählen "
-#~ "Sie bitte folgende Option aus: <span class=\"guilabel\">Die "
-#~ "Internetverbindung dieses Rechners ist zensiert, gefiltert oder "
-#~ "vermittelt.</span>"
+msgid ""
+"In the <span class=\"guilabel\">Network configuration</span> section, select "
+"the following option: <span class=\"guilabel\">This computer's Internet "
+"connection is censored, filtered, or proxied.</span>"
+msgstr ""
+"In Bereich <span class=\"guilabel\">Netzwerkkonfiguration</span> wählen Sie "
+"bitte folgende Option aus: <span class=\"guilabel\">Die Internetverbindung "
+"dieses Rechners ist zensiert, gefiltert oder vermittelt.</span>"
diff --git a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.zh_TW.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.zh_TW.po
index 28a07055e3..e3c591de1d 100644
--- a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.zh_TW.po
+++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.zh_TW.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-25 02:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -15,11 +15,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"When the Welcome Screen appears, click on the **[[!img lib/list-add.png alt="
@@ -47,12 +42,11 @@ msgid ""
"assistant will guide you through the configuration of Tor."
msgstr ""

-#~ msgid ""
-#~ "In the <span class=\"guilabel\">Network configuration</span> section, "
-#~ "select the following option: <span class=\"guilabel\">This computer's "
-#~ "Internet connection is censored, filtered, or proxied.</span>"
-#~ msgstr ""
-#~ "In Bereich <span class=\"guilabel\">Netzwerkkonfiguration</span> wählen "
-#~ "Sie bitte folgende Option aus: <span class=\"guilabel\">Die "
-#~ "Internetverbindung dieses Rechners ist zensiert, gefiltert oder "
-#~ "vermittelt.</span>"
+msgid ""
+"In the <span class=\"guilabel\">Network configuration</span> section, select "
+"the following option: <span class=\"guilabel\">This computer's Internet "
+"connection is censored, filtered, or proxied.</span>"
+msgstr ""
+"In Bereich <span class=\"guilabel\">Netzwerkkonfiguration</span> wählen Sie "
+"bitte folgende Option aus: <span class=\"guilabel\">Die Internetverbindung "
+"dieses Rechners ist zensiert, gefiltert oder vermittelt.</span>"
diff --git a/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.fr.po b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.fr.po
index dd7d7f24c4..dbfa7a446c 100644
--- a/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.fr.po
+++ b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.fr.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-06-25 02:00+0000\n"
-"PO-Revision-Date: 2021-05-10 17:29+0000\n"
-"Last-Translator: nihei <nihei@???>\n"
+"PO-Revision-Date: 2021-04-11 19:06+0000\n"
+"Last-Translator: Chre <tor@???>\n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -284,17 +284,17 @@ msgid ""
"You can disable MAC address spoofing from the [[Welcome Screen|"
"welcome_screen]]:"
msgstr ""
-"Vous pouvez désactiver l'usurpation d'adresse MAC depuis l'[[écran de "
-"bienvenue|welcome_screen]] :"
+"Vous pouvez désactiver l'usurpation d'adresse MAC depuis l'[[écran "
+"d'accueil|welcome_screen]] :"

#. type: Bullet: '1. '
msgid ""
"When the Welcome Screen appears, click on the **[[!img lib/list-add.png alt="
"\"Add Additional Setting\" class=\"symbolic\" link=\"no\"]]** button."
msgstr ""
-"Lorsque l'écran de bienvenue apparaît, cliquez sur le bouton **[[!img lib/"
-"list-add.png alt=\"Ajouter des paramètres additionnels\" class=\"symbolic\" "
-"link=\"no\"]]**."
+"Lorsque l'écran d'accueil apparaît, cliquez sur le bouton [[!img lib/list-"
+"add.png alt=\"Ajouter des paramètres additionnels\" class=\"symbolic\" link="
+"\"no\"]]."

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.mdwn b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.mdwn
index 7b15688e37..e77f4d53e6 100644
--- a/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.mdwn
+++ b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.mdwn
@@ -1,12 +1,14 @@
-[[!meta title="MAC address spoofing"]]
+[[!meta title="MAC address anonymization"]]

[[!toc]]

+<a id="what-is-mac-address"></a>
+
What is a MAC address?
======================

-Every network interface — wired or Wi-Fi — has a [[!wikipedia MAC address]] which is
-a serial number defined for each interface from factory by its vendor. MAC addresses
+Every network interface — wired or Wi-Fi — has a [[!wikipedia MAC address]], which is
+a serial number assigned to each interface at the factory by the vendor. MAC addresses
are used on the local network to identify the communications of each network
interface.

@@ -27,46 +29,46 @@ fingerprint|about/fingerprint]], someone observing the traffic coming out of
your computer on the local network can probably see that you are using Tails. In
that case, your MAC address can **identify you as a Tails user**.

-What is MAC address spoofing?
-=============================
+What is MAC address anonymization?
+==================================

-Tails can temporarily change the MAC address of your network interfaces to random
-values for the time of a working session. This is what we call "MAC address
-spoofing". MAC address spoofing in Tails hides the serial number of your network interface,
-and so to some extend, who you are, to the local network.
+When MAC address anonymization is enabled, Tails temporarily changes the MAC addresses of your network interfaces to random
+values for the time of your Tails session.
+MAC address anonymization hides the serial number of your network interface,
+and so, to some extent, who you are, from the local network.

-MAC address spoofing is enabled by default in Tails because it is usually
+MAC address anonymization is enabled by default in Tails because it is usually
beneficial. But in some situations it might also lead to connectivity problems
or make your network activity look suspicious. This documentation explains
-whether to use MAC spoofing or not, depending on your situation.
+whether to use MAC address anonymization or not, depending on your situation.

-When to keep MAC address spoofing enabled
-=========================================
+When to keep MAC address anonymization enabled
+==============================================

-**MAC address spoofing is enabled by default for all network interfaces.** This is
+**MAC address anonymization is enabled by default for all network interfaces.** This is
usually beneficial, even if you don't want to hide your geographical location.

Here are a few examples:

* **Using your own computer on an public network without registration**, for
example a free Wi-Fi service in a restaurant where you don't need to register with your
- identity. In this case, MAC address spoofing hides the fact that your computer
+ identity. In this case, MAC address anonymization hides the fact that your computer
is connected to this network.

* **Using your own computer on a network that you use frequently**, for example
at a friend's place, at work, at university, etc. You already have a strong
- relationship with this place but MAC address spoofing hides the fact that your
+ relationship with this place but MAC address anonymization hides the fact that your
computer is connected to this network *at a particular time*. It also hides
the fact that *you* are running Tails on this network.

-When to disable MAC address spoofing
-====================================
+When to disable MAC address anonymization
+=========================================

-In some situations MAC address spoofing is not useful but can instead be
-problematic. In such cases, you might want to [[disable MAC address
-spoofing|mac_spoofing#disable]].
+In some situations MAC address anonymization is not useful but can instead be
+problematic. In such cases, you might want to disable MAC address
+anonymization as instructed below.

-Note that even if MAC spoofing is disabled, your anonymity on the Internet is
+Note that even if MAC address anonymization is disabled, your anonymity on the Internet is
preserved:

   - An adversary on the local network can only see encrypted connections to the
@@ -74,38 +76,38 @@ preserved:
   - Your MAC address is not sent over the Internet to the websites that you are
     visiting.


-However, disabling MAC address spoofing makes it possible again for the local
-network to track your geographical location. If this is problematic, consider
-using a different network device or moving to another network.
+However, as [[discussed above|doc/first_steps/welcome_screen/mac_spoofing#what-is-mac-address]], disabling MAC address anonymization makes it possible
+for someone to track your geographical location. If this is problematic, consider
+using a different network interface, like a [[USB Wi-Fi adapter|doc/anonymous_internet/networkmanager#wi-fi-adapters]], or moving to another network.

Here are a few examples:

- **Using a public computer**, for example in an Internet café or a library.
This computer is regularly used on this local network, and its MAC address is
- not associated with your identity. In this case, MAC address spoofing can make
+ not associated with your identity. In this case, MAC address anonymization can make
it impossible to connect. It can even **look suspicious** to the network
administrators to see an unknown MAC address being used on that network.

-- On some network interfaces, **MAC address spoofing is impossible** due to
+- On some network interfaces, **MAC address anonymization is impossible** due to
limitations in the hardware or in Linux. Tails temporarily disables such
- network interfaces. You might disable MAC address spoofing to be able to use them.
+ network interfaces. You might disable MAC address anonymization to be able to use them.

- Some networks **only allow connections from a list of authorized MAC
- addresses**. In this case, MAC address spoofing makes it impossible to connect
+ addresses**. In this case, MAC address anonymization makes it impossible to connect
to such networks. If you were granted access to such network in the past, then
- MAC address spoofing might prevent you from connecting.
+ MAC address anonymization might prevent you from connecting.

- **Using your own computer at home**. Your identity and the MAC address of your
- computer are already associated to this local network, so MAC address spoofing
+ computer are already associated to this local network, so MAC address anonymization
is probably useless. But if access to your local network is restricted based
- on MAC addresses it might be impossible to connect with a spoofed MAC address.
+ on MAC addresses it might be impossible to connect with an anonymized MAC address.

<a id="disable"></a>

-Disable MAC address spoofing
-============================
+Disable MAC address anonymization
+=================================

-You can disable MAC address spoofing from the [[Welcome
+You can disable MAC address anonymization from the [[Welcome
Screen|welcome_screen]]:

1. When the Welcome Screen appears, click on the
@@ -113,9 +115,9 @@ Screen|welcome_screen]]:

    [[!img additional.png link="no" alt=""]]


-2. Choose **MAC Address Spoofing** in the **Additional Settings** dialog.
+2. Choose **MAC Address Anonymization** in the **Additional Settings** dialog.

-3. Select the <span class="guilabel">Don't spoof MAC addresses</span> option.
+3. Select the <span class="guilabel">Don't anonymize MAC addresses</span> option.

Other considerations
====================
@@ -134,5 +136,5 @@ Other considerations

- Some [[!wikipedia captive portals]] might send your MAC address over the
Internet to their authentication servers. This should not affect your decision
- regarding MAC address spoofing. If you decide to disable MAC address spoofing
+ regarding MAC address anonymization. If you decide to disable MAC address anonymization
your computer can already be identified by your ISP.
diff --git a/wiki/src/doc/reset/linux.fr.po b/wiki/src/doc/reset/linux.fr.po
index eafc50a680..c958041584 100644
--- a/wiki/src/doc/reset/linux.fr.po
+++ b/wiki/src/doc/reset/linux.fr.po
@@ -6,17 +6,15 @@
msgid ""
msgstr ""
"Project-Id-Version: Tails\n"
-"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-04-12 16:10+0200\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"PO-Revision-Date: 2017-08-28 17:01+0000\n"
+"Last-Translator: Tails translators <tails@???>\n"
"Language-Team: Tails translators <tails@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
+"X-Generator: Poedit 1.8.11\n"

 #. type: Plain text
 #, no-wrap
@@ -92,9 +90,8 @@ msgid ""
 "    A list of all the storage devices on the computer appears in the left pane\n"
 "    of the window.\n"
 msgstr ""
-"    Une liste de tous les périphériques de stockage de l'ordinateur "
-"apparaît\n"
-"    dans le panneau gauche de la fenêtre.\n"
+"    Une liste de tous les périphériques de stockage apparaît dans la partie\n"
+"    gauche de la fenêtre.\n"


 #. type: Bullet: '1.  '
 msgid "Plug the USB stick that you want to reset."
@@ -106,9 +103,9 @@ msgid ""
 "    A new device appears in the list of storage devices. This new device\n"
 "    corresponds to the USB stick that you plugged in. Click on it.\n"
 msgstr ""
-"    Un nouveau périphérique apparaît dans la liste des périphériques de "
-"stockage. Ce nouveau périphérique\n"
-"    correspond à la clé USB que vous venez de brancher. Cliquez dessus.\n"
+"    Un nouveau périphérique apparaît alors dans la liste des périphériques\n"
+"    de stockage. Ce nouveau périphérique correspond à la clé USB\n"
+"    que vous venez de brancher. Cliquez dessus.\n"


#. type: Bullet: '1. '
msgid ""
diff --git a/wiki/src/doc/reset/mac.fr.po b/wiki/src/doc/reset/mac.fr.po
index 6816def706..301f0270c8 100644
--- a/wiki/src/doc/reset/mac.fr.po
+++ b/wiki/src/doc/reset/mac.fr.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: Tails\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-04-12 16:10+0200\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
+"PO-Revision-Date: 2019-09-29 12:00+0000\n"
"Last-Translator: Chre <tor@???>\n"
"Language-Team: Tails translators <tails@???>\n"
"Language: fr\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
+"X-Generator: Weblate 2.20\n"

#. type: Plain text
#, no-wrap
@@ -39,10 +39,8 @@ msgid ""
"<strong>You might overwrite any hard disk on the computer.</strong> If at some\n"
"point you are not sure about which device to choose, stop proceeding.\n"
msgstr ""
-"<strong>Vous pourriez écraser n'importe quel disque dur sur "
-"l'ordinateur.</strong>\n"
-"Si à un moment vous n'êtes pas sûr du choix du périphérique, arrêtez-vous là."
-"\n"
+"<strong>Vous pourriez écraser n'importe quel disque dur sur l'ordinateur.</strong>\n"
+" Si à un moment vous n'êtes pas sûr du choix du périphérique, arrêtez-vous là.\n"

 #. type: Plain text
 #, no-wrap
@@ -77,8 +75,7 @@ msgid ""
 "    A new device appears in the list of storage devices. This new device\n"
 "    corresponds to the USB stick that you plugged in. Click on it.\n"
 msgstr ""
-"    Un nouveau périphérique apparaît dans la liste des périphériques de "
-"stockage. Ce nouveau périphérique\n"
+"    Un nouveau périphérique apparaît dans le liste des périphériques de stockage. Ce nouveau périphérique\n"
 "    correspond à la clé USB que vous venez de brancher. Cliquez dessus.\n"


#. type: Bullet: '4. '
diff --git a/wiki/src/doc/upgrade.fr.po b/wiki/src/doc/upgrade.fr.po
index 7eb20b3035..2384ead2f5 100644
--- a/wiki/src/doc/upgrade.fr.po
+++ b/wiki/src/doc/upgrade.fr.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: Tails\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-06-25 21:11+0000\n"
-"PO-Revision-Date: 2021-04-29 18:06+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"PO-Revision-Date: 2021-04-11 19:37+0000\n"
+"Last-Translator: anonymous <amnesia@???>\n"
"Language-Team: Tails translators <tails@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -300,10 +300,6 @@ msgid ""
"Tails DVD|install/dvd-download]] - [[Upgrade your virtual machine|install/vm-"
"download]]"
msgstr ""
-"- [[Télécharger et mettre à jour|doc/upgrade/#download]] (ci-dessous) - [["
-"Mettre à jour en clonant depuis un autre Tails |doc/upgrade/#clone]] (ci-"
-"dessous) - [[Graver un nouveau DVD Tails|install/dvd-download]] - [[Mettre "
-"à jour votre machine virtuelle|install/vm-download]]"

#. type: Plain text
#, no-wrap
@@ -313,7 +309,7 @@ msgstr "<a id=\"download\"></a>\n"
#. type: Title ###
#, no-wrap
msgid "Download and upgrade"
-msgstr "Télécharger et mettre à jour"
+msgstr ""

#. type: Plain text
msgid "You need:"
@@ -412,9 +408,6 @@ msgid ""
"If you know someone you trust who already did the upgrade, you can upgrade "
"your Tails by cloning from their Tails."
msgstr ""
-"Si vous connaissez une personne de confiance qui a déjà effectué la mise à "
-"niveau, vous pouvez mettre à niveau votre Tails en clonant à partir de son "
-"Tails."

#. type: Plain text
msgid ""
diff --git a/wiki/src/doc/upgrade/error.fa.po b/wiki/src/doc/upgrade/error.fa.po
index 966a8496c9..3ee68a23d1 100644
--- a/wiki/src/doc/upgrade/error.fa.po
+++ b/wiki/src/doc/upgrade/error.fa.po
@@ -8,16 +8,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2016-07-02 20:12+0300\n"
-"PO-Revision-Date: 2021-05-07 18:23+0000\n"
-"Last-Translator: Pejman Rezaei <pjmnrzi1@???>\n"
+"PO-Revision-Date: 2015-10-16 14:40+0000\n"
+"Last-Translator: sprint5 <translation5@???>\n"
"Language-Team: Persian <http://weblate.451f.org:8889/projects/tails/error/fa/"
">\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Weblate 2.4-dev\n"

#. type: Plain text
#, no-wrap
@@ -30,7 +30,7 @@ msgid "<!-- This page is here only not to break breadcrumbs on https://tails.bou
msgstr ""

#. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid "[[!map pages=\"doc/upgrade/error/*\"]]\n"
msgid "[[!map pages=\"doc/upgrade/error/* and currentlang()\" show=\"title\"]]\n"
-msgstr ""
-"[[!map pages=\"doc/upgrade/error/* and currentlang()\" show=\"title\"]]\n"
+msgstr "[[!map pages=\"doc/upgrade/error/*\"]]\n"
diff --git a/wiki/src/doc/upgrade/error/check.ar.po b/wiki/src/doc/upgrade/error/check.ar.po
index 78c80eb53a..bdb0e8d08a 100644
--- a/wiki/src/doc/upgrade/error/check.ar.po
+++ b/wiki/src/doc/upgrade/error/check.ar.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2019-11-30 11:55+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -23,85 +23,31 @@ msgstr ""

#. type: Plain text
msgid ""
-"Tails could not determine whether an upgrade is available from our website. "
-"This is most likely caused by a network connection problem."
+"Tails could not determine whether an upgrade is available from our website."
msgstr ""

#. type: Plain text
-msgid "To solve it:"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Check your network connection and restart Tails to check for upgrades again."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Read our [[release notes|doc/upgrade/release_notes]] to see if there are "
-"known issues with automatically upgrading to the latest version of Tails."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid "If the problem persists, do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr ""
-
-#. type: Title =
-#, no-wrap
-msgid "Automatic upgrades are broken from Tails 4.14 and earlier"
+msgid "This is most likely caused by a network connection problem."
msgstr ""

#. type: Plain text
-msgid "To upgrade from Tails 4.14 or earlier, you can either:"
-msgstr ""
-
-#. type: Plain text
-msgid "- Do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr ""
-
-#. type: Plain text
-msgid "- Fix the automatic upgrade from a terminal. To do so:"
-msgstr ""
-
-#. type: Bullet: ' 1. '
msgid ""
-"Start Tails and set up an [[administration password|doc/first_steps/"
-"welcome_screen/administration_password]]."
-msgstr ""
-
-#. type: Bullet: ' 1. '
-msgid "In a terminal, execute the following command:"
+"Check your network connection and restart Tails to check for upgrades again."
msgstr ""

 #. type: Plain text
-#, no-wrap
-msgid ""
-"         torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
-"         | sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
-"         && systemctl --user restart tails-upgrade-frontend\n"
+msgid "If the problem persists, you can either:"
 msgstr ""


 #. type: Plain text
-#, no-wrap
-msgid "     <div class=\"note\">\n"
+msgid "- [[Report an error|support]]"
 msgstr ""


 #. type: Plain text
 #, no-wrap
-msgid ""
-"     <p>This command is a single command that wraps across several lines.\n"
-"     Copy and paste the entire block at once and make sure that it executes\n"
-"     as a single command.</p>\n"
+msgid "  Include in your report the debugging information that appears in the error message.\n"
 msgstr ""


 #. type: Plain text
-#, no-wrap
-msgid "     </div>\n"
-msgstr ""
-
-#. type: Bullet: '  1. '
-msgid ""
-"Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
-"the latest version of Tails."
+msgid "- [[Do a manual upgrade|doc/upgrade#manual]]"
 msgstr ""
diff --git a/wiki/src/doc/upgrade/error/check.ca.po b/wiki/src/doc/upgrade/error/check.ca.po
index 9e8e54fb01..7d967f1cf1 100644
--- a/wiki/src/doc/upgrade/error/check.ca.po
+++ b/wiki/src/doc/upgrade/error/check.ca.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2019-11-30 11:55+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
@@ -23,85 +23,31 @@ msgstr ""


#. type: Plain text
msgid ""
-"Tails could not determine whether an upgrade is available from our website. "
-"This is most likely caused by a network connection problem."
+"Tails could not determine whether an upgrade is available from our website."
msgstr ""

#. type: Plain text
-msgid "To solve it:"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Check your network connection and restart Tails to check for upgrades again."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Read our [[release notes|doc/upgrade/release_notes]] to see if there are "
-"known issues with automatically upgrading to the latest version of Tails."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid "If the problem persists, do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr ""
-
-#. type: Title =
-#, no-wrap
-msgid "Automatic upgrades are broken from Tails 4.14 and earlier"
+msgid "This is most likely caused by a network connection problem."
msgstr ""

#. type: Plain text
-msgid "To upgrade from Tails 4.14 or earlier, you can either:"
-msgstr ""
-
-#. type: Plain text
-msgid "- Do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr ""
-
-#. type: Plain text
-msgid "- Fix the automatic upgrade from a terminal. To do so:"
-msgstr ""
-
-#. type: Bullet: ' 1. '
msgid ""
-"Start Tails and set up an [[administration password|doc/first_steps/"
-"welcome_screen/administration_password]]."
-msgstr ""
-
-#. type: Bullet: ' 1. '
-msgid "In a terminal, execute the following command:"
+"Check your network connection and restart Tails to check for upgrades again."
msgstr ""

 #. type: Plain text
-#, no-wrap
-msgid ""
-"         torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
-"         | sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
-"         && systemctl --user restart tails-upgrade-frontend\n"
+msgid "If the problem persists, you can either:"
 msgstr ""


 #. type: Plain text
-#, no-wrap
-msgid "     <div class=\"note\">\n"
+msgid "- [[Report an error|support]]"
 msgstr ""


 #. type: Plain text
 #, no-wrap
-msgid ""
-"     <p>This command is a single command that wraps across several lines.\n"
-"     Copy and paste the entire block at once and make sure that it executes\n"
-"     as a single command.</p>\n"
+msgid "  Include in your report the debugging information that appears in the error message.\n"
 msgstr ""


 #. type: Plain text
-#, no-wrap
-msgid "     </div>\n"
-msgstr ""
-
-#. type: Bullet: '  1. '
-msgid ""
-"Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
-"the latest version of Tails."
+msgid "- [[Do a manual upgrade|doc/upgrade#manual]]"
 msgstr ""
diff --git a/wiki/src/doc/upgrade/error/check.de.po b/wiki/src/doc/upgrade/error/check.de.po
index 0162002a1c..ab3583e1fb 100644
--- a/wiki/src/doc/upgrade/error/check.de.po
+++ b/wiki/src/doc/upgrade/error/check.de.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2019-11-30 11:55+0000\n"
 "PO-Revision-Date: 2016-08-22 16:30-0000\n"
 "Last-Translator: Tails translators <tails@???>\n"
 "Language-Team: \n"
@@ -22,110 +22,45 @@ msgid "[[!meta title=\"Error while checking for upgrades\"]]\n"
 msgstr "[[!meta title=\"Fehler bei der Suche nach Aktualisierungen\"]]\n"


#. type: Plain text
-#, fuzzy
-#| msgid ""
-#| "Tails could not determine whether an upgrade is available from our "
-#| "website."
msgid ""
-"Tails could not determine whether an upgrade is available from our website. "
-"This is most likely caused by a network connection problem."
+"Tails could not determine whether an upgrade is available from our website."
msgstr ""
"Tails konnte nicht über unsere Website feststellen, ob eine Aktualisierung "
"verfügbar ist."

#. type: Plain text
-msgid "To solve it:"
+#, fuzzy
+#| msgid "This is probably caused by a network connection problem."
+msgid "This is most likely caused by a network connection problem."
msgstr ""
+"Dies wird möglicherweise durch ein Problem mit der Netzwerkverbindung "
+"verursacht."

-#. type: Bullet: '1. '
+#. type: Plain text
msgid ""
"Check your network connection and restart Tails to check for upgrades again."
msgstr ""
"Überprüfen Sie Ihre Netzwerkverbindung und starten Sie Tails neu, um noch "
"einmal nach Aktualisierungen zu suchen."

-#. type: Bullet: '1. '
-msgid ""
-"Read our [[release notes|doc/upgrade/release_notes]] to see if there are "
-"known issues with automatically upgrading to the latest version of Tails."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid "If the problem persists, do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr ""
-
-#. type: Title =
-#, no-wrap
-msgid "Automatic upgrades are broken from Tails 4.14 and earlier"
-msgstr ""
-
-#. type: Plain text
-msgid "To upgrade from Tails 4.14 or earlier, you can either:"
-msgstr ""
-
-#. type: Plain text
-msgid "- Do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr ""
-
-#. type: Plain text
-msgid "- Fix the automatic upgrade from a terminal. To do so:"
-msgstr ""
-
-#. type: Bullet: '  1. '
-msgid ""
-"Start Tails and set up an [[administration password|doc/first_steps/"
-"welcome_screen/administration_password]]."
-msgstr ""
-
-#. type: Bullet: '  1. '
-msgid "In a terminal, execute the following command:"
-msgstr ""
-
 #. type: Plain text
-#, no-wrap
-msgid ""
-"         torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
-"         | sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
-"         && systemctl --user restart tails-upgrade-frontend\n"
+msgid "If the problem persists, you can either:"
 msgstr ""


 #. type: Plain text
-#, no-wrap
-msgid "     <div class=\"note\">\n"
+msgid "- [[Report an error|support]]"
 msgstr ""


 #. type: Plain text
-#, no-wrap
-msgid ""
-"     <p>This command is a single command that wraps across several lines.\n"
-"     Copy and paste the entire block at once and make sure that it executes\n"
-"     as a single command.</p>\n"
-msgstr ""
+#, fuzzy, no-wrap
+#| msgid "If the problem persists, [[report an error|support]] and include in your report the debugging information that appears in the error message."
+msgid "  Include in your report the debugging information that appears in the error message.\n"
+msgstr "Falls das Problem weiterhin besteht, [[senden Sie uns einen Fehlerbericht|support]] und fügen Sie die Zusatzinformationen hinzu, die mit der Fehlermeldung angezeigt werden."


 #. type: Plain text
-#, no-wrap
-msgid "     </div>\n"
-msgstr ""
-
-#. type: Bullet: '  1. '
-msgid ""
-"Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
-"the latest version of Tails."
+msgid "- [[Do a manual upgrade|doc/upgrade#manual]]"
 msgstr ""


-#, fuzzy
-#~| msgid "This is probably caused by a network connection problem."
-#~ msgid "This is most likely caused by a network connection problem."
-#~ msgstr ""
-#~ "Dies wird möglicherweise durch ein Problem mit der Netzwerkverbindung "
-#~ "verursacht."
-
-#, fuzzy
-#~| msgid "If the problem persists, [[report an error|support]] and include in your report the debugging information that appears in the error message."
-#~ msgid " Include in your report the debugging information that appears in the error message.\n"
-#~ msgstr "Falls das Problem weiterhin besteht, [[senden Sie uns einen Fehlerbericht|support]] und fügen Sie die Zusatzinformationen hinzu, die mit der Fehlermeldung angezeigt werden."
-
#~ msgid "This error could also be caused by:"
#~ msgstr "Dieser Fehler könnte auch verursacht werden durch:"

diff --git a/wiki/src/doc/upgrade/error/check.es.po b/wiki/src/doc/upgrade/error/check.es.po
index 207dc9d55c..99ca6498c8 100644
--- a/wiki/src/doc/upgrade/error/check.es.po
+++ b/wiki/src/doc/upgrade/error/check.es.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2019-11-30 11:55+0000\n"
"PO-Revision-Date: 2020-03-19 19:44+0000\n"
"Last-Translator: Joaquín Serna <bubuanabelas@???>\n"
"Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/"
@@ -24,113 +24,41 @@ msgid "[[!meta title=\"Error while checking for upgrades\"]]\n"
msgstr "[[!meta title=\"Error mientras se comprobaba por actualizaciones\"]]\n"

#. type: Plain text
-#, fuzzy
-#| msgid ""
-#| "Tails could not determine whether an upgrade is available from our "
-#| "website."
msgid ""
-"Tails could not determine whether an upgrade is available from our website. "
-"This is most likely caused by a network connection problem."
+"Tails could not determine whether an upgrade is available from our website."
msgstr ""
"Tails no pudo determinar si hay una actualización disponible desde nuestro "
"sitio web."

#. type: Plain text
-msgid "To solve it:"
-msgstr ""
+msgid "This is most likely caused by a network connection problem."
+msgstr "Esto está sucediendo muy posiblemente por un problema de conexión."

-#. type: Bullet: '1. '
+#. type: Plain text
msgid ""
"Check your network connection and restart Tails to check for upgrades again."
msgstr ""
"Revisa tu conexión de red, y reinicia Tails para revisar por actualizaciones "
"de nuevo."

-#. type: Bullet: '1. '
-msgid ""
-"Read our [[release notes|doc/upgrade/release_notes]] to see if there are "
-"known issues with automatically upgrading to the latest version of Tails."
-msgstr ""
-
-#. type: Bullet: '1. '
-#, fuzzy
-#| msgid "- [[Do a manual upgrade|doc/upgrade#manual]]"
-msgid "If the problem persists, do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr "- [[Hacer una actualización manual|doc/upgrade#manual]]"
-
-#. type: Title =
-#, no-wrap
-msgid "Automatic upgrades are broken from Tails 4.14 and earlier"
-msgstr ""
-
-#. type: Plain text
-msgid "To upgrade from Tails 4.14 or earlier, you can either:"
-msgstr ""
-
-#. type: Plain text
-#, fuzzy
-#| msgid "- [[Do a manual upgrade|doc/upgrade#manual]]"
-msgid "- Do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr "- [[Hacer una actualización manual|doc/upgrade#manual]]"
-
-#. type: Plain text
-msgid "- Fix the automatic upgrade from a terminal. To do so:"
-msgstr ""
-
-#. type: Bullet: '  1. '
-msgid ""
-"Start Tails and set up an [[administration password|doc/first_steps/"
-"welcome_screen/administration_password]]."
-msgstr ""
-
-#. type: Bullet: '  1. '
-msgid "In a terminal, execute the following command:"
-msgstr ""
-
 #. type: Plain text
-#, no-wrap
-msgid ""
-"         torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
-"         | sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
-"         && systemctl --user restart tails-upgrade-frontend\n"
-msgstr ""
+msgid "If the problem persists, you can either:"
+msgstr "Si el problema persiste, puedes:"


 #. type: Plain text
-#, no-wrap
-msgid "     <div class=\"note\">\n"
-msgstr ""
+msgid "- [[Report an error|support]]"
+msgstr "- [[Reporta un error|support]]"


 #. type: Plain text
 #, no-wrap
-msgid ""
-"     <p>This command is a single command that wraps across several lines.\n"
-"     Copy and paste the entire block at once and make sure that it executes\n"
-"     as a single command.</p>\n"
+msgid "  Include in your report the debugging information that appears in the error message.\n"
 msgstr ""
+"  Incluye en tu reporte la información de depuración que aparece en el "
+"mensaje de error.\n"


 #. type: Plain text
-#, no-wrap
-msgid "     </div>\n"
-msgstr ""
-
-#. type: Bullet: '  1. '
-msgid ""
-"Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
-"the latest version of Tails."
-msgstr ""
-
-#~ msgid "This is most likely caused by a network connection problem."
-#~ msgstr "Esto está sucediendo muy posiblemente por un problema de conexión."
-
-#~ msgid "If the problem persists, you can either:"
-#~ msgstr "Si el problema persiste, puedes:"
-
-#~ msgid "- [[Report an error|support]]"
-#~ msgstr "- [[Reporta un error|support]]"
-
-#~ msgid "  Include in your report the debugging information that appears in the error message.\n"
-#~ msgstr "  Incluye en tu reporte la información de depuración que aparece en el mensaje de error.\n"
+msgid "- [[Do a manual upgrade|doc/upgrade#manual]]"
+msgstr "- [[Hacer una actualización manual|doc/upgrade#manual]]"


#~ msgid "This error could also be caused by:"
#~ msgstr "Este error también podría ser causado por:"
diff --git a/wiki/src/doc/upgrade/error/check.fa.po b/wiki/src/doc/upgrade/error/check.fa.po
index 30dc6194e8..aa29a5f857 100644
--- a/wiki/src/doc/upgrade/error/check.fa.po
+++ b/wiki/src/doc/upgrade/error/check.fa.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2019-11-30 11:55+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -23,85 +23,31 @@ msgstr ""

#. type: Plain text
msgid ""
-"Tails could not determine whether an upgrade is available from our website. "
-"This is most likely caused by a network connection problem."
+"Tails could not determine whether an upgrade is available from our website."
msgstr ""

#. type: Plain text
-msgid "To solve it:"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Check your network connection and restart Tails to check for upgrades again."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Read our [[release notes|doc/upgrade/release_notes]] to see if there are "
-"known issues with automatically upgrading to the latest version of Tails."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid "If the problem persists, do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr ""
-
-#. type: Title =
-#, no-wrap
-msgid "Automatic upgrades are broken from Tails 4.14 and earlier"
+msgid "This is most likely caused by a network connection problem."
msgstr ""

#. type: Plain text
-msgid "To upgrade from Tails 4.14 or earlier, you can either:"
-msgstr ""
-
-#. type: Plain text
-msgid "- Do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr ""
-
-#. type: Plain text
-msgid "- Fix the automatic upgrade from a terminal. To do so:"
-msgstr ""
-
-#. type: Bullet: ' 1. '
msgid ""
-"Start Tails and set up an [[administration password|doc/first_steps/"
-"welcome_screen/administration_password]]."
-msgstr ""
-
-#. type: Bullet: ' 1. '
-msgid "In a terminal, execute the following command:"
+"Check your network connection and restart Tails to check for upgrades again."
msgstr ""

 #. type: Plain text
-#, no-wrap
-msgid ""
-"         torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
-"         | sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
-"         && systemctl --user restart tails-upgrade-frontend\n"
+msgid "If the problem persists, you can either:"
 msgstr ""


 #. type: Plain text
-#, no-wrap
-msgid "     <div class=\"note\">\n"
+msgid "- [[Report an error|support]]"
 msgstr ""


 #. type: Plain text
 #, no-wrap
-msgid ""
-"     <p>This command is a single command that wraps across several lines.\n"
-"     Copy and paste the entire block at once and make sure that it executes\n"
-"     as a single command.</p>\n"
+msgid "  Include in your report the debugging information that appears in the error message.\n"
 msgstr ""


 #. type: Plain text
-#, no-wrap
-msgid "     </div>\n"
-msgstr ""
-
-#. type: Bullet: '  1. '
-msgid ""
-"Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
-"the latest version of Tails."
+msgid "- [[Do a manual upgrade|doc/upgrade#manual]]"
 msgstr ""
diff --git a/wiki/src/doc/upgrade/error/check.fr.po b/wiki/src/doc/upgrade/error/check.fr.po
index 25673c29dc..d71dc909b0 100644
--- a/wiki/src/doc/upgrade/error/check.fr.po
+++ b/wiki/src/doc/upgrade/error/check.fr.po
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
-"PO-Revision-Date: 2021-05-06 18:34+0000\n"
+"POT-Creation-Date: 2019-11-30 11:55+0000\n"
+"PO-Revision-Date: 2020-01-12 13:31+0000\n"
 "Last-Translator: Chre <tor@???>\n"
 "Language-Team: \n"
 "Language: fr\n"
@@ -16,7 +16,7 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
+"X-Generator: Weblate 3.5.1\n"


#. type: Plain text
#, no-wrap
@@ -25,129 +25,40 @@ msgstr "[[!meta title=\"Erreur lors de la vérification des mises à jour\"]]\n"

#. type: Plain text
msgid ""
-"Tails could not determine whether an upgrade is available from our website. "
-"This is most likely caused by a network connection problem."
+"Tails could not determine whether an upgrade is available from our website."
msgstr ""
-"Tails n'a pas pu déterminer si une mise à jour est disponible sur notre site "
-"web. Cela est très probablement dû à un problème de connexion au réseau."
+"Impossible de déterminer si une mise à jour est disponible depuis le site "
+"web."

#. type: Plain text
-msgid "To solve it:"
-msgstr "Pour résoudre ce problème :"
+msgid "This is most likely caused by a network connection problem."
+msgstr "Ceci est vraisemblablement dû à un problème de connexion réseau."

-#. type: Bullet: '1. '
+#. type: Plain text
msgid ""
"Check your network connection and restart Tails to check for upgrades again."
msgstr ""
"Vérifiez votre connexion réseau et redémarrez Tails pour tenter une nouvelle "
"mise à jour."

-#. type: Bullet: '1. '
-msgid ""
-"Read our [[release notes|doc/upgrade/release_notes]] to see if there are "
-"known issues with automatically upgrading to the latest version of Tails."
-msgstr ""
-"Lire nos [[notes de version|doc/upgrade/release_notes]] pour voir s'il y a "
-"des problèmes connus liés à la mise à jour automatique vers la dernière "
-"version de Tails."
-
-#. type: Bullet: '1. '
-msgid "If the problem persists, do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr ""
-"Si le problème persiste, faire une [[mise à jour manuelle|doc/"
-"upgrade#manual]]."
-
-#. type: Title =
-#, no-wrap
-msgid "Automatic upgrades are broken from Tails 4.14 and earlier"
-msgstr ""
-"Les mises à jour automatiques ne fonctionnent pas depuis Tails 4.14 et les "
-"versions antérieures"
-
#. type: Plain text
-msgid "To upgrade from Tails 4.14 or earlier, you can either:"
-msgstr ""
-"Pour mettre à jour depuis Tails 4.14 ou d'une version antérieur vous pouvez "
-"soit :"
-
-#. type: Plain text
-msgid "- Do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr "- Faire une [[mise à jour manuelle|doc/upgrade#manual]]."
+msgid "If the problem persists, you can either:"
+msgstr "Si le problème persiste, vous pouvez au choix :"

#. type: Plain text
-msgid "- Fix the automatic upgrade from a terminal. To do so:"
-msgstr "- Corriger la mise à jour automatique depuis un terminal. Pour cela :"
-
-#. type: Bullet: ' 1. '
-msgid ""
-"Start Tails and set up an [[administration password|doc/first_steps/"
-"welcome_screen/administration_password]]."
-msgstr ""
-"Démarrer Tails et définissez un [[mot de passe d'administration|doc/"
-"first_steps/welcome_screen/administration_password]]."
-
-#. type: Bullet: ' 1. '
-msgid "In a terminal, execute the following command:"
-msgstr "Dans le terminal, exécutez la commande suivante :"
+msgid "- [[Report an error|support]]"
+msgstr "- [[Signaler une erreur|support]]"

 #. type: Plain text
 #, no-wrap
-msgid ""
-"         torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
-"         | sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
-"         && systemctl --user restart tails-upgrade-frontend\n"
+msgid "  Include in your report the debugging information that appears in the error message.\n"
 msgstr ""
-"         torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/"
-"raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-"
-"r3.pem \\\n"
-"         | sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem "
-"\\\n"
-"         && systemctl --user restart tails-upgrade-frontend\n"
+"  Incluez dans votre rapport les informations de débogage qui apparaissent "
+"dans le message d'erreur.\n"


 #. type: Plain text
-#, no-wrap
-msgid "     <div class=\"note\">\n"
-msgstr "     <div class=\"note\">\n"
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-"     <p>This command is a single command that wraps across several lines.\n"
-"     Copy and paste the entire block at once and make sure that it executes\n"
-"     as a single command.</p>\n"
-msgstr ""
-"     <p>Cette commande est une commande unique qui est répartie sur "
-"plusieurs lignes.\n"
-"     Copiez et collez le bloc entier en une seule fois et vérifiez qu'elle s'"
-"exécute\n"
-"     comme une seule ligne de commande.</p>\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "     </div>\n"
-msgstr "     </div>\n"
-
-#. type: Bullet: '  1. '
-msgid ""
-"Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
-"the latest version of Tails."
-msgstr ""
-"Environ 30 secondes plus tard, on devrait vous demander de mettre à jour "
-"vers la dernière version de Tails. Si la demande n'apparaît pas, vous "
-"exécutez peut-être la dernière version de Tails."
-
-#~ msgid "This is most likely caused by a network connection problem."
-#~ msgstr "Ceci est vraisemblablement dû à un problème de connexion réseau."
-
-#~ msgid "If the problem persists, you can either:"
-#~ msgstr "Si le problème persiste, vous pouvez au choix :"
-
-#~ msgid "- [[Report an error|support]]"
-#~ msgstr "- [[Signaler une erreur|support]]"
-
-#~ msgid "  Include in your report the debugging information that appears in the error message.\n"
-#~ msgstr "  Incluez dans votre rapport les informations de débogage qui apparaissent dans le message d'erreur.\n"
+msgid "- [[Do a manual upgrade|doc/upgrade#manual]]"
+msgstr "- [[Faire une mise à jour manuelle|doc/upgrade#manual]]"


#~ msgid "This error could also be caused by:"
#~ msgstr "Cette erreur peut également être causée par :"
diff --git a/wiki/src/doc/upgrade/error/check.id.po b/wiki/src/doc/upgrade/error/check.id.po
index dbc928097f..89912e578a 100644
--- a/wiki/src/doc/upgrade/error/check.id.po
+++ b/wiki/src/doc/upgrade/error/check.id.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2016-09-12 14:59+0200\n"
"PO-Revision-Date: 2016-08-22 16:30-0000\n"
"Last-Translator: Tails translators <tails@???>\n"
"Language-Team: \n"
@@ -23,85 +23,38 @@ msgstr ""

#. type: Plain text
msgid ""
-"Tails could not determine whether an upgrade is available from our website. "
-"This is most likely caused by a network connection problem."
+"Tails could not determine whether an upgrade is available from our website."
msgstr ""

#. type: Plain text
-msgid "To solve it:"
+msgid "This is probably caused by a network connection problem."
msgstr ""

-#. type: Bullet: '1. '
+#. type: Plain text
msgid ""
"Check your network connection and restart Tails to check for upgrades again."
msgstr ""

-#. type: Bullet: '1. '
-msgid ""
-"Read our [[release notes|doc/upgrade/release_notes]] to see if there are "
-"known issues with automatically upgrading to the latest version of Tails."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid "If the problem persists, do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr ""
-
-#. type: Title =
-#, no-wrap
-msgid "Automatic upgrades are broken from Tails 4.14 and earlier"
-msgstr ""
-
-#. type: Plain text
-msgid "To upgrade from Tails 4.14 or earlier, you can either:"
-msgstr ""
-
-#. type: Plain text
-msgid "- Do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr ""
-
#. type: Plain text
-msgid "- Fix the automatic upgrade from a terminal. To do so:"
-msgstr ""
-
-#. type: Bullet: ' 1. '
msgid ""
-"Start Tails and set up an [[administration password|doc/first_steps/"
-"welcome_screen/administration_password]]."
-msgstr ""
-
-#. type: Bullet: ' 1. '
-msgid "In a terminal, execute the following command:"
+"If the problem persists, [[report an error|support]] and include in your "
+"report the debugging information that appears in the error message."
msgstr ""

 #. type: Plain text
-#, no-wrap
-msgid ""
-"         torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
-"         | sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
-"         && systemctl --user restart tails-upgrade-frontend\n"
+msgid "This error could also be caused by:"
 msgstr ""


-#. type: Plain text
-#, no-wrap
-msgid "     <div class=\"note\">\n"
+#. type: Bullet: '  - '
+msgid "an error in Tails Upgrader"
 msgstr ""


-#. type: Plain text
-#, no-wrap
+#. type: Bullet: '  - '
 msgid ""
-"     <p>This command is a single command that wraps across several lines.\n"
-"     Copy and paste the entire block at once and make sure that it executes\n"
-"     as a single command.</p>\n"
+"a failure or an attack on the Tor exit node being used, your Internet "
+"service provider, or our website."
 msgstr ""


 #. type: Plain text
-#, no-wrap
-msgid "     </div>\n"
-msgstr ""
-
-#. type: Bullet: '  1. '
-msgid ""
-"Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
-"the latest version of Tails."
+msgid "Sending us a report is the best way to further analyse the error."
 msgstr ""
diff --git a/wiki/src/doc/upgrade/error/check.it.po b/wiki/src/doc/upgrade/error/check.it.po
index 701e79ef67..ce39f8f4d3 100644
--- a/wiki/src/doc/upgrade/error/check.it.po
+++ b/wiki/src/doc/upgrade/error/check.it.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: italianTails\n"
 "Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2019-11-30 11:55+0000\n"
 "PO-Revision-Date: 2020-09-21 13:23+0000\n"
 "Last-Translator: gallium69 <gallium69@???>\n"
 "Language-Team: ita <transitails@???>\n"
@@ -24,115 +24,42 @@ msgid "[[!meta title=\"Error while checking for upgrades\"]]\n"
 msgstr "[[!meta title=\"Errore durante la ricerca di aggiornamenti\"]]\n"


#. type: Plain text
-#, fuzzy
-#| msgid ""
-#| "Tails could not determine whether an upgrade is available from our "
-#| "website."
msgid ""
-"Tails could not determine whether an upgrade is available from our website. "
-"This is most likely caused by a network connection problem."
+"Tails could not determine whether an upgrade is available from our website."
msgstr ""
"Tails non è riuscito a stabilire se è disponibile un aggiornamento dal "
"nostro sito web."

#. type: Plain text
-msgid "To solve it:"
+msgid "This is most likely caused by a network connection problem."
msgstr ""
+"Molto probabilmente questo è dovuto a un problema della connessione di rete."

-#. type: Bullet: '1. '
+#. type: Plain text
msgid ""
"Check your network connection and restart Tails to check for upgrades again."
msgstr ""
"Verifica la tua connessione di rete e riavvia Tails per controllare di nuovo "
"gli aggiornamenti."

-#. type: Bullet: '1. '
-msgid ""
-"Read our [[release notes|doc/upgrade/release_notes]] to see if there are "
-"known issues with automatically upgrading to the latest version of Tails."
-msgstr ""
-
-#. type: Bullet: '1. '
-#, fuzzy
-#| msgid "- [[Do a manual upgrade|doc/upgrade#manual]]"
-msgid "If the problem persists, do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr "- [[Eseguire un aggiornamento manuale|doc/upgrade#manual]]"
-
-#. type: Title =
-#, no-wrap
-msgid "Automatic upgrades are broken from Tails 4.14 and earlier"
-msgstr ""
-
-#. type: Plain text
-msgid "To upgrade from Tails 4.14 or earlier, you can either:"
-msgstr ""
-
-#. type: Plain text
-#, fuzzy
-#| msgid "- [[Do a manual upgrade|doc/upgrade#manual]]"
-msgid "- Do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr "- [[Eseguire un aggiornamento manuale|doc/upgrade#manual]]"
-
-#. type: Plain text
-msgid "- Fix the automatic upgrade from a terminal. To do so:"
-msgstr ""
-
-#. type: Bullet: '  1. '
-msgid ""
-"Start Tails and set up an [[administration password|doc/first_steps/"
-"welcome_screen/administration_password]]."
-msgstr ""
-
-#. type: Bullet: '  1. '
-msgid "In a terminal, execute the following command:"
-msgstr ""
-
 #. type: Plain text
-#, no-wrap
-msgid ""
-"         torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
-"         | sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
-"         && systemctl --user restart tails-upgrade-frontend\n"
-msgstr ""
+msgid "If the problem persists, you can either:"
+msgstr "Se il problema persiste, puoi a scelta:"


 #. type: Plain text
-#, no-wrap
-msgid "     <div class=\"note\">\n"
-msgstr ""
+msgid "- [[Report an error|support]]"
+msgstr "- [[Segnalare un errore|support]]"


 #. type: Plain text
 #, no-wrap
-msgid ""
-"     <p>This command is a single command that wraps across several lines.\n"
-"     Copy and paste the entire block at once and make sure that it executes\n"
-"     as a single command.</p>\n"
+msgid "  Include in your report the debugging information that appears in the error message.\n"
 msgstr ""
+"  Includi nel tuo rapporto le informazioni di debug che appaiono nel "
+"messaggio d'errore.\n"


 #. type: Plain text
-#, no-wrap
-msgid "     </div>\n"
-msgstr ""
-
-#. type: Bullet: '  1. '
-msgid ""
-"Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
-"the latest version of Tails."
-msgstr ""
-
-#~ msgid "This is most likely caused by a network connection problem."
-#~ msgstr ""
-#~ "Molto probabilmente questo è dovuto a un problema della connessione di "
-#~ "rete."
-
-#~ msgid "If the problem persists, you can either:"
-#~ msgstr "Se il problema persiste, puoi a scelta:"
-
-#~ msgid "- [[Report an error|support]]"
-#~ msgstr "- [[Segnalare un errore|support]]"
-
-#~ msgid "  Include in your report the debugging information that appears in the error message.\n"
-#~ msgstr "  Includi nel tuo rapporto le informazioni di debug che appaiono nel messaggio d'errore.\n"
+msgid "- [[Do a manual upgrade|doc/upgrade#manual]]"
+msgstr "- [[Eseguire un aggiornamento manuale|doc/upgrade#manual]]"


#~ msgid "This error could also be caused by:"
#~ msgstr "Questo errore potrebbe essere causato da:"
diff --git a/wiki/src/doc/upgrade/error/check.mdwn b/wiki/src/doc/upgrade/error/check.mdwn
index 9dedc70c12..0ce40f92b4 100644
--- a/wiki/src/doc/upgrade/error/check.mdwn
+++ b/wiki/src/doc/upgrade/error/check.mdwn
@@ -1,44 +1,15 @@
[[!meta title="Error while checking for upgrades"]]

Tails could not determine whether an upgrade is available from our website.
-This is most likely caused by a network connection problem.
-
-To solve it:
-
-1. Check your network connection and restart Tails to check for upgrades again.
-
-1. Read our [[release notes|doc/upgrade/release_notes]] to see if
- there are known issues with automatically upgrading to the latest version of
- Tails.
-
-1. If the problem persists, do a [[manual upgrade|doc/upgrade#manual]].
-
-Automatic upgrades are broken from Tails 4.14 and earlier
-=========================================================

-To upgrade from Tails 4.14 or earlier, you can either:
-
-- Do a [[manual upgrade|doc/upgrade#manual]].
-
-- Fix the automatic upgrade from a terminal. To do so:
-
-  1. Start Tails and set up an
-     [[administration password|doc/first_steps/welcome_screen/administration_password]].
-
-  1. In a terminal, execute the following command:
+This is most likely caused by a network connection problem.


-         torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \
-         | sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \
-         && systemctl --user restart tails-upgrade-frontend
+Check your network connection and restart Tails to check for upgrades again.


-     <div class="note">
+If the problem persists, you can either:


-     <p>This command is a single command that wraps across several lines.
-     Copy and paste the entire block at once and make sure that it executes
-     as a single command.</p>
+- [[Report an error|support]]


-     </div>
+  Include in your report the debugging information that appears in the error message.


-  1. Approximately 30 seconds later, you should be prompted to upgrade to the latest
-     version of Tails. If no prompt appears, you might already be running the
-     latest version of Tails.
+- [[Do a manual upgrade|doc/upgrade#manual]]
diff --git a/wiki/src/doc/upgrade/error/check.pl.po b/wiki/src/doc/upgrade/error/check.pl.po
index b70525bc4f..aa219e5cd3 100644
--- a/wiki/src/doc/upgrade/error/check.pl.po
+++ b/wiki/src/doc/upgrade/error/check.pl.po
@@ -7,11 +7,11 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2016-03-14 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
-"Language: pl\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -22,86 +22,39 @@ msgid "[[!meta title=\"Error while checking for upgrades\"]]\n"
 msgstr ""


#. type: Plain text
-msgid ""
-"Tails could not determine whether an upgrade is available from our website. "
-"This is most likely caused by a network connection problem."
-msgstr ""
-
-#. type: Plain text
-msgid "To solve it:"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Check your network connection and restart Tails to check for upgrades again."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Read our [[release notes|doc/upgrade/release_notes]] to see if there are "
-"known issues with automatically upgrading to the latest version of Tails."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid "If the problem persists, do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr ""
-
-#. type: Title =
-#, no-wrap
-msgid "Automatic upgrades are broken from Tails 4.14 and earlier"
+msgid "Tails could not determine whether an upgrade is available from our website."
msgstr ""

#. type: Plain text
-msgid "To upgrade from Tails 4.14 or earlier, you can either:"
+msgid "This is probably caused by a network connection problem."
msgstr ""

#. type: Plain text
-msgid "- Do a [[manual upgrade|doc/upgrade#manual]]."
+msgid ""
+"Check your network connection and restart Tails to check for upgrades "
+"again."
msgstr ""

#. type: Plain text
-msgid "- Fix the automatic upgrade from a terminal. To do so:"
-msgstr ""
-
-#. type: Bullet: ' 1. '
msgid ""
-"Start Tails and set up an [[administration password|doc/first_steps/"
-"welcome_screen/administration_password]]."
-msgstr ""
-
-#. type: Bullet: ' 1. '
-msgid "In a terminal, execute the following command:"
+"If the problem persists, [[report an error|support]] and include in your "
+"report the debugging information that appears in the error message."
msgstr ""

 #. type: Plain text
-#, no-wrap
-msgid ""
-"         torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
-"         | sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
-"         && systemctl --user restart tails-upgrade-frontend\n"
+msgid "This error could also be caused by:"
 msgstr ""


-#. type: Plain text
-#, no-wrap
-msgid "     <div class=\"note\">\n"
+#. type: Bullet: '  - '
+msgid "an error in Tails Upgrader"
 msgstr ""


-#. type: Plain text
-#, no-wrap
+#. type: Bullet: '  - '
 msgid ""
-"     <p>This command is a single command that wraps across several lines.\n"
-"     Copy and paste the entire block at once and make sure that it executes\n"
-"     as a single command.</p>\n"
+"a failure or an attack on the Tor exit node being used, your Internet "
+"service provider, or our website."
 msgstr ""


 #. type: Plain text
-#, no-wrap
-msgid "     </div>\n"
-msgstr ""
-
-#. type: Bullet: '  1. '
-msgid ""
-"Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
-"the latest version of Tails."
+msgid "Sending us a report is the best way to further analyse the error."
 msgstr ""
diff --git a/wiki/src/doc/upgrade/error/check.pt.po b/wiki/src/doc/upgrade/error/check.pt.po
index 4332fd7952..9158c754eb 100644
--- a/wiki/src/doc/upgrade/error/check.pt.po
+++ b/wiki/src/doc/upgrade/error/check.pt.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Tails\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2019-11-30 11:55+0000\n"
 "PO-Revision-Date: 2016-04-29 23:51-0300\n"
 "Last-Translator: Tails Developers <amnesia@???>\n"
 "Language-Team: Tails translators <tails@???>\n"
@@ -22,108 +22,43 @@ msgid "[[!meta title=\"Error while checking for upgrades\"]]\n"
 msgstr "[[!meta title=\"Erro ao verificar por atualizações\"]]\n"


#. type: Plain text
-#, fuzzy
-#| msgid ""
-#| "Tails could not determine whether an upgrade is available from our "
-#| "website."
msgid ""
-"Tails could not determine whether an upgrade is available from our website. "
-"This is most likely caused by a network connection problem."
+"Tails could not determine whether an upgrade is available from our website."
msgstr ""
"Tails não conseguiu determinar se há uma atualização disponível em nosso "
"site."

#. type: Plain text
-msgid "To solve it:"
-msgstr ""
+#, fuzzy
+#| msgid "This is probably caused by a network connection problem."
+msgid "This is most likely caused by a network connection problem."
+msgstr "Isto provavelmente foi ocasionado por um erro de conexão à rede."

-#. type: Bullet: '1. '
+#. type: Plain text
msgid ""
"Check your network connection and restart Tails to check for upgrades again."
msgstr ""
"Verifique a sua conexão à rede, e reinicie o Tails para verificar por "
"atualizações novamente."

-#. type: Bullet: '1. '
-msgid ""
-"Read our [[release notes|doc/upgrade/release_notes]] to see if there are "
-"known issues with automatically upgrading to the latest version of Tails."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid "If the problem persists, do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr ""
-
-#. type: Title =
-#, no-wrap
-msgid "Automatic upgrades are broken from Tails 4.14 and earlier"
-msgstr ""
-
-#. type: Plain text
-msgid "To upgrade from Tails 4.14 or earlier, you can either:"
-msgstr ""
-
-#. type: Plain text
-msgid "- Do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr ""
-
-#. type: Plain text
-msgid "- Fix the automatic upgrade from a terminal. To do so:"
-msgstr ""
-
-#. type: Bullet: '  1. '
-msgid ""
-"Start Tails and set up an [[administration password|doc/first_steps/"
-"welcome_screen/administration_password]]."
-msgstr ""
-
-#. type: Bullet: '  1. '
-msgid "In a terminal, execute the following command:"
-msgstr ""
-
 #. type: Plain text
-#, no-wrap
-msgid ""
-"         torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
-"         | sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
-"         && systemctl --user restart tails-upgrade-frontend\n"
+msgid "If the problem persists, you can either:"
 msgstr ""


 #. type: Plain text
-#, no-wrap
-msgid "     <div class=\"note\">\n"
+msgid "- [[Report an error|support]]"
 msgstr ""


 #. type: Plain text
-#, no-wrap
-msgid ""
-"     <p>This command is a single command that wraps across several lines.\n"
-"     Copy and paste the entire block at once and make sure that it executes\n"
-"     as a single command.</p>\n"
-msgstr ""
+#, fuzzy, no-wrap
+#| msgid "If the problem persists, [[report an error|support]] and include in your report the debugging information that appears in the error message."
+msgid "  Include in your report the debugging information that appears in the error message.\n"
+msgstr "Se o problema persistir, [[relate um erro|support]] e inclua a informação que aparece na mensagem de erro."


 #. type: Plain text
-#, no-wrap
-msgid "     </div>\n"
-msgstr ""
-
-#. type: Bullet: '  1. '
-msgid ""
-"Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
-"the latest version of Tails."
+msgid "- [[Do a manual upgrade|doc/upgrade#manual]]"
 msgstr ""


-#, fuzzy
-#~| msgid "This is probably caused by a network connection problem."
-#~ msgid "This is most likely caused by a network connection problem."
-#~ msgstr "Isto provavelmente foi ocasionado por um erro de conexão à rede."
-
-#, fuzzy
-#~| msgid "If the problem persists, [[report an error|support]] and include in your report the debugging information that appears in the error message."
-#~ msgid " Include in your report the debugging information that appears in the error message.\n"
-#~ msgstr "Se o problema persistir, [[relate um erro|support]] e inclua a informação que aparece na mensagem de erro."
-
#~ msgid "This error could also be caused by:"
#~ msgstr "Este erro também pode ter sido causado por:"

diff --git a/wiki/src/doc/upgrade/error/check.ru.po b/wiki/src/doc/upgrade/error/check.ru.po
index 83dd64a664..2c6247d562 100644
--- a/wiki/src/doc/upgrade/error/check.ru.po
+++ b/wiki/src/doc/upgrade/error/check.ru.po
@@ -7,11 +7,11 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2017-06-29 12:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: ru\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -22,86 +22,39 @@ msgid "[[!meta title=\"Error while checking for upgrades\"]]\n"
msgstr ""

#. type: Plain text
-msgid ""
-"Tails could not determine whether an upgrade is available from our website. "
-"This is most likely caused by a network connection problem."
-msgstr ""
-
-#. type: Plain text
-msgid "To solve it:"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Check your network connection and restart Tails to check for upgrades again."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Read our [[release notes|doc/upgrade/release_notes]] to see if there are "
-"known issues with automatically upgrading to the latest version of Tails."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid "If the problem persists, do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr ""
-
-#. type: Title =
-#, no-wrap
-msgid "Automatic upgrades are broken from Tails 4.14 and earlier"
+msgid "Tails could not determine whether an upgrade is available from our website."
msgstr ""

#. type: Plain text
-msgid "To upgrade from Tails 4.14 or earlier, you can either:"
+msgid "This is probably caused by a network connection problem."
msgstr ""

#. type: Plain text
-msgid "- Do a [[manual upgrade|doc/upgrade#manual]]."
+msgid ""
+"Check your network connection and restart Tails to check for upgrades "
+"again."
msgstr ""

#. type: Plain text
-msgid "- Fix the automatic upgrade from a terminal. To do so:"
-msgstr ""
-
-#. type: Bullet: ' 1. '
msgid ""
-"Start Tails and set up an [[administration password|doc/first_steps/"
-"welcome_screen/administration_password]]."
-msgstr ""
-
-#. type: Bullet: ' 1. '
-msgid "In a terminal, execute the following command:"
+"If the problem persists, [[report an error|support]] and include in your "
+"report the debugging information that appears in the error message."
msgstr ""

 #. type: Plain text
-#, no-wrap
-msgid ""
-"         torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
-"         | sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
-"         && systemctl --user restart tails-upgrade-frontend\n"
+msgid "This error could also be caused by:"
 msgstr ""


-#. type: Plain text
-#, no-wrap
-msgid "     <div class=\"note\">\n"
+#. type: Bullet: '  - '
+msgid "an error in Tails Upgrader"
 msgstr ""


-#. type: Plain text
-#, no-wrap
+#. type: Bullet: '  - '
 msgid ""
-"     <p>This command is a single command that wraps across several lines.\n"
-"     Copy and paste the entire block at once and make sure that it executes\n"
-"     as a single command.</p>\n"
+"a failure or an attack on the Tor exit node being used, your Internet "
+"service provider, or our website."
 msgstr ""


 #. type: Plain text
-#, no-wrap
-msgid "     </div>\n"
-msgstr ""
-
-#. type: Bullet: '  1. '
-msgid ""
-"Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
-"the latest version of Tails."
+msgid "Sending us a report is the best way to further analyse the error."
 msgstr ""
diff --git a/wiki/src/doc/upgrade/error/check.sr_Latn.po b/wiki/src/doc/upgrade/error/check.sr_Latn.po
index 3e943e0479..f072b29372 100644
--- a/wiki/src/doc/upgrade/error/check.sr_Latn.po
+++ b/wiki/src/doc/upgrade/error/check.sr_Latn.po
@@ -7,11 +7,11 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2018-07-28 08:15+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
-"Language: sr_Latn\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -22,86 +22,39 @@ msgid "[[!meta title=\"Error while checking for upgrades\"]]\n"
 msgstr ""


#. type: Plain text
-msgid ""
-"Tails could not determine whether an upgrade is available from our website. "
-"This is most likely caused by a network connection problem."
-msgstr ""
-
-#. type: Plain text
-msgid "To solve it:"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Check your network connection and restart Tails to check for upgrades again."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Read our [[release notes|doc/upgrade/release_notes]] to see if there are "
-"known issues with automatically upgrading to the latest version of Tails."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid "If the problem persists, do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr ""
-
-#. type: Title =
-#, no-wrap
-msgid "Automatic upgrades are broken from Tails 4.14 and earlier"
+msgid "Tails could not determine whether an upgrade is available from our website."
msgstr ""

#. type: Plain text
-msgid "To upgrade from Tails 4.14 or earlier, you can either:"
+msgid "This is probably caused by a network connection problem."
msgstr ""

#. type: Plain text
-msgid "- Do a [[manual upgrade|doc/upgrade#manual]]."
+msgid ""
+"Check your network connection and restart Tails to check for upgrades "
+"again."
msgstr ""

#. type: Plain text
-msgid "- Fix the automatic upgrade from a terminal. To do so:"
-msgstr ""
-
-#. type: Bullet: ' 1. '
msgid ""
-"Start Tails and set up an [[administration password|doc/first_steps/"
-"welcome_screen/administration_password]]."
-msgstr ""
-
-#. type: Bullet: ' 1. '
-msgid "In a terminal, execute the following command:"
+"If the problem persists, [[report an error|support]] and include in your "
+"report the debugging information that appears in the error message."
msgstr ""

 #. type: Plain text
-#, no-wrap
-msgid ""
-"         torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
-"         | sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
-"         && systemctl --user restart tails-upgrade-frontend\n"
+msgid "This error could also be caused by:"
 msgstr ""


-#. type: Plain text
-#, no-wrap
-msgid "     <div class=\"note\">\n"
+#. type: Bullet: '  - '
+msgid "an error in Tails Upgrader"
 msgstr ""


-#. type: Plain text
-#, no-wrap
+#. type: Bullet: '  - '
 msgid ""
-"     <p>This command is a single command that wraps across several lines.\n"
-"     Copy and paste the entire block at once and make sure that it executes\n"
-"     as a single command.</p>\n"
+"a failure or an attack on the Tor exit node being used, your Internet "
+"service provider, or our website."
 msgstr ""


 #. type: Plain text
-#, no-wrap
-msgid "     </div>\n"
-msgstr ""
-
-#. type: Bullet: '  1. '
-msgid ""
-"Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
-"the latest version of Tails."
+msgid "Sending us a report is the best way to further analyse the error."
 msgstr ""
diff --git a/wiki/src/doc/upgrade/error/check.tr.po b/wiki/src/doc/upgrade/error/check.tr.po
index 4ef0b39ba1..aa219e5cd3 100644
--- a/wiki/src/doc/upgrade/error/check.tr.po
+++ b/wiki/src/doc/upgrade/error/check.tr.po
@@ -7,11 +7,11 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2016-03-14 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
-"Language: tr\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -22,86 +22,39 @@ msgid "[[!meta title=\"Error while checking for upgrades\"]]\n"
 msgstr ""


#. type: Plain text
-msgid ""
-"Tails could not determine whether an upgrade is available from our website. "
-"This is most likely caused by a network connection problem."
-msgstr ""
-
-#. type: Plain text
-msgid "To solve it:"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Check your network connection and restart Tails to check for upgrades again."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Read our [[release notes|doc/upgrade/release_notes]] to see if there are "
-"known issues with automatically upgrading to the latest version of Tails."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid "If the problem persists, do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr ""
-
-#. type: Title =
-#, no-wrap
-msgid "Automatic upgrades are broken from Tails 4.14 and earlier"
+msgid "Tails could not determine whether an upgrade is available from our website."
msgstr ""

#. type: Plain text
-msgid "To upgrade from Tails 4.14 or earlier, you can either:"
+msgid "This is probably caused by a network connection problem."
msgstr ""

#. type: Plain text
-msgid "- Do a [[manual upgrade|doc/upgrade#manual]]."
+msgid ""
+"Check your network connection and restart Tails to check for upgrades "
+"again."
msgstr ""

#. type: Plain text
-msgid "- Fix the automatic upgrade from a terminal. To do so:"
-msgstr ""
-
-#. type: Bullet: ' 1. '
msgid ""
-"Start Tails and set up an [[administration password|doc/first_steps/"
-"welcome_screen/administration_password]]."
-msgstr ""
-
-#. type: Bullet: ' 1. '
-msgid "In a terminal, execute the following command:"
+"If the problem persists, [[report an error|support]] and include in your "
+"report the debugging information that appears in the error message."
msgstr ""

 #. type: Plain text
-#, no-wrap
-msgid ""
-"         torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
-"         | sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
-"         && systemctl --user restart tails-upgrade-frontend\n"
+msgid "This error could also be caused by:"
 msgstr ""


-#. type: Plain text
-#, no-wrap
-msgid "     <div class=\"note\">\n"
+#. type: Bullet: '  - '
+msgid "an error in Tails Upgrader"
 msgstr ""


-#. type: Plain text
-#, no-wrap
+#. type: Bullet: '  - '
 msgid ""
-"     <p>This command is a single command that wraps across several lines.\n"
-"     Copy and paste the entire block at once and make sure that it executes\n"
-"     as a single command.</p>\n"
+"a failure or an attack on the Tor exit node being used, your Internet "
+"service provider, or our website."
 msgstr ""


 #. type: Plain text
-#, no-wrap
-msgid "     </div>\n"
-msgstr ""
-
-#. type: Bullet: '  1. '
-msgid ""
-"Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
-"the latest version of Tails."
+msgid "Sending us a report is the best way to further analyse the error."
 msgstr ""
diff --git a/wiki/src/doc/upgrade/error/check.zh.po b/wiki/src/doc/upgrade/error/check.zh.po
index 30fad4582f..2c6247d562 100644
--- a/wiki/src/doc/upgrade/error/check.zh.po
+++ b/wiki/src/doc/upgrade/error/check.zh.po
@@ -7,11 +7,11 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2017-06-29 12:53+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
-"Language: zh\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -22,86 +22,39 @@ msgid "[[!meta title=\"Error while checking for upgrades\"]]\n"
 msgstr ""


#. type: Plain text
-msgid ""
-"Tails could not determine whether an upgrade is available from our website. "
-"This is most likely caused by a network connection problem."
-msgstr ""
-
-#. type: Plain text
-msgid "To solve it:"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Check your network connection and restart Tails to check for upgrades again."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Read our [[release notes|doc/upgrade/release_notes]] to see if there are "
-"known issues with automatically upgrading to the latest version of Tails."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid "If the problem persists, do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr ""
-
-#. type: Title =
-#, no-wrap
-msgid "Automatic upgrades are broken from Tails 4.14 and earlier"
+msgid "Tails could not determine whether an upgrade is available from our website."
msgstr ""

#. type: Plain text
-msgid "To upgrade from Tails 4.14 or earlier, you can either:"
+msgid "This is probably caused by a network connection problem."
msgstr ""

#. type: Plain text
-msgid "- Do a [[manual upgrade|doc/upgrade#manual]]."
+msgid ""
+"Check your network connection and restart Tails to check for upgrades "
+"again."
msgstr ""

#. type: Plain text
-msgid "- Fix the automatic upgrade from a terminal. To do so:"
-msgstr ""
-
-#. type: Bullet: ' 1. '
msgid ""
-"Start Tails and set up an [[administration password|doc/first_steps/"
-"welcome_screen/administration_password]]."
-msgstr ""
-
-#. type: Bullet: ' 1. '
-msgid "In a terminal, execute the following command:"
+"If the problem persists, [[report an error|support]] and include in your "
+"report the debugging information that appears in the error message."
msgstr ""

 #. type: Plain text
-#, no-wrap
-msgid ""
-"         torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
-"         | sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
-"         && systemctl --user restart tails-upgrade-frontend\n"
+msgid "This error could also be caused by:"
 msgstr ""


-#. type: Plain text
-#, no-wrap
-msgid "     <div class=\"note\">\n"
+#. type: Bullet: '  - '
+msgid "an error in Tails Upgrader"
 msgstr ""


-#. type: Plain text
-#, no-wrap
+#. type: Bullet: '  - '
 msgid ""
-"     <p>This command is a single command that wraps across several lines.\n"
-"     Copy and paste the entire block at once and make sure that it executes\n"
-"     as a single command.</p>\n"
+"a failure or an attack on the Tor exit node being used, your Internet "
+"service provider, or our website."
 msgstr ""


 #. type: Plain text
-#, no-wrap
-msgid "     </div>\n"
-msgstr ""
-
-#. type: Bullet: '  1. '
-msgid ""
-"Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
-"the latest version of Tails."
+msgid "Sending us a report is the best way to further analyse the error."
 msgstr ""
diff --git a/wiki/src/doc/upgrade/error/check.zh_TW.po b/wiki/src/doc/upgrade/error/check.zh_TW.po
index c8a51e01d0..02f2d66caf 100644
--- a/wiki/src/doc/upgrade/error/check.zh_TW.po
+++ b/wiki/src/doc/upgrade/error/check.zh_TW.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2018-03-11 11:54+0000\n"
 "PO-Revision-Date: 2020-05-19 01:56+0000\n"
 "Last-Translator: mdrights Psychi <psychi2009@???>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
@@ -24,111 +24,39 @@ msgid "[[!meta title=\"Error while checking for upgrades\"]]\n"
 msgstr "[[!meta title=\"當檢查更新時出錯\"]]\n"


#. type: Plain text
-#, fuzzy
-msgid ""
-"Tails could not determine whether an upgrade is available from our website. "
-"This is most likely caused by a network connection problem."
+msgid "Tails could not determine whether an upgrade is available from our website."
msgstr "Tails 無法決定是否可以從我們的網站取得升級器。"

#. type: Plain text
-msgid "To solve it:"
-msgstr ""
+msgid "This is probably caused by a network connection problem."
+msgstr "這可能是網路連線導致的問題。"

-#. type: Bullet: '1. '
+#. type: Plain text
msgid ""
-"Check your network connection and restart Tails to check for upgrades again."
+"Check your network connection and restart Tails to check for upgrades "
+"again."
msgstr "檢查網路連線,然後重啟 Tails 以試著再作升級更新。"

-#. type: Bullet: '1. '
-msgid ""
-"Read our [[release notes|doc/upgrade/release_notes]] to see if there are "
-"known issues with automatically upgrading to the latest version of Tails."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid "If the problem persists, do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr ""
-
-#. type: Title =
-#, no-wrap
-msgid "Automatic upgrades are broken from Tails 4.14 and earlier"
-msgstr ""
-
#. type: Plain text
-msgid "To upgrade from Tails 4.14 or earlier, you can either:"
-msgstr ""
-
-#. type: Plain text
-msgid "- Do a [[manual upgrade|doc/upgrade#manual]]."
-msgstr ""
-
-#. type: Plain text
-msgid "- Fix the automatic upgrade from a terminal. To do so:"
-msgstr ""
-
-#. type: Bullet: ' 1. '
msgid ""
-"Start Tails and set up an [[administration password|doc/first_steps/"
-"welcome_screen/administration_password]]."
-msgstr ""
-
-#. type: Bullet: ' 1. '
-msgid "In a terminal, execute the following command:"
-msgstr ""
+"If the problem persists, [[report an error|support]] and include in your "
+"report the debugging information that appears in the error message."
+msgstr "如果問題一直存在, [[回報錯誤|support]] 並在上面提供出現在錯誤訊息裏的除錯資訊。"

 #. type: Plain text
-#, no-wrap
-msgid ""
-"         torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
-"         | sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
-"         && systemctl --user restart tails-upgrade-frontend\n"
-msgstr ""
+msgid "This error could also be caused by:"
+msgstr "這個錯誤可能是由於:"


-#. type: Plain text
-#, no-wrap
-msgid "     <div class=\"note\">\n"
-msgstr ""
+#. type: Bullet: '  - '
+msgid "an error in Tails Upgrader"
+msgstr "Tails 升級器中的一個錯誤"


-#. type: Plain text
-#, no-wrap
+#. type: Bullet: '  - '
 msgid ""
-"     <p>This command is a single command that wraps across several lines.\n"
-"     Copy and paste the entire block at once and make sure that it executes\n"
-"     as a single command.</p>\n"
-msgstr ""
+"a failure or an attack on the Tor exit node being used, your Internet "
+"service provider, or our website."
+msgstr "一個發生於 Tor 出口節點、你的 ISP 、或是我們的網站的失誤或是攻擊。"


 #. type: Plain text
-#, no-wrap
-msgid "     </div>\n"
-msgstr ""
-
-#. type: Bullet: '  1. '
-msgid ""
-"Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
-"the latest version of Tails."
-msgstr ""
-
-#~ msgid "This is probably caused by a network connection problem."
-#~ msgstr "這可能是網路連線導致的問題。"
-
-#~ msgid ""
-#~ "If the problem persists, [[report an error|support]] and include in your "
-#~ "report the debugging information that appears in the error message."
-#~ msgstr ""
-#~ "如果問題一直存在, [[回報錯誤|support]] 並在上面提供出現在錯誤訊息裏的除錯"
-#~ "資訊。"
-
-#~ msgid "This error could also be caused by:"
-#~ msgstr "這個錯誤可能是由於:"
-
-#~ msgid "an error in Tails Upgrader"
-#~ msgstr "Tails 升級器中的一個錯誤"
-
-#~ msgid ""
-#~ "a failure or an attack on the Tor exit node being used, your Internet "
-#~ "service provider, or our website."
-#~ msgstr "一個發生於 Tor 出口節點、你的 ISP 、或是我們的網站的失誤或是攻擊。"
-
-#~ msgid "Sending us a report is the best way to further analyse the error."
-#~ msgstr "將出錯報告回傳給我們作進一步分析是最好的方法。"
+msgid "Sending us a report is the best way to further analyse the error."
+msgstr "將出錯報告回傳給我們作進一步分析是最好的方法。"
diff --git a/wiki/src/doc/upgrade/repair.inline.ar.po b/wiki/src/doc/upgrade/repair.inline.ar.po
index 29302a6d89..16cb0bdf43 100644
--- a/wiki/src/doc/upgrade/repair.inline.ar.po
+++ b/wiki/src/doc/upgrade/repair.inline.ar.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
 "PO-Revision-Date: 2019-10-23 11:35+0000\n"
 "Last-Translator: emmapeel <emma.peel@???>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
 "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
 "X-Generator: Weblate 2.20\n"


-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Sometimes, after an automatic upgrade, your Tails USB stick might either:"
diff --git a/wiki/src/doc/upgrade/repair.inline.ca.po b/wiki/src/doc/upgrade/repair.inline.ca.po
index c4f6885ab5..d7b2bc380c 100644
--- a/wiki/src/doc/upgrade/repair.inline.ca.po
+++ b/wiki/src/doc/upgrade/repair.inline.ca.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2019-10-22 09:08+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.20\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Sometimes, after an automatic upgrade, your Tails USB stick might either:"
diff --git a/wiki/src/doc/upgrade/repair.inline.de.po b/wiki/src/doc/upgrade/repair.inline.de.po
index 1d94f478f7..dfa33c2791 100644
--- a/wiki/src/doc/upgrade/repair.inline.de.po
+++ b/wiki/src/doc/upgrade/repair.inline.de.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2019-10-23 08:55+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.20\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Sometimes, after an automatic upgrade, your Tails USB stick might either:"
diff --git a/wiki/src/doc/upgrade/repair.inline.es.po b/wiki/src/doc/upgrade/repair.inline.es.po
index 6ef5a56568..9118182db3 100644
--- a/wiki/src/doc/upgrade/repair.inline.es.po
+++ b/wiki/src/doc/upgrade/repair.inline.es.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2020-08-17 10:29+0000\n"
"Last-Translator: Joaquín Serna <bubuanabelas@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Sometimes, after an automatic upgrade, your Tails USB stick might either:"
@@ -55,7 +50,8 @@ msgstr "<div class=\"note\">\n"
#. type: Plain text
#, no-wrap
msgid "<p>The Persistent Storage on the USB stick will be preserved.</p>\n"
-msgstr "<p>El Almacenamiento Persistente será preservado en la memoria USB.</p>\n"
+msgstr ""
+"<p>El Almacenamiento Persistente será preservado en la memoria USB.</p>\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/doc/upgrade/repair.inline.fa.po b/wiki/src/doc/upgrade/repair.inline.fa.po
index aeb2d9ed99..0fede0fc07 100644
--- a/wiki/src/doc/upgrade/repair.inline.fa.po
+++ b/wiki/src/doc/upgrade/repair.inline.fa.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2020-01-22 15:26+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Sometimes, after an automatic upgrade, your Tails USB stick might either:"
diff --git a/wiki/src/doc/upgrade/repair.inline.fr.po b/wiki/src/doc/upgrade/repair.inline.fr.po
index 397ea18f7e..140d552473 100644
--- a/wiki/src/doc/upgrade/repair.inline.fr.po
+++ b/wiki/src/doc/upgrade/repair.inline.fr.po
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
+"PO-Revision-Date: 2021-04-11 19:06+0000\n"
"Last-Translator: Chre <tor@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: fr\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
-
#. type: Plain text
msgid ""
"Sometimes, after an automatic upgrade, your Tails USB stick might either:"
diff --git a/wiki/src/doc/upgrade/repair.inline.id.po b/wiki/src/doc/upgrade/repair.inline.id.po
index 57b389a5ad..3acdf7249d 100644
--- a/wiki/src/doc/upgrade/repair.inline.id.po
+++ b/wiki/src/doc/upgrade/repair.inline.id.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2020-01-15 21:29+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Sometimes, after an automatic upgrade, your Tails USB stick might either:"
diff --git a/wiki/src/doc/upgrade/repair.inline.it.po b/wiki/src/doc/upgrade/repair.inline.it.po
index d3402d89db..5fd34e6ef1 100644
--- a/wiki/src/doc/upgrade/repair.inline.it.po
+++ b/wiki/src/doc/upgrade/repair.inline.it.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2020-01-24 08:26+0000\n"
"Last-Translator: gallium69 <gallium69@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Sometimes, after an automatic upgrade, your Tails USB stick might either:"
diff --git a/wiki/src/doc/upgrade/repair.inline.mdwn b/wiki/src/doc/upgrade/repair.inline.mdwn
index 4056294124..19d6737785 100644
--- a/wiki/src/doc/upgrade/repair.inline.mdwn
+++ b/wiki/src/doc/upgrade/repair.inline.mdwn
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
Sometimes, after an automatic upgrade, your Tails USB stick might either:

- Fail to start, often after the message:
diff --git a/wiki/src/doc/upgrade/repair.inline.pl.po b/wiki/src/doc/upgrade/repair.inline.pl.po
index 27bfce5cfa..b15a8e1316 100644
--- a/wiki/src/doc/upgrade/repair.inline.pl.po
+++ b/wiki/src/doc/upgrade/repair.inline.pl.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2020-01-25 13:26+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"|| n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Sometimes, after an automatic upgrade, your Tails USB stick might either:"
diff --git a/wiki/src/doc/upgrade/repair.inline.pt.po b/wiki/src/doc/upgrade/repair.inline.pt.po
index ab71eae582..91bb271625 100644
--- a/wiki/src/doc/upgrade/repair.inline.pt.po
+++ b/wiki/src/doc/upgrade/repair.inline.pt.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2019-10-22 10:58+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 2.20\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Sometimes, after an automatic upgrade, your Tails USB stick might either:"
diff --git a/wiki/src/doc/upgrade/repair.inline.ru.po b/wiki/src/doc/upgrade/repair.inline.ru.po
index 305b3d2fc9..7ca30c4ffb 100644
--- a/wiki/src/doc/upgrade/repair.inline.ru.po
+++ b/wiki/src/doc/upgrade/repair.inline.ru.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Sometimes, after an automatic upgrade, your Tails USB stick might either:"
diff --git a/wiki/src/doc/upgrade/repair.inline.sr_Latn.po b/wiki/src/doc/upgrade/repair.inline.sr_Latn.po
index bcb47dcc84..dc51074fc0 100644
--- a/wiki/src/doc/upgrade/repair.inline.sr_Latn.po
+++ b/wiki/src/doc/upgrade/repair.inline.sr_Latn.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2020-12-25 17:46+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -14,15 +14,10 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
+"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"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Sometimes, after an automatic upgrade, your Tails USB stick might either:"
diff --git a/wiki/src/doc/upgrade/repair.inline.tr.po b/wiki/src/doc/upgrade/repair.inline.tr.po
index 0981101b7b..53a0929e61 100644
--- a/wiki/src/doc/upgrade/repair.inline.tr.po
+++ b/wiki/src/doc/upgrade/repair.inline.tr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2020-01-22 14:26+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Sometimes, after an automatic upgrade, your Tails USB stick might either:"
diff --git a/wiki/src/doc/upgrade/repair.inline.zh.po b/wiki/src/doc/upgrade/repair.inline.zh.po
index 8dba2894ba..a03a4320e7 100644
--- a/wiki/src/doc/upgrade/repair.inline.zh.po
+++ b/wiki/src/doc/upgrade/repair.inline.zh.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2020-02-07 11:27+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Sometimes, after an automatic upgrade, your Tails USB stick might either:"
diff --git a/wiki/src/doc/upgrade/repair.inline.zh_TW.po b/wiki/src/doc/upgrade/repair.inline.zh_TW.po
index be613ed6cd..d9bf7b09ec 100644
--- a/wiki/src/doc/upgrade/repair.inline.zh_TW.po
+++ b/wiki/src/doc/upgrade/repair.inline.zh_TW.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2020-03-29 07:36+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Sometimes, after an automatic upgrade, your Tails USB stick might either:"
diff --git a/wiki/src/donate.ru.po b/wiki/src/donate.ru.po
index a5771332fd..87f9e55dfe 100644
--- a/wiki/src/donate.ru.po
+++ b/wiki/src/donate.ru.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2021-03-30 17:21+0000\n"
-"PO-Revision-Date: 2021-05-07 17:49+0000\n"
+"PO-Revision-Date: 2021-04-14 07:06+0000\n"
"Last-Translator: dedmoroz <cj75300@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: ru\n"
@@ -33,16 +33,11 @@ msgid ""
"stylesheet=\"hide-donate-banner\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"script=\"donate\"]]"
msgstr ""
-"[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-"stylesheet=\"donate\" rel=\"stylesheet\" title=\"\"]] [[!meta stylesheet=\""
-"donate/testimonials.inline\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-"stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-"stylesheet=\"hide-donate-banner\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-"script=\"donate\"]]"

#. type: Content of: <div><div>
+#, fuzzy
msgid "[[!img godzilla.png link=\"no\" alt=\"\"]]"
-msgstr "[[!img godzilla.png link=\"no\" alt=\"\"]]"
+msgstr "[[!img expenses.png link=\"no\"]]"

#. type: Content of: <div><div><h2>
msgid "Tails is their strongest protection"
@@ -114,20 +109,6 @@ msgid ""
"type=\"hidden\" name=\"src\" value=\"1\"/> <input type=\"hidden\" name="
"\"amount\" value=\"5\" id=\"amount\"/>"
msgstr ""
-"<input type=\"hidden\" name=\"cmd\" value=\"_xclick-subscriptions\" id=\""
-"cmd\"/> <input type=\"hidden\" name=\"business\" value=\""
-"tailsriseuplabs@???\" id=\"business\"/> <input type=\"hidden\" name=\""
-"currency_code\" value=\"USD\" id=\"currency_code\"/> <input type=\"hidden\" "
-"name=\"item_name\" value=\"Donation to Tails\"/> <input type=\"hidden\" name="
-"\"custom\" id=\"custom\"/> <input type=\"hidden\" name=\"no_note\" value=\""
-"1\"/> <input type=\"hidden\" name=\"return\" value=\"https://tails.boum.org/"
-"donate/thanks/index.ru.html\" class=\"return-url\"/> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://tails.boum.org/donate/canceled/"
-"index.ru.html\" class=\"return-url\"/> <input type=\"hidden\" name=\"lc\" "
-"value=\"US\"/> <input type=\"hidden\" name=\"a3\" value=\"5\" id=\"a3\"/> <"
-"input type=\"hidden\" name=\"t3\" value=\"M\" id=\"t3\"/> <input type=\""
-"hidden\" name=\"p3\" value=\"1\"/> <input type=\"hidden\" name=\"src\" value="
-"\"1\"/> <input type=\"hidden\" name=\"amount\" value=\"5\" id=\"amount\"/>"

#. type: Content of: <div><div><div><form><div><div>
msgid ""
@@ -157,21 +138,6 @@ msgid ""
"autocomplete=\"off\" value=\"200\"/>$200 </label> <label class=\"btn btn-"
"amount btn-lg btn-primary col-md-3 col-xs-6 other\">"
msgstr ""
-"<label class=\"btn btn-amount btn-lg btn-primary col-md-3 col-xs-6 5 active\""
-"> <input type=\"radio\" autocomplete=\"off\" value=\"5\"/>$5 </label> <label "
-"class=\"btn btn-amount btn-lg btn-primary col-md-3 col-xs-6 10\"> <input "
-"type=\"radio\" autocomplete=\"off\" value=\"10\"/>$10 </label> <label class="
-"\"btn btn-amount btn-lg btn-primary col-md-3 col-xs-6 25\"> <input type=\""
-"radio\" autocomplete=\"off\" value=\"25\"/>$25 </label> <label class=\"btn "
-"btn-amount btn-lg btn-primary col-md-3 col-xs-6 50\"> <input type=\"radio\" "
-"autocomplete=\"off\" value=\"50\"/>$50 </label> <label class=\"btn btn-"
-"amount btn-lg btn-primary col-md-3 col-xs-6 100\"> <input type=\"radio\" "
-"autocomplete=\"off\" value=\"100\"/>$100 </label> <label class=\"btn btn-"
-"amount btn-lg btn-primary col-md-3 col-xs-6 150\"> <input type=\"radio\" "
-"autocomplete=\"off\" value=\"150\"/>$150 </label> <label class=\"btn btn-"
-"amount btn-lg btn-primary col-md-3 col-xs-6 200\"> <input type=\"radio\" "
-"autocomplete=\"off\" value=\"200\"/>$200 </label> <label class=\"btn btn-"
-"amount btn-lg btn-primary col-md-3 col-xs-6 other\">"

#. type: Content of: <div><div><div><form><div><label><div>
msgid ""
@@ -181,7 +147,7 @@ msgstr ""

#. type: Content of: <div><div><div><form><div>
msgid "</label>"
-msgstr "</label>"
+msgstr ""

#. type: Content of: <div><div><div><form><div><label>
msgid ""
@@ -201,21 +167,6 @@ msgid ""
"autocomplete=\"off\" value=\"200\"/>200€ </label> <label class=\"btn btn-"
"amount btn-lg btn-primary col-md-3 col-xs-6 other\">"
msgstr ""
-"<label class=\"btn btn-amount btn-lg btn-primary col-md-3 col-xs-6 5 active\""
-"> <input type=\"radio\" autocomplete=\"off\" value=\"5\"/>5€ </label> <label "
-"class=\"btn btn-amount btn-lg btn-primary col-md-3 col-xs-6 10\"> <input "
-"type=\"radio\" autocomplete=\"off\" value=\"10\"/>10€ </label> <label class="
-"\"btn btn-amount btn-lg btn-primary col-md-3 col-xs-6 25\"> <input type=\""
-"radio\" autocomplete=\"off\" value=\"25\"/>25€ </label> <label class=\"btn "
-"btn-amount btn-lg btn-primary col-md-3 col-xs-6 50\"> <input type=\"radio\" "
-"autocomplete=\"off\" value=\"50\"/>50€ </label> <label class=\"btn btn-"
-"amount btn-lg btn-primary col-md-3 col-xs-6 100\"> <input type=\"radio\" "
-"autocomplete=\"off\" value=\"100\"/>100€ </label> <label class=\"btn btn-"
-"amount btn-lg btn-primary col-md-3 col-xs-6 150\"> <input type=\"radio\" "
-"autocomplete=\"off\" value=\"150\"/>150€ </label> <label class=\"btn btn-"
-"amount btn-lg btn-primary col-md-3 col-xs-6 200\"> <input type=\"radio\" "
-"autocomplete=\"off\" value=\"200\"/>200€ </label> <label class=\"btn btn-"
-"amount btn-lg btn-primary col-md-3 col-xs-6 other\">"

#. type: Content of: <div><div><div><form><div><label><div>
msgid ""
@@ -266,9 +217,6 @@ msgid ""
"<strong>Donations are [[!toggle id=\"tax-deductible\" text=\"tax-deductible"
"\"]] to the full extent permitted by law.</strong>"
msgstr ""
-"В полном соответствии с законом <strong>к пожертвованиям могут быть "
-"применены [[!toggle id=\"tax-deductible\" text=\"налоговые вычеты\""
-"]].</strong>"

#. type: Content of: <div><div><div><form><p>
msgid ""
@@ -278,7 +226,7 @@ msgstr ""

#. type: Content of: <div><div><div>
msgid "[[!toggleable id=\"tax-deductible\" text=\"\"\""
-msgstr "[[!toggleable id=\"tax-deductible\" text=\"\"\""
+msgstr ""

#. type: Content of: <div><div><div><p>
msgid "If you need a donation receipt, contact us at"
@@ -288,11 +236,10 @@ msgstr ""
msgid ""
"<a href=\"mailto:tails-fundraising@boum.org\">tails-fundraising@???</a>."
msgstr ""
-"<a href=\"mailto:tails-fundraising@boum.org\">tails-fundraising@???</a>."

#. type: Content of: <div><div><div><div>
msgid "\"\"\"]]"
-msgstr "\"\"\"]]"
+msgstr ""

#. type: Content of: <div><div><div><div><h2>
msgid "Donate in dollars"
@@ -425,43 +372,37 @@ msgstr ""

#. type: Content of: <div><div><div><div><h4>
msgid "Bitcoin"
-msgstr "Биткоин"
+msgstr ""

#. type: Content of: <div><div><div><div><div><p>
msgid ""
"<a href=\"bitcoin:1BvBMSEYstWetqTFn5Au4m4GFg7xJaNVN2\">[[!img "
"bitcoin-1BvBMSEYstWetqTFn5Au4m4GFg7xJaNVN2.png link=\"no\"]]</a>"
msgstr ""
-"<a href=\"bitcoin:1BvBMSEYstWetqTFn5Au4m4GFg7xJaNVN2\">[[!img bitcoin-"
-"1BvBMSEYstWetqTFn5Au4m4GFg7xJaNVN2.png link=\"no\"]]</a>"

#. type: Content of: <div><div><div><div><div><p>
msgid "<strong>1BvBMSEYstWetqTFn5Au4m4GFg7xJaNVN2</strong>"
-msgstr "<strong>1BvBMSEYstWetqTFn5Au4m4GFg7xJaNVN2</strong>"
+msgstr ""

#. type: Content of: <div><div><div><div><div><p>
msgid ""
"<a href=\"bitcoin:3QirvVRntoascPfTgNTUQvKxfKwPah5FNK\">[[!img "
"bitcoin-3QirvVRntoascPfTgNTUQvKxfKwPah5FNK.png link=\"no\"]]</a>"
msgstr ""
-"<a href=\"bitcoin:3QirvVRntoascPfTgNTUQvKxfKwPah5FNK\">[[!img bitcoin-"
-"3QirvVRntoascPfTgNTUQvKxfKwPah5FNK.png link=\"no\"]]</a>"

#. type: Content of: <div><div><div><div><div><p>
msgid "<strong>3QirvVRntoascPfTgNTUQvKxfKwPah5FNK</strong>"
-msgstr "<strong>3QirvVRntoascPfTgNTUQvKxfKwPah5FNK</strong>"
+msgstr ""

#. type: Content of: <div><div><div><div><h4>
msgid "Monero"
-msgstr "Monero"
+msgstr ""

#. type: Content of: <div><div><div><div><p>
msgid ""
"<strong>4B93hjotwmMQeaZ799D84XTxhqUGqqjfveUTB1GeduAKNeH47WDyn5eb8P2mtScErGbsbL5X3J6vUPAVPrw8j5pMFh6dAwY</"
"strong>"
msgstr ""
-"<strong>4B93hjotwmMQeaZ799D84XTxhqUGqqjfveUTB1GeduAKNeH47WDyn5eb8P2mtScErGbsb"
-"L5X3J6vUPAVPrw8j5pMFh6dAwY</strong>"

#. type: Content of: <div><div><div><div><h4>
msgid "Ethereum"
@@ -469,7 +410,7 @@ msgstr ""

#. type: Content of: <div><div><div><div><p>
msgid "<strong>0xD6A73051933ab97C38cEFf2abB2f9E06F3a3ed78</strong>"
-msgstr "<strong>0xD6A73051933ab97C38cEFf2abB2f9E06F3a3ed78</strong>"
+msgstr ""

#. type: Content of: <div><div><div><div>
msgid ""
@@ -479,49 +420,46 @@ msgstr ""

#. type: Content of: <div><div><div><div><h4>
msgid "Stellar"
-msgstr "Stellar"
+msgstr ""

#. type: Content of: <div><div><div><div><p>
msgid ""
"<strong>GAGPBGYYAYS7YOIWFRTHLV7VAYMRB2Y6YU23FPH6AKGGLIIVVW43YAPM</strong>"
msgstr ""
-"<strong>GAGPBGYYAYS7YOIWFRTHLV7VAYMRB2Y6YU23FPH6AKGGLIIVVW43YAPM</strong>"

#. type: Content of: <div><div><div><div><h4>
msgid "Bitcoin Cash"
-msgstr "Bitcoin Cash"
+msgstr ""

#. type: Content of: <div><div><div><div><p>
msgid "<strong>qrzav77wkhd942nyqvya34mya3fqxzx90ypjge0njh</strong>"
-msgstr "<strong>qrzav77wkhd942nyqvya34mya3fqxzx90ypjge0njh</strong>"
+msgstr ""

#. type: Content of: <div><div><div><div><h4>
msgid "Zcash"
-msgstr "Zcash"
+msgstr ""

#. type: Content of: <div><div><div><div><p>
msgid ""
"<strong>zs1ayrt0wckfpkddxqsqv9af6n7vtuspnv3t59w7e9mvykyznmcr3h9vep8emte2lgak8d5s0q65q2</"
"strong>"
msgstr ""
-"<strong>zs1ayrt0wckfpkddxqsqv9af6n7vtuspnv3t59w7e9mvykyznmcr3h9vep8emte2lgak8"
-"d5s0q65q2</strong>"

#. type: Content of: <div><div><div><div><h4>
msgid "Ethereum Classic"
-msgstr "Ethereum Classic"
+msgstr ""

#. type: Content of: <div><div><div><div><p>
msgid "<strong>0x86359F8b44188c105E198DdA3c0421AC60729195</strong>"
-msgstr "<strong>0x86359F8b44188c105E198DdA3c0421AC60729195</strong>"
+msgstr ""

#. type: Content of: <div><div><div><div><h4>
msgid "Litecoin"
-msgstr "Litecoin"
+msgstr ""

#. type: Content of: <div><div><div><div><p>
msgid "<strong>MJ1fqVucBt8YpfPiQTuwBtmLJtzhizx6pz</strong>"
-msgstr "<strong>MJ1fqVucBt8YpfPiQTuwBtmLJtzhizx6pz</strong>"
+msgstr ""

#. type: Content of: <div><div><div><div><p>
msgid ""
@@ -557,19 +495,19 @@ msgstr ""

#. type: Content of: <div><div><div><p>
msgid "<em>IBAN</em>: DE65 4306 0967 4111 9411 01"
-msgstr "<em>IBAN:</em> DE65 4306 0967 4111 9411 01"
+msgstr ""

#. type: Content of: <div><div><div><p>
msgid "<em>BIC</em>: GENODEM1GLS"
-msgstr "<em>BIC:</em> GENODEM1GLS"
+msgstr ""

#. type: Content of: <div><div><div><p>
msgid "<em>Bank</em>: GLS Gemeinschaftsbank eG"
-msgstr "<em>Bank:</em> GLS Gemeinschaftsbank eG"
+msgstr ""

#. type: Content of: <div><div><div><p>
msgid "<em>Bank address</em>: Christstrasse 9, 44789, Bochum, Germany"
-msgstr "<em>Адрес банка:</em> Christstrasse 9, 44789, Bochum, Germany"
+msgstr ""

#. type: Content of: <div><div><div><p>
msgid "Please make sure to mention the purpose of transfer:"
@@ -595,7 +533,7 @@ msgstr ""

#. type: Content of: <div><div><div><p>
msgid "<em>ACH Routing number</em>: 026073150"
-msgstr "<em>Банковский код ACH:</em> 026073150"
+msgstr ""

#. type: Content of: <div><div><div><p>
msgid "<em>Wire routing number</em>: 026073008"
@@ -638,15 +576,15 @@ msgstr ""

#. type: Content of: <div><div><p>
msgid "Riseup Labs"
-msgstr "Riseup Labs"
+msgstr ""

#. type: Content of: <div><div><p>
msgid "PO Box 4282"
-msgstr "PO Box 4282"
+msgstr ""

#. type: Content of: <div><div><p>
msgid "Seattle, WA 98194"
-msgstr "Seattle, WA 98194"
+msgstr ""

#. type: Content of: <div><div><p>
msgid "Please add a note that your donation is for Tails."
@@ -699,7 +637,7 @@ msgstr ""

#. type: Content of: <div><div><figure><figcaption><ul><li><div>
msgid "(38%)"
-msgstr "(38%)"
+msgstr ""

#. type: Content of: <div><div><figure><figcaption><ul><li><p>
msgid ""
@@ -715,7 +653,7 @@ msgstr ""

#. type: Content of: <div><div><figure><figcaption><ul><li><div>
msgid "(26%)"
-msgstr "(26%)"
+msgstr ""

#. type: Content of: <div><div><figure><figcaption><ul><li><p>
msgid ""
@@ -730,7 +668,7 @@ msgstr ""

#. type: Content of: <div><div><figure><figcaption><ul><li><div>
msgid "(19%)"
-msgstr "(19%)"
+msgstr ""

#. type: Content of: <div><div><figure><figcaption><ul><li><p>
msgid ""
@@ -745,7 +683,7 @@ msgstr ""

#. type: Content of: <div><div><figure><figcaption><ul><li><div>
msgid "(17%)"
-msgstr "(17%)"
+msgstr ""

#. type: Content of: <div><div><figure><figcaption><ul><li><p>
msgid ""
@@ -779,8 +717,9 @@ msgid "Our financial records are available [[here|doc/about/finances]]."
msgstr ""

#. type: Content of: <div><div><div>
+#, fuzzy
msgid "[[!img users.png alt=\"\"]]"
-msgstr "[[!img users.png alt=\"\"]]"
+msgstr "[[!img expenses.png link=\"no\"]]"

#. type: Content of: <div><div><div><p>
msgid "Daily users since 2012"
@@ -806,7 +745,7 @@ msgstr ""

#. type: Content of: <div><div><figure><figcaption><ul><li><div>
msgid "(36%)"
-msgstr "(36%)"
+msgstr ""

#. type: Content of: <div><div><figure><figcaption><ul><li><div>
msgid "Foundations & NGOs"
@@ -814,7 +753,7 @@ msgstr ""

#. type: Content of: <div><div><figure><figcaption><ul><li><div>
msgid "(30%)"
-msgstr "(30%)"
+msgstr ""

#. type: Content of: <div><div><figure><figcaption><ul><li>
msgid "like Mozilla or Handshake"
@@ -826,7 +765,7 @@ msgstr ""

#. type: Content of: <div><div><figure><figcaption><ul><li><div>
msgid "(25%)"
-msgstr "(25%)"
+msgstr ""

#. type: Content of: <div><div><figure><figcaption><ul><li>
msgid "like the Open Technology Fund or the ISC Project"
@@ -838,7 +777,7 @@ msgstr ""

#. type: Content of: <div><div><figure><figcaption><ul><li><div>
msgid "(9%)"
-msgstr "(9%)"
+msgstr ""

#. type: Content of: <div><div><figure><figcaption><ul><li>
msgid "like DuckDuckGo or Lush"
diff --git a/wiki/src/donate/canceled.ru.po b/wiki/src/donate/canceled.ru.po
index a36aace5f4..f24ac26648 100644
--- a/wiki/src/donate/canceled.ru.po
+++ b/wiki/src/donate/canceled.ru.po
@@ -3,21 +3,18 @@
# 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"
-"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-10-22 02:48+0000\n"
-"PO-Revision-Date: 2021-05-10 13:23+0000\n"
-"Last-Translator: dedmoroz <cj75300@???>\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
-"X-Generator: Weblate 3.11.3\n"

#. type: Content of: <div>
msgid "[[!meta title=\"Tell us about your problem\"]]"
@@ -30,14 +27,10 @@ msgid ""
"stylesheet=\"hide-donate-banner\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"robots=\"noindex\"]]"
msgstr ""
-"[[!meta stylesheet=\"donate/canceled\" rel=\"stylesheet\" title=\"\"]] [["
-"!meta stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]] [["
-"!meta stylesheet=\"hide-donate-banner\" rel=\"stylesheet\" title=\"\"]] [["
-"!meta robots=\"noindex\"]]"

#. type: Content of: <div>
msgid "[[!img canceled.png link=\"no\" alt=\"\"]]"
-msgstr "[[!img canceled.png link=\"no\" alt=\"\"]]"
+msgstr ""

#. type: Content of: <div><div><p>
msgid "Your payment was canceled."
@@ -52,7 +45,7 @@ msgstr ""

#. type: Content of: <div><div><form><p>
msgid "<textarea name=\"feedback\"></textarea>"
-msgstr "<textarea name=\"feedback\"></textarea>"
+msgstr ""

#. type: Content of: <div><div><form><p>
msgid "<input type=\"submit\" value=\"Send feedback\" />"
@@ -62,7 +55,6 @@ msgstr ""
msgid ""
"[[!inline pages=\"donate/canceled/others.inline\" raw=\"yes\" sort=\"age\"]]"
msgstr ""
-"[[!inline pages=\"donate/canceled/others.inline\" raw=\"yes\" sort=\"age\"]]"

msgid "[[!meta title=\"Payment canceled\"]]\n"
msgstr "[[!meta title=\"Bezahlvorgang abgebrochen\"]]\n"
diff --git a/wiki/src/donate/canceled/feedback.ru.po b/wiki/src/donate/canceled/feedback.ru.po
index 8902749697..cb30fa5b41 100644
--- a/wiki/src/donate/canceled/feedback.ru.po
+++ b/wiki/src/donate/canceled/feedback.ru.po
@@ -3,20 +3,18 @@
# 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: 2020-09-17 15:39+0000\n"
-"PO-Revision-Date: 2021-05-10 13:23+0000\n"
-"Last-Translator: dedmoroz <cj75300@???>\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
-"X-Generator: Weblate 3.11.3\n"

#. type: Plain text
#, no-wrap
@@ -27,13 +25,11 @@ msgstr ""
#, no-wrap
msgid "[[!meta stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]]\n"
msgstr ""
-"[[!meta stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]]\n"

#. type: Plain text
#, no-wrap
msgid "[[!meta stylesheet=\"hide-donate-banner\" rel=\"stylesheet\" title=\"\"]]\n"
msgstr ""
-"[[!meta stylesheet=\"hide-donate-banner\" rel=\"stylesheet\" title=\"\"]]\n"

#. type: Plain text
msgid "We will do our best to make it easier for you to support our work."
@@ -43,5 +39,3 @@ msgstr ""
#, no-wrap
msgid "[[!inline pages=\"donate/canceled/others.inline\" raw=\"yes\" sort=\"age\"]]\n"
msgstr ""
-"[[!inline pages=\"donate/canceled/others.inline\" raw=\"yes\" sort=\"age\"]]"
-"\n"
diff --git a/wiki/src/donate/canceled/others.inline.ar.po b/wiki/src/donate/canceled/others.inline.ar.po
index 4bc99d4f93..f423c63d3a 100644
--- a/wiki/src/donate/canceled/others.inline.ar.po
+++ b/wiki/src/donate/canceled/others.inline.ar.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-10 11:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1>Other ways to donate</h1>\n"
diff --git a/wiki/src/donate/canceled/others.inline.ca.po b/wiki/src/donate/canceled/others.inline.ca.po
index 8054e385a7..48985d401a 100644
--- a/wiki/src/donate/canceled/others.inline.ca.po
+++ b/wiki/src/donate/canceled/others.inline.ca.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-10 11:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1>Other ways to donate</h1>\n"
diff --git a/wiki/src/donate/canceled/others.inline.de.po b/wiki/src/donate/canceled/others.inline.de.po
index 509cc6f253..243f1a32eb 100644
--- a/wiki/src/donate/canceled/others.inline.de.po
+++ b/wiki/src/donate/canceled/others.inline.de.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-10 11:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1>Other ways to donate</h1>\n"
diff --git a/wiki/src/donate/canceled/others.inline.es.po b/wiki/src/donate/canceled/others.inline.es.po
index af39eed9ed..bcdd0834b4 100644
--- a/wiki/src/donate/canceled/others.inline.es.po
+++ b/wiki/src/donate/canceled/others.inline.es.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-10 11:08+0000\n"
"PO-Revision-Date: 2021-01-23 02:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1>Other ways to donate</h1>\n"
@@ -30,7 +25,8 @@ msgstr "<h1>Otras maneras de donar</h1>\n"
#. type: Plain text
#, no-wrap
msgid "<p>One of the other ways to donate to Tails might be better for you:</p>\n"
-msgstr "<p>Una de estas maneras de donar a Tails puede ser mejores para ti:</p>\n"
+msgstr ""
+"<p>Una de estas maneras de donar a Tails puede ser mejores para ti:</p>\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/donate/canceled/others.inline.fa.po b/wiki/src/donate/canceled/others.inline.fa.po
index 509cc6f253..243f1a32eb 100644
--- a/wiki/src/donate/canceled/others.inline.fa.po
+++ b/wiki/src/donate/canceled/others.inline.fa.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-10 11:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1>Other ways to donate</h1>\n"
diff --git a/wiki/src/donate/canceled/others.inline.fr.po b/wiki/src/donate/canceled/others.inline.fr.po
index 6569b9502c..70a23dbece 100644
--- a/wiki/src/donate/canceled/others.inline.fr.po
+++ b/wiki/src/donate/canceled/others.inline.fr.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"POT-Creation-Date: 2020-09-10 11:08+0000\n"
+"PO-Revision-Date: 2020-11-08 12:43+0000\n"
+"Last-Translator: Corl3ss <corl3ss@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
-
#. type: Plain text
#, no-wrap
msgid "<h1>Other ways to donate</h1>\n"
@@ -30,7 +25,9 @@ msgstr "<h1>Les autres façons de faire un don</h1>\n"
#. type: Plain text
#, no-wrap
msgid "<p>One of the other ways to donate to Tails might be better for you:</p>\n"
-msgstr "<p>Une des autres façons de faire un don à Tails pourrait mieux vous convenir :</p>\n"
+msgstr ""
+"<p>Une des autres façons de faire un don à Tails pourrait mieux vous "
+"convenir :</p>\n"

#. type: Plain text
#, no-wrap
@@ -54,4 +51,5 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "<p>See our [[donation page|donate]] for more details.</p>\n"
-msgstr "<p>Voir notre [[page de soutien|donate]] pour plus d'informations.</p>\n"
+msgstr ""
+"<p>Voir notre [[page de soutien|donate]] pour plus d'informations.</p>\n"
diff --git a/wiki/src/donate/canceled/others.inline.id.po b/wiki/src/donate/canceled/others.inline.id.po
index 91867be36a..2faa54bc7b 100644
--- a/wiki/src/donate/canceled/others.inline.id.po
+++ b/wiki/src/donate/canceled/others.inline.id.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-10 11:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1>Other ways to donate</h1>\n"
diff --git a/wiki/src/donate/canceled/others.inline.it.po b/wiki/src/donate/canceled/others.inline.it.po
index e4c94c3416..b74fccadca 100644
--- a/wiki/src/donate/canceled/others.inline.it.po
+++ b/wiki/src/donate/canceled/others.inline.it.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-10 11:08+0000\n"
"PO-Revision-Date: 2021-01-10 18:43+0000\n"
"Last-Translator: _ignifugo <ignifugo@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1>Other ways to donate</h1>\n"
@@ -30,7 +25,9 @@ msgstr "<h1>Altri modi di donare</h1>\n"
#. type: Plain text
#, no-wrap
msgid "<p>One of the other ways to donate to Tails might be better for you:</p>\n"
-msgstr "<p>Uno degli altri modi per donare a Tails potrebbe essere migliore per te:</p>\n"
+msgstr ""
+"<p>Uno degli altri modi per donare a Tails potrebbe essere migliore per "
+"te:</p>\n"

#. type: Plain text
#, no-wrap
@@ -54,4 +51,6 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "<p>See our [[donation page|donate]] for more details.</p>\n"
-msgstr "<p>Per maggiori dettagli vedi la nostra [[pagina delle donazioni|donate]].</p>\n"
+msgstr ""
+"<p>Per maggiori dettagli vedi la nostra [[pagina delle "
+"donazioni|donate]].</p>\n"
diff --git a/wiki/src/donate/canceled/others.inline.mdwn b/wiki/src/donate/canceled/others.inline.mdwn
index 6102ddf5de..eb77a36e1b 100644
--- a/wiki/src/donate/canceled/others.inline.mdwn
+++ b/wiki/src/donate/canceled/others.inline.mdwn
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
<h1>Other ways to donate</h1>

<p>One of the other ways to donate to Tails might be better for you:</p>
diff --git a/wiki/src/donate/canceled/others.inline.pl.po b/wiki/src/donate/canceled/others.inline.pl.po
index e581ef36f9..284c638a62 100644
--- a/wiki/src/donate/canceled/others.inline.pl.po
+++ b/wiki/src/donate/canceled/others.inline.pl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-10 11:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1>Other ways to donate</h1>\n"
diff --git a/wiki/src/donate/canceled/others.inline.pt.po b/wiki/src/donate/canceled/others.inline.pt.po
index 509cc6f253..243f1a32eb 100644
--- a/wiki/src/donate/canceled/others.inline.pt.po
+++ b/wiki/src/donate/canceled/others.inline.pt.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-10 11:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1>Other ways to donate</h1>\n"
diff --git a/wiki/src/donate/canceled/others.inline.ru.po b/wiki/src/donate/canceled/others.inline.ru.po
index 393ff051c9..a8be6ea3b8 100644
--- a/wiki/src/donate/canceled/others.inline.ru.po
+++ b/wiki/src/donate/canceled/others.inline.ru.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-10 11:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1>Other ways to donate</h1>\n"
diff --git a/wiki/src/donate/canceled/others.inline.sr_Latn.po b/wiki/src/donate/canceled/others.inline.sr_Latn.po
index cb73cb71ea..122fbb48fe 100644
--- a/wiki/src/donate/canceled/others.inline.sr_Latn.po
+++ b/wiki/src/donate/canceled/others.inline.sr_Latn.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-10 11:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1>Other ways to donate</h1>\n"
diff --git a/wiki/src/donate/canceled/others.inline.tr.po b/wiki/src/donate/canceled/others.inline.tr.po
index dfc9d252a9..c4ba4c48cd 100644
--- a/wiki/src/donate/canceled/others.inline.tr.po
+++ b/wiki/src/donate/canceled/others.inline.tr.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-10 11:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1>Other ways to donate</h1>\n"
diff --git a/wiki/src/donate/canceled/others.inline.zh.po b/wiki/src/donate/canceled/others.inline.zh.po
index 5150fe7fd3..020f6e7d2d 100644
--- a/wiki/src/donate/canceled/others.inline.zh.po
+++ b/wiki/src/donate/canceled/others.inline.zh.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-10 11:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1>Other ways to donate</h1>\n"
diff --git a/wiki/src/donate/canceled/others.inline.zh_TW.po b/wiki/src/donate/canceled/others.inline.zh_TW.po
index 1de12dcff6..5c86367289 100644
--- a/wiki/src/donate/canceled/others.inline.zh_TW.po
+++ b/wiki/src/donate/canceled/others.inline.zh_TW.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-10 11:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1>Other ways to donate</h1>\n"
diff --git a/wiki/src/donate/testimonials.inline.ar.po b/wiki/src/donate/testimonials.inline.ar.po
index e5a1f5b4ad..69d94242cd 100644
--- a/wiki/src/donate/testimonials.inline.ar.po
+++ b/wiki/src/donate/testimonials.inline.ar.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:41+0000\n"
"PO-Revision-Date: 2020-03-15 08:35+0000\n"
"Last-Translator: Muri Nicanor <muri@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,10 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div><section>
msgid ""
"<a href=\"https://twitter.com/Snowden/status/1165395796520554496\">[[!img "
diff --git a/wiki/src/donate/testimonials.inline.ca.po b/wiki/src/donate/testimonials.inline.ca.po
index 580c920344..4e148a516d 100644
--- a/wiki/src/donate/testimonials.inline.ca.po
+++ b/wiki/src/donate/testimonials.inline.ca.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:41+0000\n"
"PO-Revision-Date: 2020-03-15 08:35+0000\n"
"Last-Translator: Muri Nicanor <muri@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,10 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div><section>
msgid ""
"<a href=\"https://twitter.com/Snowden/status/1165395796520554496\">[[!img "
diff --git a/wiki/src/donate/testimonials.inline.de.po b/wiki/src/donate/testimonials.inline.de.po
index 7363ff0a7f..2847eae70e 100644
--- a/wiki/src/donate/testimonials.inline.de.po
+++ b/wiki/src/donate/testimonials.inline.de.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:41+0000\n"
"PO-Revision-Date: 2020-03-15 08:35+0000\n"
"Last-Translator: Muri Nicanor <muri@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,10 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div><section>
#, fuzzy
#| msgid ""
diff --git a/wiki/src/donate/testimonials.inline.es.po b/wiki/src/donate/testimonials.inline.es.po
index 0b3208361d..3239994c5d 100644
--- a/wiki/src/donate/testimonials.inline.es.po
+++ b/wiki/src/donate/testimonials.inline.es.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:41+0000\n"
"PO-Revision-Date: 2020-09-09 07:30+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: \n"
@@ -18,10 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.8\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div><section>
#, fuzzy
#| msgid ""
diff --git a/wiki/src/donate/testimonials.inline.fa.po b/wiki/src/donate/testimonials.inline.fa.po
index dd49522a26..e0b5ed2274 100644
--- a/wiki/src/donate/testimonials.inline.fa.po
+++ b/wiki/src/donate/testimonials.inline.fa.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:41+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div><section>
msgid ""
"<a href=\"https://twitter.com/Snowden/status/1165395796520554496\">[[!img "
diff --git a/wiki/src/donate/testimonials.inline.fr.po b/wiki/src/donate/testimonials.inline.fr.po
index 15195a6e19..82843411aa 100644
--- a/wiki/src/donate/testimonials.inline.fr.po
+++ b/wiki/src/donate/testimonials.inline.fr.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"POT-Creation-Date: 2020-09-13 10:41+0000\n"
+"PO-Revision-Date: 2020-11-08 12:43+0000\n"
+"Last-Translator: Corl3ss <corl3ss@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -17,10 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr "[[!meta robots=\"noindex\"]]"
-
#. type: Content of: <div><section>
msgid ""
"<a href=\"https://twitter.com/Snowden/status/1165395796520554496\">[[!img "
diff --git a/wiki/src/donate/testimonials.inline.html b/wiki/src/donate/testimonials.inline.html
index b12aa409d5..ed4ef44805 100644
--- a/wiki/src/donate/testimonials.inline.html
+++ b/wiki/src/donate/testimonials.inline.html
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
<div class="testimonials">

<section class="quote">
diff --git a/wiki/src/donate/testimonials.inline.id.po b/wiki/src/donate/testimonials.inline.id.po
index c8455d5ea0..1c6d7315af 100644
--- a/wiki/src/donate/testimonials.inline.id.po
+++ b/wiki/src/donate/testimonials.inline.id.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:41+0000\n"
"PO-Revision-Date: 2020-03-15 08:35+0000\n"
"Last-Translator: Muri Nicanor <muri@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,10 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div><section>
msgid ""
"<a href=\"https://twitter.com/Snowden/status/1165395796520554496\">[[!img "
diff --git a/wiki/src/donate/testimonials.inline.it.po b/wiki/src/donate/testimonials.inline.it.po
index 2fc66b43b0..d50edc1066 100644
--- a/wiki/src/donate/testimonials.inline.it.po
+++ b/wiki/src/donate/testimonials.inline.it.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:41+0000\n"
"PO-Revision-Date: 2020-03-20 07:35+0000\n"
"Last-Translator: _ignifugo <ignifugo@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,10 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div><section>
#, fuzzy
#| msgid ""
diff --git a/wiki/src/donate/testimonials.inline.pl.po b/wiki/src/donate/testimonials.inline.pl.po
index 1ae373a2c4..2b3a567904 100644
--- a/wiki/src/donate/testimonials.inline.pl.po
+++ b/wiki/src/donate/testimonials.inline.pl.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:41+0000\n"
"PO-Revision-Date: 2020-03-15 08:35+0000\n"
"Last-Translator: Muri Nicanor <muri@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,10 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div><section>
msgid ""
"<a href=\"https://twitter.com/Snowden/status/1165395796520554496\">[[!img "
diff --git a/wiki/src/donate/testimonials.inline.pt.po b/wiki/src/donate/testimonials.inline.pt.po
index 8f31c48f38..bdb9222207 100644
--- a/wiki/src/donate/testimonials.inline.pt.po
+++ b/wiki/src/donate/testimonials.inline.pt.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:41+0000\n"
"PO-Revision-Date: 2020-02-28 16:27+0000\n"
"Last-Translator: drebs <drebs@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,10 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div><section>
#, fuzzy
#| msgid ""
diff --git a/wiki/src/donate/testimonials.inline.ru.po b/wiki/src/donate/testimonials.inline.ru.po
index fdf13a3b2c..e96896ea97 100644
--- a/wiki/src/donate/testimonials.inline.ru.po
+++ b/wiki/src/donate/testimonials.inline.ru.po
@@ -6,32 +6,26 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-07 19:49+0000\n"
-"Last-Translator: dedmoroz <cj75300@???>\n"
+"POT-Creation-Date: 2020-09-13 10:41+0000\n"
+"PO-Revision-Date: 2020-03-15 08:35+0000\n"
+"Last-Translator: Muri Nicanor <muri@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 3.11.3\n"
-
-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
+"X-Generator: Weblate 3.5.1\n"

#. type: Content of: <div><section>
msgid ""
"<a href=\"https://twitter.com/Snowden/status/1165395796520554496\">[[!img "
"snowden.png alt=\"Edward Snowden\" link=\"no\"]]</a>"
msgstr ""
-"<a href=\"https://twitter.com/Snowden/status/1165395796520554496\">[[!img "
-"snowden.png alt=\"Эдуард Сноуден\" link=\"no\"]]</a>"

#. type: Content of: <div><section><blockquote><a>
msgid "<a href=\"https://twitter.com/Snowden/status/1165395796520554496\">"
-msgstr "<a href=\"https://twitter.com/Snowden/status/1165395796520554496\">"
+msgstr ""

#. type: Content of: <div><section><blockquote><a><p>
msgid ""
@@ -54,8 +48,6 @@ msgid ""
"<a href=\"https://www.torproject.org/\">[[!img tor.png alt=\"Tor Project\" "
"link=\"no\"]]</a>"
msgstr ""
-"<a href=\"https://www.torproject.org/\">[[!img tor.png alt=\"Tor Project\" "
-"link=\"no\"]]</a>"

#. type: Content of: <div><section><blockquote><p>
msgid ""
@@ -76,15 +68,12 @@ msgstr ""
msgid ""
"<a href=\"https://www.eff.org/\">[[!img eff.png alt=\"EFF\" link=\"no\"]]</a>"
msgstr ""
-"<a href=\"https://www.eff.org/\">[[!img eff.png alt=\"EFF\" link=\"no\"]]</a>"

#. type: Content of: <div><section><blockquote><a>
msgid ""
"<a href=\"https://www.eff.org/deeplinks/2014/10/7-privacy-tools-essential-"
"making-citizenfour\">"
msgstr ""
-"<a href=\"https://www.eff.org/deeplinks/2014/10/7-privacy-tools-essential-"
-"making-citizenfour\">"

#. type: Content of: <div><section><blockquote><a><p>
msgid ""
@@ -95,15 +84,13 @@ msgstr ""

#. type: Content of: <div><section><blockquote>
msgid "&mdash; <strong>Electronic Frontier Foundation</strong> </a>"
-msgstr "&mdash; <strong>Electronic Frontier Foundation</strong> </a>"
+msgstr ""

#. type: Content of: <div><section>
msgid ""
"[[!img accessnow.png link=\"https://accessnow.org/\" alt=\"Access Now\"]] [[!"
"img riseup.png link=\"https://riseup.net/\" alt=\"Riseup\"]]"
msgstr ""
-"[[!img accessnow.png link=\"https://accessnow.org/\" alt=\"Access Now\"]] [[!"
-"img riseup.png link=\"https://riseup.net/\" alt=\"Riseup\"]]"

#~ msgid ""
#~ "document.addEventListener('DOMContentLoaded', function() { document.title "
diff --git a/wiki/src/donate/testimonials.inline.sr_Latn.po b/wiki/src/donate/testimonials.inline.sr_Latn.po
index bd7c0c7174..0dbe7e7623 100644
--- a/wiki/src/donate/testimonials.inline.sr_Latn.po
+++ b/wiki/src/donate/testimonials.inline.sr_Latn.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:41+0000\n"
"PO-Revision-Date: 2020-03-15 08:35+0000\n"
"Last-Translator: Muri Nicanor <muri@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,10 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div><section>
msgid ""
"<a href=\"https://twitter.com/Snowden/status/1165395796520554496\">[[!img "
diff --git a/wiki/src/donate/testimonials.inline.tr.po b/wiki/src/donate/testimonials.inline.tr.po
index 06acc82b5c..27c7fed8ce 100644
--- a/wiki/src/donate/testimonials.inline.tr.po
+++ b/wiki/src/donate/testimonials.inline.tr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:41+0000\n"
"PO-Revision-Date: 2020-03-15 08:35+0000\n"
"Last-Translator: Muri Nicanor <muri@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,10 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div><section>
msgid ""
"<a href=\"https://twitter.com/Snowden/status/1165395796520554496\">[[!img "
diff --git a/wiki/src/donate/testimonials.inline.zh.po b/wiki/src/donate/testimonials.inline.zh.po
index 59286bd1d9..010fbbb70b 100644
--- a/wiki/src/donate/testimonials.inline.zh.po
+++ b/wiki/src/donate/testimonials.inline.zh.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:41+0000\n"
"PO-Revision-Date: 2020-03-15 08:35+0000\n"
"Last-Translator: Muri Nicanor <muri@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,10 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div><section>
msgid ""
"<a href=\"https://twitter.com/Snowden/status/1165395796520554496\">[[!img "
diff --git a/wiki/src/donate/testimonials.inline.zh_TW.po b/wiki/src/donate/testimonials.inline.zh_TW.po
index 01b50b36a0..5b8683d452 100644
--- a/wiki/src/donate/testimonials.inline.zh_TW.po
+++ b/wiki/src/donate/testimonials.inline.zh_TW.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-09-13 10:41+0000\n"
"PO-Revision-Date: 2020-03-15 08:35+0000\n"
"Last-Translator: Muri Nicanor <muri@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,10 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div><section>
msgid ""
"<a href=\"https://twitter.com/Snowden/status/1165395796520554496\">[[!img "
diff --git a/wiki/src/donate/thanks.ru.po b/wiki/src/donate/thanks.ru.po
index 7fcecd1ab9..cdc4d6eda7 100644
--- a/wiki/src/donate/thanks.ru.po
+++ b/wiki/src/donate/thanks.ru.po
@@ -8,16 +8,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2021-03-30 17:21+0000\n"
-"PO-Revision-Date: 2021-05-10 13:23+0000\n"
-"Last-Translator: dedmoroz <cj75300@???>\n"
+"PO-Revision-Date: 2018-07-02 11:57+0000\n"
+"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
-"X-Generator: Weblate 3.11.3\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"
+"X-Generator: Weblate 2.10.1\n"

#. type: Content of: <div>
msgid "[[!meta title=\"Thank you!\"]]"
@@ -30,10 +30,6 @@ msgid ""
"stylesheet=\"hide-donate-banner\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"robots=\"noindex\"]] [[!meta script=\"donate/thanks\"]]"
msgstr ""
-"[[!meta stylesheet=\"donate/thanks\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-"stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-"stylesheet=\"hide-donate-banner\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-"robots=\"noindex\"]] [[!meta script=\"donate/thanks\"]]"

#. type: Content of: <div>
msgid ""
@@ -110,10 +106,6 @@ msgid ""
"%20should%20have%20to%20pay%20to%20be%20safe%20while%20using%20computers.\" "
"class=\"tweet\" target=\"_blank\"> [[!img godzilla.png link=\"no\" alt=\"\"]]"
msgstr ""
-"<a href=\"https://twitter.com/intent/tweet?url=https%3A%2F%2Ftails.boum.org%2"
-"Fdonate%2F%3Fr%3Dtn&text=I%20donate%20to%20@Tails_live%20because%20nobody%20s"
-"hould%20have%20to%20pay%20to%20be%20safe%20while%20using%20computers.\" "
-"class=\"tweet\" target=\"_blank\"> [[!img godzilla.png link=\"no\" alt=\"\"]]"

#. type: Content of: <div><a><p>
msgid ""
@@ -123,7 +115,7 @@ msgstr ""

#. type: Content of: <div><a><p>
msgid "Tweet"
-msgstr "Tweet"
+msgstr ""

#. type: Content of: <div><a>
msgid ""
@@ -133,11 +125,6 @@ msgid ""
"%20survivors.\" class=\"tweet\" target=\"_blank\"> [[!img godzilla.png link="
"\"no\" alt=\"\"]]"
msgstr ""
-"</a> <a href=\"https://twitter.com/intent/tweet?url=https%3A%2F%2Ftails.boum."
-"org%2Fdonate%2F%3Fr%3Dts&text=I%20proudly%20support%20@Tails_live%20to%20keep"
-"%20safe%20activists%2C%20journalists%2C%20and%20domestic%20violence%20survivo"
-"rs.\" class=\"tweet\" target=\"_blank\"> [[!img godzilla.png link=\"no\" alt="
-"\"\"]]"

#. type: Content of: <div><a><p>
msgid ""
@@ -150,8 +137,6 @@ msgid ""
"</a> <a href=\"https://twitter.com/intent/follow?screen_name=Tails_live\" "
"class=\"follow\" target=\"_blank\"> [[!img twitter.png link=\"no\" alt=\"\"]]"
msgstr ""
-"</a> <a href=\"https://twitter.com/intent/follow?screen_name=Tails_live\" "
-"class=\"follow\" target=\"_blank\"> [[!img twitter.png link=\"no\" alt=\"\"]]"

#. type: Content of: <div><a><p>
msgid "Follow us"
@@ -159,7 +144,7 @@ msgstr ""

#. type: Content of: <div>
msgid "</a>"
-msgstr "</a>"
+msgstr ""

#~ msgid "[[!img love.png link=\"no\" class=\"smiley\"]]"
#~ msgstr "[[!img love.png link=\"no\" class=\"smiley\"]]"
diff --git a/wiki/src/donate/thanks/test.fr.po b/wiki/src/donate/thanks/test.fr.po
index 16e366d824..40f714739e 100644
--- a/wiki/src/donate/thanks/test.fr.po
+++ b/wiki/src/donate/thanks/test.fr.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2020-09-10 11:08+0000\n"
-"PO-Revision-Date: 2021-05-06 16:50+0000\n"
-"Last-Translator: nihei <nihei@???>\n"
+"PO-Revision-Date: 2020-11-18 20:43+0000\n"
+"Last-Translator: Chre <tor@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -20,7 +20,7 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!meta title=\"Test\"]]\n"
-msgstr "[[!meta title=\"Test\"]]\n"
+msgstr ""

#. type: Plain text
#, no-wrap
@@ -30,7 +30,7 @@ msgstr "[[!meta robots=\"noindex\"]]\n"
#. type: Plain text
#, no-wrap
msgid "<form method=\"GET\" action=\"../thanks.html\">\n"
-msgstr "<form method=\"GET\" action=\"../thanks.html\">\n"
+msgstr ""

#. type: Plain text
#, no-wrap
@@ -44,14 +44,6 @@ msgid ""
" <input type=\"hidden\" name=\"no_note\" value=\"1\"/>\n"
" <input type=\"hidden\" name=\"rm\" value=\"1\"/>\n"
msgstr ""
-" <input type=\"hidden\" name=\"cmd\" value=\"_donations\"/>\n"
-" <input type=\"hidden\" name=\"business\" value=\"tailsriseuplabs@riseup."
-"net\" id=\"business\"/>\n"
-" <input type=\"hidden\" name=\"currency_code\" value=\"USD\" id=\""
-"currency_code\"/>\n"
-" <input type=\"hidden\" name=\"item_name\" value=\"Donation to Tails\"/>\n"
-" <input type=\"hidden\" name=\"no_note\" value=\"1\"/>\n"
-" <input type=\"hidden\" name=\"rm\" value=\"1\"/>\n"

#. type: Plain text
#, no-wrap
@@ -62,28 +54,23 @@ msgid ""
"value=\"https://tails.boum.org/donate/canceled/\"/>\n"
" <input type=\"hidden\" name=\"lc\" value=\"US\"/>\n"
msgstr ""
-" <input type=\"hidden\" name=\"return\" class=\"return-url\" value=\""
-"https://tails.boum.org/donate/thanks/\"/>\n"
-" <input type=\"hidden\" name=\"cancel_return\" class=\"return-url\" value=\""
-"https://tails.boum.org/donate/canceled/\"/>\n"
-" <input type=\"hidden\" name=\"lc\" value=\"US\"/>\n"

#. type: Plain text
#, no-wrap
msgid " <input type=\"hidden\" name=\"amount\" value=\"10\"/>\n"
-msgstr " <input type=\"hidden\" name=\"amount\" value=\"10\"/>\n"
+msgstr ""

#. type: Plain text
#, no-wrap
msgid " <input type=\"hidden\" name=\"first_name\" value=\"Fulano\"/>\n"
-msgstr " <input type=\"hidden\" name=\"first_name\" value=\"Fulano\"/>\n"
+msgstr ""

#. type: Plain text
#, no-wrap
msgid " <input type=\"submit\" value=\"Simulate donation\"/>\n"
-msgstr " <input type=\"submit\" value=\"Simulate donation\"/>\n"
+msgstr ""

#. type: Plain text
#, no-wrap
msgid "</form>\n"
-msgstr "</form>\n"
+msgstr ""
diff --git a/wiki/src/home.ar.po b/wiki/src/home.ar.po
index 2f1dd8ccca..f2d99ccb00 100644
--- a/wiki/src/home.ar.po
+++ b/wiki/src/home.ar.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-05 16:18+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -37,6 +37,63 @@ msgstr ""
"<a href=\"https://check.torproject.org/\"> [[!img \"lib/onion.png\" link=\"no"
"\"]] <span class=\"twolines\">Tor überprüfen</span> </a>"

+#. type: Content of: <div><p>
+msgid ""
+"<strong>Automatic upgrades are broken since Tails 4.14 (December 15).</"
+"strong> ([[!tails_ticket 18127]])"
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid ""
+"If you haven't upgraded your Tails since December, you should upgrade to the "
+"latest version of Tails."
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid "To do so, you can either:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Do a [[manual upgrade|doc/upgrade#manual]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Fix the automatic upgrade from a terminal. To do so:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Start Tails and set up an [[administration password|doc/first_steps/"
+"welcome_screen/administration_password]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid "In a terminal, execute the following command:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><pre>
+#, no-wrap
+msgid ""
+"<code>torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
+"| sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
+"&amp;&amp; systemctl --user restart tails-upgrade-frontend\n"
+"</code>"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"This command is a single command that wraps across several lines. Copy and "
+"paste the entire block at once and make sure that it executes as a single "
+"command."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Approximately 30 seconds later, you should be prompted to upgrade to the "
+"latest version of Tails. If no prompt appear, you might already be running "
+"the latest version of Tails."
+msgstr ""
+
#. type: Content of: <div>
#, fuzzy
msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home.ca.po b/wiki/src/home.ca.po
index 36d28d3631..7b4ef7773a 100644
--- a/wiki/src/home.ca.po
+++ b/wiki/src/home.ca.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-05 16:18+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
"PO-Revision-Date: 2020-08-14 21:29+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -43,6 +43,63 @@ msgstr ""
"<a href=\"https://check.torproject.org/\"> [[!img \"lib/onion.png\" link=\"no"
"\"]] <span class=\"twolines\">Tor überprüfen</span> </a>"

+#. type: Content of: <div><p>
+msgid ""
+"<strong>Automatic upgrades are broken since Tails 4.14 (December 15).</"
+"strong> ([[!tails_ticket 18127]])"
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid ""
+"If you haven't upgraded your Tails since December, you should upgrade to the "
+"latest version of Tails."
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid "To do so, you can either:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Do a [[manual upgrade|doc/upgrade#manual]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Fix the automatic upgrade from a terminal. To do so:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Start Tails and set up an [[administration password|doc/first_steps/"
+"welcome_screen/administration_password]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid "In a terminal, execute the following command:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><pre>
+#, no-wrap
+msgid ""
+"<code>torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
+"| sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
+"&amp;&amp; systemctl --user restart tails-upgrade-frontend\n"
+"</code>"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"This command is a single command that wraps across several lines. Copy and "
+"paste the entire block at once and make sure that it executes as a single "
+"command."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Approximately 30 seconds later, you should be prompted to upgrade to the "
+"latest version of Tails. If no prompt appear, you might already be running "
+"the latest version of Tails."
+msgstr ""
+
#. type: Content of: <div>
#, fuzzy
msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home.de.po b/wiki/src/home.de.po
index 37b265f765..c017eba76d 100644
--- a/wiki/src/home.de.po
+++ b/wiki/src/home.de.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-05 16:18+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
"PO-Revision-Date: 2019-05-24 09:52+0200\n"
"Last-Translator: spriver <spriver@???>\n"
"Language-Team: \n"
@@ -46,6 +46,63 @@ msgstr ""
"<a id=\"tor_check\" href=\"https://check.torproject.org/\"> [[!img lib/onion."
"png link=\"no\" alt=\"\"]] <span>Tor überprüfen</span> </a>"

+#. type: Content of: <div><p>
+msgid ""
+"<strong>Automatic upgrades are broken since Tails 4.14 (December 15).</"
+"strong> ([[!tails_ticket 18127]])"
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid ""
+"If you haven't upgraded your Tails since December, you should upgrade to the "
+"latest version of Tails."
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid "To do so, you can either:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Do a [[manual upgrade|doc/upgrade#manual]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Fix the automatic upgrade from a terminal. To do so:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Start Tails and set up an [[administration password|doc/first_steps/"
+"welcome_screen/administration_password]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid "In a terminal, execute the following command:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><pre>
+#, no-wrap
+msgid ""
+"<code>torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
+"| sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
+"&amp;&amp; systemctl --user restart tails-upgrade-frontend\n"
+"</code>"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"This command is a single command that wraps across several lines. Copy and "
+"paste the entire block at once and make sure that it executes as a single "
+"command."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Approximately 30 seconds later, you should be prompted to upgrade to the "
+"latest version of Tails. If no prompt appear, you might already be running "
+"the latest version of Tails."
+msgstr ""
+
#. type: Content of: <div>
#, fuzzy
#| msgid "[[!inline pages=\"home/donate\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home.es.po b/wiki/src/home.es.po
index 958678938f..419dc7e150 100644
--- a/wiki/src/home.es.po
+++ b/wiki/src/home.es.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-05 16:18+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
"PO-Revision-Date: 2020-12-12 21:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/home/"
@@ -44,6 +44,63 @@ msgstr ""
"<a id=\"tor_check\" href=\"https://check.torproject.org/\"> [[!img lib/onion."
"png link=\"no\" alt=\"\"]] <span>Comprobación de Tor</span> </a>"

+#. type: Content of: <div><p>
+msgid ""
+"<strong>Automatic upgrades are broken since Tails 4.14 (December 15).</"
+"strong> ([[!tails_ticket 18127]])"
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid ""
+"If you haven't upgraded your Tails since December, you should upgrade to the "
+"latest version of Tails."
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid "To do so, you can either:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Do a [[manual upgrade|doc/upgrade#manual]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Fix the automatic upgrade from a terminal. To do so:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Start Tails and set up an [[administration password|doc/first_steps/"
+"welcome_screen/administration_password]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid "In a terminal, execute the following command:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><pre>
+#, no-wrap
+msgid ""
+"<code>torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
+"| sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
+"&amp;&amp; systemctl --user restart tails-upgrade-frontend\n"
+"</code>"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"This command is a single command that wraps across several lines. Copy and "
+"paste the entire block at once and make sure that it executes as a single "
+"command."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Approximately 30 seconds later, you should be prompted to upgrade to the "
+"latest version of Tails. If no prompt appear, you might already be running "
+"the latest version of Tails."
+msgstr ""
+
#. type: Content of: <div>
msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
msgstr "[[!inline pages=\"home/donate.inline.es\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home.fa.po b/wiki/src/home.fa.po
index ac3b2c2580..2b0ff603b3 100644
--- a/wiki/src/home.fa.po
+++ b/wiki/src/home.fa.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-05 16:18+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
"PO-Revision-Date: 2020-08-19 08:30+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: Persian <http://weblate.451f.org:8889/projects/tails/news/fa/"
@@ -49,6 +49,63 @@ msgstr ""
"<a href=\"https://check.torproject.org/\"> [[!img \"lib/onion.png\" link=\"no"
"\"]] <span>تست تور</span> </a>"

+#. type: Content of: <div><p>
+msgid ""
+"<strong>Automatic upgrades are broken since Tails 4.14 (December 15).</"
+"strong> ([[!tails_ticket 18127]])"
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid ""
+"If you haven't upgraded your Tails since December, you should upgrade to the "
+"latest version of Tails."
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid "To do so, you can either:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Do a [[manual upgrade|doc/upgrade#manual]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Fix the automatic upgrade from a terminal. To do so:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Start Tails and set up an [[administration password|doc/first_steps/"
+"welcome_screen/administration_password]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid "In a terminal, execute the following command:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><pre>
+#, no-wrap
+msgid ""
+"<code>torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
+"| sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
+"&amp;&amp; systemctl --user restart tails-upgrade-frontend\n"
+"</code>"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"This command is a single command that wraps across several lines. Copy and "
+"paste the entire block at once and make sure that it executes as a single "
+"command."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Approximately 30 seconds later, you should be prompted to upgrade to the "
+"latest version of Tails. If no prompt appear, you might already be running "
+"the latest version of Tails."
+msgstr ""
+
#. type: Content of: <div>
msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
msgstr "[[!inline pages=\"home/donate.inline.fa\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home.fr.po b/wiki/src/home.fr.po
index 23c53acd36..a5e857c5be 100644
--- a/wiki/src/home.fr.po
+++ b/wiki/src/home.fr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tails\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-05 16:18+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
"PO-Revision-Date: 2021-03-25 20:06+0000\n"
"Last-Translator: Chre <tor@???>\n"
"Language-Team: Tails translators <tails@???>\n"
@@ -42,75 +42,88 @@ msgstr ""
"<a id=\"tor_check\" href=\"https://check.torproject.org/\"> [[!img lib/onion."
"png link=\"no\" alt=\"\"]] <span>Vérification de Tor</span> </a>"

-#. type: Content of: <div>
-msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
-msgstr "[[!inline pages=\"home/donate.inline.fr\" raw=\"yes\" sort=\"age\"]]"
-
-#. type: Content of: <div>
-msgid "[[!inline pages=\"news\" raw=\"yes\" sort=\"age\"]]"
-msgstr "[[!inline pages=\"news.fr\" raw=\"yes\" sort=\"age\"]]"
+#. type: Content of: <div><p>
+msgid ""
+"<strong>Automatic upgrades are broken since Tails 4.14 (December 15).</"
+"strong> ([[!tails_ticket 18127]])"
+msgstr ""
+"<strong>Les mises à jour automatiques sont cassées depuis Tails 4.14 (15 "
+"décembre 2020).</strong> ([[!tails_ticket 18127]])"

-#~ msgid ""
-#~ "<strong>Automatic upgrades are broken since Tails 4.14 (December 15).</"
-#~ "strong> ([[!tails_ticket 18127]])"
-#~ msgstr ""
-#~ "<strong>Les mises à jour automatiques sont cassées depuis Tails 4.14 (15 "
-#~ "décembre 2020).</strong> ([[!tails_ticket 18127]])"
+#. type: Content of: <div><p>
+msgid ""
+"If you haven't upgraded your Tails since December, you should upgrade to the "
+"latest version of Tails."
+msgstr ""
+"Si vous n'avez pas mis à jour Tails depuis décembre, vous devriez mettre à "
+"jour vers la dernière version de Tails."

-#~ msgid ""
-#~ "If you haven't upgraded your Tails since December, you should upgrade to "
-#~ "the latest version of Tails."
-#~ msgstr ""
-#~ "Si vous n'avez pas mis à jour Tails depuis décembre, vous devriez mettre "
-#~ "à jour vers la dernière version de Tails."
+#. type: Content of: <div><p>
+msgid "To do so, you can either:"
+msgstr "Pour cela, vous pouvez au choix :"

-#~ msgid "To do so, you can either:"
-#~ msgstr "Pour cela, vous pouvez au choix :"
+#. type: Content of: <div><ul><li><p>
+msgid "Do a [[manual upgrade|doc/upgrade#manual]]."
+msgstr "Faire une [[mise à jour manuelle|doc/upgrade#manual]]."

-#~ msgid "Do a [[manual upgrade|doc/upgrade#manual]]."
-#~ msgstr "Faire une [[mise à jour manuelle|doc/upgrade#manual]]."
+#. type: Content of: <div><ul><li><p>
+msgid "Fix the automatic upgrade from a terminal. To do so:"
+msgstr "Corriger la mise à jour automatique depuis un terminal. Pour cela :"

-#~ msgid "Fix the automatic upgrade from a terminal. To do so:"
-#~ msgstr "Corriger la mise à jour automatique depuis un terminal. Pour cela :"
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Start Tails and set up an [[administration password|doc/first_steps/"
+"welcome_screen/administration_password]]."
+msgstr ""
+"Démarrer Tails et définissez un [[mot de passe d'administration|doc/"
+"first_steps/welcome_screen/administration_password]]."

-#~ msgid ""
-#~ "Start Tails and set up an [[administration password|doc/first_steps/"
-#~ "welcome_screen/administration_password]]."
-#~ msgstr ""
-#~ "Démarrer Tails et définissez un [[mot de passe d'administration|doc/"
-#~ "first_steps/welcome_screen/administration_password]]."
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid "In a terminal, execute the following command:"
+msgstr "Dans le terminal, exécutez la commande suivante :"

-#~ msgid "In a terminal, execute the following command:"
-#~ msgstr "Dans le terminal, exécutez la commande suivante :"
+#. type: Content of: <div><ul><li><ol><li><pre>
+#, no-wrap
+msgid ""
+"<code>torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
+"| sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
+"&amp;&amp; systemctl --user restart tails-upgrade-frontend\n"
+"</code>"
+msgstr ""
+"<code>torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/"
+"master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-"
+"r3.pem \\\n"
+"| sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
+"&amp;&amp; systemctl --user restart tails-upgrade-frontend\n"
+"</code>"
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"This command is a single command that wraps across several lines. Copy and "
+"paste the entire block at once and make sure that it executes as a single "
+"command."
+msgstr ""
+"Cette commande est une commande unique répartie sur plusieurs lignes. "
+"Copier et coller le bloc complet en une seule fois et vérifier qu'elle "
+"s'exécute comme une commande unique."

-#~ msgid ""
-#~ "<code>torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
-#~ "| sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
-#~ "&amp;&amp; systemctl --user restart tails-upgrade-frontend\n"
-#~ "</code>"
-#~ msgstr ""
-#~ "<code>torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
-#~ "| sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
-#~ "&amp;&amp; systemctl --user restart tails-upgrade-frontend\n"
-#~ "</code>"
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Approximately 30 seconds later, you should be prompted to upgrade to the "
+"latest version of Tails. If no prompt appear, you might already be running "
+"the latest version of Tails."
+msgstr ""
+"Environ 30 secondes plus tard, on devrait vous demander de mettre à jour "
+"vers la dernière version de Tails. Si la demande n'apparaît pas, vous "
+"exécutez peut-être la dernière version de Tails."

-#~ msgid ""
-#~ "This command is a single command that wraps across several lines. Copy "
-#~ "and paste the entire block at once and make sure that it executes as a "
-#~ "single command."
-#~ msgstr ""
-#~ "Cette commande est une commande unique répartie sur plusieurs lignes. "
-#~ "Copier et coller le bloc complet en une seule fois et vérifier qu'elle "
-#~ "s'exécute comme une commande unique."
+#. type: Content of: <div>
+msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
+msgstr "[[!inline pages=\"home/donate.inline.fr\" raw=\"yes\" sort=\"age\"]]"

-#~ msgid ""
-#~ "Approximately 30 seconds later, you should be prompted to upgrade to the "
-#~ "latest version of Tails. If no prompt appear, you might already be "
-#~ "running the latest version of Tails."
-#~ msgstr ""
-#~ "Environ 30 secondes plus tard, on devrait vous demander de mettre à jour "
-#~ "vers la dernière version de Tails. Si la demande n'apparaît pas, vous "
-#~ "exécutez peut-être la dernière version de Tails."
+#. type: Content of: <div>
+msgid "[[!inline pages=\"news\" raw=\"yes\" sort=\"age\"]]"
+msgstr "[[!inline pages=\"news.fr\" raw=\"yes\" sort=\"age\"]]"

#, fuzzy
#~ msgid "[[!meta title=\"Dear Tails user,\"]]"
diff --git a/wiki/src/home.html b/wiki/src/home.html
index 4b8f1ea76a..7824619105 100644
--- a/wiki/src/home.html
+++ b/wiki/src/home.html
@@ -13,8 +13,6 @@
</a>
</div>

-<!--
-
<div class="caution">

<p><strong>Automatic upgrades are broken since Tails 4.14 (December 15).</strong> ([[!tails_ticket 18127]])</p>
@@ -56,8 +54,6 @@ to the latest version of Tails.</p>

</div>

--->
-
<div>
[[!inline pages="home/donate.inline" raw="yes" sort="age"]]
</div>
diff --git a/wiki/src/home.id.po b/wiki/src/home.id.po
index b189e8f3b8..94cee0d2ad 100644
--- a/wiki/src/home.id.po
+++ b/wiki/src/home.id.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-05 16:18+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
"PO-Revision-Date: 2020-08-14 21:29+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: \n"
@@ -43,6 +43,63 @@ msgstr ""
"<a href=\"https://check.torproject.org/\"> [[!img \"lib/onion.png\" link=\"no"
"\"]] <span class=\"twolines\">Tor überprüfen</span> </a>"

+#. type: Content of: <div><p>
+msgid ""
+"<strong>Automatic upgrades are broken since Tails 4.14 (December 15).</"
+"strong> ([[!tails_ticket 18127]])"
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid ""
+"If you haven't upgraded your Tails since December, you should upgrade to the "
+"latest version of Tails."
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid "To do so, you can either:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Do a [[manual upgrade|doc/upgrade#manual]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Fix the automatic upgrade from a terminal. To do so:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Start Tails and set up an [[administration password|doc/first_steps/"
+"welcome_screen/administration_password]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid "In a terminal, execute the following command:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><pre>
+#, no-wrap
+msgid ""
+"<code>torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
+"| sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
+"&amp;&amp; systemctl --user restart tails-upgrade-frontend\n"
+"</code>"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"This command is a single command that wraps across several lines. Copy and "
+"paste the entire block at once and make sure that it executes as a single "
+"command."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Approximately 30 seconds later, you should be prompted to upgrade to the "
+"latest version of Tails. If no prompt appear, you might already be running "
+"the latest version of Tails."
+msgstr ""
+
#. type: Content of: <div>
#, fuzzy
msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home.it.po b/wiki/src/home.it.po
index 9d05f09e47..db79b5bc54 100644
--- a/wiki/src/home.it.po
+++ b/wiki/src/home.it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-05 16:18+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
"PO-Revision-Date: 2021-03-15 00:06+0000\n"
"Last-Translator: _ignifugo <ignifugo@???>\n"
"Language-Team: ita <transitails@???>\n"
@@ -42,6 +42,63 @@ msgstr ""
"<a id=\"tor_check\" href=\"https://check.torproject.org/\"> [[!img lib/onion."
"png link=\"no\" alt=\"\"]] <span>Verifica Tor</span> </a>"

+#. type: Content of: <div><p>
+msgid ""
+"<strong>Automatic upgrades are broken since Tails 4.14 (December 15).</"
+"strong> ([[!tails_ticket 18127]])"
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid ""
+"If you haven't upgraded your Tails since December, you should upgrade to the "
+"latest version of Tails."
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid "To do so, you can either:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Do a [[manual upgrade|doc/upgrade#manual]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Fix the automatic upgrade from a terminal. To do so:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Start Tails and set up an [[administration password|doc/first_steps/"
+"welcome_screen/administration_password]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid "In a terminal, execute the following command:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><pre>
+#, no-wrap
+msgid ""
+"<code>torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
+"| sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
+"&amp;&amp; systemctl --user restart tails-upgrade-frontend\n"
+"</code>"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"This command is a single command that wraps across several lines. Copy and "
+"paste the entire block at once and make sure that it executes as a single "
+"command."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Approximately 30 seconds later, you should be prompted to upgrade to the "
+"latest version of Tails. If no prompt appear, you might already be running "
+"the latest version of Tails."
+msgstr ""
+
#. type: Content of: <div>
msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
msgstr "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home.pl.po b/wiki/src/home.pl.po
index a9f706e12a..380e22f832 100644
--- a/wiki/src/home.pl.po
+++ b/wiki/src/home.pl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-05 16:18+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
"PO-Revision-Date: 2018-07-02 08:36+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -40,6 +40,63 @@ msgstr ""
"<a href=\"https://check.torproject.org/\"> [[!img \"lib/onion.png\" link=\"no"
"\"]] <span class=\"twolines\">Tor überprüfen</span> </a>"

+#. type: Content of: <div><p>
+msgid ""
+"<strong>Automatic upgrades are broken since Tails 4.14 (December 15).</"
+"strong> ([[!tails_ticket 18127]])"
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid ""
+"If you haven't upgraded your Tails since December, you should upgrade to the "
+"latest version of Tails."
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid "To do so, you can either:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Do a [[manual upgrade|doc/upgrade#manual]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Fix the automatic upgrade from a terminal. To do so:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Start Tails and set up an [[administration password|doc/first_steps/"
+"welcome_screen/administration_password]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid "In a terminal, execute the following command:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><pre>
+#, no-wrap
+msgid ""
+"<code>torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
+"| sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
+"&amp;&amp; systemctl --user restart tails-upgrade-frontend\n"
+"</code>"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"This command is a single command that wraps across several lines. Copy and "
+"paste the entire block at once and make sure that it executes as a single "
+"command."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Approximately 30 seconds later, you should be prompted to upgrade to the "
+"latest version of Tails. If no prompt appear, you might already be running "
+"the latest version of Tails."
+msgstr ""
+
#. type: Content of: <div>
#, fuzzy
msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home.pt.po b/wiki/src/home.pt.po
index 919a7cfba0..d7a74267e5 100644
--- a/wiki/src/home.pt.po
+++ b/wiki/src/home.pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-05 16:18+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
"PO-Revision-Date: 2019-12-22 21:03+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -44,6 +44,63 @@ msgstr ""
"<a id=\"tor_check\" href=\"https://check.torproject.org/\"> [[!img lib/onion."
"png link=\"no\" alt=\"\"]] <span>Checar Tor</span> </a>"

+#. type: Content of: <div><p>
+msgid ""
+"<strong>Automatic upgrades are broken since Tails 4.14 (December 15).</"
+"strong> ([[!tails_ticket 18127]])"
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid ""
+"If you haven't upgraded your Tails since December, you should upgrade to the "
+"latest version of Tails."
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid "To do so, you can either:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Do a [[manual upgrade|doc/upgrade#manual]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Fix the automatic upgrade from a terminal. To do so:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Start Tails and set up an [[administration password|doc/first_steps/"
+"welcome_screen/administration_password]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid "In a terminal, execute the following command:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><pre>
+#, no-wrap
+msgid ""
+"<code>torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
+"| sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
+"&amp;&amp; systemctl --user restart tails-upgrade-frontend\n"
+"</code>"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"This command is a single command that wraps across several lines. Copy and "
+"paste the entire block at once and make sure that it executes as a single "
+"command."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Approximately 30 seconds later, you should be prompted to upgrade to the "
+"latest version of Tails. If no prompt appear, you might already be running "
+"the latest version of Tails."
+msgstr ""
+
#. type: Content of: <div>
#, fuzzy
#| msgid "[[!inline pages=\"home/donate\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home.ru.po b/wiki/src/home.ru.po
index 43d36084e3..116f5b642f 100644
--- a/wiki/src/home.ru.po
+++ b/wiki/src/home.ru.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-05 16:18+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
"PO-Revision-Date: 2018-07-02 07:33+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -40,6 +40,63 @@ msgstr ""
"<a href=\"https://check.torproject.org/\"> [[!img \"lib/onion.png\" link=\"no"
"\"]] <span class=\"twolines\">Tor überprüfen</span> </a>"

+#. type: Content of: <div><p>
+msgid ""
+"<strong>Automatic upgrades are broken since Tails 4.14 (December 15).</"
+"strong> ([[!tails_ticket 18127]])"
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid ""
+"If you haven't upgraded your Tails since December, you should upgrade to the "
+"latest version of Tails."
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid "To do so, you can either:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Do a [[manual upgrade|doc/upgrade#manual]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Fix the automatic upgrade from a terminal. To do so:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Start Tails and set up an [[administration password|doc/first_steps/"
+"welcome_screen/administration_password]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid "In a terminal, execute the following command:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><pre>
+#, no-wrap
+msgid ""
+"<code>torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
+"| sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
+"&amp;&amp; systemctl --user restart tails-upgrade-frontend\n"
+"</code>"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"This command is a single command that wraps across several lines. Copy and "
+"paste the entire block at once and make sure that it executes as a single "
+"command."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Approximately 30 seconds later, you should be prompted to upgrade to the "
+"latest version of Tails. If no prompt appear, you might already be running "
+"the latest version of Tails."
+msgstr ""
+
#. type: Content of: <div>
#, fuzzy
msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home.sr_Latn.po b/wiki/src/home.sr_Latn.po
index 511a57ee4d..fa5f72c453 100644
--- a/wiki/src/home.sr_Latn.po
+++ b/wiki/src/home.sr_Latn.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-05 16:18+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -37,6 +37,63 @@ msgstr ""
"<a href=\"https://check.torproject.org/\"> [[!img \"lib/onion.png\" link=\"no"
"\"]] <span class=\"twolines\">Tor überprüfen</span> </a>"

+#. type: Content of: <div><p>
+msgid ""
+"<strong>Automatic upgrades are broken since Tails 4.14 (December 15).</"
+"strong> ([[!tails_ticket 18127]])"
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid ""
+"If you haven't upgraded your Tails since December, you should upgrade to the "
+"latest version of Tails."
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid "To do so, you can either:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Do a [[manual upgrade|doc/upgrade#manual]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Fix the automatic upgrade from a terminal. To do so:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Start Tails and set up an [[administration password|doc/first_steps/"
+"welcome_screen/administration_password]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid "In a terminal, execute the following command:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><pre>
+#, no-wrap
+msgid ""
+"<code>torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
+"| sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
+"&amp;&amp; systemctl --user restart tails-upgrade-frontend\n"
+"</code>"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"This command is a single command that wraps across several lines. Copy and "
+"paste the entire block at once and make sure that it executes as a single "
+"command."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Approximately 30 seconds later, you should be prompted to upgrade to the "
+"latest version of Tails. If no prompt appear, you might already be running "
+"the latest version of Tails."
+msgstr ""
+
#. type: Content of: <div>
#, fuzzy
msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home.tr.po b/wiki/src/home.tr.po
index b48f488852..524d6ec433 100644
--- a/wiki/src/home.tr.po
+++ b/wiki/src/home.tr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-05 16:18+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
"PO-Revision-Date: 2018-07-02 07:16+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -39,6 +39,63 @@ msgstr ""
"<a href=\"https://check.torproject.org/\"> [[!img \"lib/onion.png\" link=\"no"
"\"]] <span class=\"twolines\">Tor überprüfen</span> </a>"

+#. type: Content of: <div><p>
+msgid ""
+"<strong>Automatic upgrades are broken since Tails 4.14 (December 15).</"
+"strong> ([[!tails_ticket 18127]])"
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid ""
+"If you haven't upgraded your Tails since December, you should upgrade to the "
+"latest version of Tails."
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid "To do so, you can either:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Do a [[manual upgrade|doc/upgrade#manual]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Fix the automatic upgrade from a terminal. To do so:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Start Tails and set up an [[administration password|doc/first_steps/"
+"welcome_screen/administration_password]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid "In a terminal, execute the following command:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><pre>
+#, no-wrap
+msgid ""
+"<code>torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
+"| sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
+"&amp;&amp; systemctl --user restart tails-upgrade-frontend\n"
+"</code>"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"This command is a single command that wraps across several lines. Copy and "
+"paste the entire block at once and make sure that it executes as a single "
+"command."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Approximately 30 seconds later, you should be prompted to upgrade to the "
+"latest version of Tails. If no prompt appear, you might already be running "
+"the latest version of Tails."
+msgstr ""
+
#. type: Content of: <div>
#, fuzzy
msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home.zh.po b/wiki/src/home.zh.po
index a7504d884c..b8276fb309 100644
--- a/wiki/src/home.zh.po
+++ b/wiki/src/home.zh.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-05 16:18+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
"PO-Revision-Date: 2020-08-14 21:29+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -43,6 +43,63 @@ msgstr ""
"<a href=\"https://check.torproject.org/\"> [[!img \"lib/onion.png\" link=\"no"
"\"]] <span class=\"twolines\">Tor überprüfen</span> </a>"

+#. type: Content of: <div><p>
+msgid ""
+"<strong>Automatic upgrades are broken since Tails 4.14 (December 15).</"
+"strong> ([[!tails_ticket 18127]])"
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid ""
+"If you haven't upgraded your Tails since December, you should upgrade to the "
+"latest version of Tails."
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid "To do so, you can either:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Do a [[manual upgrade|doc/upgrade#manual]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Fix the automatic upgrade from a terminal. To do so:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Start Tails and set up an [[administration password|doc/first_steps/"
+"welcome_screen/administration_password]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid "In a terminal, execute the following command:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><pre>
+#, no-wrap
+msgid ""
+"<code>torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
+"| sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
+"&amp;&amp; systemctl --user restart tails-upgrade-frontend\n"
+"</code>"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"This command is a single command that wraps across several lines. Copy and "
+"paste the entire block at once and make sure that it executes as a single "
+"command."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Approximately 30 seconds later, you should be prompted to upgrade to the "
+"latest version of Tails. If no prompt appear, you might already be running "
+"the latest version of Tails."
+msgstr ""
+
#. type: Content of: <div>
#, fuzzy
msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home.zh_TW.po b/wiki/src/home.zh_TW.po
index 6f7f128bcd..8ea5f5a338 100644
--- a/wiki/src/home.zh_TW.po
+++ b/wiki/src/home.zh_TW.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-05 16:18+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
"PO-Revision-Date: 2020-08-14 21:29+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -43,6 +43,63 @@ msgstr ""
"<a href=\"https://check.torproject.org/\"> [[!img \"lib/onion.png\" link=\"no"
"\"]] <span class=\"twolines\">Tor überprüfen</span> </a>"

+#. type: Content of: <div><p>
+msgid ""
+"<strong>Automatic upgrades are broken since Tails 4.14 (December 15).</"
+"strong> ([[!tails_ticket 18127]])"
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid ""
+"If you haven't upgraded your Tails since December, you should upgrade to the "
+"latest version of Tails."
+msgstr ""
+
+#. type: Content of: <div><p>
+msgid "To do so, you can either:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Do a [[manual upgrade|doc/upgrade#manual]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><p>
+msgid "Fix the automatic upgrade from a terminal. To do so:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Start Tails and set up an [[administration password|doc/first_steps/"
+"welcome_screen/administration_password]]."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid "In a terminal, execute the following command:"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><pre>
+#, no-wrap
+msgid ""
+"<code>torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \\\n"
+"| sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \\\n"
+"&amp;&amp; systemctl --user restart tails-upgrade-frontend\n"
+"</code>"
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"This command is a single command that wraps across several lines. Copy and "
+"paste the entire block at once and make sure that it executes as a single "
+"command."
+msgstr ""
+
+#. type: Content of: <div><ul><li><ol><li><p>
+msgid ""
+"Approximately 30 seconds later, you should be prompted to upgrade to the "
+"latest version of Tails. If no prompt appear, you might already be running "
+"the latest version of Tails."
+msgstr ""
+
#. type: Content of: <div>
#, fuzzy
msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home/donate.inline.ar.po b/wiki/src/home/donate.inline.ar.po
index 611c1957fa..6d4fd7dfa5 100644
--- a/wiki/src/home/donate.inline.ar.po
+++ b/wiki/src/home/donate.inline.ar.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-19 01:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,8 +18,8 @@ msgstr ""

#. type: Content of: <a>
msgid ""
-"[[!meta robots=\"noindex\"]] <a id=\"donate\" class=\"random-message\" href="
-"\"https://tails.boum.org/donate?r=h\" data-display-probability=\"0.05\">"
+"<a id=\"donate\" class=\"random-message\" href=\"https://tails.boum.org/"
+"donate?r=h\" data-display-probability=\"0.05\">"
msgstr ""

#. type: Content of: <a><p>
diff --git a/wiki/src/home/donate.inline.ca.po b/wiki/src/home/donate.inline.ca.po
index 2ae63f81a1..6641e71750 100644
--- a/wiki/src/home/donate.inline.ca.po
+++ b/wiki/src/home/donate.inline.ca.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-19 01:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,8 +18,8 @@ msgstr ""

#. type: Content of: <a>
msgid ""
-"[[!meta robots=\"noindex\"]] <a id=\"donate\" class=\"random-message\" href="
-"\"https://tails.boum.org/donate?r=h\" data-display-probability=\"0.05\">"
+"<a id=\"donate\" class=\"random-message\" href=\"https://tails.boum.org/"
+"donate?r=h\" data-display-probability=\"0.05\">"
msgstr ""

#. type: Content of: <a><p>
diff --git a/wiki/src/home/donate.inline.de.po b/wiki/src/home/donate.inline.de.po
index b27804f963..4d73166d31 100644
--- a/wiki/src/home/donate.inline.de.po
+++ b/wiki/src/home/donate.inline.de.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-19 01:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,8 +18,8 @@ msgstr ""

#. type: Content of: <a>
msgid ""
-"[[!meta robots=\"noindex\"]] <a id=\"donate\" class=\"random-message\" href="
-"\"https://tails.boum.org/donate?r=h\" data-display-probability=\"0.05\">"
+"<a id=\"donate\" class=\"random-message\" href=\"https://tails.boum.org/"
+"donate?r=h\" data-display-probability=\"0.05\">"
msgstr ""

#. type: Content of: <a><p>
diff --git a/wiki/src/home/donate.inline.es.po b/wiki/src/home/donate.inline.es.po
index 1b3d659854..8cd65db2f6 100644
--- a/wiki/src/home/donate.inline.es.po
+++ b/wiki/src/home/donate.inline.es.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-19 01:08+0000\n"
"PO-Revision-Date: 2020-10-29 18:31+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -23,8 +23,8 @@ msgstr ""
#| "<a id=\"donate\" class=\"random-message\" href=\"https://tails.boum.org/"
#| "donate?r=h\" data-display-probability=\"0.1\">"
msgid ""
-"[[!meta robots=\"noindex\"]] <a id=\"donate\" class=\"random-message\" href="
-"\"https://tails.boum.org/donate?r=h\" data-display-probability=\"0.05\">"
+"<a id=\"donate\" class=\"random-message\" href=\"https://tails.boum.org/"
+"donate?r=h\" data-display-probability=\"0.05\">"
msgstr ""
"<a id=\"donate\" class=\"random-message\" href=\"https://tails.boum.org/"
"donate/index.es.html?r=h\" data-display-probability=\"0.1\">"
diff --git a/wiki/src/home/donate.inline.fa.po b/wiki/src/home/donate.inline.fa.po
index c263e895e3..9393ce85f0 100644
--- a/wiki/src/home/donate.inline.fa.po
+++ b/wiki/src/home/donate.inline.fa.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-19 01:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,8 +18,8 @@ msgstr ""

#. type: Content of: <a>
msgid ""
-"[[!meta robots=\"noindex\"]] <a id=\"donate\" class=\"random-message\" href="
-"\"https://tails.boum.org/donate?r=h\" data-display-probability=\"0.05\">"
+"<a id=\"donate\" class=\"random-message\" href=\"https://tails.boum.org/"
+"donate?r=h\" data-display-probability=\"0.05\">"
msgstr ""

#. type: Content of: <a><p>
diff --git a/wiki/src/home/donate.inline.fr.po b/wiki/src/home/donate.inline.fr.po
index 6adb3cf227..d16d5bd24f 100644
--- a/wiki/src/home/donate.inline.fr.po
+++ b/wiki/src/home/donate.inline.fr.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-19 01:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -22,8 +22,8 @@ msgstr ""
#| "<a id=\"donate\" class=\"random-message\" href=\"https://tails.boum.org/"
#| "donate?r=h\" data-display-probability=\"0.1\">"
msgid ""
-"[[!meta robots=\"noindex\"]] <a id=\"donate\" class=\"random-message\" href="
-"\"https://tails.boum.org/donate?r=h\" data-display-probability=\"0.05\">"
+"<a id=\"donate\" class=\"random-message\" href=\"https://tails.boum.org/"
+"donate?r=h\" data-display-probability=\"0.05\">"
msgstr ""
"<a id=\"donate\" class=\"random-message\" href=\"https://tails.boum.org/"
"donate?r=h\" data-display-probability=\"0.1\">"
diff --git a/wiki/src/home/donate.inline.html b/wiki/src/home/donate.inline.html
index ce5ca56887..8c5e6469e6 100644
--- a/wiki/src/home/donate.inline.html
+++ b/wiki/src/home/donate.inline.html
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
<a id="donate" class="random-message" href="https://tails.boum.org/donate?r=h" data-display-probability="0.05">

<p><strong>Tails puts the most vulnerable in control of their digital
diff --git a/wiki/src/home/donate.inline.id.po b/wiki/src/home/donate.inline.id.po
index 6a8425e4e1..b4d852b3f4 100644
--- a/wiki/src/home/donate.inline.id.po
+++ b/wiki/src/home/donate.inline.id.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-19 01:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,8 +18,8 @@ msgstr ""

#. type: Content of: <a>
msgid ""
-"[[!meta robots=\"noindex\"]] <a id=\"donate\" class=\"random-message\" href="
-"\"https://tails.boum.org/donate?r=h\" data-display-probability=\"0.05\">"
+"<a id=\"donate\" class=\"random-message\" href=\"https://tails.boum.org/"
+"donate?r=h\" data-display-probability=\"0.05\">"
msgstr ""

#. type: Content of: <a><p>
diff --git a/wiki/src/home/donate.inline.it.po b/wiki/src/home/donate.inline.it.po
index 3010f2da92..e430751199 100644
--- a/wiki/src/home/donate.inline.it.po
+++ b/wiki/src/home/donate.inline.it.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-19 01:08+0000\n"
"PO-Revision-Date: 2019-11-24 09:36+0000\n"
"Last-Translator: Davide <davidesantoro@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -23,8 +23,8 @@ msgstr ""
#| "<a id=\"donate\" class=\"random-message\" href=\"https://tails.boum.org/"
#| "donate?r=h\" data-display-probability=\"0.1\">"
msgid ""
-"[[!meta robots=\"noindex\"]] <a id=\"donate\" class=\"random-message\" href="
-"\"https://tails.boum.org/donate?r=h\" data-display-probability=\"0.05\">"
+"<a id=\"donate\" class=\"random-message\" href=\"https://tails.boum.org/"
+"donate?r=h\" data-display-probability=\"0.05\">"
msgstr ""
"<a id=\"donate\" class=\"random-message\" href=\"https://tails.boum.org/"
"donate?r=h\" data-display-probability=\"0.1\">"
diff --git a/wiki/src/home/donate.inline.pl.po b/wiki/src/home/donate.inline.pl.po
index 14479c0227..60644e9756 100644
--- a/wiki/src/home/donate.inline.pl.po
+++ b/wiki/src/home/donate.inline.pl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-19 01:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,8 +18,8 @@ msgstr ""

#. type: Content of: <a>
msgid ""
-"[[!meta robots=\"noindex\"]] <a id=\"donate\" class=\"random-message\" href="
-"\"https://tails.boum.org/donate?r=h\" data-display-probability=\"0.05\">"
+"<a id=\"donate\" class=\"random-message\" href=\"https://tails.boum.org/"
+"donate?r=h\" data-display-probability=\"0.05\">"
msgstr ""

#. type: Content of: <a><p>
diff --git a/wiki/src/home/donate.inline.pt.po b/wiki/src/home/donate.inline.pt.po
index c263e895e3..9393ce85f0 100644
--- a/wiki/src/home/donate.inline.pt.po
+++ b/wiki/src/home/donate.inline.pt.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-19 01:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,8 +18,8 @@ msgstr ""

#. type: Content of: <a>
msgid ""
-"[[!meta robots=\"noindex\"]] <a id=\"donate\" class=\"random-message\" href="
-"\"https://tails.boum.org/donate?r=h\" data-display-probability=\"0.05\">"
+"<a id=\"donate\" class=\"random-message\" href=\"https://tails.boum.org/"
+"donate?r=h\" data-display-probability=\"0.05\">"
msgstr ""

#. type: Content of: <a><p>
diff --git a/wiki/src/home/donate.inline.ru.po b/wiki/src/home/donate.inline.ru.po
index ebaafa8694..e38308c7c5 100644
--- a/wiki/src/home/donate.inline.ru.po
+++ b/wiki/src/home/donate.inline.ru.po
@@ -3,29 +3,24 @@
# 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: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 13:23+0000\n"
-"Last-Translator: dedmoroz <cj75300@???>\n"
+"POT-Creation-Date: 2021-01-19 01:08+0000\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
-"X-Generator: Weblate 3.11.3\n"

#. type: Content of: <a>
-#, fuzzy
msgid ""
-"[[!meta robots=\"noindex\"]] <a id=\"donate\" class=\"random-message\" href="
-"\"https://tails.boum.org/donate?r=h\" data-display-probability=\"0.05\">"
-msgstr ""
"<a id=\"donate\" class=\"random-message\" href=\"https://tails.boum.org/"
"donate?r=h\" data-display-probability=\"0.05\">"
+msgstr ""

#. type: Content of: <a><p>
msgid ""
@@ -51,4 +46,4 @@ msgstr ""

#. type: Content of: outside any tag (error?)
msgid "</a>"
-msgstr "</a>"
+msgstr ""
diff --git a/wiki/src/home/donate.inline.sr_Latn.po b/wiki/src/home/donate.inline.sr_Latn.po
index 486ecef71d..ac73b42279 100644
--- a/wiki/src/home/donate.inline.sr_Latn.po
+++ b/wiki/src/home/donate.inline.sr_Latn.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-19 01:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,8 +18,8 @@ msgstr ""

#. type: Content of: <a>
msgid ""
-"[[!meta robots=\"noindex\"]] <a id=\"donate\" class=\"random-message\" href="
-"\"https://tails.boum.org/donate?r=h\" data-display-probability=\"0.05\">"
+"<a id=\"donate\" class=\"random-message\" href=\"https://tails.boum.org/"
+"donate?r=h\" data-display-probability=\"0.05\">"
msgstr ""

#. type: Content of: <a><p>
diff --git a/wiki/src/home/donate.inline.tr.po b/wiki/src/home/donate.inline.tr.po
index 7cd77dc085..a73b961c1a 100644
--- a/wiki/src/home/donate.inline.tr.po
+++ b/wiki/src/home/donate.inline.tr.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-19 01:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,8 +18,8 @@ msgstr ""

#. type: Content of: <a>
msgid ""
-"[[!meta robots=\"noindex\"]] <a id=\"donate\" class=\"random-message\" href="
-"\"https://tails.boum.org/donate?r=h\" data-display-probability=\"0.05\">"
+"<a id=\"donate\" class=\"random-message\" href=\"https://tails.boum.org/"
+"donate?r=h\" data-display-probability=\"0.05\">"
msgstr ""

#. type: Content of: <a><p>
diff --git a/wiki/src/home/donate.inline.zh.po b/wiki/src/home/donate.inline.zh.po
index 4602c47e07..dabdaf3ad3 100644
--- a/wiki/src/home/donate.inline.zh.po
+++ b/wiki/src/home/donate.inline.zh.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-19 01:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,8 +18,8 @@ msgstr ""

#. type: Content of: <a>
msgid ""
-"[[!meta robots=\"noindex\"]] <a id=\"donate\" class=\"random-message\" href="
-"\"https://tails.boum.org/donate?r=h\" data-display-probability=\"0.05\">"
+"<a id=\"donate\" class=\"random-message\" href=\"https://tails.boum.org/"
+"donate?r=h\" data-display-probability=\"0.05\">"
msgstr ""

#. type: Content of: <a><p>
diff --git a/wiki/src/home/donate.inline.zh_TW.po b/wiki/src/home/donate.inline.zh_TW.po
index 4ca8e1c286..db9495dae4 100644
--- a/wiki/src/home/donate.inline.zh_TW.po
+++ b/wiki/src/home/donate.inline.zh_TW.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-01-19 01:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,8 +18,8 @@ msgstr ""

#. type: Content of: <a>
msgid ""
-"[[!meta robots=\"noindex\"]] <a id=\"donate\" class=\"random-message\" href="
-"\"https://tails.boum.org/donate?r=h\" data-display-probability=\"0.05\">"
+"<a id=\"donate\" class=\"random-message\" href=\"https://tails.boum.org/"
+"donate?r=h\" data-display-probability=\"0.05\">"
msgstr ""

#. type: Content of: <a><p>
diff --git a/wiki/src/home/testing.ar.po b/wiki/src/home/testing.ar.po
index 0323a8e4db..4bf70b7f1e 100644
--- a/wiki/src/home/testing.ar.po
+++ b/wiki/src/home/testing.ar.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-04-28 00:31+0000\n"
+"POT-Creation-Date: 2020-10-06 15:07+0000\n"
"PO-Revision-Date: 2019-05-24 09:49+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -24,26 +24,33 @@ msgstr ""
msgid ""
"[[!meta stylesheet=\"home\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-"stylesheet=\"hide-donate-banner\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"robots=\"noindex\"]] [[!meta script=\"home\"]]"
msgstr ""

#. type: Content of: <div>
msgid ""
-"<a id=\"tor_check\" href=\"https://check.torproject.org/\"> [[!img lib/onion."
-"png link=\"no\" alt=\"\"]] <span>Tor check</span> </a>"
+"<a href=\"https://check.torproject.org/\" id=\"tor_check\"> <span>Tor check</"
+"span> </a>"
msgstr ""

+#. type: Content of: <div>
+#, fuzzy
+msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
+msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
+
#. type: Content of: <div><p>
msgid "You are running a testing version of Tails. Thanks!"
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Release candidates are safe to use but might have other problems."
+msgid ""
+"If it's a release candidate or a beta version, it should be safe to use but "
+"it might still be broken in many ways."
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Beta versions are unsafe to use. Only use beta versions for testing."
+msgid ""
+"Else, it might be unsafe for regular usage. Use only for testing purposes."
msgstr ""

#. type: Content of: <div><p>
@@ -52,27 +59,9 @@ msgid ""
"testers@???</a>."
msgstr ""

-#. type: Content of: <h1>
-msgid "Current calls for testing"
-msgstr ""
-
-#. type: Content of: <ul><li>
-msgid ""
-"<a href=\"https://tails.boum.org/news/test_4.19-beta1/\">Call for testing: "
-"4.19~beta1</a>"
-msgstr ""
-
-#. type: Content of: <h1>
-msgid "Other news"
-msgstr ""
-
#. type: Content of: <div>
msgid "[[!inline pages=\"news\" raw=\"yes\" sort=\"age\"]]"
msgstr ""

-#, fuzzy
-#~ msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
-#~ msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
-
#~ msgid "[[!inline pages=\"home/tor_check\" raw=\"yes\" sort=\"age\"]]"
#~ msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home/testing.ca.po b/wiki/src/home/testing.ca.po
index ed4577a579..97e3e8fc48 100644
--- a/wiki/src/home/testing.ca.po
+++ b/wiki/src/home/testing.ca.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-04-28 00:31+0000\n"
+"POT-Creation-Date: 2020-10-06 15:07+0000\n"
"PO-Revision-Date: 2020-08-14 21:29+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -22,11 +22,9 @@ msgid "[[!meta title=\"Trying a testing version of Tails\"]]"
msgstr ""

#. type: Content of: outside any tag (error?)
-#, fuzzy
msgid ""
"[[!meta stylesheet=\"home\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-"stylesheet=\"hide-donate-banner\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"robots=\"noindex\"]] [[!meta script=\"home\"]]"
msgstr ""
"[[!meta stylesheet=\"home\" rel=\"stylesheet\" title=\"\"]] [[!meta "
@@ -35,20 +33,28 @@ msgstr ""

#. type: Content of: <div>
msgid ""
-"<a id=\"tor_check\" href=\"https://check.torproject.org/\"> [[!img lib/onion."
-"png link=\"no\" alt=\"\"]] <span>Tor check</span> </a>"
+"<a href=\"https://check.torproject.org/\" id=\"tor_check\"> <span>Tor check</"
+"span> </a>"
msgstr ""

+#. type: Content of: <div>
+#, fuzzy
+msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
+msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
+
#. type: Content of: <div><p>
msgid "You are running a testing version of Tails. Thanks!"
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Release candidates are safe to use but might have other problems."
+msgid ""
+"If it's a release candidate or a beta version, it should be safe to use but "
+"it might still be broken in many ways."
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Beta versions are unsafe to use. Only use beta versions for testing."
+msgid ""
+"Else, it might be unsafe for regular usage. Use only for testing purposes."
msgstr ""

#. type: Content of: <div><p>
@@ -57,27 +63,9 @@ msgid ""
"testers@???</a>."
msgstr ""

-#. type: Content of: <h1>
-msgid "Current calls for testing"
-msgstr ""
-
-#. type: Content of: <ul><li>
-msgid ""
-"<a href=\"https://tails.boum.org/news/test_4.19-beta1/\">Call for testing: "
-"4.19~beta1</a>"
-msgstr ""
-
-#. type: Content of: <h1>
-msgid "Other news"
-msgstr ""
-
#. type: Content of: <div>
msgid "[[!inline pages=\"news\" raw=\"yes\" sort=\"age\"]]"
msgstr "[[!inline pages=\"news.ca\" raw=\"yes\" sort=\"age\"]]"

-#, fuzzy
-#~ msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
-#~ msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
-
#~ msgid "[[!inline pages=\"home/tor_check\" raw=\"yes\" sort=\"age\"]]"
#~ msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home/testing.de.po b/wiki/src/home/testing.de.po
index a3ab10c152..13f79ebe3e 100644
--- a/wiki/src/home/testing.de.po
+++ b/wiki/src/home/testing.de.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-04-28 00:31+0000\n"
+"POT-Creation-Date: 2020-10-06 15:07+0000\n"
"PO-Revision-Date: 2019-05-24 09:49+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -24,26 +24,34 @@ msgstr ""
msgid ""
"[[!meta stylesheet=\"home\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-"stylesheet=\"hide-donate-banner\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"robots=\"noindex\"]] [[!meta script=\"home\"]]"
msgstr ""

#. type: Content of: <div>
msgid ""
-"<a id=\"tor_check\" href=\"https://check.torproject.org/\"> [[!img lib/onion."
-"png link=\"no\" alt=\"\"]] <span>Tor check</span> </a>"
+"<a href=\"https://check.torproject.org/\" id=\"tor_check\"> <span>Tor check</"
+"span> </a>"
msgstr ""

+#. type: Content of: <div>
+#, fuzzy
+#| msgid "[[!inline pages=\"home/donate\" raw=\"yes\" sort=\"age\"]]"
+msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
+msgstr "[[!inline pages=\"home/donate.de\" raw=\"yes\" sort=\"age\"]]"
+
#. type: Content of: <div><p>
msgid "You are running a testing version of Tails. Thanks!"
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Release candidates are safe to use but might have other problems."
+msgid ""
+"If it's a release candidate or a beta version, it should be safe to use but "
+"it might still be broken in many ways."
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Beta versions are unsafe to use. Only use beta versions for testing."
+msgid ""
+"Else, it might be unsafe for regular usage. Use only for testing purposes."
msgstr ""

#. type: Content of: <div><p>
@@ -52,28 +60,9 @@ msgid ""
"testers@???</a>."
msgstr ""

-#. type: Content of: <h1>
-msgid "Current calls for testing"
-msgstr ""
-
-#. type: Content of: <ul><li>
-msgid ""
-"<a href=\"https://tails.boum.org/news/test_4.19-beta1/\">Call for testing: "
-"4.19~beta1</a>"
-msgstr ""
-
-#. type: Content of: <h1>
-msgid "Other news"
-msgstr ""
-
#. type: Content of: <div>
msgid "[[!inline pages=\"news\" raw=\"yes\" sort=\"age\"]]"
msgstr "[[!inline pages=\"news.de\" raw=\"yes\" sort=\"age\"]]"

-#, fuzzy
-#~| msgid "[[!inline pages=\"home/donate\" raw=\"yes\" sort=\"age\"]]"
-#~ msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
-#~ msgstr "[[!inline pages=\"home/donate.de\" raw=\"yes\" sort=\"age\"]]"
-
#~ msgid "[[!inline pages=\"home/tor_check\" raw=\"yes\" sort=\"age\"]]"
#~ msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home/testing.es.po b/wiki/src/home/testing.es.po
index b06fa774a7..9215ec7fb9 100644
--- a/wiki/src/home/testing.es.po
+++ b/wiki/src/home/testing.es.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-04-28 00:31+0000\n"
+"POT-Creation-Date: 2020-10-06 15:07+0000\n"
"PO-Revision-Date: 2020-10-18 15:32+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -22,15 +22,9 @@ msgid "[[!meta title=\"Trying a testing version of Tails\"]]"
msgstr ""

#. type: Content of: outside any tag (error?)
-#, fuzzy
-#| msgid ""
-#| "[[!meta stylesheet=\"home\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-#| "stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-#| "robots=\"noindex\"]] [[!meta script=\"home\"]]"
msgid ""
"[[!meta stylesheet=\"home\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-"stylesheet=\"hide-donate-banner\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"robots=\"noindex\"]] [[!meta script=\"home\"]]"
msgstr ""
"[[!meta stylesheet=\"home\" rel=\"stylesheet\" title=\"\"]] [[!meta "
@@ -38,27 +32,32 @@ msgstr ""
"robots=\"noindex\"]] [[!meta script=\"home\"]]"

#. type: Content of: <div>
-#, fuzzy
-#| msgid ""
-#| "<a href=\"https://check.torproject.org/\" id=\"tor_check\"> <span>Tor "
-#| "check</span> </a>"
msgid ""
-"<a id=\"tor_check\" href=\"https://check.torproject.org/\"> [[!img lib/onion."
-"png link=\"no\" alt=\"\"]] <span>Tor check</span> </a>"
+"<a href=\"https://check.torproject.org/\" id=\"tor_check\"> <span>Tor check</"
+"span> </a>"
msgstr ""
"<a href=\"https://check.torproject.org/\" id=\"tor_check\"> "
"<span>Comprobación de Tor</span> </a>"

+#. type: Content of: <div>
+msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
+msgstr "[[!inline pages=\"home/donate.inline.es\" raw=\"yes\" sort=\"age\"]]"
+
#. type: Content of: <div><p>
msgid "You are running a testing version of Tails. Thanks!"
msgstr "Estás usando una versión experimental de Tails. ¡Gracias!"

#. type: Content of: <div><ul><li>
-msgid "Release candidates are safe to use but might have other problems."
+msgid ""
+"If it's a release candidate or a beta version, it should be safe to use but "
+"it might still be broken in many ways."
msgstr ""
+"Si es un candidato para release o una versión beta, debería ser seguro "
+"usarlo pero podría estar roto en varios sitios."

#. type: Content of: <div><ul><li>
-msgid "Beta versions are unsafe to use. Only use beta versions for testing."
+msgid ""
+"Else, it might be unsafe for regular usage. Use only for testing purposes."
msgstr ""

#. type: Content of: <div><p>
@@ -67,34 +66,9 @@ msgid ""
"testers@???</a>."
msgstr ""

-#. type: Content of: <h1>
-msgid "Current calls for testing"
-msgstr ""
-
-#. type: Content of: <ul><li>
-msgid ""
-"<a href=\"https://tails.boum.org/news/test_4.19-beta1/\">Call for testing: "
-"4.19~beta1</a>"
-msgstr ""
-
-#. type: Content of: <h1>
-msgid "Other news"
-msgstr ""
-
#. type: Content of: <div>
msgid "[[!inline pages=\"news\" raw=\"yes\" sort=\"age\"]]"
msgstr "[[!inline pages=\"news.es\" raw=\"yes\" sort=\"age\"]]"

-#~ msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
-#~ msgstr ""
-#~ "[[!inline pages=\"home/donate.inline.es\" raw=\"yes\" sort=\"age\"]]"
-
-#~ msgid ""
-#~ "If it's a release candidate or a beta version, it should be safe to use "
-#~ "but it might still be broken in many ways."
-#~ msgstr ""
-#~ "Si es un candidato para release o una versión beta, debería ser seguro "
-#~ "usarlo pero podría estar roto en varios sitios."
-
#~ msgid "[[!inline pages=\"home/tor_check\" raw=\"yes\" sort=\"age\"]]"
#~ msgstr "[[!inline pages=\"home/tor_check.es\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home/testing.fa.po b/wiki/src/home/testing.fa.po
index 45b0ce4d66..eea9286049 100644
--- a/wiki/src/home/testing.fa.po
+++ b/wiki/src/home/testing.fa.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-04-28 00:31+0000\n"
+"POT-Creation-Date: 2020-10-06 15:07+0000\n"
"PO-Revision-Date: 2020-08-19 08:30+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -29,7 +29,6 @@ msgstr ""
msgid ""
"[[!meta stylesheet=\"home\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-"stylesheet=\"hide-donate-banner\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"robots=\"noindex\"]] [[!meta script=\"home\"]]"
msgstr ""
"[[!meta stylesheet=\"home\" rel=\"stylesheet\" title=\"\"]] [[!meta robots="
@@ -37,20 +36,27 @@ msgstr ""

#. type: Content of: <div>
msgid ""
-"<a id=\"tor_check\" href=\"https://check.torproject.org/\"> [[!img lib/onion."
-"png link=\"no\" alt=\"\"]] <span>Tor check</span> </a>"
+"<a href=\"https://check.torproject.org/\" id=\"tor_check\"> <span>Tor check</"
+"span> </a>"
msgstr ""

+#. type: Content of: <div>
+msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
+msgstr "[[!inline pages=\"home/donate.inline.fa\" raw=\"yes\" sort=\"age\"]]"
+
#. type: Content of: <div><p>
msgid "You are running a testing version of Tails. Thanks!"
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Release candidates are safe to use but might have other problems."
+msgid ""
+"If it's a release candidate or a beta version, it should be safe to use but "
+"it might still be broken in many ways."
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Beta versions are unsafe to use. Only use beta versions for testing."
+msgid ""
+"Else, it might be unsafe for regular usage. Use only for testing purposes."
msgstr ""

#. type: Content of: <div><p>
@@ -59,27 +65,9 @@ msgid ""
"testers@???</a>."
msgstr ""

-#. type: Content of: <h1>
-msgid "Current calls for testing"
-msgstr ""
-
-#. type: Content of: <ul><li>
-msgid ""
-"<a href=\"https://tails.boum.org/news/test_4.19-beta1/\">Call for testing: "
-"4.19~beta1</a>"
-msgstr ""
-
-#. type: Content of: <h1>
-msgid "Other news"
-msgstr ""
-
#. type: Content of: <div>
msgid "[[!inline pages=\"news\" raw=\"yes\" sort=\"age\"]]"
msgstr "[[!inline pages=\"news.fa\" raw=\"yes\" sort=\"age\"]]"

-#~ msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
-#~ msgstr ""
-#~ "[[!inline pages=\"home/donate.inline.fa\" raw=\"yes\" sort=\"age\"]]"
-
#~ msgid "[[!inline pages=\"home/tor_check\" raw=\"yes\" sort=\"age\"]]"
#~ msgstr "[[!inline pages=\"home/tor_check.fa\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home/testing.fr.po b/wiki/src/home/testing.fr.po
index d262234950..61681cc57e 100644
--- a/wiki/src/home/testing.fr.po
+++ b/wiki/src/home/testing.fr.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-04-28 00:31+0000\n"
-"PO-Revision-Date: 2021-04-29 17:00+0000\n"
-"Last-Translator: nihei <nihei@???>\n"
+"POT-Creation-Date: 2020-10-06 15:07+0000\n"
+"PO-Revision-Date: 2021-03-25 20:06+0000\n"
+"Last-Translator: Chre <tor@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -19,27 +19,29 @@ msgstr ""

#. type: Content of: <div>
msgid "[[!meta title=\"Trying a testing version of Tails\"]]"
-msgstr "[[!meta title=\"Essayer une version de test de Tails\"]]"
+msgstr "[[!meta title=\"Essai d'une version de test de Tails\"]]"

#. type: Content of: outside any tag (error?)
msgid ""
"[[!meta stylesheet=\"home\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-"stylesheet=\"hide-donate-banner\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"robots=\"noindex\"]] [[!meta script=\"home\"]]"
msgstr ""
"[[!meta stylesheet=\"home\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-"stylesheet=\"hide-donate-banner\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"robots=\"noindex\"]] [[!meta script=\"home\"]]"

#. type: Content of: <div>
msgid ""
-"<a id=\"tor_check\" href=\"https://check.torproject.org/\"> [[!img lib/onion."
-"png link=\"no\" alt=\"\"]] <span>Tor check</span> </a>"
+"<a href=\"https://check.torproject.org/\" id=\"tor_check\"> <span>Tor check</"
+"span> </a>"
msgstr ""
-"<a id=\"tor_check\" href=\"https://check.torproject.org/\"> [[!img lib/"
-"onion.png link=\"no\" alt=\"\"]] <span>Vérification de Tor</span> </a>"
+"<a href=\"https://check.torproject.org/\" id=\"tor_check\"> <span>"
+"Vérification de Tor</span> </a>"
+
+#. type: Content of: <div>
+msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
+msgstr "[[!inline pages=\"home/donate.inline.fr\" raw=\"yes\" sort=\"age\"]]"

#. type: Content of: <div><p>
msgid "You are running a testing version of Tails. Thanks!"
@@ -47,16 +49,19 @@ msgstr ""
"Vous êtes en train de faire fonctionner une version de test de Tails. Merci !"

#. type: Content of: <div><ul><li>
-msgid "Release candidates are safe to use but might have other problems."
+msgid ""
+"If it's a release candidate or a beta version, it should be safe to use but "
+"it might still be broken in many ways."
msgstr ""
-"Les versions candidates peuvent être utilisées en toute sécurité mais "
-"peuvent présenter d'autres problèmes."
+"Si c'est une version candidate ou une version bêta, elle devrait être sûre à "
+"utiliser mais elle pourrait être encore cassée de diverses façons."

#. type: Content of: <div><ul><li>
-msgid "Beta versions are unsafe to use. Only use beta versions for testing."
+msgid ""
+"Else, it might be unsafe for regular usage. Use only for testing purposes."
msgstr ""
-"Les versions bêta ne sont pas sûres à utiliser. N'utilisez les versions bêta "
-"qu'à des fins de test."
+"Sinon, elle pourrait ne pas être sûre pour un usage régulier. Utilisez-là "
+"uniquement pour faire des tests."

#. type: Content of: <div><p>
msgid ""
@@ -66,42 +71,20 @@ msgstr ""
"Signalez tout problème à <a href=\"mailto:tails-testers@boum.org\">tails-"
"testers@???</a>."

-#. type: Content of: <h1>
-msgid "Current calls for testing"
-msgstr "Demandes d'essai en cours"
-
-#. type: Content of: <ul><li>
-msgid ""
-"<a href=\"https://tails.boum.org/news/test_4.19-beta1/\">Call for testing: "
-"4.19~beta1</a>"
-msgstr ""
-"<a href=\"https://tails.boum.org/news/test_4.19-beta1/\">Demande d'essai : "
-"4.19~beta1</a>"
-
-#. type: Content of: <h1>
-msgid "Other news"
-msgstr "Autres nouvelles"
-
#. type: Content of: <div>
msgid "[[!inline pages=\"news\" raw=\"yes\" sort=\"age\"]]"
msgstr "[[!inline pages=\"news.fr\" raw=\"yes\" sort=\"age\"]]"

-#~ msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
-#~ msgstr ""
-#~ "[[!inline pages=\"home/donate.inline.fr\" raw=\"yes\" sort=\"age\"]]"
-
-#~ msgid ""
-#~ "If it's a release candidate or a beta version, it should be safe to use "
-#~ "but it might still be broken in many ways."
-#~ msgstr ""
-#~ "Si c'est une version candidate ou une version bêta, elle devrait être "
-#~ "sûre à utiliser mais elle pourrait être encore cassée de diverses façons."
-
+#, fuzzy
+#~| msgid ""
+#~| "<a href=\"https://tails.boum.org/news/test_4.5-rc1/\">Call for testing: "
+#~| "4.5~rc1</a>"
#~ msgid ""
-#~ "Else, it might be unsafe for regular usage. Use only for testing purposes."
+#~ "<a href=\"https://tails.boum.org/news/test_4.11-rc1/\">Call for testing: "
+#~ "4.11~rc1</a>"
#~ msgstr ""
-#~ "Sinon, elle pourrait ne pas être sûre pour un usage régulier. Utilisez-là "
-#~ "uniquement pour faire des tests."
+#~ "<a href=\"https://tails.boum.org/news/test_4.5-rc1/\">Call for testing: "
+#~ "4.5~rc1</a>"

#~ msgid "[[!inline pages=\"home/tor_check\" raw=\"yes\" sort=\"age\"]]"
#~ msgstr "[[!inline pages=\"home/tor_check.fr\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home/testing.html b/wiki/src/home/testing.html
index bdcef8a57f..b0d8861a28 100644
--- a/wiki/src/home/testing.html
+++ b/wiki/src/home/testing.html
@@ -2,48 +2,45 @@

[[!meta stylesheet="home" rel="stylesheet" title=""]]
[[!meta stylesheet="hide-breadcrumbs" rel="stylesheet" title=""]]
-[[!meta stylesheet="hide-donate-banner" rel="stylesheet" title=""]]
[[!meta robots="noindex"]]
[[!meta script="home"]]

 <div id="tor_check">
-  <a id="tor_check" href="https://check.torproject.org/">
-    [[!img lib/onion.png link="no" alt=""]]
+  <a href="https://check.torproject.org/" id="tor_check">
     <span>Tor check</span>
   </a>
 </div>


+<div>
+[[!inline pages="home/donate.inline" raw="yes" sort="age"]]
+</div>
+
<div class="caution">

<p>You are running a testing version of Tails. Thanks!</p>

<ul>
-<li>Release candidates are safe to use but might have other problems.</li>
-<li>Beta versions are unsafe to use. Only use beta versions for testing.</li>
+<li>If it's a release candidate or
+a beta version, it should be safe to use but it might still be broken in many
+ways.</li>
+<li>Else, it might be unsafe for regular usage. Use only for testing
+purposes.</li>
</ul>

<p>Report any problems to <a href="mailto:tails-testers@boum.org">tails-testers@???</a>.</p>

</div>

-<h1>Current calls for testing</h1>
-
-<!-- None at this moment. -->
-
 <!-- Content specific to current calls for testing and alpha/beta/RCs starts
      here -->


-<!-- Our calls for testing include specific testing instructions and known issues: -->
-
-<ul>
-<li><a href="https://tails.boum.org/news/test_4.19-beta1/">Call for testing: 4.19~beta1</a></li>
-</ul>
+<!-- <ul> -->
+<!-- <li><a href="https://tails.boum.org/news/test_4.11-rc1/">Call for testing: 4.11~rc1</a></li> -->
+<!-- </ul> -->

 <!-- Content specific to current calls for testing and alpha/beta/RCs ends
      here -->


-<h1>Other news</h1>
-
<div>
[[!inline pages="news" raw="yes" sort="age"]]
</div>
diff --git a/wiki/src/home/testing.id.po b/wiki/src/home/testing.id.po
index 48951bb9c7..57e2d9eb91 100644
--- a/wiki/src/home/testing.id.po
+++ b/wiki/src/home/testing.id.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-04-28 00:31+0000\n"
+"POT-Creation-Date: 2020-10-06 15:07+0000\n"
"PO-Revision-Date: 2020-08-14 21:29+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -22,11 +22,9 @@ msgid "[[!meta title=\"Trying a testing version of Tails\"]]"
msgstr ""

#. type: Content of: outside any tag (error?)
-#, fuzzy
msgid ""
"[[!meta stylesheet=\"home\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-"stylesheet=\"hide-donate-banner\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"robots=\"noindex\"]] [[!meta script=\"home\"]]"
msgstr ""
"[[!meta stylesheet=\"home\" rel=\"stylesheet\" title=\"\"]] [[!meta "
@@ -35,20 +33,28 @@ msgstr ""

#. type: Content of: <div>
msgid ""
-"<a id=\"tor_check\" href=\"https://check.torproject.org/\"> [[!img lib/onion."
-"png link=\"no\" alt=\"\"]] <span>Tor check</span> </a>"
+"<a href=\"https://check.torproject.org/\" id=\"tor_check\"> <span>Tor check</"
+"span> </a>"
msgstr ""

+#. type: Content of: <div>
+#, fuzzy
+msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
+msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
+
#. type: Content of: <div><p>
msgid "You are running a testing version of Tails. Thanks!"
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Release candidates are safe to use but might have other problems."
+msgid ""
+"If it's a release candidate or a beta version, it should be safe to use but "
+"it might still be broken in many ways."
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Beta versions are unsafe to use. Only use beta versions for testing."
+msgid ""
+"Else, it might be unsafe for regular usage. Use only for testing purposes."
msgstr ""

#. type: Content of: <div><p>
@@ -57,27 +63,9 @@ msgid ""
"testers@???</a>."
msgstr ""

-#. type: Content of: <h1>
-msgid "Current calls for testing"
-msgstr ""
-
-#. type: Content of: <ul><li>
-msgid ""
-"<a href=\"https://tails.boum.org/news/test_4.19-beta1/\">Call for testing: "
-"4.19~beta1</a>"
-msgstr ""
-
-#. type: Content of: <h1>
-msgid "Other news"
-msgstr ""
-
#. type: Content of: <div>
msgid "[[!inline pages=\"news\" raw=\"yes\" sort=\"age\"]]"
msgstr ""

-#, fuzzy
-#~ msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
-#~ msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
-
#~ msgid "[[!inline pages=\"home/tor_check\" raw=\"yes\" sort=\"age\"]]"
#~ msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home/testing.it.po b/wiki/src/home/testing.it.po
index 4d0e0d8a6a..ca0184ff51 100644
--- a/wiki/src/home/testing.it.po
+++ b/wiki/src/home/testing.it.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-04-28 00:31+0000\n"
+"POT-Creation-Date: 2020-10-06 15:07+0000\n"
"PO-Revision-Date: 2021-03-02 21:44+0000\n"
"Last-Translator: cenere <cenere@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -25,26 +25,32 @@ msgstr ""
msgid ""
"[[!meta stylesheet=\"home\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-"stylesheet=\"hide-donate-banner\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"robots=\"noindex\"]] [[!meta script=\"home\"]]"
msgstr ""

#. type: Content of: <div>
msgid ""
-"<a id=\"tor_check\" href=\"https://check.torproject.org/\"> [[!img lib/onion."
-"png link=\"no\" alt=\"\"]] <span>Tor check</span> </a>"
+"<a href=\"https://check.torproject.org/\" id=\"tor_check\"> <span>Tor check</"
+"span> </a>"
msgstr ""

+#. type: Content of: <div>
+msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
+msgstr "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
+
#. type: Content of: <div><p>
msgid "You are running a testing version of Tails. Thanks!"
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Release candidates are safe to use but might have other problems."
+msgid ""
+"If it's a release candidate or a beta version, it should be safe to use but "
+"it might still be broken in many ways."
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Beta versions are unsafe to use. Only use beta versions for testing."
+msgid ""
+"Else, it might be unsafe for regular usage. Use only for testing purposes."
msgstr ""

#. type: Content of: <div><p>
@@ -53,26 +59,9 @@ msgid ""
"testers@???</a>."
msgstr ""

-#. type: Content of: <h1>
-msgid "Current calls for testing"
-msgstr ""
-
-#. type: Content of: <ul><li>
-msgid ""
-"<a href=\"https://tails.boum.org/news/test_4.19-beta1/\">Call for testing: "
-"4.19~beta1</a>"
-msgstr ""
-
-#. type: Content of: <h1>
-msgid "Other news"
-msgstr ""
-
#. type: Content of: <div>
msgid "[[!inline pages=\"news\" raw=\"yes\" sort=\"age\"]]"
msgstr "[[!inline pages=\"news.it\" raw=\"yes\" sort=\"age\"]]"

-#~ msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
-#~ msgstr "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
-
#~ msgid "[[!inline pages=\"home/tor_check\" raw=\"yes\" sort=\"age\"]]"
#~ msgstr "[[!inline pages=\"home/tor_check.it\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home/testing.pl.po b/wiki/src/home/testing.pl.po
index ac1e2a1b75..b77c146c4a 100644
--- a/wiki/src/home/testing.pl.po
+++ b/wiki/src/home/testing.pl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-04-28 00:31+0000\n"
+"POT-Creation-Date: 2020-10-06 15:07+0000\n"
"PO-Revision-Date: 2019-05-24 09:49+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -24,26 +24,33 @@ msgstr ""
msgid ""
"[[!meta stylesheet=\"home\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-"stylesheet=\"hide-donate-banner\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"robots=\"noindex\"]] [[!meta script=\"home\"]]"
msgstr ""

#. type: Content of: <div>
msgid ""
-"<a id=\"tor_check\" href=\"https://check.torproject.org/\"> [[!img lib/onion."
-"png link=\"no\" alt=\"\"]] <span>Tor check</span> </a>"
+"<a href=\"https://check.torproject.org/\" id=\"tor_check\"> <span>Tor check</"
+"span> </a>"
msgstr ""

+#. type: Content of: <div>
+#, fuzzy
+msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
+msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
+
#. type: Content of: <div><p>
msgid "You are running a testing version of Tails. Thanks!"
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Release candidates are safe to use but might have other problems."
+msgid ""
+"If it's a release candidate or a beta version, it should be safe to use but "
+"it might still be broken in many ways."
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Beta versions are unsafe to use. Only use beta versions for testing."
+msgid ""
+"Else, it might be unsafe for regular usage. Use only for testing purposes."
msgstr ""

#. type: Content of: <div><p>
@@ -52,27 +59,9 @@ msgid ""
"testers@???</a>."
msgstr ""

-#. type: Content of: <h1>
-msgid "Current calls for testing"
-msgstr ""
-
-#. type: Content of: <ul><li>
-msgid ""
-"<a href=\"https://tails.boum.org/news/test_4.19-beta1/\">Call for testing: "
-"4.19~beta1</a>"
-msgstr ""
-
-#. type: Content of: <h1>
-msgid "Other news"
-msgstr ""
-
#. type: Content of: <div>
msgid "[[!inline pages=\"news\" raw=\"yes\" sort=\"age\"]]"
msgstr ""

-#, fuzzy
-#~ msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
-#~ msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
-
#~ msgid "[[!inline pages=\"home/tor_check\" raw=\"yes\" sort=\"age\"]]"
#~ msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home/testing.pt.po b/wiki/src/home/testing.pt.po
index 9977570210..fbb06bca31 100644
--- a/wiki/src/home/testing.pt.po
+++ b/wiki/src/home/testing.pt.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-04-28 00:31+0000\n"
+"POT-Creation-Date: 2020-10-06 15:07+0000\n"
"PO-Revision-Date: 2019-12-22 21:03+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -29,7 +29,6 @@ msgstr ""
msgid ""
"[[!meta stylesheet=\"home\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-"stylesheet=\"hide-donate-banner\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"robots=\"noindex\"]] [[!meta script=\"home\"]]"
msgstr ""
"[[!meta stylesheet=\"home\" rel=\"stylesheet\" title=\"\"]] [[!meta robots="
@@ -37,20 +36,29 @@ msgstr ""

#. type: Content of: <div>
msgid ""
-"<a id=\"tor_check\" href=\"https://check.torproject.org/\"> [[!img lib/onion."
-"png link=\"no\" alt=\"\"]] <span>Tor check</span> </a>"
+"<a href=\"https://check.torproject.org/\" id=\"tor_check\"> <span>Tor check</"
+"span> </a>"
msgstr ""

+#. type: Content of: <div>
+#, fuzzy
+#| msgid "[[!inline pages=\"home/donate\" raw=\"yes\" sort=\"age\"]]"
+msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
+msgstr "[[!inline pages=\"home/donate.pt\" raw=\"yes\" sort=\"age\"]]"
+
#. type: Content of: <div><p>
msgid "You are running a testing version of Tails. Thanks!"
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Release candidates are safe to use but might have other problems."
+msgid ""
+"If it's a release candidate or a beta version, it should be safe to use but "
+"it might still be broken in many ways."
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Beta versions are unsafe to use. Only use beta versions for testing."
+msgid ""
+"Else, it might be unsafe for regular usage. Use only for testing purposes."
msgstr ""

#. type: Content of: <div><p>
@@ -59,28 +67,9 @@ msgid ""
"testers@???</a>."
msgstr ""

-#. type: Content of: <h1>
-msgid "Current calls for testing"
-msgstr ""
-
-#. type: Content of: <ul><li>
-msgid ""
-"<a href=\"https://tails.boum.org/news/test_4.19-beta1/\">Call for testing: "
-"4.19~beta1</a>"
-msgstr ""
-
-#. type: Content of: <h1>
-msgid "Other news"
-msgstr ""
-
#. type: Content of: <div>
msgid "[[!inline pages=\"news\" raw=\"yes\" sort=\"age\"]]"
msgstr "[[!inline pages=\"news.pt\" raw=\"yes\" sort=\"age\"]]"

-#, fuzzy
-#~| msgid "[[!inline pages=\"home/donate\" raw=\"yes\" sort=\"age\"]]"
-#~ msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
-#~ msgstr "[[!inline pages=\"home/donate.pt\" raw=\"yes\" sort=\"age\"]]"
-
#~ msgid "[[!inline pages=\"home/tor_check\" raw=\"yes\" sort=\"age\"]]"
#~ msgstr "[[!inline pages=\"home/tor_check.pt\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home/testing.ru.po b/wiki/src/home/testing.ru.po
index dcfd48b1e1..3557d431f1 100644
--- a/wiki/src/home/testing.ru.po
+++ b/wiki/src/home/testing.ru.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-04-28 00:31+0000\n"
+"POT-Creation-Date: 2020-10-06 15:07+0000\n"
"PO-Revision-Date: 2019-05-24 09:49+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -24,26 +24,33 @@ msgstr ""
msgid ""
"[[!meta stylesheet=\"home\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-"stylesheet=\"hide-donate-banner\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"robots=\"noindex\"]] [[!meta script=\"home\"]]"
msgstr ""

#. type: Content of: <div>
msgid ""
-"<a id=\"tor_check\" href=\"https://check.torproject.org/\"> [[!img lib/onion."
-"png link=\"no\" alt=\"\"]] <span>Tor check</span> </a>"
+"<a href=\"https://check.torproject.org/\" id=\"tor_check\"> <span>Tor check</"
+"span> </a>"
msgstr ""

+#. type: Content of: <div>
+#, fuzzy
+msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
+msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
+
#. type: Content of: <div><p>
msgid "You are running a testing version of Tails. Thanks!"
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Release candidates are safe to use but might have other problems."
+msgid ""
+"If it's a release candidate or a beta version, it should be safe to use but "
+"it might still be broken in many ways."
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Beta versions are unsafe to use. Only use beta versions for testing."
+msgid ""
+"Else, it might be unsafe for regular usage. Use only for testing purposes."
msgstr ""

#. type: Content of: <div><p>
@@ -52,27 +59,9 @@ msgid ""
"testers@???</a>."
msgstr ""

-#. type: Content of: <h1>
-msgid "Current calls for testing"
-msgstr ""
-
-#. type: Content of: <ul><li>
-msgid ""
-"<a href=\"https://tails.boum.org/news/test_4.19-beta1/\">Call for testing: "
-"4.19~beta1</a>"
-msgstr ""
-
-#. type: Content of: <h1>
-msgid "Other news"
-msgstr ""
-
#. type: Content of: <div>
msgid "[[!inline pages=\"news\" raw=\"yes\" sort=\"age\"]]"
msgstr ""

-#, fuzzy
-#~ msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
-#~ msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
-
#~ msgid "[[!inline pages=\"home/tor_check\" raw=\"yes\" sort=\"age\"]]"
#~ msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home/testing.sr_Latn.po b/wiki/src/home/testing.sr_Latn.po
index 799dbe028e..02e225f249 100644
--- a/wiki/src/home/testing.sr_Latn.po
+++ b/wiki/src/home/testing.sr_Latn.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-04-28 00:31+0000\n"
+"POT-Creation-Date: 2020-10-06 15:07+0000\n"
"PO-Revision-Date: 2019-05-24 09:49+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -24,26 +24,33 @@ msgstr ""
msgid ""
"[[!meta stylesheet=\"home\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-"stylesheet=\"hide-donate-banner\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"robots=\"noindex\"]] [[!meta script=\"home\"]]"
msgstr ""

#. type: Content of: <div>
msgid ""
-"<a id=\"tor_check\" href=\"https://check.torproject.org/\"> [[!img lib/onion."
-"png link=\"no\" alt=\"\"]] <span>Tor check</span> </a>"
+"<a href=\"https://check.torproject.org/\" id=\"tor_check\"> <span>Tor check</"
+"span> </a>"
msgstr ""

+#. type: Content of: <div>
+#, fuzzy
+msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
+msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
+
#. type: Content of: <div><p>
msgid "You are running a testing version of Tails. Thanks!"
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Release candidates are safe to use but might have other problems."
+msgid ""
+"If it's a release candidate or a beta version, it should be safe to use but "
+"it might still be broken in many ways."
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Beta versions are unsafe to use. Only use beta versions for testing."
+msgid ""
+"Else, it might be unsafe for regular usage. Use only for testing purposes."
msgstr ""

#. type: Content of: <div><p>
@@ -52,27 +59,9 @@ msgid ""
"testers@???</a>."
msgstr ""

-#. type: Content of: <h1>
-msgid "Current calls for testing"
-msgstr ""
-
-#. type: Content of: <ul><li>
-msgid ""
-"<a href=\"https://tails.boum.org/news/test_4.19-beta1/\">Call for testing: "
-"4.19~beta1</a>"
-msgstr ""
-
-#. type: Content of: <h1>
-msgid "Other news"
-msgstr ""
-
#. type: Content of: <div>
msgid "[[!inline pages=\"news\" raw=\"yes\" sort=\"age\"]]"
msgstr ""

-#, fuzzy
-#~ msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
-#~ msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
-
#~ msgid "[[!inline pages=\"home/tor_check\" raw=\"yes\" sort=\"age\"]]"
#~ msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home/testing.tr.po b/wiki/src/home/testing.tr.po
index 96956016b1..3aab5b3dcb 100644
--- a/wiki/src/home/testing.tr.po
+++ b/wiki/src/home/testing.tr.po
@@ -3,19 +3,18 @@
# 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: 2021-04-28 00:31+0000\n"
-"PO-Revision-Date: 2021-05-06 16:34+0000\n"
-"Last-Translator: emmapeel <emma.peel@???>\n"
+"POT-Creation-Date: 2020-10-06 15:07+0000\n"
+"PO-Revision-Date: 2019-05-24 09:49+0200\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 3.11.3\n"

#. type: Content of: <div>
msgid "[[!meta title=\"Trying a testing version of Tails\"]]"
@@ -25,26 +24,33 @@ msgstr ""
msgid ""
"[[!meta stylesheet=\"home\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-"stylesheet=\"hide-donate-banner\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"robots=\"noindex\"]] [[!meta script=\"home\"]]"
msgstr ""

#. type: Content of: <div>
msgid ""
-"<a id=\"tor_check\" href=\"https://check.torproject.org/\"> [[!img lib/onion."
-"png link=\"no\" alt=\"\"]] <span>Tor check</span> </a>"
+"<a href=\"https://check.torproject.org/\" id=\"tor_check\"> <span>Tor check</"
+"span> </a>"
msgstr ""

+#. type: Content of: <div>
+#, fuzzy
+msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
+msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
+
#. type: Content of: <div><p>
msgid "You are running a testing version of Tails. Thanks!"
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Release candidates are safe to use but might have other problems."
+msgid ""
+"If it's a release candidate or a beta version, it should be safe to use but "
+"it might still be broken in many ways."
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Beta versions are unsafe to use. Only use beta versions for testing."
+msgid ""
+"Else, it might be unsafe for regular usage. Use only for testing purposes."
msgstr ""

#. type: Content of: <div><p>
@@ -53,27 +59,9 @@ msgid ""
"testers@???</a>."
msgstr ""

-#. type: Content of: <h1>
-msgid "Current calls for testing"
-msgstr ""
-
-#. type: Content of: <ul><li>
-msgid ""
-"<a href=\"https://tails.boum.org/news/test_4.19-beta1/\">Call for testing: "
-"4.19~beta1</a>"
-msgstr ""
-
-#. type: Content of: <h1>
-msgid "Other news"
-msgstr ""
-
#. type: Content of: <div>
msgid "[[!inline pages=\"news\" raw=\"yes\" sort=\"age\"]]"
-msgstr "[[!inline pages=\"news.tr\" raw=\"yes\" sort=\"age\"]]"
-
-#, fuzzy
-#~ msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
-#~ msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
+msgstr ""

#~ msgid "[[!inline pages=\"home/tor_check\" raw=\"yes\" sort=\"age\"]]"
#~ msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home/testing.zh.po b/wiki/src/home/testing.zh.po
index 1b4a2e8063..2bbfc6a48b 100644
--- a/wiki/src/home/testing.zh.po
+++ b/wiki/src/home/testing.zh.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-04-28 00:31+0000\n"
+"POT-Creation-Date: 2020-10-06 15:07+0000\n"
"PO-Revision-Date: 2020-08-14 21:29+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -22,11 +22,9 @@ msgid "[[!meta title=\"Trying a testing version of Tails\"]]"
msgstr ""

#. type: Content of: outside any tag (error?)
-#, fuzzy
msgid ""
"[[!meta stylesheet=\"home\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-"stylesheet=\"hide-donate-banner\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"robots=\"noindex\"]] [[!meta script=\"home\"]]"
msgstr ""
"[[!meta stylesheet=\"home\" rel=\"stylesheet\" title=\"\"]] [[!meta "
@@ -35,20 +33,28 @@ msgstr ""

#. type: Content of: <div>
msgid ""
-"<a id=\"tor_check\" href=\"https://check.torproject.org/\"> [[!img lib/onion."
-"png link=\"no\" alt=\"\"]] <span>Tor check</span> </a>"
+"<a href=\"https://check.torproject.org/\" id=\"tor_check\"> <span>Tor check</"
+"span> </a>"
msgstr ""

+#. type: Content of: <div>
+#, fuzzy
+msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
+msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
+
#. type: Content of: <div><p>
msgid "You are running a testing version of Tails. Thanks!"
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Release candidates are safe to use but might have other problems."
+msgid ""
+"If it's a release candidate or a beta version, it should be safe to use but "
+"it might still be broken in many ways."
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Beta versions are unsafe to use. Only use beta versions for testing."
+msgid ""
+"Else, it might be unsafe for regular usage. Use only for testing purposes."
msgstr ""

#. type: Content of: <div><p>
@@ -57,27 +63,9 @@ msgid ""
"testers@???</a>."
msgstr ""

-#. type: Content of: <h1>
-msgid "Current calls for testing"
-msgstr ""
-
-#. type: Content of: <ul><li>
-msgid ""
-"<a href=\"https://tails.boum.org/news/test_4.19-beta1/\">Call for testing: "
-"4.19~beta1</a>"
-msgstr ""
-
-#. type: Content of: <h1>
-msgid "Other news"
-msgstr ""
-
#. type: Content of: <div>
msgid "[[!inline pages=\"news\" raw=\"yes\" sort=\"age\"]]"
msgstr ""

-#, fuzzy
-#~ msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
-#~ msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
-
#~ msgid "[[!inline pages=\"home/tor_check\" raw=\"yes\" sort=\"age\"]]"
#~ msgstr "[[!inline pages=\"home/tor_check.de\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/home/testing.zh_TW.po b/wiki/src/home/testing.zh_TW.po
index 09c67fd39f..d50b21425b 100644
--- a/wiki/src/home/testing.zh_TW.po
+++ b/wiki/src/home/testing.zh_TW.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-04-28 00:31+0000\n"
+"POT-Creation-Date: 2020-10-06 15:07+0000\n"
"PO-Revision-Date: 2020-08-14 21:29+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -22,11 +22,9 @@ msgid "[[!meta title=\"Trying a testing version of Tails\"]]"
msgstr ""

#. type: Content of: outside any tag (error?)
-#, fuzzy
msgid ""
"[[!meta stylesheet=\"home\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]] [[!meta "
-"stylesheet=\"hide-donate-banner\" rel=\"stylesheet\" title=\"\"]] [[!meta "
"robots=\"noindex\"]] [[!meta script=\"home\"]]"
msgstr ""
"[[!meta stylesheet=\"home\" rel=\"stylesheet\" title=\"\"]] [[!meta "
@@ -35,20 +33,28 @@ msgstr ""

#. type: Content of: <div>
msgid ""
-"<a id=\"tor_check\" href=\"https://check.torproject.org/\"> [[!img lib/onion."
-"png link=\"no\" alt=\"\"]] <span>Tor check</span> </a>"
+"<a href=\"https://check.torproject.org/\" id=\"tor_check\"> <span>Tor check</"
+"span> </a>"
msgstr ""

+#. type: Content of: <div>
+#, fuzzy
+msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
+msgstr "[[!inline pages=\"home/donate.zh_TW\" raw=\"yes\" sort=\"age\"]]"
+
#. type: Content of: <div><p>
msgid "You are running a testing version of Tails. Thanks!"
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Release candidates are safe to use but might have other problems."
+msgid ""
+"If it's a release candidate or a beta version, it should be safe to use but "
+"it might still be broken in many ways."
msgstr ""

#. type: Content of: <div><ul><li>
-msgid "Beta versions are unsafe to use. Only use beta versions for testing."
+msgid ""
+"Else, it might be unsafe for regular usage. Use only for testing purposes."
msgstr ""

#. type: Content of: <div><p>
@@ -57,27 +63,9 @@ msgid ""
"testers@???</a>."
msgstr ""

-#. type: Content of: <h1>
-msgid "Current calls for testing"
-msgstr ""
-
-#. type: Content of: <ul><li>
-msgid ""
-"<a href=\"https://tails.boum.org/news/test_4.19-beta1/\">Call for testing: "
-"4.19~beta1</a>"
-msgstr ""
-
-#. type: Content of: <h1>
-msgid "Other news"
-msgstr ""
-
#. type: Content of: <div>
msgid "[[!inline pages=\"news\" raw=\"yes\" sort=\"age\"]]"
msgstr ""

-#, fuzzy
-#~ msgid "[[!inline pages=\"home/donate.inline\" raw=\"yes\" sort=\"age\"]]"
-#~ msgstr "[[!inline pages=\"home/donate.zh_TW\" raw=\"yes\" sort=\"age\"]]"
-
#~ msgid "[[!inline pages=\"home/tor_check\" raw=\"yes\" sort=\"age\"]]"
#~ msgstr "[[!inline pages=\"home/tor_check.zh_TW\" raw=\"yes\" sort=\"age\"]]"
diff --git a/wiki/src/inc/trace b/wiki/src/inc/trace
index 09998d0c84..1934b69ef0 100644
--- a/wiki/src/inc/trace
+++ b/wiki/src/inc/trace
@@ -1 +1 @@
-1619531692
+1618859905
diff --git a/wiki/src/index.fr.po b/wiki/src/index.fr.po
index d897054336..64405b6bbf 100644
--- a/wiki/src/index.fr.po
+++ b/wiki/src/index.fr.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-12-08 21:41+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
+"PO-Revision-Date: 2020-10-18 15:30+0000\n"
"Last-Translator: Chre <tor@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: fr\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
+"X-Generator: Weblate 3.8\n"

#. type: Content of: outside any tag (error?)
msgid ""
@@ -218,7 +218,7 @@ msgstr ""

#. type: Content of: <section><h1>
msgid "Sponsors"
-msgstr "Sponsors"
+msgstr ""

#. type: Content of: <section><p>
#, fuzzy
diff --git a/wiki/src/install/inc/overview.ru.po b/wiki/src/install/inc/overview.ru.po
index 713d896849..f90096b237 100644
--- a/wiki/src/install/inc/overview.ru.po
+++ b/wiki/src/install/inc/overview.ru.po
@@ -8,16 +8,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2019-10-18 01:54+0000\n"
-"PO-Revision-Date: 2021-05-06 16:34+0000\n"
-"Last-Translator: dedmoroz <cj75300@???>\n"
+"PO-Revision-Date: 2018-07-02 11:56+0000\n"
+"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
-"X-Generator: Weblate 3.11.3\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"
+"X-Generator: Weblate 2.10.1\n"

#. type: Content of: <div><h3>
msgid "You need"
@@ -49,16 +49,18 @@ msgid ""
msgstr ""

#. type: Content of: <div><div><div><div>
+#, fuzzy
msgid "[[!img install/inc/icons/usb.png link=\"no\" alt=\"\"]]"
-msgstr "[[!img install/inc/icons/usb.png link=\"no\" alt=\"\"]]"
+msgstr "[[!img install/inc/icons/clock.png link=\"no\" alt=\"\"]]"

#. type: Content of: <div><div><div><div><div><h4>
msgid "Your Tails"
msgstr ""

#. type: Content of: <div><div><div><div>
+#, fuzzy
msgid "[[!img install/inc/icons/usb.png link=\"no\"]]"
-msgstr "[[!img install/inc/icons/usb.png link=\"no\"]]"
+msgstr "[[!img install/inc/icons/1-usb.png link=\"no\"]]"

#. type: Content of: <div><div><div><div><div><h4>
msgid "1 other Tails"
@@ -100,7 +102,7 @@ msgstr ""

#. type: Content of: <div><div><div><div>
msgid "[[!img install/inc/icons/screens.png link=\"no\" alt=\"\"]]"
-msgstr "[[!img install/inc/icons/screens.png link=\"no\" alt=\"\"]]"
+msgstr ""

#. type: Content of: <div><div><div><div><div><h4>
msgid "a smartphone"
@@ -179,7 +181,7 @@ msgstr "[[!img install/inc/icons/clock.png link=\"no\" alt=\"\"]]"

#. type: Content of: <div><div><div><div>
msgid "[[!img install/inc/infography/restart.png link=\"no\" alt=\"\"]]"
-msgstr "[[!img install/inc/infography/restart.png link=\"no\" alt=\"\"]]"
+msgstr ""

#. type: Content of: <div><div><div><div>
#, fuzzy
diff --git a/wiki/src/install/inc/overview/vm.ru.po b/wiki/src/install/inc/overview/vm.ru.po
index 5e557d57d4..c63009604b 100644
--- a/wiki/src/install/inc/overview/vm.ru.po
+++ b/wiki/src/install/inc/overview/vm.ru.po
@@ -3,26 +3,23 @@
# 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"
-"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2017-06-29 12:52+0000\n"
-"PO-Revision-Date: 2021-05-06 16:34+0000\n"
-"Last-Translator: dedmoroz <cj75300@???>\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: ru\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
-"X-Generator: Weblate 3.11.3\n"

#. type: Plain text
#, no-wrap
msgid "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\"]]\n"
-msgstr "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\"]]\n"
+msgstr ""

#. type: Plain text
msgid "Virtualization"
diff --git a/wiki/src/install/inc/router/why_extra.inline.ar.po b/wiki/src/install/inc/router/why_extra.inline.ar.po
index 63fb901c5e..55894e622a 100644
--- a/wiki/src/install/inc/router/why_extra.inline.ar.po
+++ b/wiki/src/install/inc/router/why_extra.inline.ar.po
@@ -7,8 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-08-29 15:15+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"It is currently impossible to manually upgrade a Tails USB stick while "
diff --git a/wiki/src/install/inc/router/why_extra.inline.ca.po b/wiki/src/install/inc/router/why_extra.inline.ca.po
index 5b3c38827d..1b6d0b9466 100644
--- a/wiki/src/install/inc/router/why_extra.inline.ca.po
+++ b/wiki/src/install/inc/router/why_extra.inline.ca.po
@@ -7,8 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-08-29 15:15+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"It is currently impossible to manually upgrade a Tails USB stick while "
diff --git a/wiki/src/install/inc/router/why_extra.inline.de.po b/wiki/src/install/inc/router/why_extra.inline.de.po
index ea0596bdfd..d86fa38f08 100644
--- a/wiki/src/install/inc/router/why_extra.inline.de.po
+++ b/wiki/src/install/inc/router/why_extra.inline.de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-08-29 15:15+0200\n"
"PO-Revision-Date: 2020-04-05 23:29+0000\n"
"Last-Translator: Muri Nicanor <muri@???>\n"
"Language-Team: \n"
@@ -18,10 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"It is currently impossible to manually upgrade a Tails USB stick while "
diff --git a/wiki/src/install/inc/router/why_extra.inline.es.po b/wiki/src/install/inc/router/why_extra.inline.es.po
index 8d22fed4a4..721e05e9ff 100644
--- a/wiki/src/install/inc/router/why_extra.inline.es.po
+++ b/wiki/src/install/inc/router/why_extra.inline.es.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-08-29 15:15+0200\n"
"PO-Revision-Date: 2019-11-16 22:56+0000\n"
"Last-Translator: Joaquín Serna <bubuanabelas@???>\n"
"Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/"
@@ -18,10 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.20\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"It is currently impossible to manually upgrade a Tails USB stick while "
diff --git a/wiki/src/install/inc/router/why_extra.inline.fa.po b/wiki/src/install/inc/router/why_extra.inline.fa.po
index a595a4e79d..2d87853289 100644
--- a/wiki/src/install/inc/router/why_extra.inline.fa.po
+++ b/wiki/src/install/inc/router/why_extra.inline.fa.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-08-29 15:15+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"It is currently impossible to manually upgrade a Tails USB stick while "
diff --git a/wiki/src/install/inc/router/why_extra.inline.fr.po b/wiki/src/install/inc/router/why_extra.inline.fr.po
index 6ee89c2b3d..acad7fe299 100644
--- a/wiki/src/install/inc/router/why_extra.inline.fr.po
+++ b/wiki/src/install/inc/router/why_extra.inline.fr.po
@@ -7,20 +7,16 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"POT-Creation-Date: 2019-08-29 15:15+0200\n"
+"PO-Revision-Date: 2019-10-23 14:51+0000\n"
+"Last-Translator: xin <xin@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
-
-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr "[[!meta robots=\"noindex\"]]"
+"X-Generator: Weblate 2.20\n"

#. type: Content of: <p>
msgid ""
diff --git a/wiki/src/install/inc/router/why_extra.inline.html b/wiki/src/install/inc/router/why_extra.inline.html
index 4748598f92..36afb22449 100644
--- a/wiki/src/install/inc/router/why_extra.inline.html
+++ b/wiki/src/install/inc/router/why_extra.inline.html
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
<p>It is currently impossible to manually upgrade a Tails USB stick
while running from itself. This scenario requires creating an
intermediary Tails on another USB stick, from which to upgrade your
diff --git a/wiki/src/install/inc/router/why_extra.inline.id.po b/wiki/src/install/inc/router/why_extra.inline.id.po
index d9b499544d..8b920c35fb 100644
--- a/wiki/src/install/inc/router/why_extra.inline.id.po
+++ b/wiki/src/install/inc/router/why_extra.inline.id.po
@@ -6,8 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2015-12-24 15:03+0100\n"
"PO-Revision-Date: 2016-06-18 14:42-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -17,13 +16,9 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.6.10\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"It is currently impossible to manually upgrade a Tails USB stick while "
"running from itself. This scenario requires creating an intermediary Tails "
-"on another USB stick, from which to upgrade your Tails."
+"on another USB stick from which to upgrade your Tails."
msgstr ""
diff --git a/wiki/src/install/inc/router/why_extra.inline.it.po b/wiki/src/install/inc/router/why_extra.inline.it.po
index 8a26638098..9da66d0bcf 100644
--- a/wiki/src/install/inc/router/why_extra.inline.it.po
+++ b/wiki/src/install/inc/router/why_extra.inline.it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: transitails\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-08-29 15:15+0200\n"
"PO-Revision-Date: 2020-08-19 18:51+0000\n"
"Last-Translator: gallium69 <gallium69@???>\n"
"Language-Team: ita <transitails@???>\n"
@@ -18,10 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"It is currently impossible to manually upgrade a Tails USB stick while "
diff --git a/wiki/src/install/inc/router/why_extra.inline.pl.po b/wiki/src/install/inc/router/why_extra.inline.pl.po
index 0bd8fc11d6..ca56ac790f 100644
--- a/wiki/src/install/inc/router/why_extra.inline.pl.po
+++ b/wiki/src/install/inc/router/why_extra.inline.pl.po
@@ -7,23 +7,18 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2016-03-14 01:05+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: pl\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"It is currently impossible to manually upgrade a Tails USB stick while "
"running from itself. This scenario requires creating an intermediary Tails "
-"on another USB stick, from which to upgrade your Tails."
+"on another USB stick from which to upgrade your Tails."
msgstr ""
diff --git a/wiki/src/install/inc/router/why_extra.inline.pt.po b/wiki/src/install/inc/router/why_extra.inline.pt.po
index e8dd51e4dd..e8118f5f18 100644
--- a/wiki/src/install/inc/router/why_extra.inline.pt.po
+++ b/wiki/src/install/inc/router/why_extra.inline.pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tails 2.2.1\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-08-29 15:15+0200\n"
"PO-Revision-Date: 2020-11-03 23:32+0000\n"
"Last-Translator: drebs <drebs@???>\n"
"Language-Team: Tails translators <tails@???>\n"
@@ -18,10 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.8\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"It is currently impossible to manually upgrade a Tails USB stick while "
diff --git a/wiki/src/install/inc/router/why_extra.inline.ru.po b/wiki/src/install/inc/router/why_extra.inline.ru.po
index 2edf679d0d..5dc118bdd4 100644
--- a/wiki/src/install/inc/router/why_extra.inline.ru.po
+++ b/wiki/src/install/inc/router/why_extra.inline.ru.po
@@ -7,23 +7,18 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2017-06-29 12:52+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: ru\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"It is currently impossible to manually upgrade a Tails USB stick while "
"running from itself. This scenario requires creating an intermediary Tails "
-"on another USB stick, from which to upgrade your Tails."
+"on another USB stick from which to upgrade your Tails."
msgstr ""
diff --git a/wiki/src/install/inc/router/why_extra.inline.sr_Latn.po b/wiki/src/install/inc/router/why_extra.inline.sr_Latn.po
index 6746da046c..15c9ddca63 100644
--- a/wiki/src/install/inc/router/why_extra.inline.sr_Latn.po
+++ b/wiki/src/install/inc/router/why_extra.inline.sr_Latn.po
@@ -7,23 +7,18 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2018-07-28 08:15+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: sr_Latn\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"It is currently impossible to manually upgrade a Tails USB stick while "
"running from itself. This scenario requires creating an intermediary Tails "
-"on another USB stick, from which to upgrade your Tails."
+"on another USB stick from which to upgrade your Tails."
msgstr ""
diff --git a/wiki/src/install/inc/router/why_extra.inline.tr.po b/wiki/src/install/inc/router/why_extra.inline.tr.po
index 67e01c370a..ca56ac790f 100644
--- a/wiki/src/install/inc/router/why_extra.inline.tr.po
+++ b/wiki/src/install/inc/router/why_extra.inline.tr.po
@@ -7,23 +7,18 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2016-03-14 01:05+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: tr\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"It is currently impossible to manually upgrade a Tails USB stick while "
"running from itself. This scenario requires creating an intermediary Tails "
-"on another USB stick, from which to upgrade your Tails."
+"on another USB stick from which to upgrade your Tails."
msgstr ""
diff --git a/wiki/src/install/inc/router/why_extra.inline.zh.po b/wiki/src/install/inc/router/why_extra.inline.zh.po
index 83bb57a3f7..5dc118bdd4 100644
--- a/wiki/src/install/inc/router/why_extra.inline.zh.po
+++ b/wiki/src/install/inc/router/why_extra.inline.zh.po
@@ -7,23 +7,18 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2017-06-29 12:52+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: zh\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"It is currently impossible to manually upgrade a Tails USB stick while "
"running from itself. This scenario requires creating an intermediary Tails "
-"on another USB stick, from which to upgrade your Tails."
+"on another USB stick from which to upgrade your Tails."
msgstr ""
diff --git a/wiki/src/install/inc/router/why_extra.inline.zh_TW.po b/wiki/src/install/inc/router/why_extra.inline.zh_TW.po
index f83589ef07..34995ce92a 100644
--- a/wiki/src/install/inc/router/why_extra.inline.zh_TW.po
+++ b/wiki/src/install/inc/router/why_extra.inline.zh_TW.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tails l10n\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2017-06-07 17:03+0000\n"
"PO-Revision-Date: 2018-11-02 17:23+0000\n"
"Last-Translator: Weblate Admin <admin@???>\n"
"Language-Team: Tails Chinese translators <jxt@???>\n"
@@ -17,16 +17,10 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 2.19.1\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
-#, fuzzy
msgid ""
"It is currently impossible to manually upgrade a Tails USB stick while "
"running from itself. This scenario requires creating an intermediary Tails "
-"on another USB stick, from which to upgrade your Tails."
+"on another USB stick from which to upgrade your Tails."
msgstr ""
-"目前仍然無法透過在運行中的Tails USB 隨身碟上進行手動方式昇級。這種情況需要在"
-"另一個隨身碟上創立一個中介的 Tails,透過它來進行昇級。"
+"目前仍然無法透過在運行中的Tails USB 隨身碟上進行手動方式昇級。這種情況需要在另一個隨身碟上創立一個中介的 Tails,透過它來進行昇級。"
diff --git a/wiki/src/install/inc/steps/basic_troubleshooting.inline.ar.po b/wiki/src/install/inc/steps/basic_troubleshooting.inline.ar.po
index c137465cdf..748fd0bf76 100644
--- a/wiki/src/install/inc/steps/basic_troubleshooting.inline.ar.po
+++ b/wiki/src/install/inc/steps/basic_troubleshooting.inline.ar.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li>
msgid ""
"Make sure that you have [[verified your download of Tails|install/download]]."
diff --git a/wiki/src/install/inc/steps/basic_troubleshooting.inline.ca.po b/wiki/src/install/inc/steps/basic_troubleshooting.inline.ca.po
index a0e22841d8..7bdae4b39d 100644
--- a/wiki/src/install/inc/steps/basic_troubleshooting.inline.ca.po
+++ b/wiki/src/install/inc/steps/basic_troubleshooting.inline.ca.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li>
msgid ""
"Make sure that you have [[verified your download of Tails|install/download]]."
diff --git a/wiki/src/install/inc/steps/basic_troubleshooting.inline.de.po b/wiki/src/install/inc/steps/basic_troubleshooting.inline.de.po
index 1a9e9ae1ca..2cf954b7f9 100644
--- a/wiki/src/install/inc/steps/basic_troubleshooting.inline.de.po
+++ b/wiki/src/install/inc/steps/basic_troubleshooting.inline.de.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,13 +16,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li>
msgid ""
-"Make sure that you have [[verified your download of Tails|install/download]]."
+"Make sure that you have [[verified your download of "
+"Tails|install/download]]."
msgstr ""

#. type: Content of: <ol><li>
diff --git a/wiki/src/install/inc/steps/basic_troubleshooting.inline.es.po b/wiki/src/install/inc/steps/basic_troubleshooting.inline.es.po
index 1a9e9ae1ca..2cf954b7f9 100644
--- a/wiki/src/install/inc/steps/basic_troubleshooting.inline.es.po
+++ b/wiki/src/install/inc/steps/basic_troubleshooting.inline.es.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,13 +16,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li>
msgid ""
-"Make sure that you have [[verified your download of Tails|install/download]]."
+"Make sure that you have [[verified your download of "
+"Tails|install/download]]."
msgstr ""

#. type: Content of: <ol><li>
diff --git a/wiki/src/install/inc/steps/basic_troubleshooting.inline.fa.po b/wiki/src/install/inc/steps/basic_troubleshooting.inline.fa.po
index 1a9e9ae1ca..2cf954b7f9 100644
--- a/wiki/src/install/inc/steps/basic_troubleshooting.inline.fa.po
+++ b/wiki/src/install/inc/steps/basic_troubleshooting.inline.fa.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,13 +16,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li>
msgid ""
-"Make sure that you have [[verified your download of Tails|install/download]]."
+"Make sure that you have [[verified your download of "
+"Tails|install/download]]."
msgstr ""

#. type: Content of: <ol><li>
diff --git a/wiki/src/install/inc/steps/basic_troubleshooting.inline.fr.po b/wiki/src/install/inc/steps/basic_troubleshooting.inline.fr.po
index 70aeabdc49..2cf954b7f9 100644
--- a/wiki/src/install/inc/steps/basic_troubleshooting.inline.fr.po
+++ b/wiki/src/install/inc/steps/basic_troubleshooting.inline.fr.po
@@ -3,27 +3,23 @@
# 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: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: fr\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
-
-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr "[[!meta robots=\"noindex\"]]"

#. type: Content of: <ol><li>
msgid ""
-"Make sure that you have [[verified your download of Tails|install/download]]."
+"Make sure that you have [[verified your download of "
+"Tails|install/download]]."
msgstr ""

#. type: Content of: <ol><li>
diff --git a/wiki/src/install/inc/steps/basic_troubleshooting.inline.html b/wiki/src/install/inc/steps/basic_troubleshooting.inline.html
index a22ef74b23..253dd19072 100644
--- a/wiki/src/install/inc/steps/basic_troubleshooting.inline.html
+++ b/wiki/src/install/inc/steps/basic_troubleshooting.inline.html
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
<ol>
<li>Make sure that you have [[verified your download of Tails|install/download]].</li>
<li>Try installing again on the same USB stick.</li>
diff --git a/wiki/src/install/inc/steps/basic_troubleshooting.inline.id.po b/wiki/src/install/inc/steps/basic_troubleshooting.inline.id.po
index ab25347c0b..8e7666a2ac 100644
--- a/wiki/src/install/inc/steps/basic_troubleshooting.inline.id.po
+++ b/wiki/src/install/inc/steps/basic_troubleshooting.inline.id.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li>
msgid ""
"Make sure that you have [[verified your download of Tails|install/download]]."
diff --git a/wiki/src/install/inc/steps/basic_troubleshooting.inline.it.po b/wiki/src/install/inc/steps/basic_troubleshooting.inline.it.po
index 1a9e9ae1ca..2cf954b7f9 100644
--- a/wiki/src/install/inc/steps/basic_troubleshooting.inline.it.po
+++ b/wiki/src/install/inc/steps/basic_troubleshooting.inline.it.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,13 +16,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li>
msgid ""
-"Make sure that you have [[verified your download of Tails|install/download]]."
+"Make sure that you have [[verified your download of "
+"Tails|install/download]]."
msgstr ""

#. type: Content of: <ol><li>
diff --git a/wiki/src/install/inc/steps/basic_troubleshooting.inline.pl.po b/wiki/src/install/inc/steps/basic_troubleshooting.inline.pl.po
index c6aa2f1206..caa30c17e9 100644
--- a/wiki/src/install/inc/steps/basic_troubleshooting.inline.pl.po
+++ b/wiki/src/install/inc/steps/basic_troubleshooting.inline.pl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li>
msgid ""
"Make sure that you have [[verified your download of Tails|install/download]]."
diff --git a/wiki/src/install/inc/steps/basic_troubleshooting.inline.pt.po b/wiki/src/install/inc/steps/basic_troubleshooting.inline.pt.po
index 1a9e9ae1ca..2cf954b7f9 100644
--- a/wiki/src/install/inc/steps/basic_troubleshooting.inline.pt.po
+++ b/wiki/src/install/inc/steps/basic_troubleshooting.inline.pt.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,13 +16,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li>
msgid ""
-"Make sure that you have [[verified your download of Tails|install/download]]."
+"Make sure that you have [[verified your download of "
+"Tails|install/download]]."
msgstr ""

#. type: Content of: <ol><li>
diff --git a/wiki/src/install/inc/steps/basic_troubleshooting.inline.ru.po b/wiki/src/install/inc/steps/basic_troubleshooting.inline.ru.po
index c5d2ade913..cbdbdd9a84 100644
--- a/wiki/src/install/inc/steps/basic_troubleshooting.inline.ru.po
+++ b/wiki/src/install/inc/steps/basic_troubleshooting.inline.ru.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li>
msgid ""
"Make sure that you have [[verified your download of Tails|install/download]]."
diff --git a/wiki/src/install/inc/steps/basic_troubleshooting.inline.sr_Latn.po b/wiki/src/install/inc/steps/basic_troubleshooting.inline.sr_Latn.po
index f20914016d..f4aba17760 100644
--- a/wiki/src/install/inc/steps/basic_troubleshooting.inline.sr_Latn.po
+++ b/wiki/src/install/inc/steps/basic_troubleshooting.inline.sr_Latn.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li>
msgid ""
"Make sure that you have [[verified your download of Tails|install/download]]."
diff --git a/wiki/src/install/inc/steps/basic_troubleshooting.inline.tr.po b/wiki/src/install/inc/steps/basic_troubleshooting.inline.tr.po
index badd66b4c6..f5d950fe86 100644
--- a/wiki/src/install/inc/steps/basic_troubleshooting.inline.tr.po
+++ b/wiki/src/install/inc/steps/basic_troubleshooting.inline.tr.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li>
msgid ""
"Make sure that you have [[verified your download of Tails|install/download]]."
diff --git a/wiki/src/install/inc/steps/basic_troubleshooting.inline.zh.po b/wiki/src/install/inc/steps/basic_troubleshooting.inline.zh.po
index f6014be682..dd2dedd580 100644
--- a/wiki/src/install/inc/steps/basic_troubleshooting.inline.zh.po
+++ b/wiki/src/install/inc/steps/basic_troubleshooting.inline.zh.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li>
msgid ""
"Make sure that you have [[verified your download of Tails|install/download]]."
diff --git a/wiki/src/install/inc/steps/basic_troubleshooting.inline.zh_TW.po b/wiki/src/install/inc/steps/basic_troubleshooting.inline.zh_TW.po
index 9dce7ab302..5402f825f1 100644
--- a/wiki/src/install/inc/steps/basic_troubleshooting.inline.zh_TW.po
+++ b/wiki/src/install/inc/steps/basic_troubleshooting.inline.zh_TW.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li>
msgid ""
"Make sure that you have [[verified your download of Tails|install/download]]."
diff --git a/wiki/src/install/inc/steps/clone.inline.ar.po b/wiki/src/install/inc/steps/clone.inline.ar.po
index 1f291819cd..6eaa370c7a 100644
--- a/wiki/src/install/inc/steps/clone.inline.ar.po
+++ b/wiki/src/install/inc/steps/clone.inline.ar.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2020-01-22 15:26+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: \n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
@@ -70,113 +65,11 @@ msgid ""
" </div>\n"
msgstr ""

-#. type: Plain text
-#, no-wrap
-msgid ""
-"1. Choose\n"
-"   <span class=\"menuchoice\">\n"
-"     <span class=\"guimenu\">Applications</span>&nbsp;▸\n"
-"     <span class=\"guisubmenu\">Tails</span>&nbsp;▸\n"
-"     <span class=\"guimenuitem\">Tails Installer</span>\n"
-"   </span>\n"
-"   to start <span class=\"application\">Tails Installer</span>.\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/screenshots/tails_installer.png link=\"no\" class=\"install-clone mac-clone\" alt=\"Tails Installer: 'Clone the current Tails'\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/screenshots/tails_installer_upgrade.png link=\"no\" class=\"upgrade\" alt=\"Tails Installer: 'Clone the current Tails'\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   <div class=\"step-image\">\n"
-msgstr "   <div class=\"step-image\">\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/infography/clone-tails.png link=\"no\" class=\"clone upgrade-tails upgrade-os\" alt=\"Tails installed on USB stick on the right\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   </div>\n"
-msgstr "   </div>\n"
-
-#. type: Bullet: '1. '
-msgid ""
-"Choose <span class=\"install-clone mac-clone\">the new</span> <span class="
-"\"upgrade\">your</span> USB stick in the <span class=\"guilabel\">Target USB "
-"stick</span> drop-down list."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"To start the <span class=\"install-clone mac-clone\">installation, click on "
-"the <span class=\"button\">Install</span> button.</span> <span class="
-"\"upgrade\">upgrade, click on the <span class=\"button\">Upgrade</span> "
-"button.</span>"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-"   <div class=\"note upgrade\">\n"
-"   <p>The Persistent Storage of your Tails USB stick will be preserved.</p>\n"
-"   <p class=\"upgrade-clone\">The Persistent Storage of the other Tails will not be copied.</p>\n"
-"   </div>\n"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Read the warning message in the confirmation dialog. Click <span class="
-"\"button\">Yes</span> to confirm."
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-"   The\n"
-"   <span class=\"install-clone mac-clone\">installation</span>\n"
-"   <span class=\"upgrade\">upgrade</span>\n"
-"   takes a few minutes.\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-"   <div class=\"bug\">\n"
-"   <p>The progress bar usually freezes for some time\n"
-"   while synchronizing data on disk.</p>\n"
-"   </div>\n"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"After the installation finishes, close <span class=\"application\">Tails "
-"Installer</span>."
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/screenshots/installation_complete.png link=\"no\" alt=\"\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "<div class=\"trophy upgrade\">\n"
-msgstr "<div class=\"trophy upgrade\">\n"
+#~ msgid "   <div class=\"step-image\">\n"
+#~ msgstr "   <div class=\"step-image\">\n"


-#. type: Plain text
-#, no-wrap
-msgid "<p>You are done upgrading Tails. You can now shutdown and restart on your Tails USB stick.</p>\n"
-msgstr ""
+#~ msgid "<div class=\"trophy upgrade\">\n"
+#~ msgstr "<div class=\"trophy upgrade\">\n"

-#. type: Plain text
-#, no-wrap
-msgid "<p>Thank you for staying safe!</p>\n"
-msgstr ""
+#~ msgid " </div>\n"
+#~ msgstr " </div>\n"
diff --git a/wiki/src/install/inc/steps/clone.inline.ca.po b/wiki/src/install/inc/steps/clone.inline.ca.po
index 905491d2e0..b963fd16a9 100644
--- a/wiki/src/install/inc/steps/clone.inline.ca.po
+++ b/wiki/src/install/inc/steps/clone.inline.ca.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2020-01-22 15:26+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: \n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
@@ -70,113 +65,11 @@ msgid ""
" </div>\n"
msgstr ""

-#. type: Plain text
-#, no-wrap
-msgid ""
-"1. Choose\n"
-"   <span class=\"menuchoice\">\n"
-"     <span class=\"guimenu\">Applications</span>&nbsp;▸\n"
-"     <span class=\"guisubmenu\">Tails</span>&nbsp;▸\n"
-"     <span class=\"guimenuitem\">Tails Installer</span>\n"
-"   </span>\n"
-"   to start <span class=\"application\">Tails Installer</span>.\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/screenshots/tails_installer.png link=\"no\" class=\"install-clone mac-clone\" alt=\"Tails Installer: 'Clone the current Tails'\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/screenshots/tails_installer_upgrade.png link=\"no\" class=\"upgrade\" alt=\"Tails Installer: 'Clone the current Tails'\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   <div class=\"step-image\">\n"
-msgstr "   <div class=\"step-image\">\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/infography/clone-tails.png link=\"no\" class=\"clone upgrade-tails upgrade-os\" alt=\"Tails installed on USB stick on the right\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   </div>\n"
-msgstr "   </div>\n"
-
-#. type: Bullet: '1. '
-msgid ""
-"Choose <span class=\"install-clone mac-clone\">the new</span> <span class="
-"\"upgrade\">your</span> USB stick in the <span class=\"guilabel\">Target USB "
-"stick</span> drop-down list."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"To start the <span class=\"install-clone mac-clone\">installation, click on "
-"the <span class=\"button\">Install</span> button.</span> <span class="
-"\"upgrade\">upgrade, click on the <span class=\"button\">Upgrade</span> "
-"button.</span>"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-"   <div class=\"note upgrade\">\n"
-"   <p>The Persistent Storage of your Tails USB stick will be preserved.</p>\n"
-"   <p class=\"upgrade-clone\">The Persistent Storage of the other Tails will not be copied.</p>\n"
-"   </div>\n"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Read the warning message in the confirmation dialog. Click <span class="
-"\"button\">Yes</span> to confirm."
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-"   The\n"
-"   <span class=\"install-clone mac-clone\">installation</span>\n"
-"   <span class=\"upgrade\">upgrade</span>\n"
-"   takes a few minutes.\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-"   <div class=\"bug\">\n"
-"   <p>The progress bar usually freezes for some time\n"
-"   while synchronizing data on disk.</p>\n"
-"   </div>\n"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"After the installation finishes, close <span class=\"application\">Tails "
-"Installer</span>."
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/screenshots/installation_complete.png link=\"no\" alt=\"\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "<div class=\"trophy upgrade\">\n"
-msgstr "<div class=\"trophy upgrade\">\n"
+#~ msgid "   </div>\n"
+#~ msgstr "   </div>\n"


-#. type: Plain text
-#, no-wrap
-msgid "<p>You are done upgrading Tails. You can now shutdown and restart on your Tails USB stick.</p>\n"
-msgstr ""
+#~ msgid "<div class=\"trophy upgrade\">\n"
+#~ msgstr "<div class=\"trophy upgrade\">\n"

-#. type: Plain text
-#, no-wrap
-msgid "<p>Thank you for staying safe!</p>\n"
-msgstr ""
+#~ msgid " <div class=\"step-image\">\n"
+#~ msgstr " <div class=\"step-image\">\n"
diff --git a/wiki/src/install/inc/steps/clone.inline.de.po b/wiki/src/install/inc/steps/clone.inline.de.po
index e3dc603da8..a22fcf0cac 100644
--- a/wiki/src/install/inc/steps/clone.inline.de.po
+++ b/wiki/src/install/inc/steps/clone.inline.de.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2016-03-05 03:13-0000\n"
"Last-Translator: Tails translators <tails@???>\n"
"Language-Team: \n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.10.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, fuzzy, no-wrap
#| msgid ""
diff --git a/wiki/src/install/inc/steps/clone.inline.es.po b/wiki/src/install/inc/steps/clone.inline.es.po
index f3139da61b..15542d6366 100644
--- a/wiki/src/install/inc/steps/clone.inline.es.po
+++ b/wiki/src/install/inc/steps/clone.inline.es.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2021-03-12 10:06+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
@@ -160,8 +155,10 @@ msgid ""
" </div>\n"
msgstr ""
" <div class=\"note upgrade\">\n"
-" <p>El Almacenamiento Persistente de tu USB de Tails se mantendrá como está.</p>\n"
-" <p class=\"upgrade-clone\">El Almacenamiento Persistente del otro Tails no se copiará.</p>\n"
+" <p>El Almacenamiento Persistente de tu USB de Tails se mantendrá como "
+"está.</p>\n"
+" <p class=\"upgrade-clone\">El Almacenamiento Persistente del otro Tails "
+"no se copiará.</p>\n"
" </div>\n"

#. type: Bullet: '1. '
diff --git a/wiki/src/install/inc/steps/clone.inline.fa.po b/wiki/src/install/inc/steps/clone.inline.fa.po
index b3a1a3f3d5..678d99fb36 100644
--- a/wiki/src/install/inc/steps/clone.inline.fa.po
+++ b/wiki/src/install/inc/steps/clone.inline.fa.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2020-01-22 16:26+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
diff --git a/wiki/src/install/inc/steps/clone.inline.fr.po b/wiki/src/install/inc/steps/clone.inline.fr.po
index dbcc496cb4..da763fa76f 100644
--- a/wiki/src/install/inc/steps/clone.inline.fr.po
+++ b/wiki/src/install/inc/steps/clone.inline.fr.po
@@ -6,21 +6,16 @@
msgid ""
msgstr ""
"Project-Id-Version: Tails\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
+"PO-Revision-Date: 2020-01-03 14:25+0000\n"
+"Last-Translator: xin <xin@???>\n"
"Language-Team: Tails translators <tails@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
+"X-Generator: Weblate 3.5.1\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/install/inc/steps/clone.inline.id.po b/wiki/src/install/inc/steps/clone.inline.id.po
index 51f5215327..67ed42b09f 100644
--- a/wiki/src/install/inc/steps/clone.inline.id.po
+++ b/wiki/src/install/inc/steps/clone.inline.id.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2020-01-22 15:26+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: \n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
@@ -70,113 +65,11 @@ msgid ""
" </div>\n"
msgstr ""

-#. type: Plain text
-#, no-wrap
-msgid ""
-"1. Choose\n"
-"   <span class=\"menuchoice\">\n"
-"     <span class=\"guimenu\">Applications</span>&nbsp;▸\n"
-"     <span class=\"guisubmenu\">Tails</span>&nbsp;▸\n"
-"     <span class=\"guimenuitem\">Tails Installer</span>\n"
-"   </span>\n"
-"   to start <span class=\"application\">Tails Installer</span>.\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/screenshots/tails_installer.png link=\"no\" class=\"install-clone mac-clone\" alt=\"Tails Installer: 'Clone the current Tails'\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/screenshots/tails_installer_upgrade.png link=\"no\" class=\"upgrade\" alt=\"Tails Installer: 'Clone the current Tails'\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   <div class=\"step-image\">\n"
-msgstr "   <div class=\"step-image\">\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/infography/clone-tails.png link=\"no\" class=\"clone upgrade-tails upgrade-os\" alt=\"Tails installed on USB stick on the right\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   </div>\n"
-msgstr "   </div>\n"
-
-#. type: Bullet: '1. '
-msgid ""
-"Choose <span class=\"install-clone mac-clone\">the new</span> <span class="
-"\"upgrade\">your</span> USB stick in the <span class=\"guilabel\">Target USB "
-"stick</span> drop-down list."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"To start the <span class=\"install-clone mac-clone\">installation, click on "
-"the <span class=\"button\">Install</span> button.</span> <span class="
-"\"upgrade\">upgrade, click on the <span class=\"button\">Upgrade</span> "
-"button.</span>"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-"   <div class=\"note upgrade\">\n"
-"   <p>The Persistent Storage of your Tails USB stick will be preserved.</p>\n"
-"   <p class=\"upgrade-clone\">The Persistent Storage of the other Tails will not be copied.</p>\n"
-"   </div>\n"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Read the warning message in the confirmation dialog. Click <span class="
-"\"button\">Yes</span> to confirm."
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-"   The\n"
-"   <span class=\"install-clone mac-clone\">installation</span>\n"
-"   <span class=\"upgrade\">upgrade</span>\n"
-"   takes a few minutes.\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-"   <div class=\"bug\">\n"
-"   <p>The progress bar usually freezes for some time\n"
-"   while synchronizing data on disk.</p>\n"
-"   </div>\n"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"After the installation finishes, close <span class=\"application\">Tails "
-"Installer</span>."
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/screenshots/installation_complete.png link=\"no\" alt=\"\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "<div class=\"trophy upgrade\">\n"
-msgstr "<div class=\"trophy upgrade\">\n"
+#~ msgid "<div class=\"trophy upgrade\">\n"
+#~ msgstr "<div class=\"trophy upgrade\">\n"


-#. type: Plain text
-#, no-wrap
-msgid "<p>You are done upgrading Tails. You can now shutdown and restart on your Tails USB stick.</p>\n"
-msgstr ""
+#~ msgid " <div class=\"step-image\">\n"
+#~ msgstr " <div class=\"step-image\">\n"

-#. type: Plain text
-#, no-wrap
-msgid "<p>Thank you for staying safe!</p>\n"
-msgstr ""
+#~ msgid " </div>\n"
+#~ msgstr " </div>\n"
diff --git a/wiki/src/install/inc/steps/clone.inline.it.po b/wiki/src/install/inc/steps/clone.inline.it.po
index ef5d179c6d..7ae55e5122 100644
--- a/wiki/src/install/inc/steps/clone.inline.it.po
+++ b/wiki/src/install/inc/steps/clone.inline.it.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: transitails 1\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2021-01-10 20:43+0000\n"
"Last-Translator: _ignifugo <ignifugo@???>\n"
"Language-Team: ita <transitails@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, fuzzy, no-wrap
#| msgid ""
diff --git a/wiki/src/install/inc/steps/clone.inline.mdwn b/wiki/src/install/inc/steps/clone.inline.mdwn
index 9aa96ba1c4..89b9a26057 100644
--- a/wiki/src/install/inc/steps/clone.inline.mdwn
+++ b/wiki/src/install/inc/steps/clone.inline.mdwn
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
<h1 id="install-tails" class="install-clone mac-clone">Install Tails</h1>
<h1 id="upgrade" class="upgrade">Upgrade your Tails</h1>

diff --git a/wiki/src/install/inc/steps/clone.inline.pl.po b/wiki/src/install/inc/steps/clone.inline.pl.po
index 08917522df..868ff0eff8 100644
--- a/wiki/src/install/inc/steps/clone.inline.pl.po
+++ b/wiki/src/install/inc/steps/clone.inline.pl.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2019-07-20 07:50+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: \n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.20\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
@@ -70,113 +65,8 @@ msgid ""
" </div>\n"
msgstr ""

-#. type: Plain text
-#, no-wrap
-msgid ""
-"1. Choose\n"
-"   <span class=\"menuchoice\">\n"
-"     <span class=\"guimenu\">Applications</span>&nbsp;▸\n"
-"     <span class=\"guisubmenu\">Tails</span>&nbsp;▸\n"
-"     <span class=\"guimenuitem\">Tails Installer</span>\n"
-"   </span>\n"
-"   to start <span class=\"application\">Tails Installer</span>.\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/screenshots/tails_installer.png link=\"no\" class=\"install-clone mac-clone\" alt=\"Tails Installer: 'Clone the current Tails'\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/screenshots/tails_installer_upgrade.png link=\"no\" class=\"upgrade\" alt=\"Tails Installer: 'Clone the current Tails'\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   <div class=\"step-image\">\n"
-msgstr "   <div class=\"step-image\">\n"
+#~ msgid "   </div>\n"
+#~ msgstr "   </div>\n"


-#. type: Plain text
-#, no-wrap
-msgid " [[!img install/inc/infography/clone-tails.png link=\"no\" class=\"clone upgrade-tails upgrade-os\" alt=\"Tails installed on USB stick on the right\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid " </div>\n"
-msgstr " </div>\n"
-
-#. type: Bullet: '1. '
-msgid ""
-"Choose <span class=\"install-clone mac-clone\">the new</span> <span class="
-"\"upgrade\">your</span> USB stick in the <span class=\"guilabel\">Target USB "
-"stick</span> drop-down list."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"To start the <span class=\"install-clone mac-clone\">installation, click on "
-"the <span class=\"button\">Install</span> button.</span> <span class="
-"\"upgrade\">upgrade, click on the <span class=\"button\">Upgrade</span> "
-"button.</span>"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-" <div class=\"note upgrade\">\n"
-" <p>The Persistent Storage of your Tails USB stick will be preserved.</p>\n"
-" <p class=\"upgrade-clone\">The Persistent Storage of the other Tails will not be copied.</p>\n"
-" </div>\n"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Read the warning message in the confirmation dialog. Click <span class="
-"\"button\">Yes</span> to confirm."
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-" The\n"
-" <span class=\"install-clone mac-clone\">installation</span>\n"
-" <span class=\"upgrade\">upgrade</span>\n"
-" takes a few minutes.\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-" <div class=\"bug\">\n"
-" <p>The progress bar usually freezes for some time\n"
-" while synchronizing data on disk.</p>\n"
-" </div>\n"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"After the installation finishes, close <span class=\"application\">Tails "
-"Installer</span>."
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid " [[!img install/inc/screenshots/installation_complete.png link=\"no\" alt=\"\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, fuzzy, no-wrap
-msgid "<div class=\"trophy upgrade\">\n"
-msgstr "<div class=\"step-image\">\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "<p>You are done upgrading Tails. You can now shutdown and restart on your Tails USB stick.</p>\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "<p>Thank you for staying safe!</p>\n"
-msgstr ""
+#~ msgid " <div class=\"step-image\">\n"
+#~ msgstr " <div class=\"step-image\">\n"
diff --git a/wiki/src/install/inc/steps/clone.inline.pt.po b/wiki/src/install/inc/steps/clone.inline.pt.po
index 1385754678..e978039ab2 100644
--- a/wiki/src/install/inc/steps/clone.inline.pt.po
+++ b/wiki/src/install/inc/steps/clone.inline.pt.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Tails 2.2.1\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2020-11-03 23:32+0000\n"
"Last-Translator: drebs <drebs@???>\n"
"Language-Team: Tails translators <tails@???>\n"
@@ -17,18 +17,14 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.8\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
"<h1 id=\"install-tails\" class=\"install-clone mac-clone\">Install Tails</h1>\n"
"<h1 id=\"upgrade\" class=\"upgrade\">Upgrade your Tails</h1>\n"
msgstr ""
-"<h1 id=\"install-tails\" class=\"install-clone mac-clone\">Instale Tails</h1>\n"
+"<h1 id=\"install-tails\" class=\"install-clone mac-clone\">Instale Tails</h1>"
+"\n"
"<h1 id=\"upgrade\" class=\"upgrade\">Atualize seu Tails</h1>\n"

# Mantive "Tails Installer"
@@ -59,7 +55,9 @@ msgstr "<div class=\"step-image\">\n"
#. type: Plain text
#, no-wrap
msgid "[[!img install/inc/infography/plug-second-usb.png link=\"no\" alt=\"Second USB stick plugged on the right\"]]\n"
-msgstr "[[!img install/inc/infography/plug-second-usb.png link=\"no\" alt=\"Segundo pen drive USB plugado do lado direito\"]]\n"
+msgstr ""
+"[[!img install/inc/infography/plug-second-usb.png link=\"no\" alt=\"Segundo "
+"pen drive USB plugado do lado direito\"]]\n"

#. type: Plain text
#, no-wrap
@@ -71,8 +69,8 @@ msgid ""
"Plug <span class=\"install-clone mac-clone\">the new</span> <span class="
"\"upgrade\">your Tails</span> USB stick in the computer."
msgstr ""
-"Insira o <span class=\"install-clone mac-clone\">novo pendrive USB</"
-"span><span class=\"upgrade\">seu pen drive USB Tails</span> no computador."
+"Insira o <span class=\"install-clone mac-clone\">novo pendrive USB</span><"
+"span class=\"upgrade\">seu pen drive USB Tails</span> no computador."

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/install/inc/steps/clone.inline.ru.po b/wiki/src/install/inc/steps/clone.inline.ru.po
index eedae9d908..90f1d5ec21 100644
--- a/wiki/src/install/inc/steps/clone.inline.ru.po
+++ b/wiki/src/install/inc/steps/clone.inline.ru.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2019-03-25 09:13+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: \n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.19.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
@@ -70,113 +65,8 @@ msgid ""
" </div>\n"
msgstr ""

-#. type: Plain text
-#, no-wrap
-msgid ""
-"1. Choose\n"
-"   <span class=\"menuchoice\">\n"
-"     <span class=\"guimenu\">Applications</span>&nbsp;▸\n"
-"     <span class=\"guisubmenu\">Tails</span>&nbsp;▸\n"
-"     <span class=\"guimenuitem\">Tails Installer</span>\n"
-"   </span>\n"
-"   to start <span class=\"application\">Tails Installer</span>.\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/screenshots/tails_installer.png link=\"no\" class=\"install-clone mac-clone\" alt=\"Tails Installer: 'Clone the current Tails'\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/screenshots/tails_installer_upgrade.png link=\"no\" class=\"upgrade\" alt=\"Tails Installer: 'Clone the current Tails'\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   <div class=\"step-image\">\n"
-msgstr "   <div class=\"step-image\">\n"
+#~ msgid "   <div class=\"step-image\">\n"
+#~ msgstr "   <div class=\"step-image\">\n"


-#. type: Plain text
-#, no-wrap
-msgid " [[!img install/inc/infography/clone-tails.png link=\"no\" class=\"clone upgrade-tails upgrade-os\" alt=\"Tails installed on USB stick on the right\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid " </div>\n"
-msgstr " </div>\n"
-
-#. type: Bullet: '1. '
-msgid ""
-"Choose <span class=\"install-clone mac-clone\">the new</span> <span class="
-"\"upgrade\">your</span> USB stick in the <span class=\"guilabel\">Target USB "
-"stick</span> drop-down list."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"To start the <span class=\"install-clone mac-clone\">installation, click on "
-"the <span class=\"button\">Install</span> button.</span> <span class="
-"\"upgrade\">upgrade, click on the <span class=\"button\">Upgrade</span> "
-"button.</span>"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-" <div class=\"note upgrade\">\n"
-" <p>The Persistent Storage of your Tails USB stick will be preserved.</p>\n"
-" <p class=\"upgrade-clone\">The Persistent Storage of the other Tails will not be copied.</p>\n"
-" </div>\n"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Read the warning message in the confirmation dialog. Click <span class="
-"\"button\">Yes</span> to confirm."
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-" The\n"
-" <span class=\"install-clone mac-clone\">installation</span>\n"
-" <span class=\"upgrade\">upgrade</span>\n"
-" takes a few minutes.\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-" <div class=\"bug\">\n"
-" <p>The progress bar usually freezes for some time\n"
-" while synchronizing data on disk.</p>\n"
-" </div>\n"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"After the installation finishes, close <span class=\"application\">Tails "
-"Installer</span>."
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid " [[!img install/inc/screenshots/installation_complete.png link=\"no\" alt=\"\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, fuzzy, no-wrap
-msgid "<div class=\"trophy upgrade\">\n"
-msgstr "<div class=\"step-image\">\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "<p>You are done upgrading Tails. You can now shutdown and restart on your Tails USB stick.</p>\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "<p>Thank you for staying safe!</p>\n"
-msgstr ""
+#~ msgid " </div>\n"
+#~ msgstr " </div>\n"
diff --git a/wiki/src/install/inc/steps/clone.inline.sr_Latn.po b/wiki/src/install/inc/steps/clone.inline.sr_Latn.po
index 943fd97ca7..65003a4366 100644
--- a/wiki/src/install/inc/steps/clone.inline.sr_Latn.po
+++ b/wiki/src/install/inc/steps/clone.inline.sr_Latn.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2020-12-25 17:45+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: \n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
 #. type: Plain text
 #, no-wrap
 msgid ""
@@ -69,114 +64,3 @@ msgid ""
 "   <p>All the data on this USB stick will be lost.</p>\n"
 "   </div>\n"
 msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-"1. Choose\n"
-"   <span class=\"menuchoice\">\n"
-"     <span class=\"guimenu\">Applications</span>&nbsp;▸\n"
-"     <span class=\"guisubmenu\">Tails</span>&nbsp;▸\n"
-"     <span class=\"guimenuitem\">Tails Installer</span>\n"
-"   </span>\n"
-"   to start <span class=\"application\">Tails Installer</span>.\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/screenshots/tails_installer.png link=\"no\" class=\"install-clone mac-clone\" alt=\"Tails Installer: 'Clone the current Tails'\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/screenshots/tails_installer_upgrade.png link=\"no\" class=\"upgrade\" alt=\"Tails Installer: 'Clone the current Tails'\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, fuzzy, no-wrap
-msgid "   <div class=\"step-image\">\n"
-msgstr "<div class=\"step-image\">\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/infography/clone-tails.png link=\"no\" class=\"clone upgrade-tails upgrade-os\" alt=\"Tails installed on USB stick on the right\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, fuzzy, no-wrap
-msgid "   </div>\n"
-msgstr "</div>\n"
-
-#. type: Bullet: '1. '
-msgid ""
-"Choose <span class=\"install-clone mac-clone\">the new</span> <span class="
-"\"upgrade\">your</span> USB stick in the <span class=\"guilabel\">Target USB "
-"stick</span> drop-down list."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"To start the <span class=\"install-clone mac-clone\">installation, click on "
-"the <span class=\"button\">Install</span> button.</span> <span class="
-"\"upgrade\">upgrade, click on the <span class=\"button\">Upgrade</span> "
-"button.</span>"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-"   <div class=\"note upgrade\">\n"
-"   <p>The Persistent Storage of your Tails USB stick will be preserved.</p>\n"
-"   <p class=\"upgrade-clone\">The Persistent Storage of the other Tails will not be copied.</p>\n"
-"   </div>\n"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Read the warning message in the confirmation dialog. Click <span class="
-"\"button\">Yes</span> to confirm."
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-"   The\n"
-"   <span class=\"install-clone mac-clone\">installation</span>\n"
-"   <span class=\"upgrade\">upgrade</span>\n"
-"   takes a few minutes.\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-"   <div class=\"bug\">\n"
-"   <p>The progress bar usually freezes for some time\n"
-"   while synchronizing data on disk.</p>\n"
-"   </div>\n"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"After the installation finishes, close <span class=\"application\">Tails "
-"Installer</span>."
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/screenshots/installation_complete.png link=\"no\" alt=\"\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, fuzzy, no-wrap
-msgid "<div class=\"trophy upgrade\">\n"
-msgstr "<div class=\"step-image\">\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "<p>You are done upgrading Tails. You can now shutdown and restart on your Tails USB stick.</p>\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "<p>Thank you for staying safe!</p>\n"
-msgstr ""
diff --git a/wiki/src/install/inc/steps/clone.inline.tr.po b/wiki/src/install/inc/steps/clone.inline.tr.po
index 6014ee2d9a..b429b944fb 100644
--- a/wiki/src/install/inc/steps/clone.inline.tr.po
+++ b/wiki/src/install/inc/steps/clone.inline.tr.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
 "PO-Revision-Date: 2019-03-25 09:13+0000\n"
 "Last-Translator: emmapeel <emma.peel@???>\n"
 "Language-Team: \n"
@@ -17,11 +17,6 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Weblate 2.19.1\n"


-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
@@ -70,113 +65,8 @@ msgid ""
" </div>\n"
msgstr ""

-#. type: Plain text
-#, no-wrap
-msgid ""
-"1. Choose\n"
-"   <span class=\"menuchoice\">\n"
-"     <span class=\"guimenu\">Applications</span>&nbsp;▸\n"
-"     <span class=\"guisubmenu\">Tails</span>&nbsp;▸\n"
-"     <span class=\"guimenuitem\">Tails Installer</span>\n"
-"   </span>\n"
-"   to start <span class=\"application\">Tails Installer</span>.\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/screenshots/tails_installer.png link=\"no\" class=\"install-clone mac-clone\" alt=\"Tails Installer: 'Clone the current Tails'\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/screenshots/tails_installer_upgrade.png link=\"no\" class=\"upgrade\" alt=\"Tails Installer: 'Clone the current Tails'\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   <div class=\"step-image\">\n"
-msgstr "   <div class=\"step-image\">\n"
+#~ msgid "   </div>\n"
+#~ msgstr "   </div>\n"


-#. type: Plain text
-#, no-wrap
-msgid " [[!img install/inc/infography/clone-tails.png link=\"no\" class=\"clone upgrade-tails upgrade-os\" alt=\"Tails installed on USB stick on the right\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid " </div>\n"
-msgstr " </div>\n"
-
-#. type: Bullet: '1. '
-msgid ""
-"Choose <span class=\"install-clone mac-clone\">the new</span> <span class="
-"\"upgrade\">your</span> USB stick in the <span class=\"guilabel\">Target USB "
-"stick</span> drop-down list."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"To start the <span class=\"install-clone mac-clone\">installation, click on "
-"the <span class=\"button\">Install</span> button.</span> <span class="
-"\"upgrade\">upgrade, click on the <span class=\"button\">Upgrade</span> "
-"button.</span>"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-" <div class=\"note upgrade\">\n"
-" <p>The Persistent Storage of your Tails USB stick will be preserved.</p>\n"
-" <p class=\"upgrade-clone\">The Persistent Storage of the other Tails will not be copied.</p>\n"
-" </div>\n"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Read the warning message in the confirmation dialog. Click <span class="
-"\"button\">Yes</span> to confirm."
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-" The\n"
-" <span class=\"install-clone mac-clone\">installation</span>\n"
-" <span class=\"upgrade\">upgrade</span>\n"
-" takes a few minutes.\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-" <div class=\"bug\">\n"
-" <p>The progress bar usually freezes for some time\n"
-" while synchronizing data on disk.</p>\n"
-" </div>\n"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"After the installation finishes, close <span class=\"application\">Tails "
-"Installer</span>."
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid " [[!img install/inc/screenshots/installation_complete.png link=\"no\" alt=\"\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, fuzzy, no-wrap
-msgid "<div class=\"trophy upgrade\">\n"
-msgstr "<div class=\"step-image\">\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "<p>You are done upgrading Tails. You can now shutdown and restart on your Tails USB stick.</p>\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "<p>Thank you for staying safe!</p>\n"
-msgstr ""
+#~ msgid " <div class=\"step-image\">\n"
+#~ msgstr " <div class=\"step-image\">\n"
diff --git a/wiki/src/install/inc/steps/clone.inline.zh.po b/wiki/src/install/inc/steps/clone.inline.zh.po
index f80107c3c0..c49888d492 100644
--- a/wiki/src/install/inc/steps/clone.inline.zh.po
+++ b/wiki/src/install/inc/steps/clone.inline.zh.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2020-01-22 16:26+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: \n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
@@ -70,113 +65,11 @@ msgid ""
" </div>\n"
msgstr ""

-#. type: Plain text
-#, no-wrap
-msgid ""
-"1. Choose\n"
-"   <span class=\"menuchoice\">\n"
-"     <span class=\"guimenu\">Applications</span>&nbsp;▸\n"
-"     <span class=\"guisubmenu\">Tails</span>&nbsp;▸\n"
-"     <span class=\"guimenuitem\">Tails Installer</span>\n"
-"   </span>\n"
-"   to start <span class=\"application\">Tails Installer</span>.\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/screenshots/tails_installer.png link=\"no\" class=\"install-clone mac-clone\" alt=\"Tails Installer: 'Clone the current Tails'\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/screenshots/tails_installer_upgrade.png link=\"no\" class=\"upgrade\" alt=\"Tails Installer: 'Clone the current Tails'\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   <div class=\"step-image\">\n"
-msgstr "   <div class=\"step-image\">\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/infography/clone-tails.png link=\"no\" class=\"clone upgrade-tails upgrade-os\" alt=\"Tails installed on USB stick on the right\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   </div>\n"
-msgstr "   </div>\n"
-
-#. type: Bullet: '1. '
-msgid ""
-"Choose <span class=\"install-clone mac-clone\">the new</span> <span class="
-"\"upgrade\">your</span> USB stick in the <span class=\"guilabel\">Target USB "
-"stick</span> drop-down list."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"To start the <span class=\"install-clone mac-clone\">installation, click on "
-"the <span class=\"button\">Install</span> button.</span> <span class="
-"\"upgrade\">upgrade, click on the <span class=\"button\">Upgrade</span> "
-"button.</span>"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-"   <div class=\"note upgrade\">\n"
-"   <p>The Persistent Storage of your Tails USB stick will be preserved.</p>\n"
-"   <p class=\"upgrade-clone\">The Persistent Storage of the other Tails will not be copied.</p>\n"
-"   </div>\n"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Read the warning message in the confirmation dialog. Click <span class="
-"\"button\">Yes</span> to confirm."
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-"   The\n"
-"   <span class=\"install-clone mac-clone\">installation</span>\n"
-"   <span class=\"upgrade\">upgrade</span>\n"
-"   takes a few minutes.\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-"   <div class=\"bug\">\n"
-"   <p>The progress bar usually freezes for some time\n"
-"   while synchronizing data on disk.</p>\n"
-"   </div>\n"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"After the installation finishes, close <span class=\"application\">Tails "
-"Installer</span>."
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/screenshots/installation_complete.png link=\"no\" alt=\"\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "<div class=\"trophy upgrade\">\n"
-msgstr "<div class=\"trophy upgrade\">\n"
+#~ msgid "<div class=\"trophy upgrade\">\n"
+#~ msgstr "<div class=\"trophy upgrade\">\n"


-#. type: Plain text
-#, no-wrap
-msgid "<p>You are done upgrading Tails. You can now shutdown and restart on your Tails USB stick.</p>\n"
-msgstr ""
+#~ msgid " <div class=\"step-image\">\n"
+#~ msgstr " <div class=\"step-image\">\n"

-#. type: Plain text
-#, no-wrap
-msgid "<p>Thank you for staying safe!</p>\n"
-msgstr ""
+#~ msgid " </div>\n"
+#~ msgstr " </div>\n"
diff --git a/wiki/src/install/inc/steps/clone.inline.zh_TW.po b/wiki/src/install/inc/steps/clone.inline.zh_TW.po
index bab1f8a6ce..4ff6a14b93 100644
--- a/wiki/src/install/inc/steps/clone.inline.zh_TW.po
+++ b/wiki/src/install/inc/steps/clone.inline.zh_TW.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2020-01-22 15:26+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: \n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
@@ -70,113 +65,11 @@ msgid ""
" </div>\n"
msgstr ""

-#. type: Plain text
-#, no-wrap
-msgid ""
-"1. Choose\n"
-"   <span class=\"menuchoice\">\n"
-"     <span class=\"guimenu\">Applications</span>&nbsp;▸\n"
-"     <span class=\"guisubmenu\">Tails</span>&nbsp;▸\n"
-"     <span class=\"guimenuitem\">Tails Installer</span>\n"
-"   </span>\n"
-"   to start <span class=\"application\">Tails Installer</span>.\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/screenshots/tails_installer.png link=\"no\" class=\"install-clone mac-clone\" alt=\"Tails Installer: 'Clone the current Tails'\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/screenshots/tails_installer_upgrade.png link=\"no\" class=\"upgrade\" alt=\"Tails Installer: 'Clone the current Tails'\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   <div class=\"step-image\">\n"
-msgstr "   <div class=\"step-image\">\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/infography/clone-tails.png link=\"no\" class=\"clone upgrade-tails upgrade-os\" alt=\"Tails installed on USB stick on the right\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   </div>\n"
-msgstr "   </div>\n"
-
-#. type: Bullet: '1. '
-msgid ""
-"Choose <span class=\"install-clone mac-clone\">the new</span> <span class="
-"\"upgrade\">your</span> USB stick in the <span class=\"guilabel\">Target USB "
-"stick</span> drop-down list."
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"To start the <span class=\"install-clone mac-clone\">installation, click on "
-"the <span class=\"button\">Install</span> button.</span> <span class="
-"\"upgrade\">upgrade, click on the <span class=\"button\">Upgrade</span> "
-"button.</span>"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-"   <div class=\"note upgrade\">\n"
-"   <p>The Persistent Storage of your Tails USB stick will be preserved.</p>\n"
-"   <p class=\"upgrade-clone\">The Persistent Storage of the other Tails will not be copied.</p>\n"
-"   </div>\n"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"Read the warning message in the confirmation dialog. Click <span class="
-"\"button\">Yes</span> to confirm."
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-"   The\n"
-"   <span class=\"install-clone mac-clone\">installation</span>\n"
-"   <span class=\"upgrade\">upgrade</span>\n"
-"   takes a few minutes.\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-"   <div class=\"bug\">\n"
-"   <p>The progress bar usually freezes for some time\n"
-"   while synchronizing data on disk.</p>\n"
-"   </div>\n"
-msgstr ""
-
-#. type: Bullet: '1. '
-msgid ""
-"After the installation finishes, close <span class=\"application\">Tails "
-"Installer</span>."
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "   [[!img install/inc/screenshots/installation_complete.png link=\"no\" alt=\"\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "<div class=\"trophy upgrade\">\n"
-msgstr "<div class=\"trophy upgrade\">\n"
+#~ msgid "<div class=\"trophy upgrade\">\n"
+#~ msgstr "<div class=\"trophy upgrade\">\n"


-#. type: Plain text
-#, no-wrap
-msgid "<p>You are done upgrading Tails. You can now shutdown and restart on your Tails USB stick.</p>\n"
-msgstr ""
+#~ msgid " <div class=\"step-image\">\n"
+#~ msgstr " <div class=\"step-image\">\n"

-#. type: Plain text
-#, no-wrap
-msgid "<p>Thank you for staying safe!</p>\n"
-msgstr ""
+#~ msgid " </div>\n"
+#~ msgstr " </div>\n"
diff --git a/wiki/src/install/inc/steps/create_persistence.inline.ar.po b/wiki/src/install/inc/steps/create_persistence.inline.ar.po
index 5fcec59b44..e72f12be35 100644
--- a/wiki/src/install/inc/steps/create_persistence.inline.ar.po
+++ b/wiki/src/install/inc/steps/create_persistence.inline.ar.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-01 22:03+0000\n"
"PO-Revision-Date: 2020-12-25 17:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: Arabic <http://translate.tails.boum.org/projects/tails/"
@@ -20,11 +20,6 @@ msgstr ""
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h2 id=\"wi-fi\">Test your Wi-Fi</h2>\n"
@@ -43,7 +38,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid " [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/system.png link=\"no\"]]\n"
-msgstr " [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/system.png link=\"no\"]]\n"
+msgstr ""
+" [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/"
+"system.png link=\"no\"]]\n"

#. type: Bullet: '1. '
msgid ""
@@ -69,7 +66,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"doc/anonymous_internet/networkmanager/no-wifi.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"doc/anonymous_internet/networkmanager/no-wifi.inline.ar\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"doc/anonymous_internet/networkmanager/no-wifi.inline.ar\" "
+"raw=\"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/install/inc/steps/create_persistence.inline.ca.po b/wiki/src/install/inc/steps/create_persistence.inline.ca.po
index 72e7da3734..dfe973e722 100644
--- a/wiki/src/install/inc/steps/create_persistence.inline.ca.po
+++ b/wiki/src/install/inc/steps/create_persistence.inline.ca.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-01 22:03+0000\n"
"PO-Revision-Date: 2020-01-22 16:26+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h2 id=\"wi-fi\">Test your Wi-Fi</h2>\n"
diff --git a/wiki/src/install/inc/steps/create_persistence.inline.de.po b/wiki/src/install/inc/steps/create_persistence.inline.de.po
index dbc3862230..fe09c7f830 100644
--- a/wiki/src/install/inc/steps/create_persistence.inline.de.po
+++ b/wiki/src/install/inc/steps/create_persistence.inline.de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-01 22:03+0000\n"
"PO-Revision-Date: 2020-12-25 11:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: \n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h2 id=\"wi-fi\">Test your Wi-Fi</h2>\n"
@@ -41,7 +36,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid " [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/system.png link=\"no\"]]\n"
-msgstr " [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/system.png link=\"no\"]]\n"
+msgstr ""
+" [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/"
+"system.png link=\"no\"]]\n"

#. type: Bullet: '1. '
msgid ""
@@ -449,15 +446,12 @@ msgid "<p>We hope you enjoy using Tails :)</p>\n"
msgstr "<p>Wir hoffen, dass Sie viel Freude beim Benutzen von Tails haben :)</p>\n"

 #~ msgid ""
-#~ "    <p>If you face any problem, use the <span class=\"guilabel\">Report "
-#~ "an\n"
+#~ "    <p>If you face any problem, use the <span class=\"guilabel\">Report an\n"
 #~ "    error</span> launcher on the Tails desktop or visit our [[support\n"
 #~ "    pages|support]].</p>\n"
 #~ msgstr ""
-#~ "    <p>Wenn Sie Probleme haben, benutzen Sie die Schaltfläche <span class="
-#~ "\"guilabel\">Einen\n"
-#~ "    Fehler melden</span> auf dem Desktop von Tails oder besuchen Sie "
-#~ "unsere [[Support-Seiten|support]].</p>\n"
+#~ "    <p>Wenn Sie Probleme haben, benutzen Sie die Schaltfläche <span class=\"guilabel\">Einen\n"
+#~ "    Fehler melden</span> auf dem Desktop von Tails oder besuchen Sie unsere [[Support-Seiten|support]].</p>\n"


#~ msgid ""
#~ "<h1 id=\"create-persistence\">Create an encrypted persistent storage "
diff --git a/wiki/src/install/inc/steps/create_persistence.inline.es.po b/wiki/src/install/inc/steps/create_persistence.inline.es.po
index 7bb0219f5b..a913ffb3fd 100644
--- a/wiki/src/install/inc/steps/create_persistence.inline.es.po
+++ b/wiki/src/install/inc/steps/create_persistence.inline.es.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-01 22:03+0000\n"
"PO-Revision-Date: 2020-09-06 07:30+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.8\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h2 id=\"wi-fi\">Test your Wi-Fi</h2>\n"
@@ -453,15 +448,12 @@ msgid "<p>We hope you enjoy using Tails :)</p>\n"
msgstr "<p>Esperamos que disfrutes usando Tails :)</p>\n"

 #~ msgid ""
-#~ "    <p>If you face any problem, use the <span class=\"guilabel\">Report "
-#~ "an\n"
+#~ "    <p>If you face any problem, use the <span class=\"guilabel\">Report an\n"
 #~ "    error</span> launcher on the Tails desktop or visit our [[support\n"
 #~ "    pages|support]].</p>\n"
 #~ msgstr ""
-#~ "    <p>Si tienes algún problema, usa el lanzador <span class=\"guilabel"
-#~ "\">Reportar un\n"
-#~ "    error</span> en el escritorio de Tails o visita nuestras [[páginas "
-#~ "de\n"
+#~ "    <p>Si tienes algún problema, usa el lanzador <span class=\"guilabel\">Reportar un\n"
+#~ "    error</span> en el escritorio de Tails o visita nuestras [[páginas de\n"
 #~ "    soporte|support]].</p>\n"


#~ msgid ""
diff --git a/wiki/src/install/inc/steps/create_persistence.inline.fa.po b/wiki/src/install/inc/steps/create_persistence.inline.fa.po
index 1c04b1bddc..95c44a5a87 100644
--- a/wiki/src/install/inc/steps/create_persistence.inline.fa.po
+++ b/wiki/src/install/inc/steps/create_persistence.inline.fa.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-01 22:03+0000\n"
"PO-Revision-Date: 2020-12-25 13:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h2 id=\"wi-fi\">Test your Wi-Fi</h2>\n"
@@ -41,7 +36,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid " [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/system.png link=\"no\"]]\n"
-msgstr " [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/system.png link=\"no\"]]\n"
+msgstr ""
+" [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/"
+"system.png link=\"no\"]]\n"

#. type: Bullet: '1. '
msgid ""
diff --git a/wiki/src/install/inc/steps/create_persistence.inline.fr.po b/wiki/src/install/inc/steps/create_persistence.inline.fr.po
index 50f4c15292..231ed1118c 100644
--- a/wiki/src/install/inc/steps/create_persistence.inline.fr.po
+++ b/wiki/src/install/inc/steps/create_persistence.inline.fr.po
@@ -7,21 +7,16 @@ msgid ""
msgstr ""
"Project-Id-Version: Tails\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"POT-Creation-Date: 2020-12-01 22:03+0000\n"
+"PO-Revision-Date: 2020-08-20 17:29+0000\n"
+"Last-Translator: xin <xin@???>\n"
"Language-Team: Tails translators <tails@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
+"X-Generator: Weblate 3.5.1\n"

#. type: Plain text
#, no-wrap
@@ -470,15 +465,12 @@ msgid "<p>We hope you enjoy using Tails :)</p>\n"
msgstr "<p>Nous espérons que vous apprécierez Tails :)</p>\n"

 #~ msgid ""
-#~ "    <p>If you face any problem, use the <span class=\"guilabel\">Report "
-#~ "an\n"
+#~ "    <p>If you face any problem, use the <span class=\"guilabel\">Report an\n"
 #~ "    error</span> launcher on the Tails desktop or visit our [[support\n"
 #~ "    pages|support]].</p>\n"
 #~ msgstr ""
-#~ "    <p>Si vous rencontrez des problèmes, lancez l'outil <span class="
-#~ "\"guilabel\">Signaler\n"
-#~ "    une erreur</span> qui se trouve sur le bureau de Tails ou visitez nos "
-#~ "[[pages\n"
+#~ "    <p>Si vous rencontrez des problèmes, lancez l'outil <span class=\"guilabel\">Signaler\n"
+#~ "    une erreur</span> qui se trouve sur le bureau de Tails ou visitez nos [[pages\n"
 #~ "    de support|support]].</p>\n"


#~ msgid "In <span class=\"application\">Tails Greeter</span>:"
diff --git a/wiki/src/install/inc/steps/create_persistence.inline.id.po b/wiki/src/install/inc/steps/create_persistence.inline.id.po
index 15e5251616..b02d9281ba 100644
--- a/wiki/src/install/inc/steps/create_persistence.inline.id.po
+++ b/wiki/src/install/inc/steps/create_persistence.inline.id.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-01 22:03+0000\n"
"PO-Revision-Date: 2020-01-22 16:26+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: \n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h2 id=\"wi-fi\">Test your Wi-Fi</h2>\n"
diff --git a/wiki/src/install/inc/steps/create_persistence.inline.it.po b/wiki/src/install/inc/steps/create_persistence.inline.it.po
index 8651eccb84..caca190f69 100644
--- a/wiki/src/install/inc/steps/create_persistence.inline.it.po
+++ b/wiki/src/install/inc/steps/create_persistence.inline.it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: transitails\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-01 22:03+0000\n"
"PO-Revision-Date: 2021-03-02 23:44+0000\n"
"Last-Translator: cenere <cenere@???>\n"
"Language-Team: ita <transitails@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h2 id=\"wi-fi\">Test your Wi-Fi</h2>\n"
@@ -486,15 +481,12 @@ msgid "<p>We hope you enjoy using Tails :)</p>\n"
msgstr "<p>Speriamo che ti divertirai usando Tails :)</p>\n"

 #~ msgid ""
-#~ "    <p>If you face any problem, use the <span class=\"guilabel\">Report "
-#~ "an\n"
+#~ "    <p>If you face any problem, use the <span class=\"guilabel\">Report an\n"
 #~ "    error</span> launcher on the Tails desktop or visit our [[support\n"
 #~ "    pages|support]].</p>\n"
 #~ msgstr ""
-#~ "    <p>Se incontri qualche problema, usa il link<span class=\"guilabel"
-#~ "\">Segnala un\n"
-#~ "    errore</span> sulla Scrivania (desktop) di Tails o visita le nostre "
-#~ "[[pagine\n"
+#~ "    <p>Se incontri qualche problema, usa il link<span class=\"guilabel\">Segnala un\n"
+#~ "    errore</span> sulla Scrivania (desktop) di Tails o visita le nostre [[pagine\n"
 #~ "    di supporto|support]].</p>\n"


#~ msgid "In <span class=\"application\">Tails Greeter</span>:"
diff --git a/wiki/src/install/inc/steps/create_persistence.inline.mdwn b/wiki/src/install/inc/steps/create_persistence.inline.mdwn
index c701e92337..5a5207ba4b 100644
--- a/wiki/src/install/inc/steps/create_persistence.inline.mdwn
+++ b/wiki/src/install/inc/steps/create_persistence.inline.mdwn
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
<h2 id="wi-fi">Test your Wi-Fi</h2>

Problems with Wi-Fi are unfortunately quite common in Tails and Linux in
diff --git a/wiki/src/install/inc/steps/create_persistence.inline.pl.po b/wiki/src/install/inc/steps/create_persistence.inline.pl.po
index 4a90b6b08d..b1d9f36447 100644
--- a/wiki/src/install/inc/steps/create_persistence.inline.pl.po
+++ b/wiki/src/install/inc/steps/create_persistence.inline.pl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-01 22:03+0000\n"
"PO-Revision-Date: 2018-10-26 13:20+0000\n"
"Last-Translator: Weblate Admin <admin@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -19,11 +19,6 @@ msgstr ""
"|| n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 2.19.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h2 id=\"wi-fi\">Test your Wi-Fi</h2>\n"
diff --git a/wiki/src/install/inc/steps/create_persistence.inline.pt.po b/wiki/src/install/inc/steps/create_persistence.inline.pt.po
index 60bdd91d3f..854f84827f 100644
--- a/wiki/src/install/inc/steps/create_persistence.inline.pt.po
+++ b/wiki/src/install/inc/steps/create_persistence.inline.pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tails 2.2.1\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-01 22:03+0000\n"
"PO-Revision-Date: 2020-01-03 14:25+0000\n"
"Last-Translator: drebs <drebs@???>\n"
"Language-Team: Tails translators <tails@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, fuzzy, no-wrap
#| msgid "Test your Wi-Fi\n"
@@ -484,14 +479,12 @@ msgid "<p>We hope you enjoy using Tails :)</p>\n"
msgstr "<p>Esperamos que você goste de usar o Tails :)</p>\n"

 #~ msgid ""
-#~ "    <p>If you face any problem, use the <span class=\"guilabel\">Report "
-#~ "an\n"
+#~ "    <p>If you face any problem, use the <span class=\"guilabel\">Report an\n"
 #~ "    error</span> launcher on the Tails desktop or visit our [[support\n"
 #~ "    pages|support]].</p>\n"
 #~ msgstr ""
 #~ "    <p>Se você encontrar algum problema, use o lançador\n"
-#~ "    <span class=\"guilabel\">Relatar um erro</span> na área de trabalho "
-#~ "do Tails\n"
+#~ "    <span class=\"guilabel\">Relatar um erro</span> na área de trabalho do Tails\n"
 #~ "    ou visite as nossas [[páginas de suporte|support]].</p>\n"


# É necessário confirmar a tradução de "Tails Greeter"
diff --git a/wiki/src/install/inc/steps/create_persistence.inline.ru.po b/wiki/src/install/inc/steps/create_persistence.inline.ru.po
index 3babf216bf..556b42b15a 100644
--- a/wiki/src/install/inc/steps/create_persistence.inline.ru.po
+++ b/wiki/src/install/inc/steps/create_persistence.inline.ru.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-01 22:03+0000\n"
"PO-Revision-Date: 2021-04-07 21:06+0000\n"
"Last-Translator: dedmoroz <cj75300@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -15,15 +15,10 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
+"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"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h2 id=\"wi-fi\">Test your Wi-Fi</h2>\n"
@@ -42,7 +37,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid " [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/system.png link=\"no\"]]\n"
-msgstr " [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/system.png link=\"no\"]]\n"
+msgstr ""
+" [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/"
+"system.png link=\"no\"]]\n"

#. type: Bullet: '1. '
msgid ""
@@ -68,7 +65,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"doc/anonymous_internet/networkmanager/no-wifi.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"doc/anonymous_internet/networkmanager/no-wifi.inline.ru\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"doc/anonymous_internet/networkmanager/no-wifi.inline.ru\" "
+"raw=\"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/install/inc/steps/create_persistence.inline.sr_Latn.po b/wiki/src/install/inc/steps/create_persistence.inline.sr_Latn.po
index 55ced1189d..fccc6955ce 100644
--- a/wiki/src/install/inc/steps/create_persistence.inline.sr_Latn.po
+++ b/wiki/src/install/inc/steps/create_persistence.inline.sr_Latn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-01 22:03+0000\n"
"PO-Revision-Date: 2020-12-25 17:45+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -15,15 +15,10 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
+"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"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h2 id=\"wi-fi\">Test your Wi-Fi</h2>\n"
diff --git a/wiki/src/install/inc/steps/create_persistence.inline.tr.po b/wiki/src/install/inc/steps/create_persistence.inline.tr.po
index 1e9ef830e4..3004f9b327 100644
--- a/wiki/src/install/inc/steps/create_persistence.inline.tr.po
+++ b/wiki/src/install/inc/steps/create_persistence.inline.tr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-01 22:03+0000\n"
"PO-Revision-Date: 2020-12-25 17:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h2 id=\"wi-fi\">Test your Wi-Fi</h2>\n"
@@ -41,7 +36,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid " [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/system.png link=\"no\"]]\n"
-msgstr " [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/system.png link=\"no\"]]\n"
+msgstr ""
+" [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/"
+"system.png link=\"no\"]]\n"

#. type: Bullet: '1. '
msgid ""
@@ -67,7 +64,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"doc/anonymous_internet/networkmanager/no-wifi.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"doc/anonymous_internet/networkmanager/no-wifi.inline.tr\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"doc/anonymous_internet/networkmanager/no-wifi.inline.tr\" "
+"raw=\"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/install/inc/steps/create_persistence.inline.zh.po b/wiki/src/install/inc/steps/create_persistence.inline.zh.po
index 26405acec1..b79ceb1036 100644
--- a/wiki/src/install/inc/steps/create_persistence.inline.zh.po
+++ b/wiki/src/install/inc/steps/create_persistence.inline.zh.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-01 22:03+0000\n"
"PO-Revision-Date: 2020-12-25 17:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h2 id=\"wi-fi\">Test your Wi-Fi</h2>\n"
@@ -41,7 +36,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid " [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/system.png link=\"no\"]]\n"
-msgstr " [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/system.png link=\"no\"]]\n"
+msgstr ""
+" [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/"
+"system.png link=\"no\"]]\n"

#. type: Bullet: '1. '
msgid ""
diff --git a/wiki/src/install/inc/steps/create_persistence.inline.zh_TW.po b/wiki/src/install/inc/steps/create_persistence.inline.zh_TW.po
index 0437204955..8f4d3711dd 100644
--- a/wiki/src/install/inc/steps/create_persistence.inline.zh_TW.po
+++ b/wiki/src/install/inc/steps/create_persistence.inline.zh_TW.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-01 22:03+0000\n"
"PO-Revision-Date: 2020-12-25 17:44+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h2 id=\"wi-fi\">Test your Wi-Fi</h2>\n"
@@ -41,7 +36,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid " [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/system.png link=\"no\"]]\n"
-msgstr " [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/system.png link=\"no\"]]\n"
+msgstr ""
+" [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/"
+"system.png link=\"no\"]]\n"

#. type: Bullet: '1. '
msgid ""
diff --git a/wiki/src/install/inc/steps/download.inline.ar.po b/wiki/src/install/inc/steps/download.inline.ar.po
index 6de9397d3e..baf8e84240 100644
--- a/wiki/src/install/inc/steps/download.inline.ar.po
+++ b/wiki/src/install/inc/steps/download.inline.ar.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-23 21:31+0000\n"
"PO-Revision-Date: 2018-02-05 21:00+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: Arabic <http://translate.tails.boum.org/projects/tails/"
@@ -20,11 +20,6 @@ msgstr ""
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 2.10.1\n"

-#. Deprecation of the extension
-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div>
msgid "2.4"
msgstr ""
@@ -915,56 +910,53 @@ msgid ""
msgstr ""

#, fuzzy
-#~| msgid ""
-#~| "[[!inline pages=\"inc/stable_amd64_gpg_verify\" raw=\"yes\" sort=\"age"
-#~| "\"]]"
-#~ msgid ""
-#~ "<a>I already downloaded Tails&nbsp;<span class=\"remove-extra-space\">[[!"
-#~ "inline pages=\"inc/stable_amd64_version\" raw=\"yes\" sort=\"age\"]]</"
-#~ "span>.</a>"
-#~ msgstr ""
-#~ "[[!inline pages=\"inc/stable_amd64_gpg_verify\" raw=\"yes\" sort=\"age\"]]"
+#| msgid ""
+#| "[[!inline pages=\"inc/stable_amd64_gpg_verify\" raw=\"yes\" sort=\"age\"]]"
+msgid ""
+"<a>I already downloaded Tails&nbsp;<span class=\"remove-extra-space\">[[!"
+"inline pages=\"inc/stable_amd64_version\" raw=\"yes\" sort=\"age\"]]</span>."
+"</a>"
+msgstr ""
+"[[!inline pages=\"inc/stable_amd64_gpg_verify\" raw=\"yes\" sort=\"age\"]]"

-#~ msgid "[[!img screenshots/allow_js.png link=\"no\"]]"
-#~ msgstr "[[!img screenshots/allow_js.png link=\"no\"]]"
+msgid "[[!img screenshots/allow_js.png link=\"no\"]]"
+msgstr "[[!img screenshots/allow_js.png link=\"no\"]]"

#, fuzzy
-#~| msgid ""
-#~| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
-#~| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
-#~| "and save it to the same folder where you saved the ISO image."
-#~ msgid ""
-#~ "<a href=\"[[!inline pages=\"inc/stable_amd64_img_torrent_url\" raw=\"yes"
-#~ "\" sort=\"age\"]]\" id=\"download-img-torrent\" class=\"btn btn-primary "
-#~ "inline-block indent\">Download Tails [[!inline pages=\"inc/"
-#~ "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] Torrent file for USB "
-#~ "image</a>"
-#~ msgstr ""
-#~ "Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~ "raw=\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw="
-#~ "\"yes\" sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images "
-#~ "von Tails herunter und speichern Sie sie in dem gleichen Ordner, in dem "
-#~ "Sie das ISO-Image gespeichert haben."
+#| msgid ""
+#| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
+#| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
+#| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
+#| "and save it to the same folder where you saved the ISO image."
+msgid ""
+"<a href=\"[[!inline pages=\"inc/stable_amd64_img_torrent_url\" raw=\"yes\" "
+"sort=\"age\"]]\" id=\"download-img-torrent\" class=\"btn btn-primary inline-"
+"block indent\">Download Tails [[!inline pages=\"inc/stable_amd64_version\" "
+"raw=\"yes\" sort=\"age\"]] Torrent file for USB image</a>"
+msgstr ""
+"Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" raw="
+"\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" "
+"sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images von Tails "
+"herunter und speichern Sie sie in dem gleichen Ordner, in dem Sie das ISO-"
+"Image gespeichert haben."

#, fuzzy
-#~| msgid ""
-#~| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
-#~| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
-#~| "and save it to the same folder where you saved the ISO image."
-#~ msgid ""
-#~ "<a href=\"[[!inline pages=\"inc/stable_amd64_iso_torrent_url\" raw=\"yes"
-#~ "\" sort=\"age\"]]\" id=\"download-iso-torrent\" class=\"btn btn-primary "
-#~ "inline-block indent\">Download Tails [[!inline pages=\"inc/"
-#~ "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] Torrent file for ISO "
-#~ "image</a>"
-#~ msgstr ""
-#~ "Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~ "raw=\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw="
-#~ "\"yes\" sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images "
-#~ "von Tails herunter und speichern Sie sie in dem gleichen Ordner, in dem "
-#~ "Sie das ISO-Image gespeichert haben."
+#| msgid ""
+#| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
+#| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
+#| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
+#| "and save it to the same folder where you saved the ISO image."
+msgid ""
+"<a href=\"[[!inline pages=\"inc/stable_amd64_iso_torrent_url\" raw=\"yes\" "
+"sort=\"age\"]]\" id=\"download-iso-torrent\" class=\"btn btn-primary inline-"
+"block indent\">Download Tails [[!inline pages=\"inc/stable_amd64_version\" "
+"raw=\"yes\" sort=\"age\"]] Torrent file for ISO image</a>"
+msgstr ""
+"Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" raw="
+"\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" "
+"sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images von Tails "
+"herunter und speichern Sie sie in dem gleichen Ordner, in dem Sie das ISO-"
+"Image gespeichert haben."

#~ msgid ""
#~ "For example, you can start by contacting a local [[!wikipedia "
diff --git a/wiki/src/install/inc/steps/download.inline.ca.po b/wiki/src/install/inc/steps/download.inline.ca.po
index 6c6a98de6a..a1ee0c6cdb 100644
--- a/wiki/src/install/inc/steps/download.inline.ca.po
+++ b/wiki/src/install/inc/steps/download.inline.ca.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-23 21:31+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. Deprecation of the extension
-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div>
msgid "2.4"
msgstr ""
@@ -912,56 +907,53 @@ msgid ""
msgstr ""

#, fuzzy
-#~| msgid ""
-#~| "[[!inline pages=\"inc/stable_amd64_gpg_verify\" raw=\"yes\" sort=\"age"
-#~| "\"]]"
-#~ msgid ""
-#~ "<a>I already downloaded Tails&nbsp;<span class=\"remove-extra-space\">[[!"
-#~ "inline pages=\"inc/stable_amd64_version\" raw=\"yes\" sort=\"age\"]]</"
-#~ "span>.</a>"
-#~ msgstr ""
-#~ "[[!inline pages=\"inc/stable_amd64_gpg_verify\" raw=\"yes\" sort=\"age\"]]"
+#| msgid ""
+#| "[[!inline pages=\"inc/stable_amd64_gpg_verify\" raw=\"yes\" sort=\"age\"]]"
+msgid ""
+"<a>I already downloaded Tails&nbsp;<span class=\"remove-extra-space\">[[!"
+"inline pages=\"inc/stable_amd64_version\" raw=\"yes\" sort=\"age\"]]</span>."
+"</a>"
+msgstr ""
+"[[!inline pages=\"inc/stable_amd64_gpg_verify\" raw=\"yes\" sort=\"age\"]]"

-#~ msgid "[[!img screenshots/allow_js.png link=\"no\"]]"
-#~ msgstr "[[!img screenshots/allow_js.png link=\"no\"]]"
+msgid "[[!img screenshots/allow_js.png link=\"no\"]]"
+msgstr "[[!img screenshots/allow_js.png link=\"no\"]]"

#, fuzzy
-#~| msgid ""
-#~| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
-#~| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
-#~| "and save it to the same folder where you saved the ISO image."
-#~ msgid ""
-#~ "<a href=\"[[!inline pages=\"inc/stable_amd64_img_torrent_url\" raw=\"yes"
-#~ "\" sort=\"age\"]]\" id=\"download-img-torrent\" class=\"btn btn-primary "
-#~ "inline-block indent\">Download Tails [[!inline pages=\"inc/"
-#~ "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] Torrent file for USB "
-#~ "image</a>"
-#~ msgstr ""
-#~ "Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~ "raw=\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw="
-#~ "\"yes\" sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images "
-#~ "von Tails herunter und speichern Sie sie in dem gleichen Ordner, in dem "
-#~ "Sie das ISO-Image gespeichert haben."
+#| msgid ""
+#| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
+#| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
+#| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
+#| "and save it to the same folder where you saved the ISO image."
+msgid ""
+"<a href=\"[[!inline pages=\"inc/stable_amd64_img_torrent_url\" raw=\"yes\" "
+"sort=\"age\"]]\" id=\"download-img-torrent\" class=\"btn btn-primary inline-"
+"block indent\">Download Tails [[!inline pages=\"inc/stable_amd64_version\" "
+"raw=\"yes\" sort=\"age\"]] Torrent file for USB image</a>"
+msgstr ""
+"Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" raw="
+"\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" "
+"sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images von Tails "
+"herunter und speichern Sie sie in dem gleichen Ordner, in dem Sie das ISO-"
+"Image gespeichert haben."

#, fuzzy
-#~| msgid ""
-#~| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
-#~| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
-#~| "and save it to the same folder where you saved the ISO image."
-#~ msgid ""
-#~ "<a href=\"[[!inline pages=\"inc/stable_amd64_iso_torrent_url\" raw=\"yes"
-#~ "\" sort=\"age\"]]\" id=\"download-iso-torrent\" class=\"btn btn-primary "
-#~ "inline-block indent\">Download Tails [[!inline pages=\"inc/"
-#~ "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] Torrent file for ISO "
-#~ "image</a>"
-#~ msgstr ""
-#~ "Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~ "raw=\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw="
-#~ "\"yes\" sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images "
-#~ "von Tails herunter und speichern Sie sie in dem gleichen Ordner, in dem "
-#~ "Sie das ISO-Image gespeichert haben."
+#| msgid ""
+#| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
+#| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
+#| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
+#| "and save it to the same folder where you saved the ISO image."
+msgid ""
+"<a href=\"[[!inline pages=\"inc/stable_amd64_iso_torrent_url\" raw=\"yes\" "
+"sort=\"age\"]]\" id=\"download-iso-torrent\" class=\"btn btn-primary inline-"
+"block indent\">Download Tails [[!inline pages=\"inc/stable_amd64_version\" "
+"raw=\"yes\" sort=\"age\"]] Torrent file for ISO image</a>"
+msgstr ""
+"Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" raw="
+"\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" "
+"sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images von Tails "
+"herunter und speichern Sie sie in dem gleichen Ordner, in dem Sie das ISO-"
+"Image gespeichert haben."

#~ msgid ""
#~ "For example, you can start by contacting a local [[!wikipedia "
diff --git a/wiki/src/install/inc/steps/download.inline.de.po b/wiki/src/install/inc/steps/download.inline.de.po
index ddfbbba118..7a6e42a9ab 100644
--- a/wiki/src/install/inc/steps/download.inline.de.po
+++ b/wiki/src/install/inc/steps/download.inline.de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-23 21:31+0000\n"
"PO-Revision-Date: 2020-08-14 11:01+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. Deprecation of the extension
-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div>
msgid "2.4"
msgstr ""
diff --git a/wiki/src/install/inc/steps/download.inline.es.po b/wiki/src/install/inc/steps/download.inline.es.po
index b1e55fd7c2..8171fcf5c2 100644
--- a/wiki/src/install/inc/steps/download.inline.es.po
+++ b/wiki/src/install/inc/steps/download.inline.es.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-23 21:31+0000\n"
"PO-Revision-Date: 2021-01-23 02:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. Deprecation of the extension
-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div>
msgid "2.4"
msgstr "2.4"
@@ -76,17 +71,17 @@ msgid ""
"\" sort=\"age\"]] USB image (<span class=\"remove-extra-space\">[[!inline "
"pages=\"inc/stable_amd64_img_size\" raw=\"yes\" sort=\"age\"]]</span>)</a>"
msgstr ""
-"<a href=\"[[!inline pages=\"inc/stable_amd64_img_url\" raw=\"yes\" sort=\"age"
-"\"]]\" id=\"download-img\" class=\"use-mirror-pool button inline-block"
-"\">Descarga la imagen USB [[!inline pages=\"inc/stable_amd64_version\" raw="
-"\"yes\" sort=\"age\"]] de Tails (<span class=\"remove-extra-space\">[[!"
-"inline pages=\"inc/stable_amd64_img_size\" raw=\"yes\" sort=\"age\"]]</"
-"span>)</a> <a href=\"[[!inline pages=\"inc/stable_amd64_img_url\" raw=\"yes"
-"\" sort=\"age\"]]\" id=\"download-img-retry\" class=\"use-mirror-pool-on-"
-"retry button inline-block\">Descarga la imagen USB [[!inline pages=\"inc/"
-"stable_amd64_version\" raw=\"yes\" sort=\"age\"]] de Tails (<span class="
-"\"remove-extra-space\">[[!inline pages=\"inc/stable_amd64_img_size\" raw="
-"\"yes\" sort=\"age\"]]</span>)</a>"
+"<a href=\"[[!inline pages=\"inc/stable_amd64_img_url\" raw=\"yes\" sort=\""
+"age\"]]\" id=\"download-img\" class=\"use-mirror-pool button inline-block\">"
+"Descarga la imagen USB [[!inline pages=\"inc/stable_amd64_version\" raw=\""
+"yes\" sort=\"age\"]] de Tails (<span class=\"remove-extra-space\">[[!inline "
+"pages=\"inc/stable_amd64_img_size\" raw=\"yes\" sort=\"age\"]]</span>)</a> <"
+"a href=\"[[!inline pages=\"inc/stable_amd64_img_url\" raw=\"yes\" sort=\""
+"age\"]]\" id=\"download-img-retry\" class=\"use-mirror-pool-on-retry button "
+"inline-block\">Descarga la imagen USB [[!inline pages=\"inc/"
+"stable_amd64_version\" raw=\"yes\" sort=\"age\"]] de Tails (<span class"
+"=\"remove-extra-space\">[[!inline pages=\"inc/stable_amd64_img_size\" raw=\""
+"yes\" sort=\"age\"]]</span>)</a>"

#. type: Content of: <div><div>
msgid ""
@@ -101,17 +96,17 @@ msgid ""
"\" sort=\"age\"]] ISO image (<span class=\"remove-extra-space\">[[!inline "
"pages=\"inc/stable_amd64_iso_size\" raw=\"yes\" sort=\"age\"]]</span>)</a>"
msgstr ""
-"<a href=\"[[!inline pages=\"inc/stable_amd64_iso_url\" raw=\"yes\" sort=\"age"
-"\"]]\" id=\"download-iso\" class=\"use-mirror-pool button inline-block"
-"\">Descarga la imagen ISO [[!inline pages=\"inc/stable_amd64_version\" raw="
-"\"yes\" sort=\"age\"]] de Tails (<span class=\"remove-extra-space\">[[!"
-"inline pages=\"inc/stable_amd64_iso_size\" raw=\"yes\" sort=\"age\"]]</"
-"span>)</a> <a href=\"[[!inline pages=\"inc/stable_amd64_iso_url\" raw=\"yes"
-"\" sort=\"age\"]]\" id=\"download-iso-retry\" class=\"use-mirror-pool-on-"
-"retry button inline-block\">Descarga la imagen ISO [[!inline pages=\"inc/"
-"stable_amd64_version\" raw=\"yes\" sort=\"age\"]] de Tails (<span class="
-"\"remove-extra-space\">[[!inline pages=\"inc/stable_amd64_iso_size\" raw="
-"\"yes\" sort=\"age\"]]</span>)</a>"
+"<a href=\"[[!inline pages=\"inc/stable_amd64_iso_url\" raw=\"yes\" sort=\""
+"age\"]]\" id=\"download-iso\" class=\"use-mirror-pool button inline-block\">"
+"Descarga la imagen ISO [[!inline pages=\"inc/stable_amd64_version\" raw=\""
+"yes\" sort=\"age\"]] de Tails (<span class=\"remove-extra-space\">[[!inline "
+"pages=\"inc/stable_amd64_iso_size\" raw=\"yes\" sort=\"age\"]]</span>)</a> <"
+"a href=\"[[!inline pages=\"inc/stable_amd64_iso_url\" raw=\"yes\" sort=\""
+"age\"]]\" id=\"download-iso-retry\" class=\"use-mirror-pool-on-retry button "
+"inline-block\">Descarga la imagen ISO [[!inline pages=\"inc/"
+"stable_amd64_version\" raw=\"yes\" sort=\"age\"]] de Tails (<span class"
+"=\"remove-extra-space\">[[!inline pages=\"inc/stable_amd64_iso_size\" raw=\""
+"yes\" sort=\"age\"]]</span>)</a>"

#. type: Content of: <div><div><p>
msgid ""
@@ -125,9 +120,9 @@ msgstr ""
"o descargar utilizando <a href=\"[[!inline pages=\"inc/"
"stable_amd64_img_torrent_url\" raw=\"yes\" sort=\"age\"]]\" id=\"download-"
"img-torrent\" class=\"usb upgrade download-only-img\">BitTorrent</a> <a href="
-"\"[[!inline pages=\"inc/stable_amd64_iso_torrent_url\" raw=\"yes\" sort=\"age"
-"\"]]\" id=\"download-iso-torrent\" class=\"dvd vm download-only-iso"
-"\">BitTorrent</a>"
+"\"[[!inline pages=\"inc/stable_amd64_iso_torrent_url\" raw=\"yes\" sort=\""
+"age\"]]\" id=\"download-iso-torrent\" class=\"dvd vm download-only-iso\""
+">BitTorrent</a>"

#. type: Content of: <div><div><p>
msgid ""
@@ -148,8 +143,8 @@ msgid ""
"<span class=\"step-number\"><span class=\"usb upgrade\">1.</span>2</"
"span>Verify your download"
msgstr ""
-"<span class=\"step-number\"><span class=\"usb upgrade\">1.</span>2</"
-"span>Verifica tu descarga"
+"<span class=\"step-number\"><span class=\"usb upgrade\">1.</span>2</span>"
+"Verifica tu descarga"

#. type: Content of: <div><div><p>
msgid "For your security, always verify your download."
@@ -275,8 +270,8 @@ msgid ""
"images|install/v2/Tails/amd64/stable/latest.json]]."
msgstr ""
"Comparar la suma de comprobación de tu descarga con [[la suma de "
-"comprobación de nuestras imágenes|install/v2/Tails/amd64/stable/latest."
-"json]]."
+"comprobación de nuestras imágenes|install/v2/Tails/amd64/stable/"
+"latest.json]]."

#. type: Content of: <div><div><div><ul><li>
msgid ""
@@ -300,9 +295,9 @@ msgid ""
"\">&nbsp;[[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" sort=\"age"
"\"]]</span>&hellip; <input id=\"verify-file\" type=\"file\"/> </label>"
msgstr ""
-"<label class=\"button\"> Verifica Tails <span class=\"remove-extra-space"
-"\">&nbsp;[[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" sort=\"age"
-"\"]]</span>&hellip; <input id=\"verify-file\" type=\"file\"/> </label>"
+"<label class=\"button\"> Verifica Tails <span class=\"remove-extra-space\""
+">&nbsp;[[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" sort=\"age\""
+"]]</span>&hellip; <input id=\"verify-file\" type=\"file\"/> </label>"

#. type: Content of: <div><div><div><p>
msgid ""
@@ -498,17 +493,17 @@ msgid ""
"upgrade/linux]]</span> <span class=\"download-only-img download-only-iso"
"\">[[Skip verification|doc#install]]</span>"
msgstr ""
-"[[!img icons/dialog-warning-small.png class=\"icon\" link=\"no\" alt=\"\"]] "
-"<span class=\"windows\">[[Saltear la verificación|win/usb]]</span> <span "
-"class=\"linux\">[[Saltear la verificación|linux/usb]]</span> <span class="
-"\"mac\">[[Saltear la verificación|mac/usb]]</span> <span class=\"dvd"
-"\">[[Saltear la verificación|dvd]]</span> <span class=\"vm\">[[Saltear la "
-"verificación|doc/advanced_topics/virtualization]]</span> <span class="
-"\"upgrade-tails\">[[Saltear la verificación|upgrade/tails]]</span> <span "
-"class=\"upgrade-windows\">[[Saltear la verificación|upgrade/win]]</span> "
-"<span class=\"upgrade-mac\">[[Saltear la verificación|upgrade/mac]]</span> "
-"<span class=\"upgrade-linux\">[[Saltear la verificación|upgrade/linux]]</"
-"span> <span class=\"download-only-img download-only-iso\">[[Saltear la "
+"[[!img icons/dialog-warning-small.png class=\"icon\" link=\"no\" alt=\"\"]] <"
+"span class=\"windows\">[[Saltear la verificación|win/usb]]</span> <span "
+"class=\"linux\">[[Saltear la verificación|linux/usb]]</span> <span class=\""
+"mac\">[[Saltear la verificación|mac/usb]]</span> <span class=\"dvd\">[["
+"Saltear la verificación|dvd]]</span> <span class=\"vm\">[[Saltear la "
+"verificación|doc/advanced_topics/virtualization]]</span> <span class"
+"=\"upgrade-tails\">[[Saltear la verificación|upgrade/tails]]</span> <span "
+"class=\"upgrade-windows\">[[Saltear la verificación|upgrade/win]]</span> <"
+"span class=\"upgrade-mac\">[[Saltear la verificación|upgrade/mac]]</span> <"
+"span class=\"upgrade-linux\">[[Saltear la verificación|upgrade/linux]]</span>"
+" <span class=\"download-only-img download-only-iso\">[[Saltear la "
"verificación|doc#install]]</span>"

#. type: Content of: <div><div><div>
@@ -910,8 +905,8 @@ msgid ""
"span>, open a terminal and navigate to the folder where you saved the Tails "
"signing key."
msgstr ""
-"Para importar la clave de firma de Tails en <span class=\"application"
-"\">GnuPGP</span>, abre una terminal y navega hasta la carpeta donde está la "
+"Para importar la clave de firma de Tails en <span class=\"application\""
+">GnuPGP</span>, abre una terminal y navega hasta la carpeta donde está la "
"clave de firma de Tails."

#. type: Content of: <div><ol><li><p>
diff --git a/wiki/src/install/inc/steps/download.inline.fa.po b/wiki/src/install/inc/steps/download.inline.fa.po
index cc75be53e1..95b4acb0b9 100644
--- a/wiki/src/install/inc/steps/download.inline.fa.po
+++ b/wiki/src/install/inc/steps/download.inline.fa.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-23 21:31+0000\n"
"PO-Revision-Date: 2020-01-22 15:26+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. Deprecation of the extension
-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div>
msgid "2.4"
msgstr ""
diff --git a/wiki/src/install/inc/steps/download.inline.fr.po b/wiki/src/install/inc/steps/download.inline.fr.po
index ffc33a4cd4..5bee3890d7 100644
--- a/wiki/src/install/inc/steps/download.inline.fr.po
+++ b/wiki/src/install/inc/steps/download.inline.fr.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"POT-Creation-Date: 2020-12-23 21:31+0000\n"
+"PO-Revision-Date: 2021-02-07 11:43+0000\n"
+"Last-Translator: fewad <fewad@???>\n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. Deprecation of the extension
-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr "[[!meta robots=\"noindex\"]]"
-
#. type: Content of: <div>
msgid "2.4"
msgstr "2.4"
@@ -76,17 +71,17 @@ msgid ""
"\" sort=\"age\"]] USB image (<span class=\"remove-extra-space\">[[!inline "
"pages=\"inc/stable_amd64_img_size\" raw=\"yes\" sort=\"age\"]]</span>)</a>"
msgstr ""
-"<a href=\"[[!inline pages=\"inc/stable_amd64_img_url\" raw=\"yes\" sort=\"age"
-"\"]]\" id=\"download-img\" class=\"use-mirror-pool button inline-block"
-"\">Télécharger l'image USB de Tails [[!inline pages=\"inc/"
+"<a href=\"[[!inline pages=\"inc/stable_amd64_img_url\" raw=\"yes\" sort=\""
+"age\"]]\" id=\"download-img\" class=\"use-mirror-pool button inline-block\">"
+"Télécharger l'image USB de Tails [[!inline pages=\"inc/stable_amd64_version\""
+" raw=\"yes\" sort=\"age\"]] (<span class=\"remove-extra-space\">[[!inline "
+"pages=\"inc/stable_amd64_img_size\" raw=\"yes\" sort=\"age\"]]</span>)</a> <"
+"a href=\"[[!inline pages=\"inc/stable_amd64_img_url\" raw=\"yes\" sort=\""
+"age\"]]\" id=\"download-img-retry\" class=\"use-mirror-pool-on-retry button "
+"inline-block\">Télécharger l'image USB de Tails [[!inline pages=\"inc/"
"stable_amd64_version\" raw=\"yes\" sort=\"age\"]] (<span class=\"remove-"
"extra-space\">[[!inline pages=\"inc/stable_amd64_img_size\" raw=\"yes\" sort="
-"\"age\"]]</span>)</a> <a href=\"[[!inline pages=\"inc/stable_amd64_img_url\" "
-"raw=\"yes\" sort=\"age\"]]\" id=\"download-img-retry\" class=\"use-mirror-"
-"pool-on-retry button inline-block\">Télécharger l'image USB de Tails [[!"
-"inline pages=\"inc/stable_amd64_version\" raw=\"yes\" sort=\"age\"]] (<span "
-"class=\"remove-extra-space\">[[!inline pages=\"inc/stable_amd64_img_size\" "
-"raw=\"yes\" sort=\"age\"]]</span>)</a>"
+"\"age\"]]</span>)</a>"

#. type: Content of: <div><div>
msgid ""
@@ -101,17 +96,17 @@ msgid ""
"\" sort=\"age\"]] ISO image (<span class=\"remove-extra-space\">[[!inline "
"pages=\"inc/stable_amd64_iso_size\" raw=\"yes\" sort=\"age\"]]</span>)</a>"
msgstr ""
-"<a href=\"[[!inline pages=\"inc/stable_amd64_iso_url\" raw=\"yes\" sort=\"age"
-"\"]]\" id=\"download-iso\" class=\"use-mirror-pool button inline-block"
-"\">Télécharger l'image ISO de Tails [[!inline pages=\"inc/"
+"<a href=\"[[!inline pages=\"inc/stable_amd64_iso_url\" raw=\"yes\" sort=\""
+"age\"]]\" id=\"download-iso\" class=\"use-mirror-pool button inline-block\">"
+"Télécharger l'image ISO de Tails [[!inline pages=\"inc/stable_amd64_version\""
+" raw=\"yes\" sort=\"age\"]] (<span class=\"remove-extra-space\">[[!inline "
+"pages=\"inc/stable_amd64_iso_size\" raw=\"yes\" sort=\"age\"]]</span>)</a> <"
+"a href=\"[[!inline pages=\"inc/stable_amd64_iso_url\" raw=\"yes\" sort=\""
+"age\"]]\" id=\"download-iso-retry\" class=\"use-mirror-pool-on-retry button "
+"inline-block\">Télécharger l'image ISO de Tails [[!inline pages=\"inc/"
"stable_amd64_version\" raw=\"yes\" sort=\"age\"]] (<span class=\"remove-"
"extra-space\">[[!inline pages=\"inc/stable_amd64_iso_size\" raw=\"yes\" sort="
-"\"age\"]]</span>)</a> <a href=\"[[!inline pages=\"inc/stable_amd64_iso_url\" "
-"raw=\"yes\" sort=\"age\"]]\" id=\"download-iso-retry\" class=\"use-mirror-"
-"pool-on-retry button inline-block\">Télécharger l'image ISO de Tails [[!"
-"inline pages=\"inc/stable_amd64_version\" raw=\"yes\" sort=\"age\"]] (<span "
-"class=\"remove-extra-space\">[[!inline pages=\"inc/stable_amd64_iso_size\" "
-"raw=\"yes\" sort=\"age\"]]</span>)</a>"
+"\"age\"]]</span>)</a>"

#. type: Content of: <div><div><p>
msgid ""
@@ -125,9 +120,9 @@ msgstr ""
"ou télécharger via <a href=\"[[!inline pages=\"inc/"
"stable_amd64_img_torrent_url\" raw=\"yes\" sort=\"age\"]]\" id=\"download-"
"img-torrent\" class=\"usb upgrade download-only-img\">BitTorrent</a> <a href="
-"\"[[!inline pages=\"inc/stable_amd64_iso_torrent_url\" raw=\"yes\" sort=\"age"
-"\"]]\" id=\"download-iso-torrent\" class=\"dvd vm download-only-iso"
-"\">BitTorrent</a>"
+"\"[[!inline pages=\"inc/stable_amd64_iso_torrent_url\" raw=\"yes\" sort=\""
+"age\"]]\" id=\"download-iso-torrent\" class=\"dvd vm download-only-iso\""
+">BitTorrent</a>"

#. type: Content of: <div><div><p>
msgid ""
@@ -139,17 +134,17 @@ msgid ""
msgstr ""
"Si le téléchargement échoue, essayez de <a href=\"[[!inline pages=\"inc/"
"stable_amd64_img_url\" raw=\"yes\" sort=\"age\"]]\" class=\"usb upgrade "
-"download-only-img\">télécharger depuis un autre mirroir.</a> <a href=\"[[!"
-"inline pages=\"inc/stable_amd64_iso_url\" raw=\"yes\" sort=\"age\"]]\" class="
-"\"dvd vm download-only-iso\">télécharger depuis un autre mirroir.</a>"
+"download-only-img\">télécharger depuis un autre mirroir.</a> <a href=\"[["
+"!inline pages=\"inc/stable_amd64_iso_url\" raw=\"yes\" sort=\"age\"]]\" "
+"class=\"dvd vm download-only-iso\">télécharger depuis un autre mirroir.</a>"

#. type: Content of: <div><h3>
msgid ""
"<span class=\"step-number\"><span class=\"usb upgrade\">1.</span>2</"
"span>Verify your download"
msgstr ""
-"<span class=\"step-number\"><span class=\"usb upgrade\">1.</span>2</"
-"span>Vérifiez votre téléchargement"
+"<span class=\"step-number\"><span class=\"usb upgrade\">1.</span>2</span>"
+"Vérifiez votre téléchargement"

#. type: Content of: <div><div><p>
msgid "For your security, always verify your download."
@@ -228,7 +223,7 @@ msgid ""
"completes."
msgstr ""
"Votre client BitTorrent va automatiquement vérifier votre téléchargement "
-"lorsqu'il sera terminé."
+"lorsqu'il se termine."

#. type: Content of: <div><div><p>
msgid "The verification below is optional for a BitTorrent download."
@@ -258,8 +253,8 @@ msgid ""
"See our [[statement about the deprecation of the <em>Tails Verification</em> "
"extension|news/verification_extension_deprecation]]."
msgstr ""
-"Voir notre [[annonce concernant l'obsolescence de l'extension de "
-"<em>vérification de Tails</em>|news/verification_extension_deprecation]]."
+"Voir notre [[annonce concernant l'obsolescence de l'extension de <em>"
+"vérification de Tails</em>|news/verification_extension_deprecation]]."

#. type: Content of: <div><div><div><p>
msgid ""
@@ -278,8 +273,8 @@ msgid ""
"Compare manually the checksum of your download with [[the checksum of our "
"images|install/v2/Tails/amd64/stable/latest.json]]."
msgstr ""
-"Comparer manuellement la somme de contrôle de votre téléchargement avec "
-"[[celles de nos images|install/v2/Tails/amd64/stable/latest.json]]."
+"Comparer manuellement la somme de contrôle de votre téléchargement avec [["
+"celles de nos images|install/v2/Tails/amd64/stable/latest.json]]."

#. type: Content of: <div><div><div><ul><li>
msgid ""
@@ -303,16 +298,16 @@ msgid ""
"\">&nbsp;[[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" sort=\"age"
"\"]]</span>&hellip; <input id=\"verify-file\" type=\"file\"/> </label>"
msgstr ""
-"<label class=\"button\"> VérifierTails <span class=\"remove-extra-space"
-"\">&nbsp;[[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" sort=\"age"
-"\"]]</span>&hellip; <input id=\"verify-file\" type=\"file\"/> </label>"
+"<label class=\"button\"> VérifierTails <span class=\"remove-extra-space\""
+">&nbsp;[[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" sort=\"age\""
+"]]</span>&hellip; <input id=\"verify-file\" type=\"file\"/> </label>"

#. type: Content of: <div><div><div><p>
msgid ""
"Verifying <em><span class=\"verify-filename\">$FILENAME</span></em>&hellip;"
msgstr ""
-"Vérification <em><span class=\"verify-filename\">$FILENAME</span></"
-"em>&hellip;"
+"Vérification <em><span class=\"verify-filename\""
+">$FILENAME</span></em>&hellip;"

#. type: Content of: <div><div><div><p>
msgid ""
@@ -328,8 +323,8 @@ msgid ""
"failed!</b> (<em><span class=\"verify-filename\">$FILENAME</span></em>)"
msgstr ""
"[[!img lib/cross.png class=\"icon\" link=\"no\" alt=\"\"]]<b>Échec de la "
-"vérification !</b> (<em><span class=\"verify-filename\">$FILENAME</span></"
-"em>)"
+"vérification !</b> (<em><span class=\"verify-filename\""
+">$FILENAME</span></em>)"

#. type: Content of: <div><div><div><p>
msgid "[[!toggle id=\"why-failed\" text=\"Why?\"]]"
@@ -445,16 +440,16 @@ msgid ""
"image <em><span class=\"verify-filename\">$FILENAME</span></em>.</b>"
msgstr ""
"[[!img lib/cross.png class=\"icon\" link=\"no\" alt=\"\"]]<b>Erreur lors de "
-"la lecture de l'image <em><span class=\"verify-filename\">$FILENAME</span></"
-"em>.</b>"
+"la lecture de l'image <em><span class=\"verify-filename\""
+">$FILENAME</span></em>.</b>"

#. type: Content of: <div><div><div><p>
msgid ""
"Make sure that <em><span class=\"verify-filename\">$FILENAME</span></em> is "
"readable by your browser."
msgstr ""
-"Assurez-vous que le fichier <em><span class=\"verify-filename\">$FILENAME</"
-"span></em> est lisible par votre navigateur."
+"Assurez-vous que le fichier <em><span class=\"verify-filename\""
+">$FILENAME</span></em> est lisible par votre navigateur."

#. type: Content of: <div><div><div><p>
msgid "<a id=\"retry-image\">Retry&hellip;</a>"
@@ -493,8 +488,7 @@ msgstr ""
"class=\"upgrade-windows\">[[Passer le téléchargement|upgrade/win]]</span> <"
"span class=\"upgrade-mac\">[[Passer le téléchargement|upgrade/mac]]</span> <"
"span class=\"upgrade-linux\">[[Passer le téléchargement|upgrade/"
-"linux]]</span> <span class=\"download-only-img download-only-iso\">[[Passer "
-"le téléchargement|doc#install]]</span>"
+"linux]]</span>"

#. type: Content of: <div><div><p>
msgid ""
@@ -510,18 +504,17 @@ msgid ""
"upgrade/linux]]</span> <span class=\"download-only-img download-only-iso"
"\">[[Skip verification|doc#install]]</span>"
msgstr ""
-"[[!img icons/dialog-warning-small.png class=\"icon\" link=\"no\" alt=\"\"]] "
-"<span class=\"windows\">[[Passer la vérification|win/usb]]</span> <span "
-"class=\"linux\">[[Passer la vérification|linux/usb]]</span> <span class=\"mac"
-"\">[[Passer la vérification|mac/usb]]</span> <span class=\"dvd\">[[Passer la "
+"[[!img icons/dialog-warning-small.png class=\"icon\" link=\"no\" alt=\"\"]] <"
+"span class=\"windows\">[[Passer la vérification|win/usb]]</span> <span class="
+"\"linux\">[[Passer la vérification|linux/usb]]</span> <span class=\"mac\">[["
+"Passer la vérification|mac/usb]]</span> <span class=\"dvd\">[[Passer la "
"vérification|dvd]]</span> <span class=\"vm\">[[Passer la vérification|doc/"
-"advanced_topics/virtualization]]</span> <span class=\"upgrade-tails"
-"\">[[Passer la vérification|upgrade/tails]]</span> <span class=\"upgrade-"
-"windows\">[[Passer la vérification|upgrade/win]]</span> <span class="
-"\"upgrade-mac\">[[Passer la vérification|upgrade/mac]]</span> <span class="
-"\"upgrade-linux\">[[Passer la vérification|upgrade/linux]]</span> <span "
-"class=\"download-only-img download-only-iso\">[[Passer la vérification|"
-"doc#install]]</span>"
+"advanced_topics/virtualization]]</span> <span class=\"upgrade-tails\">[["
+"Passer la vérification|upgrade/tails]]</span> <span class=\"upgrade-windows\""
+">[[Passer la vérification|upgrade/win]]</span> <span class=\"upgrade-mac\">[["
+"Passer la vérification|upgrade/mac]]</span> <span class=\"upgrade-linux\">[["
+"Passer la vérification|upgrade/linux]]</span> <span class=\"download-only-"
+"img download-only-iso\">[[Passer la vérification|doc#install]]</span>"

#. type: Content of: <div><div><div>
msgid "[["
diff --git a/wiki/src/install/inc/steps/download.inline.html b/wiki/src/install/inc/steps/download.inline.html
index 395d944742..af19fe4fd4 100644
--- a/wiki/src/install/inc/steps/download.inline.html
+++ b/wiki/src/install/inc/steps/download.inline.html
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
<!-- Deprecation of the extension -->
<div id="activate-tails-verification"></div>
<div id="extension-version">2.4</div>
diff --git a/wiki/src/install/inc/steps/download.inline.id.po b/wiki/src/install/inc/steps/download.inline.id.po
index 9bc1d61c6f..0e0681b2a2 100644
--- a/wiki/src/install/inc/steps/download.inline.id.po
+++ b/wiki/src/install/inc/steps/download.inline.id.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-23 21:31+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.10.1\n"

-#. Deprecation of the extension
-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div>
msgid "2.4"
msgstr ""
@@ -913,56 +908,53 @@ msgid ""
msgstr ""

#, fuzzy
-#~| msgid ""
-#~| "[[!inline pages=\"inc/stable_amd64_gpg_verify\" raw=\"yes\" sort=\"age"
-#~| "\"]]"
-#~ msgid ""
-#~ "<a>I already downloaded Tails&nbsp;<span class=\"remove-extra-space\">[[!"
-#~ "inline pages=\"inc/stable_amd64_version\" raw=\"yes\" sort=\"age\"]]</"
-#~ "span>.</a>"
-#~ msgstr ""
-#~ "[[!inline pages=\"inc/stable_amd64_gpg_verify\" raw=\"yes\" sort=\"age\"]]"
+#| msgid ""
+#| "[[!inline pages=\"inc/stable_amd64_gpg_verify\" raw=\"yes\" sort=\"age\"]]"
+msgid ""
+"<a>I already downloaded Tails&nbsp;<span class=\"remove-extra-space\">[[!"
+"inline pages=\"inc/stable_amd64_version\" raw=\"yes\" sort=\"age\"]]</span>."
+"</a>"
+msgstr ""
+"[[!inline pages=\"inc/stable_amd64_gpg_verify\" raw=\"yes\" sort=\"age\"]]"

-#~ msgid "[[!img screenshots/allow_js.png link=\"no\"]]"
-#~ msgstr "[[!img screenshots/allow_js.png link=\"no\"]]"
+msgid "[[!img screenshots/allow_js.png link=\"no\"]]"
+msgstr "[[!img screenshots/allow_js.png link=\"no\"]]"

#, fuzzy
-#~| msgid ""
-#~| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
-#~| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
-#~| "and save it to the same folder where you saved the ISO image."
-#~ msgid ""
-#~ "<a href=\"[[!inline pages=\"inc/stable_amd64_img_torrent_url\" raw=\"yes"
-#~ "\" sort=\"age\"]]\" id=\"download-img-torrent\" class=\"btn btn-primary "
-#~ "inline-block indent\">Download Tails [[!inline pages=\"inc/"
-#~ "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] Torrent file for USB "
-#~ "image</a>"
-#~ msgstr ""
-#~ "Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~ "raw=\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw="
-#~ "\"yes\" sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images "
-#~ "von Tails herunter und speichern Sie sie in dem gleichen Ordner, in dem "
-#~ "Sie das ISO-Image gespeichert haben."
+#| msgid ""
+#| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
+#| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
+#| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
+#| "and save it to the same folder where you saved the ISO image."
+msgid ""
+"<a href=\"[[!inline pages=\"inc/stable_amd64_img_torrent_url\" raw=\"yes\" "
+"sort=\"age\"]]\" id=\"download-img-torrent\" class=\"btn btn-primary inline-"
+"block indent\">Download Tails [[!inline pages=\"inc/stable_amd64_version\" "
+"raw=\"yes\" sort=\"age\"]] Torrent file for USB image</a>"
+msgstr ""
+"Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" raw="
+"\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" "
+"sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images von Tails "
+"herunter und speichern Sie sie in dem gleichen Ordner, in dem Sie das ISO-"
+"Image gespeichert haben."

#, fuzzy
-#~| msgid ""
-#~| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
-#~| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
-#~| "and save it to the same folder where you saved the ISO image."
-#~ msgid ""
-#~ "<a href=\"[[!inline pages=\"inc/stable_amd64_iso_torrent_url\" raw=\"yes"
-#~ "\" sort=\"age\"]]\" id=\"download-iso-torrent\" class=\"btn btn-primary "
-#~ "inline-block indent\">Download Tails [[!inline pages=\"inc/"
-#~ "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] Torrent file for ISO "
-#~ "image</a>"
-#~ msgstr ""
-#~ "Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~ "raw=\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw="
-#~ "\"yes\" sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images "
-#~ "von Tails herunter und speichern Sie sie in dem gleichen Ordner, in dem "
-#~ "Sie das ISO-Image gespeichert haben."
+#| msgid ""
+#| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
+#| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
+#| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
+#| "and save it to the same folder where you saved the ISO image."
+msgid ""
+"<a href=\"[[!inline pages=\"inc/stable_amd64_iso_torrent_url\" raw=\"yes\" "
+"sort=\"age\"]]\" id=\"download-iso-torrent\" class=\"btn btn-primary inline-"
+"block indent\">Download Tails [[!inline pages=\"inc/stable_amd64_version\" "
+"raw=\"yes\" sort=\"age\"]] Torrent file for ISO image</a>"
+msgstr ""
+"Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" raw="
+"\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" "
+"sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images von Tails "
+"herunter und speichern Sie sie in dem gleichen Ordner, in dem Sie das ISO-"
+"Image gespeichert haben."

#~ msgid ""
#~ "For example, you can start by contacting a local [[!wikipedia "
diff --git a/wiki/src/install/inc/steps/download.inline.it.po b/wiki/src/install/inc/steps/download.inline.it.po
index 66feeba8dd..9d7a6c71e0 100644
--- a/wiki/src/install/inc/steps/download.inline.it.po
+++ b/wiki/src/install/inc/steps/download.inline.it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-23 21:31+0000\n"
"PO-Revision-Date: 2021-01-24 20:43+0000\n"
"Last-Translator: Davide <davidesantoro@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. Deprecation of the extension
-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div>
msgid "2.4"
msgstr "2.4"
@@ -678,8 +673,7 @@ msgstr "[[Masterizzare su un DVD|dvd]]"

#. type: Content of: <div><div><ul><li>
msgid "[[Run in a virtual machine|doc/advanced_topics/virtualization]]"
-msgstr ""
-"[[Avviare in una macchina virtuale|doc/advanced_topics/virtualization]]"
+msgstr "[[Avviare in una macchina virtuale|doc/advanced_topics/virtualization]]"

#. type: Content of: <div><h2>
msgid "Verify using OpenPGP (optional)"
diff --git a/wiki/src/install/inc/steps/download.inline.pl.po b/wiki/src/install/inc/steps/download.inline.pl.po
index ddcec6dbd7..75aea3259f 100644
--- a/wiki/src/install/inc/steps/download.inline.pl.po
+++ b/wiki/src/install/inc/steps/download.inline.pl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-23 21:31+0000\n"
"PO-Revision-Date: 2018-11-01 00:14+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: Polish <http://translate.tails.boum.org/projects/tails/"
@@ -20,11 +20,6 @@ msgstr ""
"|| n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 2.19.1\n"

-#. Deprecation of the extension
-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div>
msgid "2.4"
msgstr ""
@@ -929,46 +924,44 @@ msgid ""
"verification process."
msgstr ""

-#~ msgid "[[!img screenshots/allow_js.png link=\"no\"]]"
-#~ msgstr "[[!img screenshots/allow_js.png link=\"no\"]]"
+msgid "[[!img screenshots/allow_js.png link=\"no\"]]"
+msgstr "[[!img screenshots/allow_js.png link=\"no\"]]"

#, fuzzy
-#~| msgid ""
-#~| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
-#~| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
-#~| "and save it to the same folder where you saved the ISO image."
-#~ msgid ""
-#~ "<a href=\"[[!inline pages=\"inc/stable_amd64_img_torrent_url\" raw=\"yes"
-#~ "\" sort=\"age\"]]\" id=\"download-img-torrent\" class=\"btn btn-primary "
-#~ "inline-block indent\">Download Tails [[!inline pages=\"inc/"
-#~ "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] Torrent file for USB "
-#~ "image</a>"
-#~ msgstr ""
-#~ "Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~ "raw=\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw="
-#~ "\"yes\" sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images "
-#~ "von Tails herunter und speichern Sie sie in dem gleichen Ordner, in dem "
-#~ "Sie das ISO-Image gespeichert haben."
+#| msgid ""
+#| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
+#| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
+#| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
+#| "and save it to the same folder where you saved the ISO image."
+msgid ""
+"<a href=\"[[!inline pages=\"inc/stable_amd64_img_torrent_url\" raw=\"yes\" "
+"sort=\"age\"]]\" id=\"download-img-torrent\" class=\"btn btn-primary inline-"
+"block indent\">Download Tails [[!inline pages=\"inc/stable_amd64_version\" "
+"raw=\"yes\" sort=\"age\"]] Torrent file for USB image</a>"
+msgstr ""
+"Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" raw="
+"\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" "
+"sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images von Tails "
+"herunter und speichern Sie sie in dem gleichen Ordner, in dem Sie das ISO-"
+"Image gespeichert haben."

#, fuzzy
-#~| msgid ""
-#~| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
-#~| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
-#~| "and save it to the same folder where you saved the ISO image."
-#~ msgid ""
-#~ "<a href=\"[[!inline pages=\"inc/stable_amd64_iso_torrent_url\" raw=\"yes"
-#~ "\" sort=\"age\"]]\" id=\"download-iso-torrent\" class=\"btn btn-primary "
-#~ "inline-block indent\">Download Tails [[!inline pages=\"inc/"
-#~ "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] Torrent file for ISO "
-#~ "image</a>"
-#~ msgstr ""
-#~ "Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~ "raw=\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw="
-#~ "\"yes\" sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images "
-#~ "von Tails herunter und speichern Sie sie in dem gleichen Ordner, in dem "
-#~ "Sie das ISO-Image gespeichert haben."
+#| msgid ""
+#| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
+#| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
+#| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
+#| "and save it to the same folder where you saved the ISO image."
+msgid ""
+"<a href=\"[[!inline pages=\"inc/stable_amd64_iso_torrent_url\" raw=\"yes\" "
+"sort=\"age\"]]\" id=\"download-iso-torrent\" class=\"btn btn-primary inline-"
+"block indent\">Download Tails [[!inline pages=\"inc/stable_amd64_version\" "
+"raw=\"yes\" sort=\"age\"]] Torrent file for ISO image</a>"
+msgstr ""
+"Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" raw="
+"\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" "
+"sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images von Tails "
+"herunter und speichern Sie sie in dem gleichen Ordner, in dem Sie das ISO-"
+"Image gespeichert haben."

#, fuzzy
#~ msgid ""
diff --git a/wiki/src/install/inc/steps/download.inline.pt.po b/wiki/src/install/inc/steps/download.inline.pt.po
index 307dbca4a8..2b259aa671 100644
--- a/wiki/src/install/inc/steps/download.inline.pt.po
+++ b/wiki/src/install/inc/steps/download.inline.pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-23 21:31+0000\n"
"PO-Revision-Date: 2021-01-15 20:43+0000\n"
"Last-Translator: drebs <drebs@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. Deprecation of the extension
-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div>
msgid "2.4"
msgstr "2.4"
@@ -60,8 +55,8 @@ msgid ""
"<span class=\"step-number\"><span class=\"usb upgrade\">1.</span>1</"
"span>Download Tails"
msgstr ""
-"<span class=\"step-number\"><span class=\"usb upgrade\">1.</span>1</"
-"span>Baixe o Tails"
+"<span class=\"step-number\"><span class=\"usb upgrade\">1.</span>1</span>"
+"Baixe o Tails"

#. type: Content of: <div><div>
msgid ""
diff --git a/wiki/src/install/inc/steps/download.inline.ru.po b/wiki/src/install/inc/steps/download.inline.ru.po
index ee1e1285e5..780c99b3c6 100644
--- a/wiki/src/install/inc/steps/download.inline.ru.po
+++ b/wiki/src/install/inc/steps/download.inline.ru.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-23 21:31+0000\n"
"PO-Revision-Date: 2020-12-24 14:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -15,15 +15,10 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
+"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"
"X-Generator: Weblate 3.11.3\n"

-#. Deprecation of the extension
-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div>
msgid "2.4"
msgstr ""
@@ -942,42 +937,40 @@ msgid ""
msgstr ""

#, fuzzy
-#~| msgid ""
-#~| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
-#~| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
-#~| "and save it to the same folder where you saved the ISO image."
-#~ msgid ""
-#~ "<a href=\"[[!inline pages=\"inc/stable_amd64_img_torrent_url\" raw=\"yes"
-#~ "\" sort=\"age\"]]\" id=\"download-img-torrent\" class=\"btn btn-primary "
-#~ "inline-block indent\">Download Tails [[!inline pages=\"inc/"
-#~ "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] Torrent file for USB "
-#~ "image</a>"
-#~ msgstr ""
-#~ "Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~ "raw=\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw="
-#~ "\"yes\" sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images "
-#~ "von Tails herunter und speichern Sie sie in dem gleichen Ordner, in dem "
-#~ "Sie das ISO-Image gespeichert haben."
+#| msgid ""
+#| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
+#| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
+#| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
+#| "and save it to the same folder where you saved the ISO image."
+msgid ""
+"<a href=\"[[!inline pages=\"inc/stable_amd64_img_torrent_url\" raw=\"yes\" "
+"sort=\"age\"]]\" id=\"download-img-torrent\" class=\"btn btn-primary inline-"
+"block indent\">Download Tails [[!inline pages=\"inc/stable_amd64_version\" "
+"raw=\"yes\" sort=\"age\"]] Torrent file for USB image</a>"
+msgstr ""
+"Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" raw="
+"\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" "
+"sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images von Tails "
+"herunter und speichern Sie sie in dem gleichen Ordner, in dem Sie das ISO-"
+"Image gespeichert haben."

#, fuzzy
-#~| msgid ""
-#~| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
-#~| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
-#~| "and save it to the same folder where you saved the ISO image."
-#~ msgid ""
-#~ "<a href=\"[[!inline pages=\"inc/stable_amd64_iso_torrent_url\" raw=\"yes"
-#~ "\" sort=\"age\"]]\" id=\"download-iso-torrent\" class=\"btn btn-primary "
-#~ "inline-block indent\">Download Tails [[!inline pages=\"inc/"
-#~ "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] Torrent file for ISO "
-#~ "image</a>"
-#~ msgstr ""
-#~ "Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~ "raw=\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw="
-#~ "\"yes\" sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images "
-#~ "von Tails herunter und speichern Sie sie in dem gleichen Ordner, in dem "
-#~ "Sie das ISO-Image gespeichert haben."
+#| msgid ""
+#| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
+#| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
+#| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
+#| "and save it to the same folder where you saved the ISO image."
+msgid ""
+"<a href=\"[[!inline pages=\"inc/stable_amd64_iso_torrent_url\" raw=\"yes\" "
+"sort=\"age\"]]\" id=\"download-iso-torrent\" class=\"btn btn-primary inline-"
+"block indent\">Download Tails [[!inline pages=\"inc/stable_amd64_version\" "
+"raw=\"yes\" sort=\"age\"]] Torrent file for ISO image</a>"
+msgstr ""
+"Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" raw="
+"\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" "
+"sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images von Tails "
+"herunter und speichern Sie sie in dem gleichen Ordner, in dem Sie das ISO-"
+"Image gespeichert haben."

#, fuzzy
#~ msgid ""
diff --git a/wiki/src/install/inc/steps/download.inline.sr_Latn.po b/wiki/src/install/inc/steps/download.inline.sr_Latn.po
index 1a6dd7c3a6..dca29509ca 100644
--- a/wiki/src/install/inc/steps/download.inline.sr_Latn.po
+++ b/wiki/src/install/inc/steps/download.inline.sr_Latn.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-23 21:31+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. Deprecation of the extension
-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div>
msgid "2.4"
msgstr ""
@@ -912,56 +907,53 @@ msgid ""
msgstr ""

#, fuzzy
-#~| msgid ""
-#~| "[[!inline pages=\"inc/stable_amd64_gpg_verify\" raw=\"yes\" sort=\"age"
-#~| "\"]]"
-#~ msgid ""
-#~ "<a>I already downloaded Tails&nbsp;<span class=\"remove-extra-space\">[[!"
-#~ "inline pages=\"inc/stable_amd64_version\" raw=\"yes\" sort=\"age\"]]</"
-#~ "span>.</a>"
-#~ msgstr ""
-#~ "[[!inline pages=\"inc/stable_amd64_gpg_verify\" raw=\"yes\" sort=\"age\"]]"
+#| msgid ""
+#| "[[!inline pages=\"inc/stable_amd64_gpg_verify\" raw=\"yes\" sort=\"age\"]]"
+msgid ""
+"<a>I already downloaded Tails&nbsp;<span class=\"remove-extra-space\">[[!"
+"inline pages=\"inc/stable_amd64_version\" raw=\"yes\" sort=\"age\"]]</span>."
+"</a>"
+msgstr ""
+"[[!inline pages=\"inc/stable_amd64_gpg_verify\" raw=\"yes\" sort=\"age\"]]"

-#~ msgid "[[!img screenshots/allow_js.png link=\"no\"]]"
-#~ msgstr "[[!img screenshots/allow_js.png link=\"no\"]]"
+msgid "[[!img screenshots/allow_js.png link=\"no\"]]"
+msgstr "[[!img screenshots/allow_js.png link=\"no\"]]"

#, fuzzy
-#~| msgid ""
-#~| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
-#~| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
-#~| "and save it to the same folder where you saved the ISO image."
-#~ msgid ""
-#~ "<a href=\"[[!inline pages=\"inc/stable_amd64_img_torrent_url\" raw=\"yes"
-#~ "\" sort=\"age\"]]\" id=\"download-img-torrent\" class=\"btn btn-primary "
-#~ "inline-block indent\">Download Tails [[!inline pages=\"inc/"
-#~ "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] Torrent file for USB "
-#~ "image</a>"
-#~ msgstr ""
-#~ "Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~ "raw=\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw="
-#~ "\"yes\" sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images "
-#~ "von Tails herunter und speichern Sie sie in dem gleichen Ordner, in dem "
-#~ "Sie das ISO-Image gespeichert haben."
+#| msgid ""
+#| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
+#| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
+#| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
+#| "and save it to the same folder where you saved the ISO image."
+msgid ""
+"<a href=\"[[!inline pages=\"inc/stable_amd64_img_torrent_url\" raw=\"yes\" "
+"sort=\"age\"]]\" id=\"download-img-torrent\" class=\"btn btn-primary inline-"
+"block indent\">Download Tails [[!inline pages=\"inc/stable_amd64_version\" "
+"raw=\"yes\" sort=\"age\"]] Torrent file for USB image</a>"
+msgstr ""
+"Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" raw="
+"\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" "
+"sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images von Tails "
+"herunter und speichern Sie sie in dem gleichen Ordner, in dem Sie das ISO-"
+"Image gespeichert haben."

#, fuzzy
-#~| msgid ""
-#~| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
-#~| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
-#~| "and save it to the same folder where you saved the ISO image."
-#~ msgid ""
-#~ "<a href=\"[[!inline pages=\"inc/stable_amd64_iso_torrent_url\" raw=\"yes"
-#~ "\" sort=\"age\"]]\" id=\"download-iso-torrent\" class=\"btn btn-primary "
-#~ "inline-block indent\">Download Tails [[!inline pages=\"inc/"
-#~ "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] Torrent file for ISO "
-#~ "image</a>"
-#~ msgstr ""
-#~ "Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~ "raw=\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw="
-#~ "\"yes\" sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images "
-#~ "von Tails herunter und speichern Sie sie in dem gleichen Ordner, in dem "
-#~ "Sie das ISO-Image gespeichert haben."
+#| msgid ""
+#| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
+#| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
+#| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
+#| "and save it to the same folder where you saved the ISO image."
+msgid ""
+"<a href=\"[[!inline pages=\"inc/stable_amd64_iso_torrent_url\" raw=\"yes\" "
+"sort=\"age\"]]\" id=\"download-iso-torrent\" class=\"btn btn-primary inline-"
+"block indent\">Download Tails [[!inline pages=\"inc/stable_amd64_version\" "
+"raw=\"yes\" sort=\"age\"]] Torrent file for ISO image</a>"
+msgstr ""
+"Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" raw="
+"\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" "
+"sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images von Tails "
+"herunter und speichern Sie sie in dem gleichen Ordner, in dem Sie das ISO-"
+"Image gespeichert haben."

#~ msgid ""
#~ "For example, you can start by contacting a local [[!wikipedia "
diff --git a/wiki/src/install/inc/steps/download.inline.tr.po b/wiki/src/install/inc/steps/download.inline.tr.po
index ee2469b7d8..ef79377622 100644
--- a/wiki/src/install/inc/steps/download.inline.tr.po
+++ b/wiki/src/install/inc/steps/download.inline.tr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-23 21:31+0000\n"
"PO-Revision-Date: 2020-09-05 06:33+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.8\n"

-#. Deprecation of the extension
-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div>
msgid "2.4"
msgstr ""
@@ -938,42 +933,40 @@ msgid ""
msgstr ""

#, fuzzy
-#~| msgid ""
-#~| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
-#~| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
-#~| "and save it to the same folder where you saved the ISO image."
-#~ msgid ""
-#~ "<a href=\"[[!inline pages=\"inc/stable_amd64_img_torrent_url\" raw=\"yes"
-#~ "\" sort=\"age\"]]\" id=\"download-img-torrent\" class=\"btn btn-primary "
-#~ "inline-block indent\">Download Tails [[!inline pages=\"inc/"
-#~ "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] Torrent file for USB "
-#~ "image</a>"
-#~ msgstr ""
-#~ "Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~ "raw=\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw="
-#~ "\"yes\" sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images "
-#~ "von Tails herunter und speichern Sie sie in dem gleichen Ordner, in dem "
-#~ "Sie das ISO-Image gespeichert haben."
+#| msgid ""
+#| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
+#| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
+#| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
+#| "and save it to the same folder where you saved the ISO image."
+msgid ""
+"<a href=\"[[!inline pages=\"inc/stable_amd64_img_torrent_url\" raw=\"yes\" "
+"sort=\"age\"]]\" id=\"download-img-torrent\" class=\"btn btn-primary inline-"
+"block indent\">Download Tails [[!inline pages=\"inc/stable_amd64_version\" "
+"raw=\"yes\" sort=\"age\"]] Torrent file for USB image</a>"
+msgstr ""
+"Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" raw="
+"\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" "
+"sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images von Tails "
+"herunter und speichern Sie sie in dem gleichen Ordner, in dem Sie das ISO-"
+"Image gespeichert haben."

#, fuzzy
-#~| msgid ""
-#~| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
-#~| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
-#~| "and save it to the same folder where you saved the ISO image."
-#~ msgid ""
-#~ "<a href=\"[[!inline pages=\"inc/stable_amd64_iso_torrent_url\" raw=\"yes"
-#~ "\" sort=\"age\"]]\" id=\"download-iso-torrent\" class=\"btn btn-primary "
-#~ "inline-block indent\">Download Tails [[!inline pages=\"inc/"
-#~ "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] Torrent file for ISO "
-#~ "image</a>"
-#~ msgstr ""
-#~ "Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~ "raw=\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw="
-#~ "\"yes\" sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images "
-#~ "von Tails herunter und speichern Sie sie in dem gleichen Ordner, in dem "
-#~ "Sie das ISO-Image gespeichert haben."
+#| msgid ""
+#| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
+#| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
+#| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
+#| "and save it to the same folder where you saved the ISO image."
+msgid ""
+"<a href=\"[[!inline pages=\"inc/stable_amd64_iso_torrent_url\" raw=\"yes\" "
+"sort=\"age\"]]\" id=\"download-iso-torrent\" class=\"btn btn-primary inline-"
+"block indent\">Download Tails [[!inline pages=\"inc/stable_amd64_version\" "
+"raw=\"yes\" sort=\"age\"]] Torrent file for ISO image</a>"
+msgstr ""
+"Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" raw="
+"\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" "
+"sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images von Tails "
+"herunter und speichern Sie sie in dem gleichen Ordner, in dem Sie das ISO-"
+"Image gespeichert haben."

#, fuzzy
#~ msgid ""
diff --git a/wiki/src/install/inc/steps/download.inline.zh.po b/wiki/src/install/inc/steps/download.inline.zh.po
index a372992eb6..aabb732607 100644
--- a/wiki/src/install/inc/steps/download.inline.zh.po
+++ b/wiki/src/install/inc/steps/download.inline.zh.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-23 21:31+0000\n"
"PO-Revision-Date: 2018-11-01 00:14+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 2.19.1\n"

-#. Deprecation of the extension
-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div>
msgid "2.4"
msgstr ""
@@ -927,46 +922,44 @@ msgid ""
"verification process."
msgstr ""

-#~ msgid "[[!img screenshots/allow_js.png link=\"no\"]]"
-#~ msgstr "[[!img screenshots/allow_js.png link=\"no\"]]"
+msgid "[[!img screenshots/allow_js.png link=\"no\"]]"
+msgstr "[[!img screenshots/allow_js.png link=\"no\"]]"

#, fuzzy
-#~| msgid ""
-#~| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
-#~| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
-#~| "and save it to the same folder where you saved the ISO image."
-#~ msgid ""
-#~ "<a href=\"[[!inline pages=\"inc/stable_amd64_img_torrent_url\" raw=\"yes"
-#~ "\" sort=\"age\"]]\" id=\"download-img-torrent\" class=\"btn btn-primary "
-#~ "inline-block indent\">Download Tails [[!inline pages=\"inc/"
-#~ "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] Torrent file for USB "
-#~ "image</a>"
-#~ msgstr ""
-#~ "Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~ "raw=\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw="
-#~ "\"yes\" sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images "
-#~ "von Tails herunter und speichern Sie sie in dem gleichen Ordner, in dem "
-#~ "Sie das ISO-Image gespeichert haben."
+#| msgid ""
+#| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
+#| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
+#| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
+#| "and save it to the same folder where you saved the ISO image."
+msgid ""
+"<a href=\"[[!inline pages=\"inc/stable_amd64_img_torrent_url\" raw=\"yes\" "
+"sort=\"age\"]]\" id=\"download-img-torrent\" class=\"btn btn-primary inline-"
+"block indent\">Download Tails [[!inline pages=\"inc/stable_amd64_version\" "
+"raw=\"yes\" sort=\"age\"]] Torrent file for USB image</a>"
+msgstr ""
+"Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" raw="
+"\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" "
+"sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images von Tails "
+"herunter und speichern Sie sie in dem gleichen Ordner, in dem Sie das ISO-"
+"Image gespeichert haben."

#, fuzzy
-#~| msgid ""
-#~| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
-#~| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
-#~| "and save it to the same folder where you saved the ISO image."
-#~ msgid ""
-#~ "<a href=\"[[!inline pages=\"inc/stable_amd64_iso_torrent_url\" raw=\"yes"
-#~ "\" sort=\"age\"]]\" id=\"download-iso-torrent\" class=\"btn btn-primary "
-#~ "inline-block indent\">Download Tails [[!inline pages=\"inc/"
-#~ "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] Torrent file for ISO "
-#~ "image</a>"
-#~ msgstr ""
-#~ "Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~ "raw=\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw="
-#~ "\"yes\" sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images "
-#~ "von Tails herunter und speichern Sie sie in dem gleichen Ordner, in dem "
-#~ "Sie das ISO-Image gespeichert haben."
+#| msgid ""
+#| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
+#| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
+#| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
+#| "and save it to the same folder where you saved the ISO image."
+msgid ""
+"<a href=\"[[!inline pages=\"inc/stable_amd64_iso_torrent_url\" raw=\"yes\" "
+"sort=\"age\"]]\" id=\"download-iso-torrent\" class=\"btn btn-primary inline-"
+"block indent\">Download Tails [[!inline pages=\"inc/stable_amd64_version\" "
+"raw=\"yes\" sort=\"age\"]] Torrent file for ISO image</a>"
+msgstr ""
+"Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" raw="
+"\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" "
+"sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images von Tails "
+"herunter und speichern Sie sie in dem gleichen Ordner, in dem Sie das ISO-"
+"Image gespeichert haben."

#, fuzzy
#~ msgid ""
diff --git a/wiki/src/install/inc/steps/download.inline.zh_TW.po b/wiki/src/install/inc/steps/download.inline.zh_TW.po
index 1133edd0b9..0ee112bd18 100644
--- a/wiki/src/install/inc/steps/download.inline.zh_TW.po
+++ b/wiki/src/install/inc/steps/download.inline.zh_TW.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-12-23 21:31+0000\n"
"PO-Revision-Date: 2018-11-02 08:44+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 2.19.1\n"

-#. Deprecation of the extension
-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <div>
msgid "2.4"
msgstr ""
@@ -938,56 +933,53 @@ msgid ""
msgstr ""

#, fuzzy
-#~| msgid ""
-#~| "[[!inline pages=\"inc/stable_amd64_gpg_verify\" raw=\"yes\" sort=\"age"
-#~| "\"]]"
-#~ msgid ""
-#~ "<a>I already downloaded Tails&nbsp;<span class=\"remove-extra-space\">[[!"
-#~ "inline pages=\"inc/stable_amd64_version\" raw=\"yes\" sort=\"age\"]]</"
-#~ "span>.</a>"
-#~ msgstr ""
-#~ "[[!inline pages=\"inc/stable_amd64_gpg_verify\" raw=\"yes\" sort=\"age\"]]"
+#| msgid ""
+#| "[[!inline pages=\"inc/stable_amd64_gpg_verify\" raw=\"yes\" sort=\"age\"]]"
+msgid ""
+"<a>I already downloaded Tails&nbsp;<span class=\"remove-extra-space\">[[!"
+"inline pages=\"inc/stable_amd64_version\" raw=\"yes\" sort=\"age\"]]</span>."
+"</a>"
+msgstr ""
+"[[!inline pages=\"inc/stable_amd64_gpg_verify\" raw=\"yes\" sort=\"age\"]]"

-#~ msgid "[[!img screenshots/allow_js.png link=\"no\"]]"
-#~ msgstr "[[!img screenshots/allow_js.png link=\"no\"]]"
+msgid "[[!img screenshots/allow_js.png link=\"no\"]]"
+msgstr "[[!img screenshots/allow_js.png link=\"no\"]]"

#, fuzzy
-#~| msgid ""
-#~| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
-#~| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
-#~| "and save it to the same folder where you saved the ISO image."
-#~ msgid ""
-#~ "<a href=\"[[!inline pages=\"inc/stable_amd64_img_torrent_url\" raw=\"yes"
-#~ "\" sort=\"age\"]]\" id=\"download-img-torrent\" class=\"btn btn-primary "
-#~ "inline-block indent\">Download Tails [[!inline pages=\"inc/"
-#~ "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] Torrent file for USB "
-#~ "image</a>"
-#~ msgstr ""
-#~ "Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~ "raw=\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw="
-#~ "\"yes\" sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images "
-#~ "von Tails herunter und speichern Sie sie in dem gleichen Ordner, in dem "
-#~ "Sie das ISO-Image gespeichert haben."
+#| msgid ""
+#| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
+#| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
+#| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
+#| "and save it to the same folder where you saved the ISO image."
+msgid ""
+"<a href=\"[[!inline pages=\"inc/stable_amd64_img_torrent_url\" raw=\"yes\" "
+"sort=\"age\"]]\" id=\"download-img-torrent\" class=\"btn btn-primary inline-"
+"block indent\">Download Tails [[!inline pages=\"inc/stable_amd64_version\" "
+"raw=\"yes\" sort=\"age\"]] Torrent file for USB image</a>"
+msgstr ""
+"Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" raw="
+"\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" "
+"sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images von Tails "
+"herunter und speichern Sie sie in dem gleichen Ordner, in dem Sie das ISO-"
+"Image gespeichert haben."

#, fuzzy
-#~| msgid ""
-#~| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
-#~| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
-#~| "and save it to the same folder where you saved the ISO image."
-#~ msgid ""
-#~ "<a href=\"[[!inline pages=\"inc/stable_amd64_iso_torrent_url\" raw=\"yes"
-#~ "\" sort=\"age\"]]\" id=\"download-iso-torrent\" class=\"btn btn-primary "
-#~ "inline-block indent\">Download Tails [[!inline pages=\"inc/"
-#~ "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] Torrent file for ISO "
-#~ "image</a>"
-#~ msgstr ""
-#~ "Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
-#~ "raw=\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw="
-#~ "\"yes\" sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images "
-#~ "von Tails herunter und speichern Sie sie in dem gleichen Ordner, in dem "
-#~ "Sie das ISO-Image gespeichert haben."
+#| msgid ""
+#| "Download the <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" "
+#| "raw=\"yes\" sort=\"age\"]]'> Tails [[!inline pages=\"inc/"
+#| "stable_amd64_version\" raw=\"yes\" sort=\"age\"]] OpenPGP signature</a> "
+#| "and save it to the same folder where you saved the ISO image."
+msgid ""
+"<a href=\"[[!inline pages=\"inc/stable_amd64_iso_torrent_url\" raw=\"yes\" "
+"sort=\"age\"]]\" id=\"download-iso-torrent\" class=\"btn btn-primary inline-"
+"block indent\">Download Tails [[!inline pages=\"inc/stable_amd64_version\" "
+"raw=\"yes\" sort=\"age\"]] Torrent file for ISO image</a>"
+msgstr ""
+"Laden Sie die <a href='[[!inline pages=\"inc/stable_amd64_iso_sig_url\" raw="
+"\"yes\"]]'> Tails [[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" "
+"sort=\"age\"]] OpenPGP-Signatur</a> des aktuellsten ISO-Images von Tails "
+"herunter und speichern Sie sie in dem gleichen Ordner, in dem Sie das ISO-"
+"Image gespeichert haben."

#~ msgid ""
#~ "For example, you can start by contacting a local [[!wikipedia "
diff --git a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.ar.po b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.ar.po
index 441ee57e9c..ebbf675d1a 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.ar.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.ar.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-05-01 15:53+0000\n"
"PO-Revision-Date: 2020-01-22 15:26+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: \n"
@@ -18,11 +18,6 @@ msgstr ""
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -320,55 +315,54 @@ msgid "Install <span class=\"upgrade\"> the intermediary</span> Tails"
msgstr ""

#, fuzzy
-#~ msgid "[[!meta title=\"Install from macOS\"]]\n"
-#~ msgstr ""
-#~ "[[!meta title=\"Tails von Mac aus mithilfe der Kommandozeile installieren"
-#~ "\"]]\n"
-
-#~ msgid ""
-#~ "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
-#~ msgstr ""
-#~ "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
-
-#~ msgid ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/assistant\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
-#~ msgstr ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/assistant\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
-
-#~ msgid ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/steps\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
-#~ msgstr ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/steps\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
-
-#~ msgid ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/mac\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
-#~ msgstr ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/mac\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
+msgid "[[!meta title=\"Install from macOS\"]]\n"
+msgstr ""
+"[[!meta title=\"Tails von Mac aus mithilfe der Kommandozeile installieren"
+"\"]]\n"
+
+msgid "[[!meta robots=\"noindex\"]]\n"
+msgstr "[[!meta robots=\"noindex\"]]\n"
+
+msgid "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
+msgstr "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
+
+msgid ""
+"[[!meta stylesheet=\"inc/stylesheets/assistant\" rel=\"stylesheet\" title="
+"\"\"]]\n"
+msgstr ""
+"[[!meta stylesheet=\"inc/stylesheets/assistant\" rel=\"stylesheet\" title="
+"\"\"]]\n"
+
+msgid ""
+"[[!meta stylesheet=\"inc/stylesheets/steps\" rel=\"stylesheet\" title="
+"\"\"]]\n"
+msgstr ""
+"[[!meta stylesheet=\"inc/stylesheets/steps\" rel=\"stylesheet\" title="
+"\"\"]]\n"
+
+msgid ""
+"[[!meta stylesheet=\"inc/stylesheets/mac\" rel=\"stylesheet\" title=\"\"]]\n"
+msgstr ""
+"[[!meta stylesheet=\"inc/stylesheets/mac\" rel=\"stylesheet\" title=\"\"]]\n"

#, fuzzy
-#~ msgid ""
-#~ "[[!inline pages=\"install/inc/steps/install_with_etcher.inline\" raw=\"yes"
-#~ "\" sort=\"age\"]]\n"
-#~ msgstr ""
-#~ "[[!inline pages=\"install/inc/steps/clone.inline.de\" raw=\"yes\" sort="
-#~ "\"age\"]]\n"
-
-#~ msgid ""
-#~ "[[!inline pages=\"install/inc/steps/restart_first_time.inline\" raw=\"yes"
-#~ "\" sort=\"age\"]]\n"
-#~ msgstr ""
-#~ "[[!inline pages=\"install/inc/steps/restart_first_time.inline.de\" raw="
-#~ "\"yes\" sort=\"age\"]]\n"
-
-#~ msgid ""
-#~ "[[!inline pages=\"install/inc/steps/create_persistence.inline\" raw=\"yes"
-#~ "\" sort=\"age\"]]\n"
-#~ msgstr ""
-#~ "[[!inline pages=\"install/inc/steps/create_persistence.inline.de\" raw="
-#~ "\"yes\" sort=\"age\"]]\n"
+msgid ""
+"[[!inline pages=\"install/inc/steps/install_with_etcher.inline\" raw=\"yes\" "
+"sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/clone.inline.de\" raw=\"yes\" sort=\"age"
+"\"]]\n"
+
+msgid ""
+"[[!inline pages=\"install/inc/steps/restart_first_time.inline\" raw=\"yes\" "
+"sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/restart_first_time.inline.de\" raw=\"yes"
+"\" sort=\"age\"]]\n"
+
+msgid ""
+"[[!inline pages=\"install/inc/steps/create_persistence.inline\" raw=\"yes\" "
+"sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/create_persistence.inline.de\" raw=\"yes"
+"\" sort=\"age\"]]\n"
diff --git a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.ca.po b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.ca.po
index 1c33455dc1..997f735d84 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.ca.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.ca.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-05-01 15:53+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: \n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -319,55 +314,54 @@ msgid "Install <span class=\"upgrade\"> the intermediary</span> Tails"
msgstr ""

#, fuzzy
-#~ msgid "[[!meta title=\"Install from macOS\"]]\n"
-#~ msgstr ""
-#~ "[[!meta title=\"Tails von Mac aus mithilfe der Kommandozeile installieren"
-#~ "\"]]\n"
-
-#~ msgid ""
-#~ "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
-#~ msgstr ""
-#~ "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
-
-#~ msgid ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/assistant\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
-#~ msgstr ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/assistant\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
-
-#~ msgid ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/steps\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
-#~ msgstr ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/steps\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
-
-#~ msgid ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/mac\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
-#~ msgstr ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/mac\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
+msgid "[[!meta title=\"Install from macOS\"]]\n"
+msgstr ""
+"[[!meta title=\"Tails von Mac aus mithilfe der Kommandozeile installieren"
+"\"]]\n"
+
+msgid "[[!meta robots=\"noindex\"]]\n"
+msgstr "[[!meta robots=\"noindex\"]]\n"
+
+msgid "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
+msgstr "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
+
+msgid ""
+"[[!meta stylesheet=\"inc/stylesheets/assistant\" rel=\"stylesheet\" title="
+"\"\"]]\n"
+msgstr ""
+"[[!meta stylesheet=\"inc/stylesheets/assistant\" rel=\"stylesheet\" title="
+"\"\"]]\n"
+
+msgid ""
+"[[!meta stylesheet=\"inc/stylesheets/steps\" rel=\"stylesheet\" title="
+"\"\"]]\n"
+msgstr ""
+"[[!meta stylesheet=\"inc/stylesheets/steps\" rel=\"stylesheet\" title="
+"\"\"]]\n"
+
+msgid ""
+"[[!meta stylesheet=\"inc/stylesheets/mac\" rel=\"stylesheet\" title=\"\"]]\n"
+msgstr ""
+"[[!meta stylesheet=\"inc/stylesheets/mac\" rel=\"stylesheet\" title=\"\"]]\n"

#, fuzzy
-#~ msgid ""
-#~ "[[!inline pages=\"install/inc/steps/install_with_etcher.inline\" raw=\"yes"
-#~ "\" sort=\"age\"]]\n"
-#~ msgstr ""
-#~ "[[!inline pages=\"install/inc/steps/clone.inline.de\" raw=\"yes\" sort="
-#~ "\"age\"]]\n"
-
-#~ msgid ""
-#~ "[[!inline pages=\"install/inc/steps/restart_first_time.inline\" raw=\"yes"
-#~ "\" sort=\"age\"]]\n"
-#~ msgstr ""
-#~ "[[!inline pages=\"install/inc/steps/restart_first_time.inline.de\" raw="
-#~ "\"yes\" sort=\"age\"]]\n"
-
-#~ msgid ""
-#~ "[[!inline pages=\"install/inc/steps/create_persistence.inline\" raw=\"yes"
-#~ "\" sort=\"age\"]]\n"
-#~ msgstr ""
-#~ "[[!inline pages=\"install/inc/steps/create_persistence.inline.de\" raw="
-#~ "\"yes\" sort=\"age\"]]\n"
+msgid ""
+"[[!inline pages=\"install/inc/steps/install_with_etcher.inline\" raw=\"yes\" "
+"sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/clone.inline.de\" raw=\"yes\" sort=\"age"
+"\"]]\n"
+
+msgid ""
+"[[!inline pages=\"install/inc/steps/restart_first_time.inline\" raw=\"yes\" "
+"sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/restart_first_time.inline.de\" raw=\"yes"
+"\" sort=\"age\"]]\n"
+
+msgid ""
+"[[!inline pages=\"install/inc/steps/create_persistence.inline\" raw=\"yes\" "
+"sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/create_persistence.inline.de\" raw=\"yes"
+"\" sort=\"age\"]]\n"
diff --git a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.de.po b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.de.po
index f01cef5db9..5a85683727 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.de.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.de.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-05-01 15:53+0000\n"
"PO-Revision-Date: 2018-09-07 18:25+0200\n"
"Last-Translator: Tails translators\n"
"Language-Team: \n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.1.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -381,6 +376,9 @@ msgstr ""
#~ "[[!meta title=\"Tails von Mac aus mithilfe der Kommandozeile installieren"
#~ "\"]]\n"

+#~ msgid "[[!meta robots=\"noindex\"]]\n"
+#~ msgstr "[[!meta robots=\"noindex\"]]\n"
+
#~ msgid ""
#~ "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
#~ msgstr ""
diff --git a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.es.po b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.es.po
index be4af71b8e..3f90b5a763 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.es.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.es.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-12 16:10+0200\n"
"PO-Revision-Date: 2020-01-15 08:26+0000\n"
"Last-Translator: Joaquín Serna <bubuanabelas@???>\n"
"Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -394,6 +389,9 @@ msgstr "Instalar Tails <span class=\"upgrade\">intermedio</span>"
#~ msgid "[[!meta title=\"Install from macOS\"]]\n"
#~ msgstr "[[!meta title=\"Instalar desde macOS\"]]\n"

+#~ msgid "[[!meta robots=\"noindex\"]]\n"
+#~ msgstr "[[!meta robots=\"noindex\"]]\n"
+
#~ msgid ""
#~ "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
#~ msgstr ""
diff --git a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.fa.po b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.fa.po
index 8c2b303579..7367f83353 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.fa.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.fa.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-12 16:10+0200\n"
"PO-Revision-Date: 2020-01-22 16:26+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -319,6 +314,9 @@ msgstr ""
msgid "Install <span class=\"upgrade\"> the intermediary</span> Tails"
msgstr ""

+#~ msgid "[[!meta robots=\"noindex\"]]\n"
+#~ msgstr "[[!meta robots=\"noindex\"]]\n"
+
#~ msgid ""
#~ "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
#~ msgstr ""
diff --git a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.fr.po b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.fr.po
index eaf10241ec..79b99c9444 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.fr.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.fr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tails\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-12 16:10+0200\n"
"PO-Revision-Date: 2021-02-07 17:43+0000\n"
"Last-Translator: Chre <tor@???>\n"
"Language-Team: Tails translators <tails@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -394,6 +389,9 @@ msgstr "Installer le Tails <span class=\"upgrade\"> intermédiaire</span>"
#~ msgid "[[!meta title=\"Install from macOS\"]]\n"
#~ msgstr "[[!meta title=\"Installer depuis macOS\"]]\n"

+#~ msgid "[[!meta robots=\"noindex\"]]\n"
+#~ msgstr "[[!meta robots=\"noindex\"]]\n"
+
#~ msgid ""
#~ "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
#~ msgstr ""
diff --git a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.id.po b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.id.po
index ec0cd2d638..61256a9099 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.id.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.id.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-05-01 15:53+0000\n"
"PO-Revision-Date: 2020-03-07 11:28+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: \n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -319,36 +314,35 @@ msgid "Install <span class=\"upgrade\"> the intermediary</span> Tails"
msgstr ""

#, fuzzy
-#~ msgid "[[!meta title=\"Install from macOS\"]]\n"
-#~ msgstr ""
-#~ "[[!meta title=\"Tails von Mac aus mithilfe der Kommandozeile installieren"
-#~ "\"]]\n"
+msgid "[[!meta title=\"Install from macOS\"]]\n"
+msgstr ""
+"[[!meta title=\"Tails von Mac aus mithilfe der Kommandozeile installieren"
+"\"]]\n"

-#~ msgid ""
-#~ "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
-#~ msgstr ""
-#~ "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
+msgid "[[!meta robots=\"noindex\"]]\n"
+msgstr "[[!meta robots=\"noindex\"]]\n"

-#~ msgid ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/assistant\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
-#~ msgstr ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/assistant\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
+msgid "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
+msgstr "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"

-#~ msgid ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/steps\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
-#~ msgstr ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/steps\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
+msgid ""
+"[[!meta stylesheet=\"inc/stylesheets/assistant\" rel=\"stylesheet\" title="
+"\"\"]]\n"
+msgstr ""
+"[[!meta stylesheet=\"inc/stylesheets/assistant\" rel=\"stylesheet\" title="
+"\"\"]]\n"

-#~ msgid ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/mac\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
-#~ msgstr ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/mac\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
+msgid ""
+"[[!meta stylesheet=\"inc/stylesheets/steps\" rel=\"stylesheet\" title="
+"\"\"]]\n"
+msgstr ""
+"[[!meta stylesheet=\"inc/stylesheets/steps\" rel=\"stylesheet\" title="
+"\"\"]]\n"
+
+msgid ""
+"[[!meta stylesheet=\"inc/stylesheets/mac\" rel=\"stylesheet\" title=\"\"]]\n"
+msgstr ""
+"[[!meta stylesheet=\"inc/stylesheets/mac\" rel=\"stylesheet\" title=\"\"]]\n"

#~ msgid ""
#~ "[[!inline pages=\"install/inc/steps/install_with_etcher.inline\" raw=\"yes"
diff --git a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.it.po b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.it.po
index 9984ed9c88..674ec656e9 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.it.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-12 16:10+0200\n"
"PO-Revision-Date: 2021-03-02 23:44+0000\n"
"Last-Translator: cenere <cenere@???>\n"
"Language-Team: ita <transitails@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -52,8 +47,10 @@ msgid ""
"<h1 class=\"usb\">Install Tails using <span class=\"application\">Etcher</span></h1>\n"
"<h1 class=\"upgrade\">Install an intermediary Tails using <span class=\"application\">Etcher</span></h1>\n"
msgstr ""
-"<h1 class=\"usb\">Installa Tails usando <span class=\"application\">Etcher</span></h1>\n"
-"<h1 class=\"upgrade\">Installa un Tails intermedio usando <span class=\"application\">Etcher</span></h1>\n"
+"<h1 class=\"usb\">Installa Tails usando <span class=\"application\""
+">Etcher</span></h1>\n"
+"<h1 class=\"upgrade\">Installa un Tails intermedio usando <span class=\""
+"application\">Etcher</span></h1>\n"

#. type: Plain text
#, no-wrap
@@ -61,7 +58,8 @@ msgid ""
"<p class=\"upgrade\">In this step, you will install an intermediary Tails using the Tails USB\n"
"image that you downloaded earlier.</p>\n"
msgstr ""
-"<p class=\"upgrade\">In questo passaggio, installerai un Tails intermedio utilizzando l'immagine USB\n"
+"<p class=\"upgrade\">In questo passaggio, installerai un Tails intermedio "
+"utilizzando l'immagine USB\n"
"di Tails che hai scaricato in precedenza.</p>\n"

#. type: Title -
@@ -74,8 +72,8 @@ msgid ""
"Click on the following link to download <span class=\"application\">Etcher</"
"span>:"
msgstr ""
-"Fai clic sul collegamento seguente per scaricare <span class=\"application"
-"\">Etcher</span>:"
+"Fai clic sul collegamento seguente per scaricare <span class=\"application\""
+">Etcher</span>:"

#. type: Plain text
#, no-wrap
@@ -417,6 +415,9 @@ msgstr "Installare Tails utilizzando <span class=\"application\">Etcher</span>\n
#~ msgid "[[!meta title=\"Install from macOS\"]]\n"
#~ msgstr "[[!meta title=\"Installare da MacOS\"]]\n"

+#~ msgid "[[!meta robots=\"noindex\"]]\n"
+#~ msgstr "[[!meta robots=\"noindex\"]]\n"
+
#~ msgid ""
#~ "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
#~ msgstr ""
diff --git a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.mdwn b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.mdwn
index c83d65d9e0..381fda4505 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.mdwn
+++ b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.mdwn
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
<div class="hidden-step-1"></div>

These instructions require:
diff --git a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.pl.po b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.pl.po
index 48c3da38a7..3264f56817 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.pl.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.pl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-05-01 15:53+0000\n"
"PO-Revision-Date: 2020-12-24 18:44+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -19,11 +19,6 @@ msgstr ""
"|| n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -320,6 +315,12 @@ msgstr ""
msgid "Install <span class=\"upgrade\"> the intermediary</span> Tails"
msgstr ""

+msgid "[[!meta title=\"Install from macOS\"]]\n"
+msgstr ""
+
+#~ msgid "[[!meta robots=\"noindex\"]]\n"
+#~ msgstr "[[!meta robots=\"noindex\"]]\n"
+
#~ msgid ""
#~ "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
#~ msgstr ""
diff --git a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.pt.po b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.pt.po
index 43c7db68fb..2135f49e70 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.pt.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-05-01 15:53+0000\n"
"PO-Revision-Date: 2021-01-11 10:43+0000\n"
"Last-Translator: anonymous <amnesia@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -149,7 +144,9 @@ msgstr " <p class=\"pre command\">diskutil list</p>\n"
#. type: Plain text
#, no-wrap
msgid " It returns a list of the storage devices on the system. For example:\n"
-msgstr " Ele retorna uma lista dos dispositivos de armazenamento no sistema. Por exemplo:\n"
+msgstr ""
+" Ele retorna uma lista dos dispositivos de armazenamento no sistema. Por "
+"exemplo:\n"

#. type: Plain text
#, no-wrap
@@ -210,8 +207,10 @@ msgid ""
" </div>\n"
msgstr ""
" <div class=\"caution\">\n"
-" <p>Se você não tiver certeza sobre o nome do seu dispositivo, você deverá parar o procedimento ou\n"
-" <strong>estará correndo o risco de sobrescrever algum disco rígido do sistema</strong>.</p>\n"
+" <p>Se você não tiver certeza sobre o nome do seu dispositivo, você deverá "
+"parar o procedimento ou\n"
+" <strong>estará correndo o risco de sobrescrever algum disco rígido do "
+"sistema</strong>.</p>\n"
" </div>\n"

#. type: Bullet: '1. '
@@ -323,6 +322,9 @@ msgstr ""
msgid "Install <span class=\"upgrade\"> the intermediary</span> Tails"
msgstr ""

+#~ msgid "[[!meta robots=\"noindex\"]]\n"
+#~ msgstr "[[!meta robots=\"noindex\"]]\n"
+
#~ msgid ""
#~ "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
#~ msgstr ""
diff --git a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.ru.po b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.ru.po
index 54ef5e4135..e01a9ece4c 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.ru.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.ru.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-05-01 15:53+0000\n"
"PO-Revision-Date: 2018-10-27 07:06+0000\n"
"Last-Translator: Weblate Admin <admin@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -19,11 +19,6 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 2.19.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -321,36 +316,35 @@ msgid "Install <span class=\"upgrade\"> the intermediary</span> Tails"
msgstr ""

#, fuzzy
-#~ msgid "[[!meta title=\"Install from macOS\"]]\n"
-#~ msgstr ""
-#~ "[[!meta title=\"Tails von Mac aus mithilfe der Kommandozeile installieren"
-#~ "\"]]\n"
+msgid "[[!meta title=\"Install from macOS\"]]\n"
+msgstr ""
+"[[!meta title=\"Tails von Mac aus mithilfe der Kommandozeile installieren"
+"\"]]\n"

-#~ msgid ""
-#~ "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
-#~ msgstr ""
-#~ "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
+msgid "[[!meta robots=\"noindex\"]]\n"
+msgstr "[[!meta robots=\"noindex\"]]\n"

-#~ msgid ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/assistant\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
-#~ msgstr ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/assistant\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
+msgid "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
+msgstr "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"

-#~ msgid ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/steps\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
-#~ msgstr ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/steps\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
+msgid ""
+"[[!meta stylesheet=\"inc/stylesheets/assistant\" rel=\"stylesheet\" title="
+"\"\"]]\n"
+msgstr ""
+"[[!meta stylesheet=\"inc/stylesheets/assistant\" rel=\"stylesheet\" title="
+"\"\"]]\n"

-#~ msgid ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/mac\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
-#~ msgstr ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/mac\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
+msgid ""
+"[[!meta stylesheet=\"inc/stylesheets/steps\" rel=\"stylesheet\" title="
+"\"\"]]\n"
+msgstr ""
+"[[!meta stylesheet=\"inc/stylesheets/steps\" rel=\"stylesheet\" title="
+"\"\"]]\n"
+
+msgid ""
+"[[!meta stylesheet=\"inc/stylesheets/mac\" rel=\"stylesheet\" title=\"\"]]\n"
+msgstr ""
+"[[!meta stylesheet=\"inc/stylesheets/mac\" rel=\"stylesheet\" title=\"\"]]\n"

#~ msgid ""
#~ "[[!inline pages=\"install/inc/steps/install_with_etcher.inline\" raw=\"yes"
diff --git a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.sr_Latn.po b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.sr_Latn.po
index 3f3b200d6d..0d0d3ec6ed 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.sr_Latn.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.sr_Latn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-05-01 15:53+0000\n"
"PO-Revision-Date: 2020-12-25 17:46+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -15,15 +15,10 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
+"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"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -321,55 +316,54 @@ msgid "Install <span class=\"upgrade\"> the intermediary</span> Tails"
msgstr ""

#, fuzzy
-#~ msgid "[[!meta title=\"Install from macOS\"]]\n"
-#~ msgstr ""
-#~ "[[!meta title=\"Tails von Mac aus mithilfe der Kommandozeile installieren"
-#~ "\"]]\n"
-
-#~ msgid ""
-#~ "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
-#~ msgstr ""
-#~ "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
-
-#~ msgid ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/assistant\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
-#~ msgstr ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/assistant\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
-
-#~ msgid ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/steps\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
-#~ msgstr ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/steps\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
-
-#~ msgid ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/mac\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
-#~ msgstr ""
-#~ "[[!meta stylesheet=\"inc/stylesheets/mac\" rel=\"stylesheet\" title="
-#~ "\"\"]]\n"
+msgid "[[!meta title=\"Install from macOS\"]]\n"
+msgstr ""
+"[[!meta title=\"Tails von Mac aus mithilfe der Kommandozeile installieren"
+"\"]]\n"
+
+msgid "[[!meta robots=\"noindex\"]]\n"
+msgstr "[[!meta robots=\"noindex\"]]\n"
+
+msgid "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
+msgstr "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
+
+msgid ""
+"[[!meta stylesheet=\"inc/stylesheets/assistant\" rel=\"stylesheet\" title="
+"\"\"]]\n"
+msgstr ""
+"[[!meta stylesheet=\"inc/stylesheets/assistant\" rel=\"stylesheet\" title="
+"\"\"]]\n"
+
+msgid ""
+"[[!meta stylesheet=\"inc/stylesheets/steps\" rel=\"stylesheet\" title="
+"\"\"]]\n"
+msgstr ""
+"[[!meta stylesheet=\"inc/stylesheets/steps\" rel=\"stylesheet\" title="
+"\"\"]]\n"
+
+msgid ""
+"[[!meta stylesheet=\"inc/stylesheets/mac\" rel=\"stylesheet\" title=\"\"]]\n"
+msgstr ""
+"[[!meta stylesheet=\"inc/stylesheets/mac\" rel=\"stylesheet\" title=\"\"]]\n"

#, fuzzy
-#~ msgid ""
-#~ "[[!inline pages=\"install/inc/steps/install_with_etcher.inline\" raw=\"yes"
-#~ "\" sort=\"age\"]]\n"
-#~ msgstr ""
-#~ "[[!inline pages=\"install/inc/steps/clone.inline.de\" raw=\"yes\" sort="
-#~ "\"age\"]]\n"
-
-#~ msgid ""
-#~ "[[!inline pages=\"install/inc/steps/restart_first_time.inline\" raw=\"yes"
-#~ "\" sort=\"age\"]]\n"
-#~ msgstr ""
-#~ "[[!inline pages=\"install/inc/steps/restart_first_time.inline.de\" raw="
-#~ "\"yes\" sort=\"age\"]]\n"
-
-#~ msgid ""
-#~ "[[!inline pages=\"install/inc/steps/create_persistence.inline\" raw=\"yes"
-#~ "\" sort=\"age\"]]\n"
-#~ msgstr ""
-#~ "[[!inline pages=\"install/inc/steps/create_persistence.inline.de\" raw="
-#~ "\"yes\" sort=\"age\"]]\n"
+msgid ""
+"[[!inline pages=\"install/inc/steps/install_with_etcher.inline\" raw=\"yes\" "
+"sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/clone.inline.de\" raw=\"yes\" sort=\"age"
+"\"]]\n"
+
+msgid ""
+"[[!inline pages=\"install/inc/steps/restart_first_time.inline\" raw=\"yes\" "
+"sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/restart_first_time.inline.de\" raw=\"yes"
+"\" sort=\"age\"]]\n"
+
+msgid ""
+"[[!inline pages=\"install/inc/steps/create_persistence.inline\" raw=\"yes\" "
+"sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/create_persistence.inline.de\" raw=\"yes"
+"\" sort=\"age\"]]\n"
diff --git a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.tr.po b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.tr.po
index 91289d31d1..8ff3b680cc 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.tr.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.tr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-05-01 15:53+0000\n"
"PO-Revision-Date: 2019-05-03 14:05+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.19.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -320,10 +315,13 @@ msgid "Install <span class=\"upgrade\"> the intermediary</span> Tails"
msgstr ""

#, fuzzy
-#~ msgid "[[!meta title=\"Install from macOS\"]]\n"
-#~ msgstr ""
-#~ "[[!meta title=\"Tails von Mac aus mithilfe der Kommandozeile installieren"
-#~ "\"]]\n"
+msgid "[[!meta title=\"Install from macOS\"]]\n"
+msgstr ""
+"[[!meta title=\"Tails von Mac aus mithilfe der Kommandozeile installieren"
+"\"]]\n"
+
+#~ msgid "[[!meta robots=\"noindex\"]]\n"
+#~ msgstr "[[!meta robots=\"noindex\"]]\n"

#~ msgid ""
#~ "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
diff --git a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.zh.po b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.zh.po
index 4e999645ab..714519a90e 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.zh.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.zh.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-05-01 15:53+0000\n"
"PO-Revision-Date: 2018-07-02 07:04+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 2.10.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -320,10 +315,13 @@ msgid "Install <span class=\"upgrade\"> the intermediary</span> Tails"
msgstr ""

#, fuzzy
-#~ msgid "[[!meta title=\"Install from macOS\"]]\n"
-#~ msgstr ""
-#~ "[[!meta title=\"Tails von Mac aus mithilfe der Kommandozeile installieren"
-#~ "\"]]\n"
+msgid "[[!meta title=\"Install from macOS\"]]\n"
+msgstr ""
+"[[!meta title=\"Tails von Mac aus mithilfe der Kommandozeile installieren"
+"\"]]\n"
+
+#~ msgid "[[!meta robots=\"noindex\"]]\n"
+#~ msgstr "[[!meta robots=\"noindex\"]]\n"

#~ msgid ""
#~ "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
diff --git a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.zh_TW.po b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.zh_TW.po
index a7cb227112..ec8f705ad8 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_mac.inline.zh_TW.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_mac.inline.zh_TW.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tails l10n\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-05-01 15:53+0000\n"
"PO-Revision-Date: 2018-11-06 19:29+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: Tails Chinese translators <jxt@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 2.19.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -348,6 +343,9 @@ msgstr ""
#~ msgid "[[!meta title=\"Install from macOS\"]]\n"
#~ msgstr "[[!meta title=\"在Mac系統下以命令列安裝 Tails\"]]\n"

+#~ msgid "[[!meta robots=\"noindex\"]]\n"
+#~ msgstr "[[!meta robots=\"noindex\"]]\n"
+
#~ msgid ""
#~ "[[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]]\n"
#~ msgstr ""
diff --git a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.ar.po b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.ar.po
index a183650260..7a72cb5d2f 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.ar.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.ar.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-10-18 01:54+0000\n"
"PO-Revision-Date: 2020-01-22 15:27+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -39,7 +34,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
-msgstr "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
+msgstr ""
+"<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link="
+"\"no\" alt=\"\"]]</div>\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.ca.po b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.ca.po
index 2e36d409a9..008a7671d7 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.ca.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.ca.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-10-18 01:54+0000\n"
"PO-Revision-Date: 2020-04-23 12:35+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -38,7 +33,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
-msgstr "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
+msgstr ""
+"<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link="
+"\"no\" alt=\"\"]]</div>\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.de.po b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.de.po
index 5dba330457..436b18885f 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.de.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.de.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-10-18 01:54+0000\n"
"PO-Revision-Date: 2020-04-23 12:35+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -37,8 +32,12 @@ msgstr ""

#. type: Plain text
#, no-wrap
-msgid "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
-msgstr "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
+msgid ""
+"<div class=\"step-image\">[[!img install/inc/infography/os-windows.png "
+"link=\"no\" alt=\"\"]]</div>\n"
+msgstr ""
+"<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link="
+"\"no\" alt=\"\"]]</div>\n"

#. type: Plain text
#, no-wrap
@@ -48,24 +47,29 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid ""
-"<h1 class=\"usb\">Install Tails using <span class=\"application\">Etcher</span></h1>\n"
-"<h1 class=\"upgrade\">Install an intermediary Tails using <span class=\"application\">Etcher</span></h1>\n"
+"<h1 class=\"usb\">Install Tails using <span "
+"class=\"application\">Etcher</span></h1>\n"
+"<h1 class=\"upgrade\">Install an intermediary Tails using <span "
+"class=\"application\">Etcher</span></h1>\n"
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
-"<p class=\"upgrade\">In this step, you will install an intermediary Tails using the Tails USB\n"
+"<p class=\"upgrade\">In this step, you will install an intermediary Tails "
+"using the Tails USB\n"
"image that you downloaded earlier.</p>\n"
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"Click on the following link to download <span class=\"application\">Etcher</"
-"span>:"
+"Click on the following link to download <span "
+"class=\"application\">Etcher</span>:"
msgstr ""

#. type: Plain text
#, no-wrap
-msgid " <a href='https://tails.boum.org/etcher/Etcher-Portable.exe'>Download Etcher for Windows</a>\n"
+msgid ""
+" <a href='https://tails.boum.org/etcher/Etcher-Portable.exe'>Download "
+"Etcher for Windows</a>\n"
msgstr ""
diff --git a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.es.po b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.es.po
index 3c6dc59407..e3d9266abb 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.es.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.es.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-10-18 01:54+0000\n"
"PO-Revision-Date: 2020-01-15 08:26+0000\n"
"Last-Translator: Joaquín Serna <bubuanabelas@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -37,8 +32,12 @@ msgstr "Windows 7 (64-bit) o posterior"

#. type: Plain text
#, no-wrap
-msgid "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
-msgstr "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
+msgid ""
+"<div class=\"step-image\">[[!img install/inc/infography/os-windows.png "
+"link=\"no\" alt=\"\"]]</div>\n"
+msgstr ""
+"<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link="
+"\"no\" alt=\"\"]]</div>\n"

#. type: Plain text
#, no-wrap
@@ -48,30 +47,40 @@ msgstr "<p class=\"start\">Iniciar en Windows.</p>\n"
#. type: Plain text
#, no-wrap
msgid ""
-"<h1 class=\"usb\">Install Tails using <span class=\"application\">Etcher</span></h1>\n"
-"<h1 class=\"upgrade\">Install an intermediary Tails using <span class=\"application\">Etcher</span></h1>\n"
+"<h1 class=\"usb\">Install Tails using <span "
+"class=\"application\">Etcher</span></h1>\n"
+"<h1 class=\"upgrade\">Install an intermediary Tails using <span "
+"class=\"application\">Etcher</span></h1>\n"
msgstr ""
-"<h1 class=\"usb\">Instalar Tails usando <span class=\"application\">Etcher</span></h1>\n"
-"<h1 class=\"upgrade\">Instalar un Tails intermedio usando <span class=\"application\">Etcher</span></h1>\n"
+"<h1 class=\"usb\">Instalar Tails usando <span class=\"application\""
+">Etcher</span></h1>\n"
+"<h1 class=\"upgrade\">Instalar un Tails intermedio usando <span class=\""
+"application\">Etcher</span></h1>\n"

#. type: Plain text
#, no-wrap
msgid ""
-"<p class=\"upgrade\">In this step, you will install an intermediary Tails using the Tails USB\n"
+"<p class=\"upgrade\">In this step, you will install an intermediary Tails "
+"using the Tails USB\n"
"image that you downloaded earlier.</p>\n"
msgstr ""
-"<p class=\"upgrade\">En este paso, instalarás un Tails intermedio usando la imagen USB\n"
+"<p class=\"upgrade\">En este paso, instalarás un Tails intermedio usando la "
+"imagen USB\n"
"de Tails que descargaste anteriormente.</p>\n"

#. type: Bullet: '1. '
msgid ""
-"Click on the following link to download <span class=\"application\">Etcher</"
-"span>:"
+"Click on the following link to download <span "
+"class=\"application\">Etcher</span>:"
msgstr ""
-"Haz click en el siguiente link para descargar <span class=\"application"
-"\">Etcher</span>:"
+"Haz click en el siguiente link para descargar <span class=\"application\""
+">Etcher</span>:"

#. type: Plain text
#, no-wrap
-msgid " <a href='https://tails.boum.org/etcher/Etcher-Portable.exe'>Download Etcher for Windows</a>\n"
-msgstr " <a href='https://tails.boum.org/etcher/Etcher-Portable.exe'>Descargar Etcher para Windows</a>\n"
+msgid ""
+" <a href='https://tails.boum.org/etcher/Etcher-Portable.exe'>Download "
+"Etcher for Windows</a>\n"
+msgstr ""
+" <a href='https://tails.boum.org/etcher/Etcher-Portable.exe'>Descargar "
+"Etcher para Windows</a>\n"
diff --git a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.fa.po b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.fa.po
index 337e2fc4ba..d6dd97da05 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.fa.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.fa.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-10-18 01:54+0000\n"
"PO-Revision-Date: 2020-01-22 16:26+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -37,8 +32,12 @@ msgstr ""

#. type: Plain text
#, no-wrap
-msgid "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
-msgstr "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
+msgid ""
+"<div class=\"step-image\">[[!img install/inc/infography/os-windows.png "
+"link=\"no\" alt=\"\"]]</div>\n"
+msgstr ""
+"<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link="
+"\"no\" alt=\"\"]]</div>\n"

#. type: Plain text
#, no-wrap
@@ -48,24 +47,29 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid ""
-"<h1 class=\"usb\">Install Tails using <span class=\"application\">Etcher</span></h1>\n"
-"<h1 class=\"upgrade\">Install an intermediary Tails using <span class=\"application\">Etcher</span></h1>\n"
+"<h1 class=\"usb\">Install Tails using <span "
+"class=\"application\">Etcher</span></h1>\n"
+"<h1 class=\"upgrade\">Install an intermediary Tails using <span "
+"class=\"application\">Etcher</span></h1>\n"
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
-"<p class=\"upgrade\">In this step, you will install an intermediary Tails using the Tails USB\n"
+"<p class=\"upgrade\">In this step, you will install an intermediary Tails "
+"using the Tails USB\n"
"image that you downloaded earlier.</p>\n"
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"Click on the following link to download <span class=\"application\">Etcher</"
-"span>:"
+"Click on the following link to download <span "
+"class=\"application\">Etcher</span>:"
msgstr ""

#. type: Plain text
#, no-wrap
-msgid " <a href='https://tails.boum.org/etcher/Etcher-Portable.exe'>Download Etcher for Windows</a>\n"
+msgid ""
+" <a href='https://tails.boum.org/etcher/Etcher-Portable.exe'>Download "
+"Etcher for Windows</a>\n"
msgstr ""
diff --git a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.fr.po b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.fr.po
index 81d8e3fa9f..e9757d42b2 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.fr.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.fr.po
@@ -6,21 +6,16 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"POT-Creation-Date: 2019-10-18 01:54+0000\n"
+"PO-Revision-Date: 2020-01-26 17:31+0000\n"
+"Last-Translator: xin <xin@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
+"X-Generator: Weblate 3.5.1\n"

#. type: Plain text
#, no-wrap
@@ -37,8 +32,12 @@ msgstr "Windows 7 (64-bit) ou plus récent"

#. type: Plain text
#, no-wrap
-msgid "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
-msgstr "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
+msgid ""
+"<div class=\"step-image\">[[!img install/inc/infography/os-windows.png "
+"link=\"no\" alt=\"\"]]</div>\n"
+msgstr ""
+"<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link="
+"\"no\" alt=\"\"]]</div>\n"

#. type: Plain text
#, no-wrap
@@ -48,30 +47,40 @@ msgstr "<p class=\"start\">Démarrez Windows.</p>\n"
#. type: Plain text
#, no-wrap
msgid ""
-"<h1 class=\"usb\">Install Tails using <span class=\"application\">Etcher</span></h1>\n"
-"<h1 class=\"upgrade\">Install an intermediary Tails using <span class=\"application\">Etcher</span></h1>\n"
+"<h1 class=\"usb\">Install Tails using <span "
+"class=\"application\">Etcher</span></h1>\n"
+"<h1 class=\"upgrade\">Install an intermediary Tails using <span "
+"class=\"application\">Etcher</span></h1>\n"
msgstr ""
-"<h1 class=\"usb\">Installer Tails avec <span class=\"application\">Etcher</span></h1>\n"
-"<h1 class=\"upgrade\">Installer le Tails intermédiaire avec <span class=\"application\">Etcher</span></h1>\n"
+"<h1 class=\"usb\">Installer Tails avec <span class=\"application\""
+">Etcher</span></h1>\n"
+"<h1 class=\"upgrade\">Installer le Tails intermédiaire avec <span class=\""
+"application\">Etcher</span></h1>\n"

#. type: Plain text
#, no-wrap
msgid ""
-"<p class=\"upgrade\">In this step, you will install an intermediary Tails using the Tails USB\n"
+"<p class=\"upgrade\">In this step, you will install an intermediary Tails "
+"using the Tails USB\n"
"image that you downloaded earlier.</p>\n"
msgstr ""
-"<p class=\"upgrade\">À cette étape, vous allez installer un Tails intermédiaire en utilisant l'image USB\n"
+"<p class=\"upgrade\">À cette étape, vous allez installer un Tails "
+"intermédiaire en utilisant l'image USB\n"
"Tails que vous avez téléchargé précédemment.</p>\n"

#. type: Bullet: '1. '
msgid ""
-"Click on the following link to download <span class=\"application\">Etcher</"
-"span>:"
+"Click on the following link to download <span "
+"class=\"application\">Etcher</span>:"
msgstr ""
-"Cliquez sur le lien suivant pour télécharger <span class=\"application"
-"\">Etcher</span> :"
+"Cliquez sur le lien suivant pour télécharger <span class=\"application\""
+">Etcher</span> :"

#. type: Plain text
#, no-wrap
-msgid " <a href='https://tails.boum.org/etcher/Etcher-Portable.exe'>Download Etcher for Windows</a>\n"
-msgstr " <a href='https://tails.boum.org/etcher/Etcher-Portable.exe'>Télécharger Etcher pour Windows</a>\n"
+msgid ""
+" <a href='https://tails.boum.org/etcher/Etcher-Portable.exe'>Download "
+"Etcher for Windows</a>\n"
+msgstr ""
+" <a href='https://tails.boum.org/etcher/Etcher-Portable.exe'>Télécharger "
+"Etcher pour Windows</a>\n"
diff --git a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.id.po b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.id.po
index c8398d008e..5d32cb4c64 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.id.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.id.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-10-18 01:54+0000\n"
"PO-Revision-Date: 2020-04-23 11:35+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -38,7 +33,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
-msgstr "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
+msgstr ""
+"<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link="
+"\"no\" alt=\"\"]]</div>\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.it.po b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.it.po
index 297d69baaa..3f5877403d 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.it.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.it.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-10-18 01:54+0000\n"
"PO-Revision-Date: 2021-03-02 23:44+0000\n"
"Last-Translator: cenere <cenere@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -37,8 +32,12 @@ msgstr "Windows 7 (64-bit) o successivo"

#. type: Plain text
#, no-wrap
-msgid "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
-msgstr "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
+msgid ""
+"<div class=\"step-image\">[[!img install/inc/infography/os-windows.png "
+"link=\"no\" alt=\"\"]]</div>\n"
+msgstr ""
+"<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link="
+"\"no\" alt=\"\"]]</div>\n"

#. type: Plain text
#, no-wrap
@@ -48,30 +47,40 @@ msgstr "<p class=\"start\">Avvia Windows.</p>\n"
#. type: Plain text
#, no-wrap
msgid ""
-"<h1 class=\"usb\">Install Tails using <span class=\"application\">Etcher</span></h1>\n"
-"<h1 class=\"upgrade\">Install an intermediary Tails using <span class=\"application\">Etcher</span></h1>\n"
+"<h1 class=\"usb\">Install Tails using <span "
+"class=\"application\">Etcher</span></h1>\n"
+"<h1 class=\"upgrade\">Install an intermediary Tails using <span "
+"class=\"application\">Etcher</span></h1>\n"
msgstr ""
-"<h1 class=\"usb\">Installa Tails usando <span class=\"application\">Etcher</span></h1>\n"
-"<h1 class=\"upgrade\">Installa un Tails intermedio usando <span class=\"application\">Etcher</span></h1>\n"
+"<h1 class=\"usb\">Installa Tails usando <span class=\"application\""
+">Etcher</span></h1>\n"
+"<h1 class=\"upgrade\">Installa un Tails intermedio usando <span class=\""
+"application\">Etcher</span></h1>\n"

#. type: Plain text
#, no-wrap
msgid ""
-"<p class=\"upgrade\">In this step, you will install an intermediary Tails using the Tails USB\n"
+"<p class=\"upgrade\">In this step, you will install an intermediary Tails "
+"using the Tails USB\n"
"image that you downloaded earlier.</p>\n"
msgstr ""
-"<p class=\"upgrade\">In questo passaggio, installerai un Tails intermedio utilizzando l'immagine USB\n"
+"<p class=\"upgrade\">In questo passaggio, installerai un Tails intermedio "
+"utilizzando l'immagine USB\n"
"di Tails che hai scaricato in precedenza.</p>\n"

#. type: Bullet: '1. '
msgid ""
-"Click on the following link to download <span class=\"application\">Etcher</"
-"span>:"
+"Click on the following link to download <span "
+"class=\"application\">Etcher</span>:"
msgstr ""
-"Fai clic sul collegamento seguente per scaricare <span class=\"application"
-"\">Etcher</span>:"
+"Fai clic sul collegamento seguente per scaricare <span class=\"application\""
+">Etcher</span>:"

#. type: Plain text
#, no-wrap
-msgid " <a href='https://tails.boum.org/etcher/Etcher-Portable.exe'>Download Etcher for Windows</a>\n"
-msgstr " <a href='https://tails.boum.org/etcher/Etcher-Portable.exe'>Scarica Etcher per Windows</a>\n"
+msgid ""
+" <a href='https://tails.boum.org/etcher/Etcher-Portable.exe'>Download "
+"Etcher for Windows</a>\n"
+msgstr ""
+" <a href='https://tails.boum.org/etcher/Etcher-Portable.exe'>Scarica "
+"Etcher per Windows</a>\n"
diff --git a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.mdwn b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.mdwn
index 8a26809f72..5e47882d80 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.mdwn
+++ b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.mdwn
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
<div class="hidden-step-1"></div>

These instructions require:
diff --git a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.pl.po b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.pl.po
index 0f5507e235..5885b17f9b 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.pl.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.pl.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-10-18 01:54+0000\n"
"PO-Revision-Date: 2020-04-23 12:35+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"|| n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -39,7 +34,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
-msgstr "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
+msgstr ""
+"<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link="
+"\"no\" alt=\"\"]]</div>\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.pt.po b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.pt.po
index 9dea39ae66..990362e875 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.pt.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.pt.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-10-18 01:54+0000\n"
"PO-Revision-Date: 2020-04-23 11:35+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -37,8 +32,12 @@ msgstr ""

#. type: Plain text
#, no-wrap
-msgid "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
-msgstr "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
+msgid ""
+"<div class=\"step-image\">[[!img install/inc/infography/os-windows.png "
+"link=\"no\" alt=\"\"]]</div>\n"
+msgstr ""
+"<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link="
+"\"no\" alt=\"\"]]</div>\n"

#. type: Plain text
#, no-wrap
@@ -48,24 +47,29 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid ""
-"<h1 class=\"usb\">Install Tails using <span class=\"application\">Etcher</span></h1>\n"
-"<h1 class=\"upgrade\">Install an intermediary Tails using <span class=\"application\">Etcher</span></h1>\n"
+"<h1 class=\"usb\">Install Tails using <span "
+"class=\"application\">Etcher</span></h1>\n"
+"<h1 class=\"upgrade\">Install an intermediary Tails using <span "
+"class=\"application\">Etcher</span></h1>\n"
msgstr ""

#. type: Plain text
#, no-wrap
msgid ""
-"<p class=\"upgrade\">In this step, you will install an intermediary Tails using the Tails USB\n"
+"<p class=\"upgrade\">In this step, you will install an intermediary Tails "
+"using the Tails USB\n"
"image that you downloaded earlier.</p>\n"
msgstr ""

#. type: Bullet: '1. '
msgid ""
-"Click on the following link to download <span class=\"application\">Etcher</"
-"span>:"
+"Click on the following link to download <span "
+"class=\"application\">Etcher</span>:"
msgstr ""

#. type: Plain text
#, no-wrap
-msgid " <a href='https://tails.boum.org/etcher/Etcher-Portable.exe'>Download Etcher for Windows</a>\n"
+msgid ""
+" <a href='https://tails.boum.org/etcher/Etcher-Portable.exe'>Download "
+"Etcher for Windows</a>\n"
msgstr ""
diff --git a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.ru.po b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.ru.po
index 2a2d1edaaf..52313a3800 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.ru.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.ru.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-10-18 01:54+0000\n"
"PO-Revision-Date: 2020-04-23 12:35+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -14,15 +14,10 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
+"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"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -39,7 +34,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
-msgstr "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
+msgstr ""
+"<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link="
+"\"no\" alt=\"\"]]</div>\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.sr_Latn.po b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.sr_Latn.po
index 0a514f2040..b6c9f2e6fb 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.sr_Latn.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.sr_Latn.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-10-18 01:54+0000\n"
"PO-Revision-Date: 2020-03-07 11:28+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -14,15 +14,10 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
+"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"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
diff --git a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.tr.po b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.tr.po
index ca0a004ccf..43a80f0c49 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.tr.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.tr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-10-18 01:54+0000\n"
"PO-Revision-Date: 2020-04-23 12:35+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -38,7 +33,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
-msgstr "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
+msgstr ""
+"<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link="
+"\"no\" alt=\"\"]]</div>\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.zh.po b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.zh.po
index 4b57534956..fee4885d72 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.zh.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.zh.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-10-18 01:54+0000\n"
"PO-Revision-Date: 2020-04-23 11:35+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -38,7 +33,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
-msgstr "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
+msgstr ""
+"<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link="
+"\"no\" alt=\"\"]]</div>\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.zh_TW.po b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.zh_TW.po
index 3d32135eba..89fb4ffbdf 100644
--- a/wiki/src/install/inc/steps/install_etcher_in_windows.inline.zh_TW.po
+++ b/wiki/src/install/inc/steps/install_etcher_in_windows.inline.zh_TW.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-10-18 01:54+0000\n"
"PO-Revision-Date: 2020-04-23 12:35+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"hidden-step-1\"></div>\n"
@@ -38,7 +33,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
-msgstr "<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link=\"no\" alt=\"\"]]</div>\n"
+msgstr ""
+"<div class=\"step-image\">[[!img install/inc/infography/os-windows.png link="
+"\"no\" alt=\"\"]]</div>\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/install/inc/steps/install_with_etcher.inline.ar.po b/wiki/src/install/inc/steps/install_with_etcher.inline.ar.po
index f32d4718ee..40ce2f9f95 100644
--- a/wiki/src/install/inc/steps/install_with_etcher.inline.ar.po
+++ b/wiki/src/install/inc/steps/install_with_etcher.inline.ar.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-07-23 00:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
diff --git a/wiki/src/install/inc/steps/install_with_etcher.inline.ca.po b/wiki/src/install/inc/steps/install_with_etcher.inline.ca.po
index dd6feed64e..917412c257 100644
--- a/wiki/src/install/inc/steps/install_with_etcher.inline.ca.po
+++ b/wiki/src/install/inc/steps/install_with_etcher.inline.ca.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-07-23 00:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
diff --git a/wiki/src/install/inc/steps/install_with_etcher.inline.de.po b/wiki/src/install/inc/steps/install_with_etcher.inline.de.po
index c7c0092a69..97d7b7c282 100644
--- a/wiki/src/install/inc/steps/install_with_etcher.inline.de.po
+++ b/wiki/src/install/inc/steps/install_with_etcher.inline.de.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-07-23 00:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
diff --git a/wiki/src/install/inc/steps/install_with_etcher.inline.es.po b/wiki/src/install/inc/steps/install_with_etcher.inline.es.po
index dc0507e482..0eb5fb4b3c 100644
--- a/wiki/src/install/inc/steps/install_with_etcher.inline.es.po
+++ b/wiki/src/install/inc/steps/install_with_etcher.inline.es.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-03 20:52+0000\n"
"PO-Revision-Date: 2020-08-16 21:29+0000\n"
"Last-Translator: Joaquín Serna <bubuanabelas@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
@@ -50,7 +45,8 @@ msgid ""
" <div class=\"note upgrade\"><p>The Persistent Storage of your Tails USB stick will not be\n"
" copied to the temporary Tails.</p></div>\n"
msgstr ""
-" <div class=\"note upgrade\"><p>El Almacenamiento Persistente de tu memoria USB de Tails no será\n"
+" <div class=\"note upgrade\"><p>El Almacenamiento Persistente de tu "
+"memoria USB de Tails no será\n"
" copiado al Tails temporario.</p></div>\n"

#. type: Bullet: '1. '
@@ -145,8 +141,12 @@ msgid ""
" <div class=\"step-image usb\">[[!img install/inc/infography/install-tails.png link=\"no\" alt=\"USB image installed on USB stick\"]]</div>\n"
" <div class=\"step-image upgrade\">[[!img install/inc/infography/install-upgrade-usb-only.png link=\"no\" alt=\"USB image installed on USB stick on the left\"]]</div>\n"
msgstr ""
-" <div class=\"step-image usb\">[[!img install/inc/infography/install-tails.png link=\"no\" alt=\"Imagen USB instalada en una memoria USB\"]]</div>\n"
-" <div class=\"step-image upgrade\">[[!img install/inc/infography/install-upgrade-usb-only.png link=\"no\" alt=\"Imagen USB instalada en una memoria USB a la izquierda\"]]</div>\n"
+" <div class=\"step-image usb\">[[!img install/inc/infography/install-"
+"tails.png link=\"no\" alt=\"Imagen USB instalada en una memoria USB\"]]</div>"
+"\n"
+" <div class=\"step-image upgrade\">[[!img install/inc/infography/install-"
+"upgrade-usb-only.png link=\"no\" alt=\"Imagen USB instalada en una memoria "
+"USB a la izquierda\"]]</div>\n"

#. type: Bullet: '1. '
msgid "Click <span class=\"button\">Flash</span>."
@@ -168,7 +168,8 @@ msgid ""
" After installing Tails, <span class=\"application\">Etcher</span> verifies the\n"
" installation.\n"
msgstr ""
-" Después de instalar Tails, <span class=\"application\">Etcher</span> verifica la\n"
+" Después de instalar Tails, <span class=\"application\">Etcher</span> "
+"verifica la\n"
" instalación.\n"

#. type: Plain text
diff --git a/wiki/src/install/inc/steps/install_with_etcher.inline.fa.po b/wiki/src/install/inc/steps/install_with_etcher.inline.fa.po
index c7c0092a69..97d7b7c282 100644
--- a/wiki/src/install/inc/steps/install_with_etcher.inline.fa.po
+++ b/wiki/src/install/inc/steps/install_with_etcher.inline.fa.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-07-23 00:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
diff --git a/wiki/src/install/inc/steps/install_with_etcher.inline.fr.po b/wiki/src/install/inc/steps/install_with_etcher.inline.fr.po
index dbb16f20bf..c2afe6ae1f 100644
--- a/wiki/src/install/inc/steps/install_with_etcher.inline.fr.po
+++ b/wiki/src/install/inc/steps/install_with_etcher.inline.fr.po
@@ -6,21 +6,16 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 17:34+0000\n"
-"Last-Translator: nihei <nihei@???>\n"
+"POT-Creation-Date: 2020-07-23 00:57+0000\n"
+"PO-Revision-Date: 2020-01-26 17:31+0000\n"
+"Last-Translator: Chre <tor@???>\n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
+"X-Generator: Weblate 3.5.1\n"

#. type: Plain text
#, fuzzy, no-wrap
@@ -42,14 +37,16 @@ msgid " <div class=\"caution\"><p>All the data on this USB stick will be lost.
msgstr " <div class=\"caution\"><p>Toutes les données sur cette clé USB seront perdues.</p></div>\n"

#. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| " <div class=\"note upgrade\"><p>The persistent storage of your Tails USB stick will not be\n"
+#| " copied to the temporary Tails.</p></div>\n"
msgid ""
" <div class=\"note upgrade\"><p>The Persistent Storage of your Tails USB stick will not be\n"
" copied to the temporary Tails.</p></div>\n"
msgstr ""
-" <div class=\"note upgrade\"><p>Le stockage persistant de votre clé USB "
-"Tails ne sera pas\n"
-" copié dans le Tails temporaire.</p></div>\n"
+" <div class=\"note upgrade\"><p>Le stockage persistant de votre clé USB Tails ne sera pas\n"
+" copié dans votre Tails temporaire.</p></div>\n"

#. type: Bullet: '1. '
msgid ""
diff --git a/wiki/src/install/inc/steps/install_with_etcher.inline.id.po b/wiki/src/install/inc/steps/install_with_etcher.inline.id.po
index a94443bec6..a409608c71 100644
--- a/wiki/src/install/inc/steps/install_with_etcher.inline.id.po
+++ b/wiki/src/install/inc/steps/install_with_etcher.inline.id.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-07-23 00:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
diff --git a/wiki/src/install/inc/steps/install_with_etcher.inline.it.po b/wiki/src/install/inc/steps/install_with_etcher.inline.it.po
index 32057f6ed9..0dd3cbbe41 100644
--- a/wiki/src/install/inc/steps/install_with_etcher.inline.it.po
+++ b/wiki/src/install/inc/steps/install_with_etcher.inline.it.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-07-23 00:57+0000\n"
"PO-Revision-Date: 2020-09-23 15:30+0000\n"
"Last-Translator: Davide <davidesantoro@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,32 +17,32 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.8\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
" <div class=\"step-image usb\">[[!img install/inc/infography/plug-usb.png link=\"no\" alt=\"USB stick plugged in the computer\"]]</div>\n"
" <div class=\"step-image upgrade\">[[!img install/inc/infography/plug-upgrade-usb-only.png link=\"no\" alt=\"USB stick plugged on the left\"]]</div>\n"
msgstr ""
-" <div class=\"step-image usb\">[[!img install/inc/infography/plug-usb.png link=\"no\" alt=\"Chiavetta USB inserita nel computer\"]]</div>\n"
-" <div class=\"step-image upgrade\">[[!img install/inc/infography/plug-upgrade-usb-only.png link=\"no\" alt=\"Chiavetta USB inserita a sinistra\"]]</div>\n"
+" <div class=\"step-image usb\">[[!img install/inc/infography/plug-usb.png "
+"link=\"no\" alt=\"Chiavetta USB inserita nel computer\"]]</div>\n"
+" <div class=\"step-image upgrade\">[[!img install/inc/infography/plug-"
+"upgrade-usb-only.png link=\"no\" alt=\"Chiavetta USB inserita a sinistra\""
+"]]</div>\n"

#. type: Bullet: '1. '
msgid ""
"Plug in the USB stick on which you want to install <span class=\"usb"
"\">Tails</span> <span class=\"upgrade\">the intermediary Tails</span>."
msgstr ""
-"Inserisci la chiavetta USB sulla quale vuoi installare <span class=\"usb"
-"\">Tails</span> <span class=\"upgrade\">il Tails intermedio</span>."
+"Inserisci la chiavetta USB sulla quale vuoi installare <span class=\"usb\""
+">Tails</span> <span class=\"upgrade\">il Tails intermedio</span>."

#. type: Plain text
#, no-wrap
msgid " <div class=\"caution\"><p>All the data on this USB stick will be lost.</p></div>\n"
-msgstr " <div class=\"caution\"><p>Tutti i dati su questa chiavetta USB verranno persi.</p></div>\n"
+msgstr ""
+" <div class=\"caution\"><p>Tutti i dati su questa chiavetta USB verranno "
+"persi.</p></div>\n"

#. type: Plain text
#, no-wrap
@@ -58,8 +58,8 @@ msgid ""
"\"guilabel\">Applications</span>. </p>"
msgstr ""
"<p class=\"mac upgrade-mac\"> Apri <span class=\"application\">Finder</span> "
-"e seleziona <span class=\"application\">Etcher</span> in <span class="
-"\"guilabel\">Applicazioni</span>. </p>"
+"e seleziona <span class=\"application\">Etcher</span> in <span class=\""
+"guilabel\">Applicazioni</span>. </p>"

#. type: Plain text
#, no-wrap
@@ -144,8 +144,12 @@ msgid ""
" <div class=\"step-image usb\">[[!img install/inc/infography/install-tails.png link=\"no\" alt=\"USB image installed on USB stick\"]]</div>\n"
" <div class=\"step-image upgrade\">[[!img install/inc/infography/install-upgrade-usb-only.png link=\"no\" alt=\"USB image installed on USB stick on the left\"]]</div>\n"
msgstr ""
-" <div class=\"step-image usb\">[[!img install/inc/infography/install-tails.png link=\"no\" alt=\"Immagine USB installata sulla chiavetta USB\"]]</div>\n"
-" <div class=\"step-image upgrade\">[[!img install/inc/infography/install-upgrade-usb-only.png link=\"no\" alt=\"Immagine USB installata sulla chiavetta USB a sinistra\"]]</div>\n"
+" <div class=\"step-image usb\">[[!img install/inc/infography/install-"
+"tails.png link=\"no\" alt=\"Immagine USB installata sulla chiavetta USB\""
+"]]</div>\n"
+" <div class=\"step-image upgrade\">[[!img install/inc/infography/install-"
+"upgrade-usb-only.png link=\"no\" alt=\"Immagine USB installata sulla "
+"chiavetta USB a sinistra\"]]</div>\n"

#. type: Bullet: '1. '
msgid "Click <span class=\"button\">Flash</span>."
@@ -167,7 +171,8 @@ msgid ""
" After installing Tails, <span class=\"application\">Etcher</span> verifies the\n"
" installation.\n"
msgstr ""
-" Dopo aver installato Tails, <span class=\"application\">Etcher</span> verifica\n"
+" Dopo aver installato Tails, <span class=\"application\">Etcher</span> "
+"verifica\n"
" l'installazione.\n"

#. type: Plain text
@@ -198,8 +203,10 @@ msgid ""
" </p>\n"
msgstr ""
" <p class=\"mac upgrade-mac\">\n"
-" Se appare una notifica che comunica che la chiavetta USB non è leggibile,\n"
-" fai clic su <span class=\"button\">Espelli</span> per espellere la chiavetta USB.\n"
+" Se appare una notifica che comunica che la chiavetta USB non è leggibile,"
+"\n"
+" fai clic su <span class=\"button\">Espelli</span> per espellere la "
+"chiavetta USB.\n"
" </p>\n"

 #~ msgid "Plug in the USB stick on which you want to install Tails."
diff --git a/wiki/src/install/inc/steps/install_with_etcher.inline.mdwn b/wiki/src/install/inc/steps/install_with_etcher.inline.mdwn
index e109af648b..d6234cf576 100644
--- a/wiki/src/install/inc/steps/install_with_etcher.inline.mdwn
+++ b/wiki/src/install/inc/steps/install_with_etcher.inline.mdwn
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
    <div class="step-image usb">[[!img install/inc/infography/plug-usb.png link="no" alt="USB stick plugged in the computer"]]</div>
    <div class="step-image upgrade">[[!img install/inc/infography/plug-upgrade-usb-only.png link="no" alt="USB stick plugged on the left"]]</div>


diff --git a/wiki/src/install/inc/steps/install_with_etcher.inline.pl.po b/wiki/src/install/inc/steps/install_with_etcher.inline.pl.po
index b39b021867..f78b31955b 100644
--- a/wiki/src/install/inc/steps/install_with_etcher.inline.pl.po
+++ b/wiki/src/install/inc/steps/install_with_etcher.inline.pl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-07-23 00:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
diff --git a/wiki/src/install/inc/steps/install_with_etcher.inline.pt.po b/wiki/src/install/inc/steps/install_with_etcher.inline.pt.po
index c7c0092a69..97d7b7c282 100644
--- a/wiki/src/install/inc/steps/install_with_etcher.inline.pt.po
+++ b/wiki/src/install/inc/steps/install_with_etcher.inline.pt.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-07-23 00:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
diff --git a/wiki/src/install/inc/steps/install_with_etcher.inline.ru.po b/wiki/src/install/inc/steps/install_with_etcher.inline.ru.po
index 8f122dff01..528134a5e8 100644
--- a/wiki/src/install/inc/steps/install_with_etcher.inline.ru.po
+++ b/wiki/src/install/inc/steps/install_with_etcher.inline.ru.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-07-23 00:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
diff --git a/wiki/src/install/inc/steps/install_with_etcher.inline.sr_Latn.po b/wiki/src/install/inc/steps/install_with_etcher.inline.sr_Latn.po
index d5c6ff404d..6e64c29154 100644
--- a/wiki/src/install/inc/steps/install_with_etcher.inline.sr_Latn.po
+++ b/wiki/src/install/inc/steps/install_with_etcher.inline.sr_Latn.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-07-23 00:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
diff --git a/wiki/src/install/inc/steps/install_with_etcher.inline.tr.po b/wiki/src/install/inc/steps/install_with_etcher.inline.tr.po
index 847b21fd3c..317927c7b7 100644
--- a/wiki/src/install/inc/steps/install_with_etcher.inline.tr.po
+++ b/wiki/src/install/inc/steps/install_with_etcher.inline.tr.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-07-23 00:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
diff --git a/wiki/src/install/inc/steps/install_with_etcher.inline.zh.po b/wiki/src/install/inc/steps/install_with_etcher.inline.zh.po
index 9a739ee77d..c4cd86e1c9 100644
--- a/wiki/src/install/inc/steps/install_with_etcher.inline.zh.po
+++ b/wiki/src/install/inc/steps/install_with_etcher.inline.zh.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-07-23 00:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
diff --git a/wiki/src/install/inc/steps/install_with_etcher.inline.zh_TW.po b/wiki/src/install/inc/steps/install_with_etcher.inline.zh_TW.po
index 3486f465fc..326e78475f 100644
--- a/wiki/src/install/inc/steps/install_with_etcher.inline.zh_TW.po
+++ b/wiki/src/install/inc/steps/install_with_etcher.inline.zh_TW.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-07-23 00:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid ""
diff --git a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.ar.po b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.ar.po
index 76dcf51564..e5143b7982 100644
--- a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.ar.po
+++ b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.ar.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-05-01 15:53+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"Start <span class=\"application\">GNOME Disks</span> (also called <span "
@@ -128,7 +123,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid " [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]\n"
-msgstr " [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]\n"
+msgstr ""
+" [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]"
+"\n"

#. type: Bullet: '1. '
msgid ""
diff --git a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.ca.po b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.ca.po
index a8d5f57190..c1572fbfff 100644
--- a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.ca.po
+++ b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.ca.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-05-01 15:53+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"Start <span class=\"application\">GNOME Disks</span> (also called <span "
@@ -127,7 +122,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid " [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]\n"
-msgstr " [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]\n"
+msgstr ""
+" [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]"
+"\n"

#. type: Bullet: '1. '
msgid ""
diff --git a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.de.po b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.de.po
index c7af6d5224..4aec56ad28 100644
--- a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.de.po
+++ b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.de.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-05-01 15:53+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"Start <span class=\"application\">GNOME Disks</span> (also called <span "
@@ -128,7 +123,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid " [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]\n"
-msgstr " [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]\n"
+msgstr ""
+" [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]"
+"\n"

#. type: Bullet: '1. '
msgid ""
diff --git a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.es.po b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.es.po
index 463795a9de..a96031e23a 100644
--- a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.es.po
+++ b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.es.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2020-08-16 21:29+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"Start <span class=\"application\">GNOME Disks</span> (also called <span "
@@ -95,7 +90,8 @@ msgid ""
" <div class=\"note upgrade\"><p>The Persistent Storage of your Tails USB stick will not be\n"
" copied to the temporary Tails.</p></div>\n"
msgstr ""
-" <div class=\"note upgrade\"><p>El Almacenamiento Persistente de tu memoria USB de Tails no será\n"
+" <div class=\"note upgrade\"><p>El Almacenamiento Persistente de tu "
+"memoria USB de Tails no será\n"
" copiado al Tails temporario.</p></div>\n"

#. type: Plain text
diff --git a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.fa.po b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.fa.po
index 8bedaa65f1..71ca3769da 100644
--- a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.fa.po
+++ b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.fa.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-05-01 15:53+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"Start <span class=\"application\">GNOME Disks</span> (also called <span "
@@ -128,7 +123,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid " [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]\n"
-msgstr " [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]\n"
+msgstr ""
+" [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]"
+"\n"

#. type: Bullet: '1. '
msgid ""
diff --git a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.fr.po b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.fr.po
index c351b1a371..dd00546497 100644
--- a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.fr.po
+++ b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.fr.po
@@ -6,21 +6,16 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
+"PO-Revision-Date: 2020-01-26 17:31+0000\n"
+"Last-Translator: xin <xin@???>\n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
+"X-Generator: Weblate 3.5.1\n"

#. type: Bullet: '1. '
msgid ""
@@ -101,14 +96,16 @@ msgid " <div class=\"caution\"><p>All the data on this USB stick will be lost.
msgstr " <div class=\"caution\"><p>Toutes les données sur cette clé USB seront perdues.</p></div>\n"

#. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| " <div class=\"note upgrade\"><p>The persistent storage of your Tails USB stick will not be\n"
+#| " copied to the temporary Tails.</p></div>\n"
msgid ""
" <div class=\"note upgrade\"><p>The Persistent Storage of your Tails USB stick will not be\n"
" copied to the temporary Tails.</p></div>\n"
msgstr ""
-" <div class=\"note upgrade\"><p>Le stockage persistant de votre clé USB "
-"Tails ne sera pas\n"
-" copié dans le Tails temporaire.</p></div>\n"
+" <div class=\"note upgrade\"><p>Le stockage persistant de votre clé USB Tails ne sera pas\n"
+" copié dans votre Tails temporaire.</p></div>\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.id.po b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.id.po
index 74040979a1..2b3c53f548 100644
--- a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.id.po
+++ b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.id.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-05-01 15:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"Start <span class=\"application\">GNOME Disks</span> (also called <span "
diff --git a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.it.po b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.it.po
index cb17a7f224..5f3f0a369f 100644
--- a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.it.po
+++ b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.it.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-15 02:12+0000\n"
"PO-Revision-Date: 2021-01-10 20:43+0000\n"
"Last-Translator: _ignifugo <ignifugo@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"Start <span class=\"application\">GNOME Disks</span> (also called <span "
@@ -83,7 +78,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid " <div class=\"caution\"><p>All the data on this USB stick will be lost.</p></div>\n"
-msgstr " <div class=\"caution\"><p>Tutti i dati su questa chiavetta USB verranno persi.</p></div>\n"
+msgstr ""
+" <div class=\"caution\"><p>Tutti i dati su questa chiavetta USB verranno "
+"persi.</p></div>\n"

 #. type: Plain text
 #, no-wrap
diff --git a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.mdwn b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.mdwn
index 09e175df39..5be84f80cc 100644
--- a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.mdwn
+++ b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.mdwn
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
 1. Start <span class="application">GNOME Disks</span> (also called
    <span class="application">Disks</span>).


diff --git a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.pl.po b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.pl.po
index 262958cc85..642e20d99b 100644
--- a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.pl.po
+++ b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.pl.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-05-01 15:53+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"|| n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"Start <span class=\"application\">GNOME Disks</span> (also called <span "
@@ -128,7 +123,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid " [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]\n"
-msgstr " [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]\n"
+msgstr ""
+" [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]"
+"\n"

#. type: Bullet: '1. '
msgid ""
diff --git a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.pt.po b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.pt.po
index 2e8a5f2898..7a81a4b9f4 100644
--- a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.pt.po
+++ b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.pt.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-05-01 15:53+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"Start <span class=\"application\">GNOME Disks</span> (also called <span "
@@ -128,7 +123,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid " [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]\n"
-msgstr " [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]\n"
+msgstr ""
+" [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]"
+"\n"

#. type: Bullet: '1. '
msgid ""
diff --git a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.ru.po b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.ru.po
index 8fab37e433..1107b826f8 100644
--- a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.ru.po
+++ b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.ru.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-05-01 15:53+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -14,15 +14,10 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
+"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"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"Start <span class=\"application\">GNOME Disks</span> (also called <span "
@@ -128,7 +123,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid " [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]\n"
-msgstr " [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]\n"
+msgstr ""
+" [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]"
+"\n"

#. type: Bullet: '1. '
msgid ""
diff --git a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.sr_Latn.po b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.sr_Latn.po
index 67fde2b904..3346c7de9b 100644
--- a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.sr_Latn.po
+++ b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.sr_Latn.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-05-01 15:53+0000\n"
"PO-Revision-Date: 2020-12-25 17:45+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -14,15 +14,10 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
+"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"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"Start <span class=\"application\">GNOME Disks</span> (also called <span "
@@ -128,7 +123,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid " [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]\n"
-msgstr " [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]\n"
+msgstr ""
+" [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]"
+"\n"

#. type: Bullet: '1. '
msgid ""
diff --git a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.tr.po b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.tr.po
index 28fc10d583..4b46569813 100644
--- a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.tr.po
+++ b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.tr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-05-01 15:53+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"Start <span class=\"application\">GNOME Disks</span> (also called <span "
@@ -127,7 +122,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid " [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]\n"
-msgstr " [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]\n"
+msgstr ""
+" [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]"
+"\n"

#. type: Bullet: '1. '
msgid ""
diff --git a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.zh.po b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.zh.po
index 7ed74a7681..fb074e1def 100644
--- a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.zh.po
+++ b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.zh.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-05-01 15:53+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"Start <span class=\"application\">GNOME Disks</span> (also called <span "
@@ -127,7 +122,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid " [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]\n"
-msgstr " [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]\n"
+msgstr ""
+" [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]"
+"\n"

#. type: Bullet: '1. '
msgid ""
diff --git a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.zh_TW.po b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.zh_TW.po
index efbd44ec94..008e3ed906 100644
--- a/wiki/src/install/inc/steps/install_with_gnome_disks.inline.zh_TW.po
+++ b/wiki/src/install/inc/steps/install_with_gnome_disks.inline.zh_TW.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-05-01 15:53+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Bullet: '1. '
msgid ""
"Start <span class=\"application\">GNOME Disks</span> (also called <span "
@@ -127,7 +122,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid " [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]\n"
-msgstr " [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]\n"
+msgstr ""
+" [[!img install/inc/screenshots/gnome_disks_menu.png link=\"no\" alt=\"\"]]"
+"\n"

#. type: Bullet: '1. '
msgid ""
diff --git a/wiki/src/install/inc/steps/mac_startup_disks.inline.ar.po b/wiki/src/install/inc/steps/mac_startup_disks.inline.ar.po
index 139708d55c..e2d0ae8081 100644
--- a/wiki/src/install/inc/steps/mac_startup_disks.inline.ar.po
+++ b/wiki/src/install/inc/steps/mac_startup_disks.inline.ar.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-08 03:12+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid "Shut down the computer while leaving the USB stick plugged in."
msgstr ""
@@ -157,6 +153,10 @@ msgid ""
"Utility</a>"
msgstr ""

+#. type: Content of: <ol><li><ul><li>
+msgid "<a href=\"https://support.apple.com/en-us/HT208330\">Secure Boot</a>"
+msgstr ""
+
#. type: Content of: <ol><li><ul><li>
msgid ""
"<a href=\"https://support.apple.com/en-us/HT204455\">How to set a firmware "
diff --git a/wiki/src/install/inc/steps/mac_startup_disks.inline.ca.po b/wiki/src/install/inc/steps/mac_startup_disks.inline.ca.po
index 1186a5553f..55e9709a3c 100644
--- a/wiki/src/install/inc/steps/mac_startup_disks.inline.ca.po
+++ b/wiki/src/install/inc/steps/mac_startup_disks.inline.ca.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-08 03:12+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid "Shut down the computer while leaving the USB stick plugged in."
msgstr ""
@@ -157,6 +153,10 @@ msgid ""
"Utility</a>"
msgstr ""

+#. type: Content of: <ol><li><ul><li>
+msgid "<a href=\"https://support.apple.com/en-us/HT208330\">Secure Boot</a>"
+msgstr ""
+
#. type: Content of: <ol><li><ul><li>
msgid ""
"<a href=\"https://support.apple.com/en-us/HT204455\">How to set a firmware "
diff --git a/wiki/src/install/inc/steps/mac_startup_disks.inline.de.po b/wiki/src/install/inc/steps/mac_startup_disks.inline.de.po
index b59cb50817..8192695a0f 100644
--- a/wiki/src/install/inc/steps/mac_startup_disks.inline.de.po
+++ b/wiki/src/install/inc/steps/mac_startup_disks.inline.de.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-08 03:12+0000\n"
"PO-Revision-Date: 2016-05-08 10:42+0200\n"
"Last-Translator: Tails translators <tails@???>\n"
"Language-Team: \n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.7.1\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid "Shut down the computer while leaving the USB stick plugged in."
msgstr ""
@@ -203,6 +199,10 @@ msgid ""
"Utility</a>"
msgstr ""

+#. type: Content of: <ol><li><ul><li>
+msgid "<a href=\"https://support.apple.com/en-us/HT208330\">Secure Boot</a>"
+msgstr ""
+
#. type: Content of: <ol><li><ul><li>
msgid ""
"<a href=\"https://support.apple.com/en-us/HT204455\">How to set a firmware "
diff --git a/wiki/src/install/inc/steps/mac_startup_disks.inline.es.po b/wiki/src/install/inc/steps/mac_startup_disks.inline.es.po
index c4c4e2908a..cb33d57497 100644
--- a/wiki/src/install/inc/steps/mac_startup_disks.inline.es.po
+++ b/wiki/src/install/inc/steps/mac_startup_disks.inline.es.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-08 03:12+0000\n"
"PO-Revision-Date: 2020-12-24 14:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/"
@@ -18,10 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid "Shut down the computer while leaving the USB stick plugged in."
msgstr "Apaga la computadora mientras dejas la memoria USB conectada."
@@ -187,6 +183,10 @@ msgstr ""
"<a href=\"https://support.apple.com/en-us/HT208198\">Startup Security "
"Utility</a>"

+#. type: Content of: <ol><li><ul><li>
+msgid "<a href=\"https://support.apple.com/en-us/HT208330\">Secure Boot</a>"
+msgstr "<a href=\"https://support.apple.com/en-us/HT208330\">Secure Boot</a>"
+
#. type: Content of: <ol><li><ul><li>
msgid ""
"<a href=\"https://support.apple.com/en-us/HT204455\">How to set a firmware "
@@ -209,13 +209,9 @@ msgid ""
"GRUB') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting "
"Mode)'.\"]]"
msgstr ""
-"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Pantalla negra "
-"('GNU GRUB') con el logo de Tails y 2 opciones 'Tails' y 'Tails "
-"(Troubleshooting Mode)'.\"]]"
-
-#~ msgid "<a href=\"https://support.apple.com/en-us/HT208330\">Secure Boot</a>"
-#~ msgstr ""
-#~ "<a href=\"https://support.apple.com/en-us/HT208330\">Secure Boot</a>"
+"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Pantalla negra ("
+"'GNU GRUB') con el logo de Tails y 2 opciones 'Tails' y 'Tails ("
+"Troubleshooting Mode)'.\"]]"

#~ msgid ""
#~ "Make sure that you have [[verified your download of Tails|install/mac/usb-"
diff --git a/wiki/src/install/inc/steps/mac_startup_disks.inline.fa.po b/wiki/src/install/inc/steps/mac_startup_disks.inline.fa.po
index c011562526..ce52c2c804 100644
--- a/wiki/src/install/inc/steps/mac_startup_disks.inline.fa.po
+++ b/wiki/src/install/inc/steps/mac_startup_disks.inline.fa.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-08 03:12+0000\n"
"PO-Revision-Date: 2020-08-19 08:30+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,10 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid "Shut down the computer while leaving the USB stick plugged in."
msgstr ""
@@ -161,6 +157,10 @@ msgid ""
"Utility</a>"
msgstr ""

+#. type: Content of: <ol><li><ul><li>
+msgid "<a href=\"https://support.apple.com/en-us/HT208330\">Secure Boot</a>"
+msgstr ""
+
#. type: Content of: <ol><li><ul><li>
msgid ""
"<a href=\"https://support.apple.com/en-us/HT204455\">How to set a firmware "
diff --git a/wiki/src/install/inc/steps/mac_startup_disks.inline.fr.po b/wiki/src/install/inc/steps/mac_startup_disks.inline.fr.po
index 6b2a317251..7cdd87ae38 100644
--- a/wiki/src/install/inc/steps/mac_startup_disks.inline.fr.po
+++ b/wiki/src/install/inc/steps/mac_startup_disks.inline.fr.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Tails\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
+"POT-Creation-Date: 2020-08-08 03:12+0000\n"
+"PO-Revision-Date: 2021-03-25 20:06+0000\n"
"Last-Translator: Chre <tor@???>\n"
"Language-Team: Tails translators <tails@???>\n"
"Language: fr\n"
@@ -18,10 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr "[[!meta robots=\"noindex\"]]"
-
#. type: Content of: <ol><li><p>
msgid "Shut down the computer while leaving the USB stick plugged in."
msgstr "Éteignez l'ordinateur tout en laissant la clé USB branchée."
@@ -190,6 +186,10 @@ msgid ""
"Utility</a>"
msgstr ""

+#. type: Content of: <ol><li><ul><li>
+msgid "<a href=\"https://support.apple.com/en-us/HT208330\">Secure Boot</a>"
+msgstr ""
+
#. type: Content of: <ol><li><ul><li>
msgid ""
"<a href=\"https://support.apple.com/en-us/HT204455\">How to set a firmware "
@@ -197,12 +197,17 @@ msgid ""
msgstr ""

#. type: Content of: <ol><li><p>
+#, fuzzy
+#| msgid ""
+#| "If the computer starts on Tails, the <span class=\"application\">Boot "
+#| "Loader Menu</span> appears and Tails starts automatically after 4 seconds."
msgid ""
"If the computer starts on Tails, the Boot Loader appears and Tails starts "
"automatically after 4 seconds."
msgstr ""
-"Si l'ordinateur démarre sur Tails, le chargeur d'amorçage apparaît et Tails "
-"démarre automatiquement après 4 secondes."
+"Si l'ordinateur démarre sur Tails, le <span class=\"application\">menu du "
+"chargeur d'amorçage</span> apparaît et Tails démarre automatiquement après 4 "
+"secondes."

#. type: Content of: <ol><li><p>
msgid ""
diff --git a/wiki/src/install/inc/steps/mac_startup_disks.inline.html b/wiki/src/install/inc/steps/mac_startup_disks.inline.html
index 6b75ae0160..27e542dff6 100644
--- a/wiki/src/install/inc/steps/mac_startup_disks.inline.html
+++ b/wiki/src/install/inc/steps/mac_startup_disks.inline.html
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
<ol>

 <li>
@@ -98,6 +96,7 @@
    <ul>


      <li><a href="https://support.apple.com/en-us/HT208198">Startup Security Utility</a></li>
+     <li><a href="https://support.apple.com/en-us/HT208330">Secure Boot</a></li>
      <li><a href="https://support.apple.com/en-us/HT204455">How to set a firmware password on your Mac</a></li>


    </ul>
diff --git a/wiki/src/install/inc/steps/mac_startup_disks.inline.id.po b/wiki/src/install/inc/steps/mac_startup_disks.inline.id.po
index aa8030b1ca..2f95144e28 100644
--- a/wiki/src/install/inc/steps/mac_startup_disks.inline.id.po
+++ b/wiki/src/install/inc/steps/mac_startup_disks.inline.id.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-08 03:12+0000\n"
 "PO-Revision-Date: 2016-05-08 10:42+0200\n"
 "Last-Translator: Tails translators <tails@???>\n"
 "Language-Team: \n"
@@ -16,10 +16,6 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Poedit 1.8.7.1\n"


-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid "Shut down the computer while leaving the USB stick plugged in."
msgstr ""
@@ -157,6 +153,10 @@ msgid ""
"Utility</a>"
msgstr ""

+#. type: Content of: <ol><li><ul><li>
+msgid "<a href=\"https://support.apple.com/en-us/HT208330\">Secure Boot</a>"
+msgstr ""
+
#. type: Content of: <ol><li><ul><li>
msgid ""
"<a href=\"https://support.apple.com/en-us/HT204455\">How to set a firmware "
diff --git a/wiki/src/install/inc/steps/mac_startup_disks.inline.it.po b/wiki/src/install/inc/steps/mac_startup_disks.inline.it.po
index f3bcc0b02e..d247821c3a 100644
--- a/wiki/src/install/inc/steps/mac_startup_disks.inline.it.po
+++ b/wiki/src/install/inc/steps/mac_startup_disks.inline.it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-08 03:12+0000\n"
"PO-Revision-Date: 2020-08-19 17:39+0000\n"
"Last-Translator: gallium69 <gallium69@???>\n"
"Language-Team: ita <transitails@???>\n"
@@ -18,10 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid "Shut down the computer while leaving the USB stick plugged in."
msgstr "Spegni il computer lasciando inserita la chiavetta USB."
@@ -179,6 +175,10 @@ msgid ""
"Utility</a>"
msgstr ""

+#. type: Content of: <ol><li><ul><li>
+msgid "<a href=\"https://support.apple.com/en-us/HT208330\">Secure Boot</a>"
+msgstr ""
+
#. type: Content of: <ol><li><ul><li>
msgid ""
"<a href=\"https://support.apple.com/en-us/HT204455\">How to set a firmware "
diff --git a/wiki/src/install/inc/steps/mac_startup_disks.inline.pl.po b/wiki/src/install/inc/steps/mac_startup_disks.inline.pl.po
index 83f4c88803..2ed5ec46fc 100644
--- a/wiki/src/install/inc/steps/mac_startup_disks.inline.pl.po
+++ b/wiki/src/install/inc/steps/mac_startup_disks.inline.pl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-08 03:12+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid "Shut down the computer while leaving the USB stick plugged in."
msgstr ""
@@ -157,6 +153,10 @@ msgid ""
"Utility</a>"
msgstr ""

+#. type: Content of: <ol><li><ul><li>
+msgid "<a href=\"https://support.apple.com/en-us/HT208330\">Secure Boot</a>"
+msgstr ""
+
#. type: Content of: <ol><li><ul><li>
msgid ""
"<a href=\"https://support.apple.com/en-us/HT204455\">How to set a firmware "
diff --git a/wiki/src/install/inc/steps/mac_startup_disks.inline.pt.po b/wiki/src/install/inc/steps/mac_startup_disks.inline.pt.po
index 50af44d9da..9433459ddd 100644
--- a/wiki/src/install/inc/steps/mac_startup_disks.inline.pt.po
+++ b/wiki/src/install/inc/steps/mac_startup_disks.inline.pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tails 2.2.1\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-08 03:12+0000\n"
"PO-Revision-Date: 2020-11-06 21:43+0000\n"
"Last-Translator: drebs <drebs@???>\n"
"Language-Team: Tails translators <tails@???>\n"
@@ -18,10 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid "Shut down the computer while leaving the USB stick plugged in."
msgstr "Deixe o pen drive USB conectado e desligue o computador."
@@ -207,6 +203,10 @@ msgid ""
"Utility</a>"
msgstr ""

+#. type: Content of: <ol><li><ul><li>
+msgid "<a href=\"https://support.apple.com/en-us/HT208330\">Secure Boot</a>"
+msgstr ""
+
#. type: Content of: <ol><li><ul><li>
msgid ""
"<a href=\"https://support.apple.com/en-us/HT204455\">How to set a firmware "
diff --git a/wiki/src/install/inc/steps/mac_startup_disks.inline.ru.po b/wiki/src/install/inc/steps/mac_startup_disks.inline.ru.po
index bf298ea313..f879b97299 100644
--- a/wiki/src/install/inc/steps/mac_startup_disks.inline.ru.po
+++ b/wiki/src/install/inc/steps/mac_startup_disks.inline.ru.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-08 03:12+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid "Shut down the computer while leaving the USB stick plugged in."
msgstr ""
@@ -157,6 +153,10 @@ msgid ""
"Utility</a>"
msgstr ""

+#. type: Content of: <ol><li><ul><li>
+msgid "<a href=\"https://support.apple.com/en-us/HT208330\">Secure Boot</a>"
+msgstr ""
+
#. type: Content of: <ol><li><ul><li>
msgid ""
"<a href=\"https://support.apple.com/en-us/HT204455\">How to set a firmware "
diff --git a/wiki/src/install/inc/steps/mac_startup_disks.inline.sr_Latn.po b/wiki/src/install/inc/steps/mac_startup_disks.inline.sr_Latn.po
index 3929c55713..500691c8b4 100644
--- a/wiki/src/install/inc/steps/mac_startup_disks.inline.sr_Latn.po
+++ b/wiki/src/install/inc/steps/mac_startup_disks.inline.sr_Latn.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-08 03:12+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid "Shut down the computer while leaving the USB stick plugged in."
msgstr ""
@@ -157,6 +153,10 @@ msgid ""
"Utility</a>"
msgstr ""

+#. type: Content of: <ol><li><ul><li>
+msgid "<a href=\"https://support.apple.com/en-us/HT208330\">Secure Boot</a>"
+msgstr ""
+
#. type: Content of: <ol><li><ul><li>
msgid ""
"<a href=\"https://support.apple.com/en-us/HT204455\">How to set a firmware "
diff --git a/wiki/src/install/inc/steps/mac_startup_disks.inline.tr.po b/wiki/src/install/inc/steps/mac_startup_disks.inline.tr.po
index b42562444a..60e05727d6 100644
--- a/wiki/src/install/inc/steps/mac_startup_disks.inline.tr.po
+++ b/wiki/src/install/inc/steps/mac_startup_disks.inline.tr.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-08 03:12+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid "Shut down the computer while leaving the USB stick plugged in."
msgstr ""
@@ -157,6 +153,10 @@ msgid ""
"Utility</a>"
msgstr ""

+#. type: Content of: <ol><li><ul><li>
+msgid "<a href=\"https://support.apple.com/en-us/HT208330\">Secure Boot</a>"
+msgstr ""
+
#. type: Content of: <ol><li><ul><li>
msgid ""
"<a href=\"https://support.apple.com/en-us/HT204455\">How to set a firmware "
diff --git a/wiki/src/install/inc/steps/mac_startup_disks.inline.zh.po b/wiki/src/install/inc/steps/mac_startup_disks.inline.zh.po
index 13436b2ca0..522f52f3cd 100644
--- a/wiki/src/install/inc/steps/mac_startup_disks.inline.zh.po
+++ b/wiki/src/install/inc/steps/mac_startup_disks.inline.zh.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-08 03:12+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid "Shut down the computer while leaving the USB stick plugged in."
msgstr ""
@@ -157,6 +153,10 @@ msgid ""
"Utility</a>"
msgstr ""

+#. type: Content of: <ol><li><ul><li>
+msgid "<a href=\"https://support.apple.com/en-us/HT208330\">Secure Boot</a>"
+msgstr ""
+
#. type: Content of: <ol><li><ul><li>
msgid ""
"<a href=\"https://support.apple.com/en-us/HT204455\">How to set a firmware "
diff --git a/wiki/src/install/inc/steps/mac_startup_disks.inline.zh_TW.po b/wiki/src/install/inc/steps/mac_startup_disks.inline.zh_TW.po
index 66e993fbab..852ce8adb7 100644
--- a/wiki/src/install/inc/steps/mac_startup_disks.inline.zh_TW.po
+++ b/wiki/src/install/inc/steps/mac_startup_disks.inline.zh_TW.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tails l10n\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-08 03:12+0000\n"
"PO-Revision-Date: 2018-11-02 16:57+0000\n"
"Last-Translator: Weblate Admin <admin@???>\n"
"Language-Team: Tails Chinese translators <jxt@???>\n"
@@ -17,10 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 2.19.1\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid "Shut down the computer while leaving the USB stick plugged in."
msgstr ""
@@ -163,6 +159,10 @@ msgid ""
"Utility</a>"
msgstr ""

+#. type: Content of: <ol><li><ul><li>
+msgid "<a href=\"https://support.apple.com/en-us/HT208330\">Secure Boot</a>"
+msgstr ""
+
#. type: Content of: <ol><li><ul><li>
msgid ""
"<a href=\"https://support.apple.com/en-us/HT204455\">How to set a firmware "
diff --git a/wiki/src/install/inc/steps/pc_boot_menu.inline.ar.po b/wiki/src/install/inc/steps/pc_boot_menu.inline.ar.po
index 14a304b93d..3066898b7f 100644
--- a/wiki/src/install/inc/steps/pc_boot_menu.inline.ar.po
+++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.ar.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-02-18 01:06+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"Most computers do not start on the Tails USB stick automatically but you can "
diff --git a/wiki/src/install/inc/steps/pc_boot_menu.inline.ca.po b/wiki/src/install/inc/steps/pc_boot_menu.inline.ca.po
index 6b6345f134..daa62d7416 100644
--- a/wiki/src/install/inc/steps/pc_boot_menu.inline.ca.po
+++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.ca.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-02-18 01:06+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"Most computers do not start on the Tails USB stick automatically but you can "
diff --git a/wiki/src/install/inc/steps/pc_boot_menu.inline.de.po b/wiki/src/install/inc/steps/pc_boot_menu.inline.de.po
index 639d370c7f..98f7912fb6 100644
--- a/wiki/src/install/inc/steps/pc_boot_menu.inline.de.po
+++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.de.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-02-18 01:06+0000\n"
"PO-Revision-Date: 2019-10-23 08:55+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,10 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.20\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"Most computers do not start on the Tails USB stick automatically but you can "
diff --git a/wiki/src/install/inc/steps/pc_boot_menu.inline.es.po b/wiki/src/install/inc/steps/pc_boot_menu.inline.es.po
index fc7eaec63f..7681c4b778 100644
--- a/wiki/src/install/inc/steps/pc_boot_menu.inline.es.po
+++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.es.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-02-18 01:06+0000\n"
"PO-Revision-Date: 2021-02-12 03:43+0000\n"
"Last-Translator: cacukin <cacukin@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,10 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"Most computers do not start on the Tails USB stick automatically but you can "
diff --git a/wiki/src/install/inc/steps/pc_boot_menu.inline.fa.po b/wiki/src/install/inc/steps/pc_boot_menu.inline.fa.po
index 9ace150f2e..525770ddc7 100644
--- a/wiki/src/install/inc/steps/pc_boot_menu.inline.fa.po
+++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.fa.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-02-18 01:06+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"Most computers do not start on the Tails USB stick automatically but you can "
diff --git a/wiki/src/install/inc/steps/pc_boot_menu.inline.fr.po b/wiki/src/install/inc/steps/pc_boot_menu.inline.fr.po
index 982ac51990..7753ffe657 100644
--- a/wiki/src/install/inc/steps/pc_boot_menu.inline.fr.po
+++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.fr.po
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
+"POT-Creation-Date: 2021-02-18 01:06+0000\n"
+"PO-Revision-Date: 2021-03-25 20:06+0000\n"
"Last-Translator: Chre <tor@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: fr\n"
@@ -17,10 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr "[[!meta robots=\"noindex\"]]"
-
 #. type: Content of: <p>
 msgid ""
 "Most computers do not start on the Tails USB stick automatically but you can "
@@ -274,12 +270,18 @@ msgstr ""
 "         et appuyer sur <span class=\"keycap\">Entrée</span>.\n"


#. type: Content of: <ol><li><p>
+#, fuzzy
+#| msgid ""
+#| "If the computer starts on Tails, the <span class=\"application\">Boot "
+#| "Loader Menu</span> appears and Tails starts automatically after 4 seconds."
+#| "</p>"
msgid ""
"If the computer starts on Tails, the Boot Loader appears and Tails starts "
"automatically after 4 seconds."
msgstr ""
-"Si l'ordinateur démarre sur Tails, le chargeur d'amorçage apparaît et Tails "
-"démarre automatiquement après 4 secondes."
+"Si l'ordinateur démarre sur Tails, le <span class=\"application\">menu du "
+"chargeur d’amorçage</span> apparaît et Tails démarre automatiquement après 4 "
+"secondes.</p>"

#. type: Content of: <ol><li><p>
msgid ""
diff --git a/wiki/src/install/inc/steps/pc_boot_menu.inline.html b/wiki/src/install/inc/steps/pc_boot_menu.inline.html
index b250426aa4..9667dd17e1 100644
--- a/wiki/src/install/inc/steps/pc_boot_menu.inline.html
+++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.html
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
<p>Most computers do not start on the Tails USB stick automatically but you can
press a Boot Menu key to display a list of possible devices to start from.</p>

diff --git a/wiki/src/install/inc/steps/pc_boot_menu.inline.id.po b/wiki/src/install/inc/steps/pc_boot_menu.inline.id.po
index affe62e639..58220da5e9 100644
--- a/wiki/src/install/inc/steps/pc_boot_menu.inline.id.po
+++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.id.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-02-18 01:06+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"Most computers do not start on the Tails USB stick automatically but you can "
diff --git a/wiki/src/install/inc/steps/pc_boot_menu.inline.it.po b/wiki/src/install/inc/steps/pc_boot_menu.inline.it.po
index aee27b978e..109d0ff121 100644
--- a/wiki/src/install/inc/steps/pc_boot_menu.inline.it.po
+++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.it.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-02-18 01:06+0000\n"
"PO-Revision-Date: 2020-08-19 19:29+0000\n"
"Last-Translator: _ignifugo <ignifugo@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,10 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"Most computers do not start on the Tails USB stick automatically but you can "
diff --git a/wiki/src/install/inc/steps/pc_boot_menu.inline.pl.po b/wiki/src/install/inc/steps/pc_boot_menu.inline.pl.po
index 210fde7f65..cd8eee9e80 100644
--- a/wiki/src/install/inc/steps/pc_boot_menu.inline.pl.po
+++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.pl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-02-18 01:06+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"Most computers do not start on the Tails USB stick automatically but you can "
diff --git a/wiki/src/install/inc/steps/pc_boot_menu.inline.pt.po b/wiki/src/install/inc/steps/pc_boot_menu.inline.pt.po
index 76783f1759..9fb637cbd2 100644
--- a/wiki/src/install/inc/steps/pc_boot_menu.inline.pt.po
+++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.pt.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-02-18 01:06+0000\n"
"PO-Revision-Date: 2020-11-06 21:43+0000\n"
"Last-Translator: drebs <drebs@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,10 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"Most computers do not start on the Tails USB stick automatically but you can "
diff --git a/wiki/src/install/inc/steps/pc_boot_menu.inline.ru.po b/wiki/src/install/inc/steps/pc_boot_menu.inline.ru.po
index fef7685bba..e68e5051e4 100644
--- a/wiki/src/install/inc/steps/pc_boot_menu.inline.ru.po
+++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.ru.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-02-18 01:06+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"Most computers do not start on the Tails USB stick automatically but you can "
diff --git a/wiki/src/install/inc/steps/pc_boot_menu.inline.sr_Latn.po b/wiki/src/install/inc/steps/pc_boot_menu.inline.sr_Latn.po
index 4359ea3428..522936d56b 100644
--- a/wiki/src/install/inc/steps/pc_boot_menu.inline.sr_Latn.po
+++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.sr_Latn.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-02-18 01:06+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"Most computers do not start on the Tails USB stick automatically but you can "
diff --git a/wiki/src/install/inc/steps/pc_boot_menu.inline.tr.po b/wiki/src/install/inc/steps/pc_boot_menu.inline.tr.po
index 2c5d009dc8..79a1f4892e 100644
--- a/wiki/src/install/inc/steps/pc_boot_menu.inline.tr.po
+++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.tr.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-02-18 01:06+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"Most computers do not start on the Tails USB stick automatically but you can "
diff --git a/wiki/src/install/inc/steps/pc_boot_menu.inline.zh.po b/wiki/src/install/inc/steps/pc_boot_menu.inline.zh.po
index f4012abb47..2aff7cbd3b 100644
--- a/wiki/src/install/inc/steps/pc_boot_menu.inline.zh.po
+++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.zh.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-02-18 01:06+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"Most computers do not start on the Tails USB stick automatically but you can "
diff --git a/wiki/src/install/inc/steps/pc_boot_menu.inline.zh_TW.po b/wiki/src/install/inc/steps/pc_boot_menu.inline.zh_TW.po
index 2764c5e9f4..9375a9e487 100644
--- a/wiki/src/install/inc/steps/pc_boot_menu.inline.zh_TW.po
+++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.zh_TW.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2021-02-18 01:06+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <p>
msgid ""
"Most computers do not start on the Tails USB stick automatically but you can "
diff --git a/wiki/src/install/inc/steps/restart_first_time.inline.ar.po b/wiki/src/install/inc/steps/restart_first_time.inline.ar.po
index b309bc7a14..7f563e5744 100644
--- a/wiki/src/install/inc/steps/restart_first_time.inline.ar.po
+++ b/wiki/src/install/inc/steps/restart_first_time.inline.ar.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:29+0000\n"
"PO-Revision-Date: 2020-12-25 17:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: Arabic <http://translate.tails.boum.org/projects/tails/"
@@ -20,11 +20,6 @@ msgstr ""
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"trophy windows linux mac expert\">\n"
@@ -222,7 +217,9 @@ msgstr ""
#. type: Plain text
#, fuzzy, no-wrap
msgid "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.ar\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.ar\" raw=\"yes\" "
+"sort=\"age\"]]\n"

#. type: Plain text
#, fuzzy, no-wrap
@@ -232,7 +229,9 @@ msgstr "<div class=\"mac mac-clone upgrade-mac\">\n"
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.ar\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.ar\" raw=\"yes\""
+" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -276,7 +275,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.ar\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.ar\" raw=\""
+"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, fuzzy, no-wrap
@@ -365,122 +366,120 @@ msgid " [[!img install/inc/screenshots/desktop.png link=\"no\" alt=\"Tails des
msgstr ""

#, fuzzy
-#~| msgid ""
-#~| " Troubleshooting\n"
-#~| " ---------------\n"
-#~ msgid " Troubleshooting\n"
-#~ msgstr ""
-#~ " Fehlerbehebung\n"
-#~ " ---------------\n"
+#| msgid ""
+#| " Troubleshooting\n"
+#| " ---------------\n"
+msgid " Troubleshooting\n"
+msgstr ""
+" Fehlerbehebung\n"
+" ---------------\n"

#, fuzzy
-#~| msgid ""
-#~| " Tails does not start entirely\n"
-#~| " -----------------------------\n"
-#~ msgid " Tails does not start entirely\n"
-#~ msgstr ""
-#~ " Tails startet nicht vollständig\n"
-#~ " -----------------------------\n"
+#| msgid ""
+#| " Tails does not start entirely\n"
+#| " -----------------------------\n"
+msgid " Tails does not start entirely\n"
+msgstr ""
+" Tails startet nicht vollständig\n"
+" -----------------------------\n"

#, fuzzy
-#~| msgid ""
-#~| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, choose the "
-#~| "<span class=\"guilabel\">failsafe</span>\n"
-#~| " mode which might work better on some computers.\n"
-#~ msgid ""
-#~ " 1. In the Boot Loader, choose the\n"
-#~ " <span class=\"guilabel\">Troubleshooting Mode</span>\n"
-#~ " which might work better on some computers.\n"
-#~ msgstr ""
-#~ " 1. Wählen Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
-#~ "Option\n"
-#~ " <span class=\"guilabel\">failsafe</span> aus, welche auf manchen "
-#~ "Computern besser\n"
-#~ " funktionieren kann.\n"
+#| msgid ""
+#| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, choose the "
+#| "<span class=\"guilabel\">failsafe</span>\n"
+#| " mode which might work better on some computers.\n"
+msgid ""
+" 1. In the Boot Loader, choose the\n"
+" <span class=\"guilabel\">Troubleshooting Mode</span>\n"
+" which might work better on some computers.\n"
+msgstr ""
+" 1. Wählen Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
+"Option\n"
+" <span class=\"guilabel\">failsafe</span> aus, welche auf manchen "
+"Computern besser\n"
+" funktionieren kann.\n"

#, fuzzy
-#~| msgid ""
-#~| " 1. If the <span class=\"guilabel\">failsafe</span> mode does not "
-#~| "work\n"
-#~| " better, restart the computer again on the first USB stick.\n"
-#~ msgid ""
-#~ " 1. If the <span class=\"guilabel\">Troubleshooting Mode</span> does "
-#~ "not work\n"
-#~ " better, restart the computer again on the first USB stick.\n"
-#~ msgstr ""
-#~ " 1. Wenn der <span class=\"guilabel\">failsafe</span>-Modus nicht "
-#~ "besser funktioniert,\n"
-#~ " starten Sie den Computer erneut mit dem ersten USB-Stick neu.\n"
+#| msgid ""
+#| " 1. If the <span class=\"guilabel\">failsafe</span> mode does not work\n"
+#| " better, restart the computer again on the first USB stick.\n"
+msgid ""
+" 1. If the <span class=\"guilabel\">Troubleshooting Mode</span> does not "
+"work\n"
+" better, restart the computer again on the first USB stick.\n"
+msgstr ""
+" 1. Wenn der <span class=\"guilabel\">failsafe</span>-Modus nicht besser "
+"funktioniert,\n"
+" starten Sie den Computer erneut mit dem ersten USB-Stick neu.\n"

-#~ msgid ""
-#~ "Press the <span class=\"keycap\">Backspace</span> key several times to "
-#~ "remove the <span class=\"code\">quiet</span> option from the command line."
-#~ msgstr ""
-#~ "Drücken Sie mehrmals die <span class=\"keycap\">Backspace</span>-Taste, "
-#~ "um die Option <span class=\"code\">quiet</span> von der Kommandozeile zu "
-#~ "entfernen."
+msgid ""
+"Press the <span class=\"keycap\">Backspace</span> key several times to "
+"remove the <span class=\"code\">quiet</span> option from the command line."
+msgstr ""
+"Drücken Sie mehrmals die <span class=\"keycap\">Backspace</span>-Taste, um "
+"die Option <span class=\"code\">quiet</span> von der Kommandozeile zu "
+"entfernen."

#, fuzzy
-#~| msgid "Type `debug nosplash` to add these options to the command line."
-#~ msgid ""
-#~ "Type <span class=\"code\">debug nosplash</span> to add these options to "
-#~ "the command line."
-#~ msgstr ""
-#~ "Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
-#~ "hinzuzufügen."
+#| msgid "Type `debug nosplash` to add these options to the command line."
+msgid ""
+"Type <span class=\"code\">debug nosplash</span> to add these options to the "
+"command line."
+msgstr ""
+"Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
+"hinzuzufügen."

 #, fuzzy
-#~| msgid "Type `debug nosplash` to add these options to the command line."
-#~ msgid ""
-#~ "           Then type `edd=off` to add this option to the command line.\n"
-#~ msgstr ""
-#~ "Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
-#~ "hinzuzufügen."
+#| msgid "Type `debug nosplash` to add these options to the command line."
+msgid ""
+"           Then type `edd=off` to add this option to the command line.\n"
+msgstr ""
+"Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
+"hinzuzufügen."


#, fuzzy
-#~| msgid ""
-#~| "Hopefully, error messages now appear when starting Tails. You can [[send "
-#~| "them to our support team by email|support/talk]], for example by taking "
-#~| "a picture of the last screen and error messages."
-#~ msgid ""
-#~ "Hopefully, new error messages now appear when starting Tails. You can "
-#~ "[[send them to our help desk by email|support/talk]], for example by "
-#~ "taking a picture of the last screen and error messages."
-#~ msgstr ""
-#~ "Hoffentlich erscheinen jetzt beim Start von Tails Fehlermeldungen. Sie "
-#~ "können [[diese an unser Support-Team senden|support/talk]], zum Beispiel "
-#~ "indem Sie ein Foto von dem letzten Bildschirm und den Fehlermeldungen "
-#~ "machen."
+#| msgid ""
+#| "Hopefully, error messages now appear when starting Tails. You can [[send "
+#| "them to our support team by email|support/talk]], for example by taking a "
+#| "picture of the last screen and error messages."
+msgid ""
+"Hopefully, new error messages now appear when starting Tails. You can [[send "
+"them to our help desk by email|support/talk]], for example by taking a "
+"picture of the last screen and error messages."
+msgstr ""
+"Hoffentlich erscheinen jetzt beim Start von Tails Fehlermeldungen. Sie "
+"können [[diese an unser Support-Team senden|support/talk]], zum Beispiel "
+"indem Sie ein Foto von dem letzten Bildschirm und den Fehlermeldungen machen."

#, fuzzy
-#~| msgid ""
-#~| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, press\n"
-#~| " <span class=\"keycap\">TAB</span>. A command line with a list\n"
-#~| " of boot options appears at the bottom of the screen.\n"
-#~ msgid ""
-#~ "Press <span class=\"keycap\">Tab</span>. A command line with a list of "
-#~ "boot options appears at the bottom of the screen."
-#~ msgstr ""
-#~ " 1. Drücken Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
-#~ "Taste\n"
-#~ " <span class=\"keycap\">TAB</span>. Eine Kommandozeile mit einer Liste "
-#~ "von\n"
-#~ " Startoptionen erscheint am unteren Rand des Bildschirms.\n"
+#| msgid ""
+#| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, press\n"
+#| " <span class=\"keycap\">TAB</span>. A command line with a list\n"
+#| " of boot options appears at the bottom of the screen.\n"
+msgid ""
+"Press <span class=\"keycap\">Tab</span>. A command line with a list of boot "
+"options appears at the bottom of the screen."
+msgstr ""
+" 1. Drücken Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
+"Taste\n"
+" <span class=\"keycap\">TAB</span>. Eine Kommandozeile mit einer Liste "
+"von\n"
+" Startoptionen erscheint am unteren Rand des Bildschirms.\n"

 #, fuzzy
-#~| msgid "Type `debug nosplash` to add these options to the command line."
-#~ msgid ""
-#~ "           Then type <span class=\"code\">edd=off</span> to add this "
-#~ "option to the command line.\n"
-#~ msgstr ""
-#~ "Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
-#~ "hinzuzufügen."
+#| msgid "Type `debug nosplash` to add these options to the command line."
+msgid ""
+"           Then type <span class=\"code\">edd=off</span> to add this option "
+"to the command line.\n"
+msgstr ""
+"Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
+"hinzuzufügen."


#, fuzzy
-#~| msgid "To start Tails, press <span class=\"keycap\">Enter</span>."
-#~ msgid "Press <span class=\"keycap\">Enter</span> to start Tails."
-#~ msgstr ""
-#~ "Drücken Sie <span class=\"keycap\">Enter</span>, um Tails neu zu starten."
+#| msgid "To start Tails, press <span class=\"keycap\">Enter</span>."
+msgid "Press <span class=\"keycap\">Enter</span> to start Tails."
+msgstr ""
+"Drücken Sie <span class=\"keycap\">Enter</span>, um Tails neu zu starten."

#, fuzzy
#~ msgid " [[!toggleable id=\"not_entirely\" text=\"\"\"\n"
diff --git a/wiki/src/install/inc/steps/restart_first_time.inline.ca.po b/wiki/src/install/inc/steps/restart_first_time.inline.ca.po
index 80ce0a5162..624bcd9d05 100644
--- a/wiki/src/install/inc/steps/restart_first_time.inline.ca.po
+++ b/wiki/src/install/inc/steps/restart_first_time.inline.ca.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:29+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, fuzzy, no-wrap
msgid "<div class=\"trophy windows linux mac expert\">\n"
@@ -210,7 +205,9 @@ msgstr " <div class=\"mac-usb mac-clone\">\n"
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/windows_boot_menu.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/windows_boot_menu.inline.ca\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/windows_boot_menu.inline.ca\" raw=\"yes\""
+" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -220,7 +217,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.ca\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.ca\" raw=\"yes\" "
+"sort=\"age\"]]\n"

#. type: Plain text
#, fuzzy, no-wrap
@@ -230,7 +229,9 @@ msgstr "<div class=\"mac mac-clone upgrade-mac\">\n"
#. type: Plain text
#, fuzzy, no-wrap
msgid "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.ca\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.ca\" raw=\"yes\""
+" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -274,7 +275,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.ca\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.ca\" raw=\""
+"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, fuzzy, no-wrap
@@ -363,69 +366,92 @@ msgid " [[!img install/inc/screenshots/desktop.png link=\"no\" alt=\"Tails des
msgstr ""

#, fuzzy
-#~| msgid ""
-#~| " Troubleshooting\n"
-#~| " ---------------\n"
-#~ msgid " Troubleshooting\n"
-#~ msgstr ""
-#~ " Fehlerbehebung\n"
-#~ " ---------------\n"
+#| msgid ""
+#| " Troubleshooting\n"
+#| " ---------------\n"
+msgid " Troubleshooting\n"
+msgstr ""
+" Fehlerbehebung\n"
+" ---------------\n"

#, fuzzy
-#~| msgid ""
-#~| " Tails does not start entirely\n"
-#~| " -----------------------------\n"
-#~ msgid " Tails does not start entirely\n"
-#~ msgstr ""
-#~ " Tails startet nicht vollständig\n"
-#~ " -----------------------------\n"
+#| msgid ""
+#| " Tails does not start entirely\n"
+#| " -----------------------------\n"
+msgid " Tails does not start entirely\n"
+msgstr ""
+" Tails startet nicht vollständig\n"
+" -----------------------------\n"

#, fuzzy
-#~| msgid ""
-#~| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, choose the "
-#~| "<span class=\"guilabel\">failsafe</span>\n"
-#~| " mode which might work better on some computers.\n"
-#~ msgid ""
-#~ " 1. In the Boot Loader, choose the\n"
-#~ " <span class=\"guilabel\">Troubleshooting Mode</span>\n"
-#~ " which might work better on some computers.\n"
-#~ msgstr ""
-#~ " 1. Wählen Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
-#~ "Option\n"
-#~ " <span class=\"guilabel\">failsafe</span> aus, welche auf manchen "
-#~ "Computern besser\n"
-#~ " funktionieren kann.\n"
+#| msgid ""
+#| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, choose the "
+#| "<span class=\"guilabel\">failsafe</span>\n"
+#| " mode which might work better on some computers.\n"
+msgid ""
+" 1. In the Boot Loader, choose the\n"
+" <span class=\"guilabel\">Troubleshooting Mode</span>\n"
+" which might work better on some computers.\n"
+msgstr ""
+" 1. Wählen Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
+"Option\n"
+" <span class=\"guilabel\">failsafe</span> aus, welche auf manchen "
+"Computern besser\n"
+" funktionieren kann.\n"

#, fuzzy
-#~| msgid ""
-#~| " 1. If the <span class=\"guilabel\">failsafe</span> mode does not "
-#~| "work\n"
-#~| " better, restart the computer again on the first USB stick.\n"
-#~ msgid ""
-#~ " 1. If the <span class=\"guilabel\">Troubleshooting Mode</span> does "
-#~ "not work\n"
-#~ " better, restart the computer again on the first USB stick.\n"
-#~ msgstr ""
-#~ " 1. Wenn der <span class=\"guilabel\">failsafe</span>-Modus nicht "
-#~ "besser funktioniert,\n"
-#~ " starten Sie den Computer erneut mit dem ersten USB-Stick neu.\n"
+#| msgid ""
+#| " 1. If the <span class=\"guilabel\">failsafe</span> mode does not work\n"
+#| " better, restart the computer again on the first USB stick.\n"
+msgid ""
+" 1. If the <span class=\"guilabel\">Troubleshooting Mode</span> does not "
+"work\n"
+" better, restart the computer again on the first USB stick.\n"
+msgstr ""
+" 1. Wenn der <span class=\"guilabel\">failsafe</span>-Modus nicht besser "
+"funktioniert,\n"
+" starten Sie den Computer erneut mit dem ersten USB-Stick neu.\n"
+
+msgid ""
+"Press the <span class=\"keycap\">Backspace</span> key several times to "
+"remove the <span class=\"code\">quiet</span> option from the command line."
+msgstr ""
+
+msgid ""
+"Type <span class=\"code\">debug nosplash</span> to add these options to the "
+"command line."
+msgstr ""

 #, fuzzy
-#~| msgid "Type `debug nosplash` to add these options to the command line."
-#~ msgid ""
-#~ "           Then type `edd=off` to add this option to the command line.\n"
-#~ msgstr ""
-#~ "Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
-#~ "hinzuzufügen."
+#| msgid "Type `debug nosplash` to add these options to the command line."
+msgid ""
+"           Then type `edd=off` to add this option to the command line.\n"
+msgstr ""
+"Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
+"hinzuzufügen."
+
+msgid ""
+"Hopefully, new error messages now appear when starting Tails. You can [[send "
+"them to our help desk by email|support/talk]], for example by taking a "
+"picture of the last screen and error messages."
+msgstr ""
+
+msgid ""
+"Press <span class=\"keycap\">Tab</span>. A command line with a list of boot "
+"options appears at the bottom of the screen."
+msgstr ""


 #, fuzzy
-#~| msgid "Type `debug nosplash` to add these options to the command line."
-#~ msgid ""
-#~ "           Then type <span class=\"code\">edd=off</span> to add this "
-#~ "option to the command line.\n"
-#~ msgstr ""
-#~ "Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
-#~ "hinzuzufügen."
+#| msgid "Type `debug nosplash` to add these options to the command line."
+msgid ""
+"           Then type <span class=\"code\">edd=off</span> to add this option "
+"to the command line.\n"
+msgstr ""
+"Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
+"hinzuzufügen."
+
+msgid "Press <span class=\"keycap\">Enter</span> to start Tails."
+msgstr ""


#, fuzzy
#~ msgid " [[!toggleable id=\"not_entirely\" text=\"\"\"\n"
diff --git a/wiki/src/install/inc/steps/restart_first_time.inline.de.po b/wiki/src/install/inc/steps/restart_first_time.inline.de.po
index 5ffb516ce0..ba8e449b27 100644
--- a/wiki/src/install/inc/steps/restart_first_time.inline.de.po
+++ b/wiki/src/install/inc/steps/restart_first_time.inline.de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:29+0000\n"
"PO-Revision-Date: 2020-12-25 17:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: \n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, fuzzy, no-wrap
#| msgid "<div class=\"trophy windows linux mac\">\n"
@@ -258,7 +253,9 @@ msgstr " <div class=\"mac-usb mac-clone\">\n"
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/windows_boot_menu.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/windows_boot_menu.inline.de\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/windows_boot_menu.inline.de\" raw=\"yes\""
+" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -268,7 +265,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.de\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.de\" raw=\"yes\" "
+"sort=\"age\"]]\n"

#. type: Plain text
#, fuzzy, no-wrap
@@ -280,7 +279,9 @@ msgstr "<div class=\"mac mac-clone upgrade-mac\">\n"
#, fuzzy, no-wrap
#| msgid " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"yes\" sort=\"age\"]]\n"
msgid "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.de\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.de\" raw=\"yes\""
+" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -324,7 +325,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.de\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.de\" raw=\""
+"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, fuzzy, no-wrap
diff --git a/wiki/src/install/inc/steps/restart_first_time.inline.es.po b/wiki/src/install/inc/steps/restart_first_time.inline.es.po
index 4a5d24573f..c3c32bffcf 100644
--- a/wiki/src/install/inc/steps/restart_first_time.inline.es.po
+++ b/wiki/src/install/inc/steps/restart_first_time.inline.es.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:29+0000\n"
"PO-Revision-Date: 2020-12-27 07:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"trophy windows linux mac expert\">\n"
@@ -68,7 +63,8 @@ msgid ""
"<a href=\"#verify-other\">Verify that the other Tails is up-to-date</a>.</p>\n"
msgstr ""
"<p>Si ya estás en Tails, vé directo al paso 3:\n"
-"<a href=\"#verify-other\">Verificar que el otro Tails está actualizado</a>.</p>\n"
+"<a href=\"#verify-other\">Verificar que el otro Tails está "
+"actualizado</a>.</p>\n"

#. type: Plain text
#, no-wrap
@@ -235,17 +231,23 @@ msgstr "<div class=\"windows upgrade-windows\">\n"
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/windows_boot_menu.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/windows_boot_menu.inline.es\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/windows_boot_menu.inline.es\" raw=\"yes\""
+" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
msgid "<div class=\"linux expert install-clone upgrade-clone upgrade-tails upgrade-linux\">\n"
-msgstr "<div class=\"linux expert install-clone upgrade-clone upgrade-tails upgrade-linux\">\n"
+msgstr ""
+"<div class=\"linux expert install-clone upgrade-clone upgrade-tails upgrade-"
+"linux\">\n"

#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.es\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.es\" raw=\"yes\" "
+"sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -255,7 +257,9 @@ msgstr "<div class=\"mac mac-clone upgrade-mac\">\n"
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.es\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.es\" raw=\"yes\""
+" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -299,7 +303,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.es\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.es\" raw="
+"\"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, fuzzy, no-wrap
@@ -375,7 +381,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid " [[!img doc/first_steps/welcome_screen/welcome-screen.png link=\"no\" alt=\"Welcome to Tails!\"]]\n"
-msgstr " [[!img doc/first_steps/welcome_screen/welcome-screen.png link=\"no\" alt=\"¡Bienvenido a Tails!\"]]\n"
+msgstr ""
+" [[!img doc/first_steps/welcome_screen/welcome-screen.png link=\"no\" alt="
+"\"¡Bienvenido a Tails!\"]]\n"

#. type: Plain text
#, no-wrap
@@ -385,7 +393,8 @@ msgid ""
"Click <span class=\"button\">Start Tails</span>.\n"
msgstr ""
"1. En la Pantalla de Bienvenida, elige tu idioma y la configuración\n"
-"de tu teclado en la sección <span class=\"guilabel\">Language & Region</span>\n"
+"de tu teclado en la sección <span class=\"guilabel\">Language & Region</span>"
+"\n"
"y presiona <span class=\"button\">Start Tails</span>.\n"

#. type: Bullet: '1. '
diff --git a/wiki/src/install/inc/steps/restart_first_time.inline.fa.po b/wiki/src/install/inc/steps/restart_first_time.inline.fa.po
index 829f5ce4be..6156205dd9 100644
--- a/wiki/src/install/inc/steps/restart_first_time.inline.fa.po
+++ b/wiki/src/install/inc/steps/restart_first_time.inline.fa.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:29+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"trophy windows linux mac expert\">\n"
@@ -212,17 +207,23 @@ msgstr "<div class=\"trophy windows linux mac expert\">\n"
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/windows_boot_menu.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/windows_boot_menu.inline.fa\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/windows_boot_menu.inline.fa\" raw=\"yes\""
+" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
msgid "<div class=\"linux expert install-clone upgrade-clone upgrade-tails upgrade-linux\">\n"
-msgstr "<div class=\"linux expert install-clone upgrade-clone upgrade-tails upgrade-linux\">\n"
+msgstr ""
+"<div class=\"linux expert install-clone upgrade-clone upgrade-tails upgrade-"
+"linux\">\n"

#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.fa\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.fa\" raw=\"yes\" "
+"sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -232,7 +233,9 @@ msgstr "<div class=\"mac mac-clone upgrade-mac\">\n"
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.fa\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.fa\" raw=\"yes\""
+" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -276,7 +279,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.fa\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.fa\" raw="
+"\"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/install/inc/steps/restart_first_time.inline.fr.po b/wiki/src/install/inc/steps/restart_first_time.inline.fr.po
index 79074800a1..85ad6d4cf7 100644
--- a/wiki/src/install/inc/steps/restart_first_time.inline.fr.po
+++ b/wiki/src/install/inc/steps/restart_first_time.inline.fr.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Tails\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"POT-Creation-Date: 2020-08-11 01:29+0000\n"
+"PO-Revision-Date: 2020-12-24 16:43+0000\n"
+"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: Tails translators <tails@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"trophy windows linux mac expert\">\n"
@@ -68,8 +63,6 @@ msgid ""
"<p>If you are already in Tails, go directly to step 3:\n"
"<a href=\"#verify-other\">Verify that the other Tails is up-to-date</a>.</p>\n"
msgstr ""
-"<p>Si vous êtes déjà dans Tails, aller directement à l'étape 3 :\n"
-"<a href=\"#verify-other\">Vérifier que l'autre Tails est à jour</a>.</p>\n"

#. type: Plain text
#, no-wrap
@@ -237,7 +230,9 @@ msgstr "<div class=\"mac mac-clone upgrade-mac\">\n"
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/windows_boot_menu.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/windows_boot_menu.inline.fr\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/windows_boot_menu.inline.fr\" raw=\"yes\""
+" sort=\"age\"]]\n"

#. type: Plain text
#, fuzzy, no-wrap
@@ -302,7 +297,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.fr\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.fr\" raw=\""
+"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/install/inc/steps/restart_first_time.inline.id.po b/wiki/src/install/inc/steps/restart_first_time.inline.id.po
index afdd799923..cb1f6645f9 100644
--- a/wiki/src/install/inc/steps/restart_first_time.inline.id.po
+++ b/wiki/src/install/inc/steps/restart_first_time.inline.id.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:29+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: \n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"trophy windows linux mac expert\">\n"
@@ -215,12 +210,16 @@ msgstr "<div class=\"step-image\">[[!img install/inc/infography/switch-context.p
#. type: Plain text
#, no-wrap
msgid "<div class=\"linux expert install-clone upgrade-clone upgrade-tails upgrade-linux\">\n"
-msgstr "<div class=\"linux expert install-clone upgrade-clone upgrade-tails upgrade-linux\">\n"
+msgstr ""
+"<div class=\"linux expert install-clone upgrade-clone upgrade-tails upgrade-"
+"linux\">\n"

#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.id\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.id\" raw=\"yes\" "
+"sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -230,7 +229,9 @@ msgstr "<div class=\"mac mac-clone upgrade-mac\">\n"
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.fa\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.fa\" raw=\"yes\""
+" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -274,7 +275,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.id\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.id\" raw=\""
+"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, fuzzy, no-wrap
@@ -363,122 +366,120 @@ msgid " [[!img install/inc/screenshots/desktop.png link=\"no\" alt=\"Tails des
msgstr ""

#, fuzzy
-#~| msgid ""
-#~| " Troubleshooting\n"
-#~| " ---------------\n"
-#~ msgid " Troubleshooting\n"
-#~ msgstr ""
-#~ " Fehlerbehebung\n"
-#~ " ---------------\n"
+#| msgid ""
+#| " Troubleshooting\n"
+#| " ---------------\n"
+msgid " Troubleshooting\n"
+msgstr ""
+" Fehlerbehebung\n"
+" ---------------\n"

#, fuzzy
-#~| msgid ""
-#~| " Tails does not start entirely\n"
-#~| " -----------------------------\n"
-#~ msgid " Tails does not start entirely\n"
-#~ msgstr ""
-#~ " Tails startet nicht vollständig\n"
-#~ " -----------------------------\n"
+#| msgid ""
+#| " Tails does not start entirely\n"
+#| " -----------------------------\n"
+msgid " Tails does not start entirely\n"
+msgstr ""
+" Tails startet nicht vollständig\n"
+" -----------------------------\n"

#, fuzzy
-#~| msgid ""
-#~| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, choose the "
-#~| "<span class=\"guilabel\">failsafe</span>\n"
-#~| " mode which might work better on some computers.\n"
-#~ msgid ""
-#~ " 1. In the Boot Loader, choose the\n"
-#~ " <span class=\"guilabel\">Troubleshooting Mode</span>\n"
-#~ " which might work better on some computers.\n"
-#~ msgstr ""
-#~ " 1. Wählen Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
-#~ "Option\n"
-#~ " <span class=\"guilabel\">failsafe</span> aus, welche auf manchen "
-#~ "Computern besser\n"
-#~ " funktionieren kann.\n"
+#| msgid ""
+#| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, choose the "
+#| "<span class=\"guilabel\">failsafe</span>\n"
+#| " mode which might work better on some computers.\n"
+msgid ""
+" 1. In the Boot Loader, choose the\n"
+" <span class=\"guilabel\">Troubleshooting Mode</span>\n"
+" which might work better on some computers.\n"
+msgstr ""
+" 1. Wählen Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
+"Option\n"
+" <span class=\"guilabel\">failsafe</span> aus, welche auf manchen "
+"Computern besser\n"
+" funktionieren kann.\n"

#, fuzzy
-#~| msgid ""
-#~| " 1. If the <span class=\"guilabel\">failsafe</span> mode does not "
-#~| "work\n"
-#~| " better, restart the computer again on the first USB stick.\n"
-#~ msgid ""
-#~ " 1. If the <span class=\"guilabel\">Troubleshooting Mode</span> does "
-#~ "not work\n"
-#~ " better, restart the computer again on the first USB stick.\n"
-#~ msgstr ""
-#~ " 1. Wenn der <span class=\"guilabel\">failsafe</span>-Modus nicht "
-#~ "besser funktioniert,\n"
-#~ " starten Sie den Computer erneut mit dem ersten USB-Stick neu.\n"
+#| msgid ""
+#| " 1. If the <span class=\"guilabel\">failsafe</span> mode does not work\n"
+#| " better, restart the computer again on the first USB stick.\n"
+msgid ""
+" 1. If the <span class=\"guilabel\">Troubleshooting Mode</span> does not "
+"work\n"
+" better, restart the computer again on the first USB stick.\n"
+msgstr ""
+" 1. Wenn der <span class=\"guilabel\">failsafe</span>-Modus nicht besser "
+"funktioniert,\n"
+" starten Sie den Computer erneut mit dem ersten USB-Stick neu.\n"

-#~ msgid ""
-#~ "Press the <span class=\"keycap\">Backspace</span> key several times to "
-#~ "remove the <span class=\"code\">quiet</span> option from the command line."
-#~ msgstr ""
-#~ "Drücken Sie mehrmals die <span class=\"keycap\">Backspace</span>-Taste, "
-#~ "um die Option <span class=\"code\">quiet</span> von der Kommandozeile zu "
-#~ "entfernen."
+msgid ""
+"Press the <span class=\"keycap\">Backspace</span> key several times to "
+"remove the <span class=\"code\">quiet</span> option from the command line."
+msgstr ""
+"Drücken Sie mehrmals die <span class=\"keycap\">Backspace</span>-Taste, um "
+"die Option <span class=\"code\">quiet</span> von der Kommandozeile zu "
+"entfernen."

#, fuzzy
-#~| msgid "Type `debug nosplash` to add these options to the command line."
-#~ msgid ""
-#~ "Type <span class=\"code\">debug nosplash</span> to add these options to "
-#~ "the command line."
-#~ msgstr ""
-#~ "Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
-#~ "hinzuzufügen."
+#| msgid "Type `debug nosplash` to add these options to the command line."
+msgid ""
+"Type <span class=\"code\">debug nosplash</span> to add these options to the "
+"command line."
+msgstr ""
+"Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
+"hinzuzufügen."

 #, fuzzy
-#~| msgid "Type `debug nosplash` to add these options to the command line."
-#~ msgid ""
-#~ "           Then type `edd=off` to add this option to the command line.\n"
-#~ msgstr ""
-#~ "Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
-#~ "hinzuzufügen."
+#| msgid "Type `debug nosplash` to add these options to the command line."
+msgid ""
+"           Then type `edd=off` to add this option to the command line.\n"
+msgstr ""
+"Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
+"hinzuzufügen."


#, fuzzy
-#~| msgid ""
-#~| "Hopefully, error messages now appear when starting Tails. You can [[send "
-#~| "them to our support team by email|support/talk]], for example by taking "
-#~| "a picture of the last screen and error messages."
-#~ msgid ""
-#~ "Hopefully, new error messages now appear when starting Tails. You can "
-#~ "[[send them to our help desk by email|support/talk]], for example by "
-#~ "taking a picture of the last screen and error messages."
-#~ msgstr ""
-#~ "Hoffentlich erscheinen jetzt beim Start von Tails Fehlermeldungen. Sie "
-#~ "können [[diese an unser Support-Team senden|support/talk]], zum Beispiel "
-#~ "indem Sie ein Foto von dem letzten Bildschirm und den Fehlermeldungen "
-#~ "machen."
+#| msgid ""
+#| "Hopefully, error messages now appear when starting Tails. You can [[send "
+#| "them to our support team by email|support/talk]], for example by taking a "
+#| "picture of the last screen and error messages."
+msgid ""
+"Hopefully, new error messages now appear when starting Tails. You can [[send "
+"them to our help desk by email|support/talk]], for example by taking a "
+"picture of the last screen and error messages."
+msgstr ""
+"Hoffentlich erscheinen jetzt beim Start von Tails Fehlermeldungen. Sie "
+"können [[diese an unser Support-Team senden|support/talk]], zum Beispiel "
+"indem Sie ein Foto von dem letzten Bildschirm und den Fehlermeldungen machen."

#, fuzzy
-#~| msgid ""
-#~| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, press\n"
-#~| " <span class=\"keycap\">TAB</span>. A command line with a list\n"
-#~| " of boot options appears at the bottom of the screen.\n"
-#~ msgid ""
-#~ "Press <span class=\"keycap\">Tab</span>. A command line with a list of "
-#~ "boot options appears at the bottom of the screen."
-#~ msgstr ""
-#~ " 1. Drücken Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
-#~ "Taste\n"
-#~ " <span class=\"keycap\">TAB</span>. Eine Kommandozeile mit einer Liste "
-#~ "von\n"
-#~ " Startoptionen erscheint am unteren Rand des Bildschirms.\n"
+#| msgid ""
+#| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, press\n"
+#| " <span class=\"keycap\">TAB</span>. A command line with a list\n"
+#| " of boot options appears at the bottom of the screen.\n"
+msgid ""
+"Press <span class=\"keycap\">Tab</span>. A command line with a list of boot "
+"options appears at the bottom of the screen."
+msgstr ""
+" 1. Drücken Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
+"Taste\n"
+" <span class=\"keycap\">TAB</span>. Eine Kommandozeile mit einer Liste "
+"von\n"
+" Startoptionen erscheint am unteren Rand des Bildschirms.\n"

 #, fuzzy
-#~| msgid "Type `debug nosplash` to add these options to the command line."
-#~ msgid ""
-#~ "           Then type <span class=\"code\">edd=off</span> to add this "
-#~ "option to the command line.\n"
-#~ msgstr ""
-#~ "Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
-#~ "hinzuzufügen."
+#| msgid "Type `debug nosplash` to add these options to the command line."
+msgid ""
+"           Then type <span class=\"code\">edd=off</span> to add this option "
+"to the command line.\n"
+msgstr ""
+"Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
+"hinzuzufügen."


#, fuzzy
-#~| msgid "To start Tails, press <span class=\"keycap\">Enter</span>."
-#~ msgid "Press <span class=\"keycap\">Enter</span> to start Tails."
-#~ msgstr ""
-#~ "Drücken Sie <span class=\"keycap\">Enter</span>, um Tails neu zu starten."
+#| msgid "To start Tails, press <span class=\"keycap\">Enter</span>."
+msgid "Press <span class=\"keycap\">Enter</span> to start Tails."
+msgstr ""
+"Drücken Sie <span class=\"keycap\">Enter</span>, um Tails neu zu starten."

#, fuzzy
#~ msgid " [[!toggleable id=\"not_entirely\" text=\"\"\"\n"
diff --git a/wiki/src/install/inc/steps/restart_first_time.inline.it.po b/wiki/src/install/inc/steps/restart_first_time.inline.it.po
index 4258c3f839..e3ae8c1834 100644
--- a/wiki/src/install/inc/steps/restart_first_time.inline.it.po
+++ b/wiki/src/install/inc/steps/restart_first_time.inline.it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:29+0000\n"
"PO-Revision-Date: 2021-03-02 23:44+0000\n"
"Last-Translator: cenere <cenere@???>\n"
"Language-Team: ita <transitails@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"trophy windows linux mac expert\">\n"
@@ -242,7 +237,9 @@ msgstr "<div class=\"mac mac-clone upgrade-mac\">\n"
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/windows_boot_menu.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/windows_boot_menu.inline.it\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/windows_boot_menu.inline.it\" raw=\"yes\""
+" sort=\"age\"]]\n"

#. type: Plain text
#, fuzzy, no-wrap
@@ -263,7 +260,9 @@ msgstr "<div class=\"mac mac-clone upgrade-mac\">\n"
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"yes\" "
+"sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -307,7 +306,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\""
+"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/install/inc/steps/restart_first_time.inline.mdwn b/wiki/src/install/inc/steps/restart_first_time.inline.mdwn
index b1d685a82a..e75fb20d34 100644
--- a/wiki/src/install/inc/steps/restart_first_time.inline.mdwn
+++ b/wiki/src/install/inc/steps/restart_first_time.inline.mdwn
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
<div class="trophy windows linux mac expert">

<div class="state-image">[[!img install/inc/infography/tails-usb.png link="no" alt="Tails USB stick"]]</div>
diff --git a/wiki/src/install/inc/steps/restart_first_time.inline.pl.po b/wiki/src/install/inc/steps/restart_first_time.inline.pl.po
index 2d990a3c0f..15c308fd55 100644
--- a/wiki/src/install/inc/steps/restart_first_time.inline.pl.po
+++ b/wiki/src/install/inc/steps/restart_first_time.inline.pl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:29+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -19,11 +19,6 @@ msgstr ""
"|| n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"trophy windows linux mac expert\">\n"
@@ -211,7 +206,9 @@ msgstr "<div class=\"trophy windows linux mac expert\">\n"
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/windows_boot_menu.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/windows_boot_menu.inline.pl\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/windows_boot_menu.inline.pl\" raw=\"yes\""
+" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -221,7 +218,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.pl\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.pl\" raw=\"yes\" "
+"sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -231,7 +230,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.pl\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.pl\" raw=\"yes\""
+" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -275,7 +276,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.pl\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.pl\" raw=\""
+"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, fuzzy, no-wrap
@@ -364,122 +367,120 @@ msgid " [[!img install/inc/screenshots/desktop.png link=\"no\" alt=\"Tails des
msgstr ""

#, fuzzy
-#~| msgid ""
-#~| " Troubleshooting\n"
-#~| " ---------------\n"
-#~ msgid " Troubleshooting\n"
-#~ msgstr ""
-#~ " Fehlerbehebung\n"
-#~ " ---------------\n"
+#| msgid ""
+#| " Troubleshooting\n"
+#| " ---------------\n"
+msgid " Troubleshooting\n"
+msgstr ""
+" Fehlerbehebung\n"
+" ---------------\n"

#, fuzzy
-#~| msgid ""
-#~| " Tails does not start entirely\n"
-#~| " -----------------------------\n"
-#~ msgid " Tails does not start entirely\n"
-#~ msgstr ""
-#~ " Tails startet nicht vollständig\n"
-#~ " -----------------------------\n"
+#| msgid ""
+#| " Tails does not start entirely\n"
+#| " -----------------------------\n"
+msgid " Tails does not start entirely\n"
+msgstr ""
+" Tails startet nicht vollständig\n"
+" -----------------------------\n"

#, fuzzy
-#~| msgid ""
-#~| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, choose the "
-#~| "<span class=\"guilabel\">failsafe</span>\n"
-#~| " mode which might work better on some computers.\n"
-#~ msgid ""
-#~ " 1. In the Boot Loader, choose the\n"
-#~ " <span class=\"guilabel\">Troubleshooting Mode</span>\n"
-#~ " which might work better on some computers.\n"
-#~ msgstr ""
-#~ " 1. Wählen Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
-#~ "Option\n"
-#~ " <span class=\"guilabel\">failsafe</span> aus, welche auf manchen "
-#~ "Computern besser\n"
-#~ " funktionieren kann.\n"
+#| msgid ""
+#| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, choose the "
+#| "<span class=\"guilabel\">failsafe</span>\n"
+#| " mode which might work better on some computers.\n"
+msgid ""
+" 1. In the Boot Loader, choose the\n"
+" <span class=\"guilabel\">Troubleshooting Mode</span>\n"
+" which might work better on some computers.\n"
+msgstr ""
+" 1. Wählen Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
+"Option\n"
+" <span class=\"guilabel\">failsafe</span> aus, welche auf manchen "
+"Computern besser\n"
+" funktionieren kann.\n"

#, fuzzy
-#~| msgid ""
-#~| " 1. If the <span class=\"guilabel\">failsafe</span> mode does not "
-#~| "work\n"
-#~| " better, restart the computer again on the first USB stick.\n"
-#~ msgid ""
-#~ " 1. If the <span class=\"guilabel\">Troubleshooting Mode</span> does "
-#~ "not work\n"
-#~ " better, restart the computer again on the first USB stick.\n"
-#~ msgstr ""
-#~ " 1. Wenn der <span class=\"guilabel\">failsafe</span>-Modus nicht "
-#~ "besser funktioniert,\n"
-#~ " starten Sie den Computer erneut mit dem ersten USB-Stick neu.\n"
+#| msgid ""
+#| " 1. If the <span class=\"guilabel\">failsafe</span> mode does not work\n"
+#| " better, restart the computer again on the first USB stick.\n"
+msgid ""
+" 1. If the <span class=\"guilabel\">Troubleshooting Mode</span> does not "
+"work\n"
+" better, restart the computer again on the first USB stick.\n"
+msgstr ""
+" 1. Wenn der <span class=\"guilabel\">failsafe</span>-Modus nicht besser "
+"funktioniert,\n"
+" starten Sie den Computer erneut mit dem ersten USB-Stick neu.\n"

-#~ msgid ""
-#~ "Press the <span class=\"keycap\">Backspace</span> key several times to "
-#~ "remove the <span class=\"code\">quiet</span> option from the command line."
-#~ msgstr ""
-#~ "Drücken Sie mehrmals die <span class=\"keycap\">Backspace</span>-Taste, "
-#~ "um die Option <span class=\"code\">quiet</span> von der Kommandozeile zu "
-#~ "entfernen."
+msgid ""
+"Press the <span class=\"keycap\">Backspace</span> key several times to "
+"remove the <span class=\"code\">quiet</span> option from the command line."
+msgstr ""
+"Drücken Sie mehrmals die <span class=\"keycap\">Backspace</span>-Taste, um "
+"die Option <span class=\"code\">quiet</span> von der Kommandozeile zu "
+"entfernen."

#, fuzzy
-#~| msgid "Type `debug nosplash` to add these options to the command line."
-#~ msgid ""
-#~ "Type <span class=\"code\">debug nosplash</span> to add these options to "
-#~ "the command line."
-#~ msgstr ""
-#~ "Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
-#~ "hinzuzufügen."
+#| msgid "Type `debug nosplash` to add these options to the command line."
+msgid ""
+"Type <span class=\"code\">debug nosplash</span> to add these options to the "
+"command line."
+msgstr ""
+"Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
+"hinzuzufügen."

 #, fuzzy
-#~| msgid "Type `debug nosplash` to add these options to the command line."
-#~ msgid ""
-#~ "           Then type `edd=off` to add this option to the command line.\n"
-#~ msgstr ""
-#~ "Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
-#~ "hinzuzufügen."
+#| msgid "Type `debug nosplash` to add these options to the command line."
+msgid ""
+"           Then type `edd=off` to add this option to the command line.\n"
+msgstr ""
+"Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
+"hinzuzufügen."


#, fuzzy
-#~| msgid ""
-#~| "Hopefully, error messages now appear when starting Tails. You can [[send "
-#~| "them to our support team by email|support/talk]], for example by taking "
-#~| "a picture of the last screen and error messages."
-#~ msgid ""
-#~ "Hopefully, new error messages now appear when starting Tails. You can "
-#~ "[[send them to our help desk by email|support/talk]], for example by "
-#~ "taking a picture of the last screen and error messages."
-#~ msgstr ""
-#~ "Hoffentlich erscheinen jetzt beim Start von Tails Fehlermeldungen. Sie "
-#~ "können [[diese an unser Support-Team senden|support/talk]], zum Beispiel "
-#~ "indem Sie ein Foto von dem letzten Bildschirm und den Fehlermeldungen "
-#~ "machen."
+#| msgid ""
+#| "Hopefully, error messages now appear when starting Tails. You can [[send "
+#| "them to our support team by email|support/talk]], for example by taking a "
+#| "picture of the last screen and error messages."
+msgid ""
+"Hopefully, new error messages now appear when starting Tails. You can [[send "
+"them to our help desk by email|support/talk]], for example by taking a "
+"picture of the last screen and error messages."
+msgstr ""
+"Hoffentlich erscheinen jetzt beim Start von Tails Fehlermeldungen. Sie "
+"können [[diese an unser Support-Team senden|support/talk]], zum Beispiel "
+"indem Sie ein Foto von dem letzten Bildschirm und den Fehlermeldungen machen."

#, fuzzy
-#~| msgid ""
-#~| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, press\n"
-#~| " <span class=\"keycap\">TAB</span>. A command line with a list\n"
-#~| " of boot options appears at the bottom of the screen.\n"
-#~ msgid ""
-#~ "Press <span class=\"keycap\">Tab</span>. A command line with a list of "
-#~ "boot options appears at the bottom of the screen."
-#~ msgstr ""
-#~ " 1. Drücken Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
-#~ "Taste\n"
-#~ " <span class=\"keycap\">TAB</span>. Eine Kommandozeile mit einer Liste "
-#~ "von\n"
-#~ " Startoptionen erscheint am unteren Rand des Bildschirms.\n"
+#| msgid ""
+#| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, press\n"
+#| " <span class=\"keycap\">TAB</span>. A command line with a list\n"
+#| " of boot options appears at the bottom of the screen.\n"
+msgid ""
+"Press <span class=\"keycap\">Tab</span>. A command line with a list of boot "
+"options appears at the bottom of the screen."
+msgstr ""
+" 1. Drücken Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
+"Taste\n"
+" <span class=\"keycap\">TAB</span>. Eine Kommandozeile mit einer Liste "
+"von\n"
+" Startoptionen erscheint am unteren Rand des Bildschirms.\n"

 #, fuzzy
-#~| msgid "Type `debug nosplash` to add these options to the command line."
-#~ msgid ""
-#~ "           Then type <span class=\"code\">edd=off</span> to add this "
-#~ "option to the command line.\n"
-#~ msgstr ""
-#~ "Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
-#~ "hinzuzufügen."
+#| msgid "Type `debug nosplash` to add these options to the command line."
+msgid ""
+"           Then type <span class=\"code\">edd=off</span> to add this option "
+"to the command line.\n"
+msgstr ""
+"Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
+"hinzuzufügen."


#, fuzzy
-#~| msgid "To start Tails, press <span class=\"keycap\">Enter</span>."
-#~ msgid "Press <span class=\"keycap\">Enter</span> to start Tails."
-#~ msgstr ""
-#~ "Drücken Sie <span class=\"keycap\">Enter</span>, um Tails neu zu starten."
+#| msgid "To start Tails, press <span class=\"keycap\">Enter</span>."
+msgid "Press <span class=\"keycap\">Enter</span> to start Tails."
+msgstr ""
+"Drücken Sie <span class=\"keycap\">Enter</span>, um Tails neu zu starten."

#, fuzzy
#~ msgid " [[!toggleable id=\"not_entirely\" text=\"\"\"\n"
diff --git a/wiki/src/install/inc/steps/restart_first_time.inline.pt.po b/wiki/src/install/inc/steps/restart_first_time.inline.pt.po
index c4e918254f..2fb4c7428c 100644
--- a/wiki/src/install/inc/steps/restart_first_time.inline.pt.po
+++ b/wiki/src/install/inc/steps/restart_first_time.inline.pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:29+0000\n"
"PO-Revision-Date: 2020-12-25 17:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"trophy windows linux mac expert\">\n"
@@ -31,7 +26,9 @@ msgstr "<div class=\"trophy windows linux mac expert\">\n"
#. type: Plain text
#, no-wrap
msgid "<div class=\"state-image\">[[!img install/inc/infography/tails-usb.png link=\"no\" alt=\"Tails USB stick\"]]</div>\n"
-msgstr "<div class=\"state-image\">[[!img install/inc/infography/tails-usb.png link=\"no\" alt=\"Pen drive USB com Tails\"]]</div>\n"
+msgstr ""
+"<div class=\"state-image\">[[!img install/inc/infography/tails-usb.png link="
+"\"no\" alt=\"Pen drive USB com Tails\"]]</div>\n"

#. type: Plain text
#, no-wrap
@@ -223,7 +220,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.pt\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.pt\" raw=\"yes\" "
+"sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -277,7 +276,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.pt\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.pt\" raw=\""
+"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/install/inc/steps/restart_first_time.inline.ru.po b/wiki/src/install/inc/steps/restart_first_time.inline.ru.po
index 6c2dc54a41..bf8ac16fcc 100644
--- a/wiki/src/install/inc/steps/restart_first_time.inline.ru.po
+++ b/wiki/src/install/inc/steps/restart_first_time.inline.ru.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:29+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -15,15 +15,10 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
+"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"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"trophy windows linux mac expert\">\n"
@@ -211,7 +206,9 @@ msgstr "<div class=\"step-image\">\n"
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/windows_boot_menu.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/windows_boot_menu.inline.ru\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/windows_boot_menu.inline.ru\" raw=\"yes\""
+" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -221,7 +218,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.ru\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.ru\" raw=\"yes\" "
+"sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -231,7 +230,9 @@ msgstr "<div class=\"mac mac-clone upgrade-mac\">\n"
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.ru\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.ru\" raw=\"yes\""
+" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -275,7 +276,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.ru\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.ru\" raw=\""
+"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, fuzzy, no-wrap
@@ -364,114 +367,117 @@ msgid " [[!img install/inc/screenshots/desktop.png link=\"no\" alt=\"Tails des
msgstr ""

#, fuzzy
-#~| msgid ""
-#~| " Troubleshooting\n"
-#~| " ---------------\n"
-#~ msgid " Troubleshooting\n"
-#~ msgstr ""
-#~ " Fehlerbehebung\n"
-#~ " ---------------\n"
+#| msgid ""
+#| " Troubleshooting\n"
+#| " ---------------\n"
+msgid " Troubleshooting\n"
+msgstr ""
+" Fehlerbehebung\n"
+" ---------------\n"

#, fuzzy
-#~| msgid ""
-#~| " Tails does not start entirely\n"
-#~| " -----------------------------\n"
-#~ msgid " Tails does not start entirely\n"
-#~ msgstr ""
-#~ " Tails startet nicht vollständig\n"
-#~ " -----------------------------\n"
+#| msgid ""
+#| " Tails does not start entirely\n"
+#| " -----------------------------\n"
+msgid " Tails does not start entirely\n"
+msgstr ""
+" Tails startet nicht vollständig\n"
+" -----------------------------\n"

#, fuzzy
-#~| msgid ""
-#~| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, choose the "
-#~| "<span class=\"guilabel\">failsafe</span>\n"
-#~| " mode which might work better on some computers.\n"
-#~ msgid ""
-#~ " 1. In the Boot Loader, choose the\n"
-#~ " <span class=\"guilabel\">Troubleshooting Mode</span>\n"
-#~ " which might work better on some computers.\n"
-#~ msgstr ""
-#~ " 1. Wählen Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
-#~ "Option\n"
-#~ " <span class=\"guilabel\">failsafe</span> aus, welche auf manchen "
-#~ "Computern besser\n"
-#~ " funktionieren kann.\n"
+#| msgid ""
+#| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, choose the "
+#| "<span class=\"guilabel\">failsafe</span>\n"
+#| " mode which might work better on some computers.\n"
+msgid ""
+" 1. In the Boot Loader, choose the\n"
+" <span class=\"guilabel\">Troubleshooting Mode</span>\n"
+" which might work better on some computers.\n"
+msgstr ""
+" 1. Wählen Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
+"Option\n"
+" <span class=\"guilabel\">failsafe</span> aus, welche auf manchen "
+"Computern besser\n"
+" funktionieren kann.\n"

#, fuzzy
-#~| msgid ""
-#~| " 1. If the <span class=\"guilabel\">failsafe</span> mode does not "
-#~| "work\n"
-#~| " better, restart the computer again on the first USB stick.\n"
-#~ msgid ""
-#~ " 1. If the <span class=\"guilabel\">Troubleshooting Mode</span> does "
-#~ "not work\n"
-#~ " better, restart the computer again on the first USB stick.\n"
-#~ msgstr ""
-#~ " 1. Wenn der <span class=\"guilabel\">failsafe</span>-Modus nicht "
-#~ "besser funktioniert,\n"
-#~ " starten Sie den Computer erneut mit dem ersten USB-Stick neu.\n"
+#| msgid ""
+#| " 1. If the <span class=\"guilabel\">failsafe</span> mode does not work\n"
+#| " better, restart the computer again on the first USB stick.\n"
+msgid ""
+" 1. If the <span class=\"guilabel\">Troubleshooting Mode</span> does not "
+"work\n"
+" better, restart the computer again on the first USB stick.\n"
+msgstr ""
+" 1. Wenn der <span class=\"guilabel\">failsafe</span>-Modus nicht besser "
+"funktioniert,\n"
+" starten Sie den Computer erneut mit dem ersten USB-Stick neu.\n"
+
+msgid ""
+"Press the <span class=\"keycap\">Backspace</span> key several times to "
+"remove the <span class=\"code\">quiet</span> option from the command line."
+msgstr ""

#, fuzzy
-#~| msgid "Type `debug nosplash` to add these options to the command line."
-#~ msgid ""
-#~ "Type <span class=\"code\">debug nosplash</span> to add these options to "
-#~ "the command line."
-#~ msgstr ""
-#~ "Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
-#~ "hinzuzufügen."
+#| msgid "Type `debug nosplash` to add these options to the command line."
+msgid ""
+"Type <span class=\"code\">debug nosplash</span> to add these options to the "
+"command line."
+msgstr ""
+"Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
+"hinzuzufügen."

 #, fuzzy
-#~| msgid "Type `debug nosplash` to add these options to the command line."
-#~ msgid ""
-#~ "           Then type `edd=off` to add this option to the command line.\n"
-#~ msgstr ""
-#~ "Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
-#~ "hinzuzufügen."
+#| msgid "Type `debug nosplash` to add these options to the command line."
+msgid ""
+"           Then type `edd=off` to add this option to the command line.\n"
+msgstr ""
+"Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
+"hinzuzufügen."


#, fuzzy
-#~| msgid ""
-#~| "Hopefully, error messages now appear when starting Tails. You can [[send "
-#~| "them to our support team by email|support/talk]], for example by taking "
-#~| "a picture of the last screen and error messages."
-#~ msgid ""
-#~ "Hopefully, new error messages now appear when starting Tails. You can "
-#~ "[[send them to our help desk by email|support/talk]], for example by "
-#~ "taking a picture of the last screen and error messages."
-#~ msgstr ""
-#~ "Hoffentlich erscheinen jetzt beim Start von Tails Fehlermeldungen. Sie "
-#~ "können [[diese an unser Support-Team senden|support/talk]], zum Beispiel "
-#~ "indem Sie ein Foto von dem letzten Bildschirm und den Fehlermeldungen "
-#~ "machen."
+#| msgid ""
+#| "Hopefully, error messages now appear when starting Tails. You can [[send "
+#| "them to our support team by email|support/talk]], for example by taking a "
+#| "picture of the last screen and error messages."
+msgid ""
+"Hopefully, new error messages now appear when starting Tails. You can [[send "
+"them to our help desk by email|support/talk]], for example by taking a "
+"picture of the last screen and error messages."
+msgstr ""
+"Hoffentlich erscheinen jetzt beim Start von Tails Fehlermeldungen. Sie "
+"können [[diese an unser Support-Team senden|support/talk]], zum Beispiel "
+"indem Sie ein Foto von dem letzten Bildschirm und den Fehlermeldungen machen."

#, fuzzy
-#~| msgid ""
-#~| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, press\n"
-#~| " <span class=\"keycap\">TAB</span>. A command line with a list\n"
-#~| " of boot options appears at the bottom of the screen.\n"
-#~ msgid ""
-#~ "Press <span class=\"keycap\">Tab</span>. A command line with a list of "
-#~ "boot options appears at the bottom of the screen."
-#~ msgstr ""
-#~ " 1. Drücken Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
-#~ "Taste\n"
-#~ " <span class=\"keycap\">TAB</span>. Eine Kommandozeile mit einer Liste "
-#~ "von\n"
-#~ " Startoptionen erscheint am unteren Rand des Bildschirms.\n"
+#| msgid ""
+#| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, press\n"
+#| " <span class=\"keycap\">TAB</span>. A command line with a list\n"
+#| " of boot options appears at the bottom of the screen.\n"
+msgid ""
+"Press <span class=\"keycap\">Tab</span>. A command line with a list of boot "
+"options appears at the bottom of the screen."
+msgstr ""
+" 1. Drücken Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
+"Taste\n"
+" <span class=\"keycap\">TAB</span>. Eine Kommandozeile mit einer Liste "
+"von\n"
+" Startoptionen erscheint am unteren Rand des Bildschirms.\n"

 #, fuzzy
-#~| msgid "Type `debug nosplash` to add these options to the command line."
-#~ msgid ""
-#~ "           Then type <span class=\"code\">edd=off</span> to add this "
-#~ "option to the command line.\n"
-#~ msgstr ""
-#~ "Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
-#~ "hinzuzufügen."
+#| msgid "Type `debug nosplash` to add these options to the command line."
+msgid ""
+"           Then type <span class=\"code\">edd=off</span> to add this option "
+"to the command line.\n"
+msgstr ""
+"Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
+"hinzuzufügen."


#, fuzzy
-#~| msgid "To start Tails, press <span class=\"keycap\">Enter</span>."
-#~ msgid "Press <span class=\"keycap\">Enter</span> to start Tails."
-#~ msgstr ""
-#~ "Drücken Sie <span class=\"keycap\">Enter</span>, um Tails neu zu starten."
+#| msgid "To start Tails, press <span class=\"keycap\">Enter</span>."
+msgid "Press <span class=\"keycap\">Enter</span> to start Tails."
+msgstr ""
+"Drücken Sie <span class=\"keycap\">Enter</span>, um Tails neu zu starten."

#, fuzzy
#~ msgid " [[!toggleable id=\"not_entirely\" text=\"\"\"\n"
diff --git a/wiki/src/install/inc/steps/restart_first_time.inline.sr_Latn.po b/wiki/src/install/inc/steps/restart_first_time.inline.sr_Latn.po
index 5fbd435707..7e94fcbf64 100644
--- a/wiki/src/install/inc/steps/restart_first_time.inline.sr_Latn.po
+++ b/wiki/src/install/inc/steps/restart_first_time.inline.sr_Latn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:29+0000\n"
"PO-Revision-Date: 2020-12-25 17:45+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -15,15 +15,10 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
+"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"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"trophy windows linux mac expert\">\n"
@@ -231,7 +226,9 @@ msgstr "<div class=\"mac mac-clone upgrade-mac\">\n"
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.sr_Latn\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.sr_Latn\" raw=\""
+"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -275,7 +272,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.sr_Latn\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.sr_Latn\" "
+"raw=\"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, fuzzy, no-wrap
@@ -364,122 +363,120 @@ msgid " [[!img install/inc/screenshots/desktop.png link=\"no\" alt=\"Tails des
msgstr ""

#, fuzzy
-#~| msgid ""
-#~| " Troubleshooting\n"
-#~| " ---------------\n"
-#~ msgid " Troubleshooting\n"
-#~ msgstr ""
-#~ " Fehlerbehebung\n"
-#~ " ---------------\n"
+#| msgid ""
+#| " Troubleshooting\n"
+#| " ---------------\n"
+msgid " Troubleshooting\n"
+msgstr ""
+" Fehlerbehebung\n"
+" ---------------\n"

#, fuzzy
-#~| msgid ""
-#~| " Tails does not start entirely\n"
-#~| " -----------------------------\n"
-#~ msgid " Tails does not start entirely\n"
-#~ msgstr ""
-#~ " Tails startet nicht vollständig\n"
-#~ " -----------------------------\n"
+#| msgid ""
+#| " Tails does not start entirely\n"
+#| " -----------------------------\n"
+msgid " Tails does not start entirely\n"
+msgstr ""
+" Tails startet nicht vollständig\n"
+" -----------------------------\n"

#, fuzzy
-#~| msgid ""
-#~| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, choose the "
-#~| "<span class=\"guilabel\">failsafe</span>\n"
-#~| " mode which might work better on some computers.\n"
-#~ msgid ""
-#~ " 1. In the Boot Loader, choose the\n"
-#~ " <span class=\"guilabel\">Troubleshooting Mode</span>\n"
-#~ " which might work better on some computers.\n"
-#~ msgstr ""
-#~ " 1. Wählen Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
-#~ "Option\n"
-#~ " <span class=\"guilabel\">failsafe</span> aus, welche auf manchen "
-#~ "Computern besser\n"
-#~ " funktionieren kann.\n"
+#| msgid ""
+#| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, choose the "
+#| "<span class=\"guilabel\">failsafe</span>\n"
+#| " mode which might work better on some computers.\n"
+msgid ""
+" 1. In the Boot Loader, choose the\n"
+" <span class=\"guilabel\">Troubleshooting Mode</span>\n"
+" which might work better on some computers.\n"
+msgstr ""
+" 1. Wählen Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
+"Option\n"
+" <span class=\"guilabel\">failsafe</span> aus, welche auf manchen "
+"Computern besser\n"
+" funktionieren kann.\n"

#, fuzzy
-#~| msgid ""
-#~| " 1. If the <span class=\"guilabel\">failsafe</span> mode does not "
-#~| "work\n"
-#~| " better, restart the computer again on the first USB stick.\n"
-#~ msgid ""
-#~ " 1. If the <span class=\"guilabel\">Troubleshooting Mode</span> does "
-#~ "not work\n"
-#~ " better, restart the computer again on the first USB stick.\n"
-#~ msgstr ""
-#~ " 1. Wenn der <span class=\"guilabel\">failsafe</span>-Modus nicht "
-#~ "besser funktioniert,\n"
-#~ " starten Sie den Computer erneut mit dem ersten USB-Stick neu.\n"
+#| msgid ""
+#| " 1. If the <span class=\"guilabel\">failsafe</span> mode does not work\n"
+#| " better, restart the computer again on the first USB stick.\n"
+msgid ""
+" 1. If the <span class=\"guilabel\">Troubleshooting Mode</span> does not "
+"work\n"
+" better, restart the computer again on the first USB stick.\n"
+msgstr ""
+" 1. Wenn der <span class=\"guilabel\">failsafe</span>-Modus nicht besser "
+"funktioniert,\n"
+" starten Sie den Computer erneut mit dem ersten USB-Stick neu.\n"

-#~ msgid ""
-#~ "Press the <span class=\"keycap\">Backspace</span> key several times to "
-#~ "remove the <span class=\"code\">quiet</span> option from the command line."
-#~ msgstr ""
-#~ "Drücken Sie mehrmals die <span class=\"keycap\">Backspace</span>-Taste, "
-#~ "um die Option <span class=\"code\">quiet</span> von der Kommandozeile zu "
-#~ "entfernen."
+msgid ""
+"Press the <span class=\"keycap\">Backspace</span> key several times to "
+"remove the <span class=\"code\">quiet</span> option from the command line."
+msgstr ""
+"Drücken Sie mehrmals die <span class=\"keycap\">Backspace</span>-Taste, um "
+"die Option <span class=\"code\">quiet</span> von der Kommandozeile zu "
+"entfernen."

#, fuzzy
-#~| msgid "Type `debug nosplash` to add these options to the command line."
-#~ msgid ""
-#~ "Type <span class=\"code\">debug nosplash</span> to add these options to "
-#~ "the command line."
-#~ msgstr ""
-#~ "Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
-#~ "hinzuzufügen."
+#| msgid "Type `debug nosplash` to add these options to the command line."
+msgid ""
+"Type <span class=\"code\">debug nosplash</span> to add these options to the "
+"command line."
+msgstr ""
+"Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
+"hinzuzufügen."

 #, fuzzy
-#~| msgid "Type `debug nosplash` to add these options to the command line."
-#~ msgid ""
-#~ "           Then type `edd=off` to add this option to the command line.\n"
-#~ msgstr ""
-#~ "Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
-#~ "hinzuzufügen."
+#| msgid "Type `debug nosplash` to add these options to the command line."
+msgid ""
+"           Then type `edd=off` to add this option to the command line.\n"
+msgstr ""
+"Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
+"hinzuzufügen."


#, fuzzy
-#~| msgid ""
-#~| "Hopefully, error messages now appear when starting Tails. You can [[send "
-#~| "them to our support team by email|support/talk]], for example by taking "
-#~| "a picture of the last screen and error messages."
-#~ msgid ""
-#~ "Hopefully, new error messages now appear when starting Tails. You can "
-#~ "[[send them to our help desk by email|support/talk]], for example by "
-#~ "taking a picture of the last screen and error messages."
-#~ msgstr ""
-#~ "Hoffentlich erscheinen jetzt beim Start von Tails Fehlermeldungen. Sie "
-#~ "können [[diese an unser Support-Team senden|support/talk]], zum Beispiel "
-#~ "indem Sie ein Foto von dem letzten Bildschirm und den Fehlermeldungen "
-#~ "machen."
+#| msgid ""
+#| "Hopefully, error messages now appear when starting Tails. You can [[send "
+#| "them to our support team by email|support/talk]], for example by taking a "
+#| "picture of the last screen and error messages."
+msgid ""
+"Hopefully, new error messages now appear when starting Tails. You can [[send "
+"them to our help desk by email|support/talk]], for example by taking a "
+"picture of the last screen and error messages."
+msgstr ""
+"Hoffentlich erscheinen jetzt beim Start von Tails Fehlermeldungen. Sie "
+"können [[diese an unser Support-Team senden|support/talk]], zum Beispiel "
+"indem Sie ein Foto von dem letzten Bildschirm und den Fehlermeldungen machen."

#, fuzzy
-#~| msgid ""
-#~| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, press\n"
-#~| " <span class=\"keycap\">TAB</span>. A command line with a list\n"
-#~| " of boot options appears at the bottom of the screen.\n"
-#~ msgid ""
-#~ "Press <span class=\"keycap\">Tab</span>. A command line with a list of "
-#~ "boot options appears at the bottom of the screen."
-#~ msgstr ""
-#~ " 1. Drücken Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
-#~ "Taste\n"
-#~ " <span class=\"keycap\">TAB</span>. Eine Kommandozeile mit einer Liste "
-#~ "von\n"
-#~ " Startoptionen erscheint am unteren Rand des Bildschirms.\n"
+#| msgid ""
+#| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, press\n"
+#| " <span class=\"keycap\">TAB</span>. A command line with a list\n"
+#| " of boot options appears at the bottom of the screen.\n"
+msgid ""
+"Press <span class=\"keycap\">Tab</span>. A command line with a list of boot "
+"options appears at the bottom of the screen."
+msgstr ""
+" 1. Drücken Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
+"Taste\n"
+" <span class=\"keycap\">TAB</span>. Eine Kommandozeile mit einer Liste "
+"von\n"
+" Startoptionen erscheint am unteren Rand des Bildschirms.\n"

 #, fuzzy
-#~| msgid "Type `debug nosplash` to add these options to the command line."
-#~ msgid ""
-#~ "           Then type <span class=\"code\">edd=off</span> to add this "
-#~ "option to the command line.\n"
-#~ msgstr ""
-#~ "Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
-#~ "hinzuzufügen."
+#| msgid "Type `debug nosplash` to add these options to the command line."
+msgid ""
+"           Then type <span class=\"code\">edd=off</span> to add this option "
+"to the command line.\n"
+msgstr ""
+"Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
+"hinzuzufügen."


#, fuzzy
-#~| msgid "To start Tails, press <span class=\"keycap\">Enter</span>."
-#~ msgid "Press <span class=\"keycap\">Enter</span> to start Tails."
-#~ msgstr ""
-#~ "Drücken Sie <span class=\"keycap\">Enter</span>, um Tails neu zu starten."
+#| msgid "To start Tails, press <span class=\"keycap\">Enter</span>."
+msgid "Press <span class=\"keycap\">Enter</span> to start Tails."
+msgstr ""
+"Drücken Sie <span class=\"keycap\">Enter</span>, um Tails neu zu starten."

#, fuzzy
#~ msgid " [[!toggleable id=\"not_entirely\" text=\"\"\"\n"
diff --git a/wiki/src/install/inc/steps/restart_first_time.inline.tr.po b/wiki/src/install/inc/steps/restart_first_time.inline.tr.po
index 4fde9c198e..ec9b6e4d37 100644
--- a/wiki/src/install/inc/steps/restart_first_time.inline.tr.po
+++ b/wiki/src/install/inc/steps/restart_first_time.inline.tr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:29+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"trophy windows linux mac expert\">\n"
@@ -210,7 +205,9 @@ msgstr "<div class=\"trophy windows linux mac expert\">\n"
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/windows_boot_menu.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/windows_boot_menu.inline.tr\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/windows_boot_menu.inline.tr\" raw=\"yes\""
+" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -220,7 +217,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.tr\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.tr\" raw=\"yes\" "
+"sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -230,7 +229,9 @@ msgstr "<div class=\"mac mac-clone upgrade-mac\">\n"
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.tr\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.tr\" raw=\"yes\""
+" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -274,7 +275,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.tr\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.tr\" raw=\""
+"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, fuzzy, no-wrap
@@ -363,69 +366,92 @@ msgid " [[!img install/inc/screenshots/desktop.png link=\"no\" alt=\"Tails des
msgstr ""

#, fuzzy
-#~| msgid ""
-#~| " Troubleshooting\n"
-#~| " ---------------\n"
-#~ msgid " Troubleshooting\n"
-#~ msgstr ""
-#~ " Fehlerbehebung\n"
-#~ " ---------------\n"
+#| msgid ""
+#| " Troubleshooting\n"
+#| " ---------------\n"
+msgid " Troubleshooting\n"
+msgstr ""
+" Fehlerbehebung\n"
+" ---------------\n"

#, fuzzy
-#~| msgid ""
-#~| " Tails does not start entirely\n"
-#~| " -----------------------------\n"
-#~ msgid " Tails does not start entirely\n"
-#~ msgstr ""
-#~ " Tails startet nicht vollständig\n"
-#~ " -----------------------------\n"
+#| msgid ""
+#| " Tails does not start entirely\n"
+#| " -----------------------------\n"
+msgid " Tails does not start entirely\n"
+msgstr ""
+" Tails startet nicht vollständig\n"
+" -----------------------------\n"

#, fuzzy
-#~| msgid ""
-#~| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, choose the "
-#~| "<span class=\"guilabel\">failsafe</span>\n"
-#~| " mode which might work better on some computers.\n"
-#~ msgid ""
-#~ " 1. In the Boot Loader, choose the\n"
-#~ " <span class=\"guilabel\">Troubleshooting Mode</span>\n"
-#~ " which might work better on some computers.\n"
-#~ msgstr ""
-#~ " 1. Wählen Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
-#~ "Option\n"
-#~ " <span class=\"guilabel\">failsafe</span> aus, welche auf manchen "
-#~ "Computern besser\n"
-#~ " funktionieren kann.\n"
+#| msgid ""
+#| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, choose the "
+#| "<span class=\"guilabel\">failsafe</span>\n"
+#| " mode which might work better on some computers.\n"
+msgid ""
+" 1. In the Boot Loader, choose the\n"
+" <span class=\"guilabel\">Troubleshooting Mode</span>\n"
+" which might work better on some computers.\n"
+msgstr ""
+" 1. Wählen Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
+"Option\n"
+" <span class=\"guilabel\">failsafe</span> aus, welche auf manchen "
+"Computern besser\n"
+" funktionieren kann.\n"

#, fuzzy
-#~| msgid ""
-#~| " 1. If the <span class=\"guilabel\">failsafe</span> mode does not "
-#~| "work\n"
-#~| " better, restart the computer again on the first USB stick.\n"
-#~ msgid ""
-#~ " 1. If the <span class=\"guilabel\">Troubleshooting Mode</span> does "
-#~ "not work\n"
-#~ " better, restart the computer again on the first USB stick.\n"
-#~ msgstr ""
-#~ " 1. Wenn der <span class=\"guilabel\">failsafe</span>-Modus nicht "
-#~ "besser funktioniert,\n"
-#~ " starten Sie den Computer erneut mit dem ersten USB-Stick neu.\n"
+#| msgid ""
+#| " 1. If the <span class=\"guilabel\">failsafe</span> mode does not work\n"
+#| " better, restart the computer again on the first USB stick.\n"
+msgid ""
+" 1. If the <span class=\"guilabel\">Troubleshooting Mode</span> does not "
+"work\n"
+" better, restart the computer again on the first USB stick.\n"
+msgstr ""
+" 1. Wenn der <span class=\"guilabel\">failsafe</span>-Modus nicht besser "
+"funktioniert,\n"
+" starten Sie den Computer erneut mit dem ersten USB-Stick neu.\n"
+
+msgid ""
+"Press the <span class=\"keycap\">Backspace</span> key several times to "
+"remove the <span class=\"code\">quiet</span> option from the command line."
+msgstr ""
+
+msgid ""
+"Type <span class=\"code\">debug nosplash</span> to add these options to the "
+"command line."
+msgstr ""

 #, fuzzy
-#~| msgid "Type `debug nosplash` to add these options to the command line."
-#~ msgid ""
-#~ "           Then type `edd=off` to add this option to the command line.\n"
-#~ msgstr ""
-#~ "Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
-#~ "hinzuzufügen."
+#| msgid "Type `debug nosplash` to add these options to the command line."
+msgid ""
+"           Then type `edd=off` to add this option to the command line.\n"
+msgstr ""
+"Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
+"hinzuzufügen."
+
+msgid ""
+"Hopefully, new error messages now appear when starting Tails. You can [[send "
+"them to our help desk by email|support/talk]], for example by taking a "
+"picture of the last screen and error messages."
+msgstr ""
+
+msgid ""
+"Press <span class=\"keycap\">Tab</span>. A command line with a list of boot "
+"options appears at the bottom of the screen."
+msgstr ""


 #, fuzzy
-#~| msgid "Type `debug nosplash` to add these options to the command line."
-#~ msgid ""
-#~ "           Then type <span class=\"code\">edd=off</span> to add this "
-#~ "option to the command line.\n"
-#~ msgstr ""
-#~ "Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
-#~ "hinzuzufügen."
+#| msgid "Type `debug nosplash` to add these options to the command line."
+msgid ""
+"           Then type <span class=\"code\">edd=off</span> to add this option "
+"to the command line.\n"
+msgstr ""
+"Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
+"hinzuzufügen."
+
+msgid "Press <span class=\"keycap\">Enter</span> to start Tails."
+msgstr ""


#, fuzzy
#~ msgid " [[!toggleable id=\"not_entirely\" text=\"\"\"\n"
diff --git a/wiki/src/install/inc/steps/restart_first_time.inline.zh.po b/wiki/src/install/inc/steps/restart_first_time.inline.zh.po
index bf31070855..ae0435d08f 100644
--- a/wiki/src/install/inc/steps/restart_first_time.inline.zh.po
+++ b/wiki/src/install/inc/steps/restart_first_time.inline.zh.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:29+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<div class=\"trophy windows linux mac expert\">\n"
@@ -210,7 +205,9 @@ msgstr "<div class=\"note clone\">\n"
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/windows_boot_menu.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/windows_boot_menu.inline.zh\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/windows_boot_menu.inline.zh\" raw=\"yes\""
+" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -220,7 +217,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.zh\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.zh\" raw=\"yes\" "
+"sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -230,7 +229,9 @@ msgstr "<div class=\"mac mac-clone upgrade-mac\">\n"
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.zh\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.zh\" raw=\"yes\""
+" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -274,7 +275,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.zh\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.zh\" raw=\""
+"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, fuzzy, no-wrap
@@ -363,90 +366,105 @@ msgid " [[!img install/inc/screenshots/desktop.png link=\"no\" alt=\"Tails des
msgstr ""

#, fuzzy
-#~| msgid ""
-#~| " Troubleshooting\n"
-#~| " ---------------\n"
-#~ msgid " Troubleshooting\n"
-#~ msgstr ""
-#~ " Fehlerbehebung\n"
-#~ " ---------------\n"
+#| msgid ""
+#| " Troubleshooting\n"
+#| " ---------------\n"
+msgid " Troubleshooting\n"
+msgstr ""
+" Fehlerbehebung\n"
+" ---------------\n"

#, fuzzy
-#~| msgid ""
-#~| " Tails does not start entirely\n"
-#~| " -----------------------------\n"
-#~ msgid " Tails does not start entirely\n"
-#~ msgstr ""
-#~ " Tails startet nicht vollständig\n"
-#~ " -----------------------------\n"
+#| msgid ""
+#| " Tails does not start entirely\n"
+#| " -----------------------------\n"
+msgid " Tails does not start entirely\n"
+msgstr ""
+" Tails startet nicht vollständig\n"
+" -----------------------------\n"

#, fuzzy
-#~| msgid ""
-#~| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, choose the "
-#~| "<span class=\"guilabel\">failsafe</span>\n"
-#~| " mode which might work better on some computers.\n"
-#~ msgid ""
-#~ " 1. In the Boot Loader, choose the\n"
-#~ " <span class=\"guilabel\">Troubleshooting Mode</span>\n"
-#~ " which might work better on some computers.\n"
-#~ msgstr ""
-#~ " 1. Wählen Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
-#~ "Option\n"
-#~ " <span class=\"guilabel\">failsafe</span> aus, welche auf manchen "
-#~ "Computern besser\n"
-#~ " funktionieren kann.\n"
+#| msgid ""
+#| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, choose the "
+#| "<span class=\"guilabel\">failsafe</span>\n"
+#| " mode which might work better on some computers.\n"
+msgid ""
+" 1. In the Boot Loader, choose the\n"
+" <span class=\"guilabel\">Troubleshooting Mode</span>\n"
+" which might work better on some computers.\n"
+msgstr ""
+" 1. Wählen Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
+"Option\n"
+" <span class=\"guilabel\">failsafe</span> aus, welche auf manchen "
+"Computern besser\n"
+" funktionieren kann.\n"

#, fuzzy
-#~| msgid ""
-#~| " 1. If the <span class=\"guilabel\">failsafe</span> mode does not "
-#~| "work\n"
-#~| " better, restart the computer again on the first USB stick.\n"
-#~ msgid ""
-#~ " 1. If the <span class=\"guilabel\">Troubleshooting Mode</span> does "
-#~ "not work\n"
-#~ " better, restart the computer again on the first USB stick.\n"
-#~ msgstr ""
-#~ " 1. Wenn der <span class=\"guilabel\">failsafe</span>-Modus nicht "
-#~ "besser funktioniert,\n"
-#~ " starten Sie den Computer erneut mit dem ersten USB-Stick neu.\n"
+#| msgid ""
+#| " 1. If the <span class=\"guilabel\">failsafe</span> mode does not work\n"
+#| " better, restart the computer again on the first USB stick.\n"
+msgid ""
+" 1. If the <span class=\"guilabel\">Troubleshooting Mode</span> does not "
+"work\n"
+" better, restart the computer again on the first USB stick.\n"
+msgstr ""
+" 1. Wenn der <span class=\"guilabel\">failsafe</span>-Modus nicht besser "
+"funktioniert,\n"
+" starten Sie den Computer erneut mit dem ersten USB-Stick neu.\n"
+
+msgid ""
+"Press the <span class=\"keycap\">Backspace</span> key several times to "
+"remove the <span class=\"code\">quiet</span> option from the command line."
+msgstr ""
+
+msgid ""
+"Type <span class=\"code\">debug nosplash</span> to add these options to the "
+"command line."
+msgstr ""

 #, fuzzy
-#~| msgid "Type `debug nosplash` to add these options to the command line."
-#~ msgid ""
-#~ "           Then type `edd=off` to add this option to the command line.\n"
-#~ msgstr ""
-#~ "Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
-#~ "hinzuzufügen."
+#| msgid "Type `debug nosplash` to add these options to the command line."
+msgid ""
+"           Then type `edd=off` to add this option to the command line.\n"
+msgstr ""
+"Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
+"hinzuzufügen."
+
+msgid ""
+"Hopefully, new error messages now appear when starting Tails. You can [[send "
+"them to our help desk by email|support/talk]], for example by taking a "
+"picture of the last screen and error messages."
+msgstr ""


#, fuzzy
-#~| msgid ""
-#~| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, press\n"
-#~| " <span class=\"keycap\">TAB</span>. A command line with a list\n"
-#~| " of boot options appears at the bottom of the screen.\n"
-#~ msgid ""
-#~ "Press <span class=\"keycap\">Tab</span>. A command line with a list of "
-#~ "boot options appears at the bottom of the screen."
-#~ msgstr ""
-#~ " 1. Drücken Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
-#~ "Taste\n"
-#~ " <span class=\"keycap\">TAB</span>. Eine Kommandozeile mit einer Liste "
-#~ "von\n"
-#~ " Startoptionen erscheint am unteren Rand des Bildschirms.\n"
+#| msgid ""
+#| " 1. In the <span class=\"guilabel\">Boot Tails</span> menu, press\n"
+#| " <span class=\"keycap\">TAB</span>. A command line with a list\n"
+#| " of boot options appears at the bottom of the screen.\n"
+msgid ""
+"Press <span class=\"keycap\">Tab</span>. A command line with a list of boot "
+"options appears at the bottom of the screen."
+msgstr ""
+" 1. Drücken Sie im Menü <span class=\"guilabel\">Boot Tails</span> die "
+"Taste\n"
+" <span class=\"keycap\">TAB</span>. Eine Kommandozeile mit einer Liste "
+"von\n"
+" Startoptionen erscheint am unteren Rand des Bildschirms.\n"

 #, fuzzy
-#~| msgid "Type `debug nosplash` to add these options to the command line."
-#~ msgid ""
-#~ "           Then type <span class=\"code\">edd=off</span> to add this "
-#~ "option to the command line.\n"
-#~ msgstr ""
-#~ "Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
-#~ "hinzuzufügen."
+#| msgid "Type `debug nosplash` to add these options to the command line."
+msgid ""
+"           Then type <span class=\"code\">edd=off</span> to add this option "
+"to the command line.\n"
+msgstr ""
+"Geben Sie `debug nosplash` ein, um diese Optionen zur Kommandozeile "
+"hinzuzufügen."


#, fuzzy
-#~| msgid "To start Tails, press <span class=\"keycap\">Enter</span>."
-#~ msgid "Press <span class=\"keycap\">Enter</span> to start Tails."
-#~ msgstr ""
-#~ "Drücken Sie <span class=\"keycap\">Enter</span>, um Tails neu zu starten."
+#| msgid "To start Tails, press <span class=\"keycap\">Enter</span>."
+msgid "Press <span class=\"keycap\">Enter</span> to start Tails."
+msgstr ""
+"Drücken Sie <span class=\"keycap\">Enter</span>, um Tails neu zu starten."

#, fuzzy
#~ msgid " [[!toggleable id=\"not_entirely\" text=\"\"\"\n"
diff --git a/wiki/src/install/inc/steps/restart_first_time.inline.zh_TW.po b/wiki/src/install/inc/steps/restart_first_time.inline.zh_TW.po
index b1d0c479ea..6a176edb4f 100644
--- a/wiki/src/install/inc/steps/restart_first_time.inline.zh_TW.po
+++ b/wiki/src/install/inc/steps/restart_first_time.inline.zh_TW.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tails l10n\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:29+0000\n"
"PO-Revision-Date: 2020-12-24 16:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: Tails Chinese translators <jxt@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, fuzzy, no-wrap
msgid "<div class=\"trophy windows linux mac expert\">\n"
@@ -224,7 +219,9 @@ msgstr ""
#. type: Plain text
#, fuzzy, no-wrap
msgid "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.zh_TW\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.zh_TW\" raw=\"yes\" "
+"sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -234,7 +231,9 @@ msgstr "<div class=\"mac mac-clone upgrade-mac\">\n"
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.zh_TW\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.zh_TW\" raw=\""
+"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, no-wrap
@@ -278,7 +277,9 @@ msgstr ""
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline\" raw=\"yes\" sort=\"age\"]]\n"
-msgstr "[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.zh_TW\" raw=\"yes\" sort=\"age\"]]\n"
+msgstr ""
+"[[!inline pages=\"install/inc/steps/basic_troubleshooting.inline.zh_TW\" raw="
+"\"yes\" sort=\"age\"]]\n"

#. type: Plain text
#, fuzzy, no-wrap
@@ -367,13 +368,13 @@ msgid " [[!img install/inc/screenshots/desktop.png link=\"no\" alt=\"Tails des
msgstr ""

#, fuzzy
-#~| msgid ""
-#~| " Troubleshooting\n"
-#~| " ---------------\n"
-#~ msgid " Troubleshooting\n"
-#~ msgstr ""
-#~ " Fehlerbehebung\n"
-#~ " ---------------\n"
+#| msgid ""
+#| " Troubleshooting\n"
+#| " ---------------\n"
+msgid " Troubleshooting\n"
+msgstr ""
+" Fehlerbehebung\n"
+" ---------------\n"

#~ msgid " [[!toggleable id=\"not_entirely\" text=\"\"\"\n"
#~ msgstr " [[!toggleable id=\"not_entirely\" text=\"\"\"\n"
diff --git a/wiki/src/install/inc/steps/restart_second_time.inline.ar.po b/wiki/src/install/inc/steps/restart_second_time.inline.ar.po
index 9b838bd5d0..614fc62ae7 100644
--- a/wiki/src/install/inc/steps/restart_second_time.inline.ar.po
+++ b/wiki/src/install/inc/steps/restart_second_time.inline.ar.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-14 00:38+0000\n"
"PO-Revision-Date: 2018-10-26 13:22+0000\n"
"Last-Translator: Weblate Admin <admin@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -19,11 +19,6 @@ msgstr ""
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 2.19.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"start-new\">Restart on the new Tails</h1>\n"
@@ -66,9 +61,9 @@ msgstr ""
msgid "After 15&ndash;30 seconds, the Tails desktop appears."
msgstr ""

-#~ msgid ""
-#~ "After 30&ndash;60 seconds, <span class=\"application\">Tails Greeter</"
-#~ "span> appears."
-#~ msgstr ""
-#~ "Nach 30&ndash;60 Sekunden erscheint der <span class=\"application\">Tails "
-#~ "Greeter</span>."
+msgid ""
+"After 30&ndash;60 seconds, <span class=\"application\">Tails Greeter</span> "
+"appears."
+msgstr ""
+"Nach 30&ndash;60 Sekunden erscheint der <span class=\"application\">Tails "
+"Greeter</span>."
diff --git a/wiki/src/install/inc/steps/restart_second_time.inline.ca.po b/wiki/src/install/inc/steps/restart_second_time.inline.ca.po
index 2be85105a3..fec405351c 100644
--- a/wiki/src/install/inc/steps/restart_second_time.inline.ca.po
+++ b/wiki/src/install/inc/steps/restart_second_time.inline.ca.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-14 00:38+0000\n"
"PO-Revision-Date: 2018-10-26 13:22+0000\n"
"Last-Translator: Weblate Admin <admin@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.19.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"start-new\">Restart on the new Tails</h1>\n"
@@ -65,12 +60,12 @@ msgstr ""
msgid "After 15&ndash;30 seconds, the Tails desktop appears."
msgstr ""

-#~ msgid ""
-#~ "After 30&ndash;60 seconds, <span class=\"application\">Tails Greeter</"
-#~ "span> appears."
-#~ msgstr ""
-#~ "Nach 30&ndash;60 Sekunden erscheint der <span class=\"application\">Tails "
-#~ "Greeter</span>."
+msgid ""
+"After 30&ndash;60 seconds, <span class=\"application\">Tails Greeter</span> "
+"appears."
+msgstr ""
+"Nach 30&ndash;60 Sekunden erscheint der <span class=\"application\">Tails "
+"Greeter</span>."

#~ msgid ""
#~ " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw="
diff --git a/wiki/src/install/inc/steps/restart_second_time.inline.de.po b/wiki/src/install/inc/steps/restart_second_time.inline.de.po
index b30aab45b6..9a70a3b5b8 100644
--- a/wiki/src/install/inc/steps/restart_second_time.inline.de.po
+++ b/wiki/src/install/inc/steps/restart_second_time.inline.de.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-14 00:38+0000\n"
"PO-Revision-Date: 2016-06-05 10:54-0000\n"
"Last-Translator: Tails translators <tails@???>\n"
"Language-Team: \n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.6.10\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"start-new\">Restart on the new Tails</h1>\n"
@@ -78,12 +73,8 @@ msgstr "Nach 15&ndash;30 Sekunden erscheint der Desktop von Tails."
#~ msgid "Switch on the computer."
#~ msgstr "Schalten Sie den Computer ein."

-#~ msgid ""
-#~ " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw="
-#~ "\"yes\" sort=\"age\"]]\n"
-#~ msgstr ""
-#~ " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline.de\" raw="
-#~ "\"yes\" sort=\"age\"]]\n"
+#~ msgid " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"yes\" sort=\"age\"]]\n"
+#~ msgstr " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline.de\" raw=\"yes\" sort=\"age\"]]\n"

#~ msgid ""
#~ "After 30&ndash;60 seconds, <span class=\"application\">Tails Greeter</"
diff --git a/wiki/src/install/inc/steps/restart_second_time.inline.es.po b/wiki/src/install/inc/steps/restart_second_time.inline.es.po
index d46d2ca433..37e483dc23 100644
--- a/wiki/src/install/inc/steps/restart_second_time.inline.es.po
+++ b/wiki/src/install/inc/steps/restart_second_time.inline.es.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-14 00:38+0000\n"
"PO-Revision-Date: 2020-12-27 07:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"start-new\">Restart on the new Tails</h1>\n"
@@ -63,7 +58,8 @@ msgid ""
"Click <span class=\"button\">Start Tails</span>.\n"
msgstr ""
"1. En la Pantalla de Bienvenida, elige tu idioma y la configuración\n"
-"de tu teclado en la sección <span class=\"guilabel\">Language & Region</span>\n"
+"de tu teclado en la sección <span class=\"guilabel\">Language & Region</span>"
+"\n"
"y presiona <span class=\"button\">Start Tails</span>.\n"

#. type: Bullet: '1. '
diff --git a/wiki/src/install/inc/steps/restart_second_time.inline.fa.po b/wiki/src/install/inc/steps/restart_second_time.inline.fa.po
index 753183df5b..1150b965c0 100644
--- a/wiki/src/install/inc/steps/restart_second_time.inline.fa.po
+++ b/wiki/src/install/inc/steps/restart_second_time.inline.fa.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-14 00:38+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"start-new\">Restart on the new Tails</h1>\n"
diff --git a/wiki/src/install/inc/steps/restart_second_time.inline.fr.po b/wiki/src/install/inc/steps/restart_second_time.inline.fr.po
index 450391bba2..d18828a829 100644
--- a/wiki/src/install/inc/steps/restart_second_time.inline.fr.po
+++ b/wiki/src/install/inc/steps/restart_second_time.inline.fr.po
@@ -6,22 +6,15 @@
msgid ""
msgstr ""
"Project-Id-Version: Tails\n"
-"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
+"POT-Creation-Date: 2020-04-14 00:38+0000\n"
+"PO-Revision-Date: 2019-01-09 11:42+0000\n"
"Last-Translator: Chre <tor@???>\n"
"Language-Team: Tails translators <tails@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
+"X-Generator: Poedit 1.8.11\n"

#. type: Plain text
#, no-wrap
@@ -83,12 +76,8 @@ msgstr "Après 15&ndash;30 secondes, le bureau de Tails apparaît."
#~ msgid "Switch on the computer."
#~ msgstr "Allumer l'ordinateur."

-#~ msgid ""
-#~ " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw="
-#~ "\"yes\" sort=\"age\"]]\n"
-#~ msgstr ""
-#~ " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline.fr\" raw="
-#~ "\"yes\" sort=\"age\"]]\n"
+#~ msgid " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"yes\" sort=\"age\"]]\n"
+#~ msgstr " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline.fr\" raw=\"yes\" sort=\"age\"]]\n"

#~ msgid ""
#~ " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt="
diff --git a/wiki/src/install/inc/steps/restart_second_time.inline.id.po b/wiki/src/install/inc/steps/restart_second_time.inline.id.po
index 555a8bfcd1..a45cc59f76 100644
--- a/wiki/src/install/inc/steps/restart_second_time.inline.id.po
+++ b/wiki/src/install/inc/steps/restart_second_time.inline.id.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-14 00:38+0000\n"
"PO-Revision-Date: 2016-06-05 10:54-0000\n"
"Last-Translator: Tails translators <tails@???>\n"
"Language-Team: \n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.6.10\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"start-new\">Restart on the new Tails</h1>\n"
@@ -63,9 +58,9 @@ msgstr ""
msgid "After 15&ndash;30 seconds, the Tails desktop appears."
msgstr ""

-#~ msgid ""
-#~ "After 30&ndash;60 seconds, <span class=\"application\">Tails Greeter</"
-#~ "span> appears."
-#~ msgstr ""
-#~ "Nach 30&ndash;60 Sekunden erscheint der <span class=\"application\">Tails "
-#~ "Greeter</span>."
+msgid ""
+"After 30&ndash;60 seconds, <span class=\"application\">Tails Greeter</span> "
+"appears."
+msgstr ""
+"Nach 30&ndash;60 Sekunden erscheint der <span class=\"application\">Tails "
+"Greeter</span>."
diff --git a/wiki/src/install/inc/steps/restart_second_time.inline.it.po b/wiki/src/install/inc/steps/restart_second_time.inline.it.po
index 6f0e14ef11..3034208029 100644
--- a/wiki/src/install/inc/steps/restart_second_time.inline.it.po
+++ b/wiki/src/install/inc/steps/restart_second_time.inline.it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-14 00:38+0000\n"
"PO-Revision-Date: 2021-03-02 23:44+0000\n"
"Last-Translator: gallium69 <gallium69@???>\n"
"Language-Team: ita <transitails@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"start-new\">Restart on the new Tails</h1>\n"
@@ -35,7 +30,10 @@ msgstr "Spegni il computer."
#. type: Plain text
#, no-wrap
msgid " <div class=\"step-image\">[[!img install/inc/infography/restart-on-new-tails.png link=\"no\" alt=\"USB stick unplugged on the left and computer restarted on USB stick on the right\"]]</div>\n"
-msgstr " <div class=\"step-image\">[[!img install/inc/infography/restart-on-new-tails.png link=\"no\" alt=\"Chiavetta USB disinserita a sinistra e computer riavviato sulla chiavetta USB di destra\"]]</div>\n"
+msgstr ""
+" <div class=\"step-image\">[[!img install/inc/infography/restart-on-new-"
+"tails.png link=\"no\" alt=\"Chiavetta USB disinserita a sinistra e computer "
+"riavviato sulla chiavetta USB di destra\"]]</div>\n"

#. type: Bullet: '1. '
msgid "Unplug the other USB stick and leave the new USB stick plugged in."
@@ -79,12 +77,8 @@ msgstr "Dopo 15&ndash;30 secondi, appare il desktop di Tails."
#~ msgid "Switch on the computer."
#~ msgstr "Riaccendi il computer."

-#~ msgid ""
-#~ " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw="
-#~ "\"yes\" sort=\"age\"]]\n"
-#~ msgstr ""
-#~ " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline.it\" raw="
-#~ "\"yes\" sort=\"age\"]]\n"
+#~ msgid " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"yes\" sort=\"age\"]]\n"
+#~ msgstr " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline.it\" raw=\"yes\" sort=\"age\"]]\n"

#~ msgid ""
#~ "After 30&ndash;60 seconds, <span class=\"application\">Tails Greeter</"
diff --git a/wiki/src/install/inc/steps/restart_second_time.inline.mdwn b/wiki/src/install/inc/steps/restart_second_time.inline.mdwn
index 8f47b008fa..ea1b92fb6e 100644
--- a/wiki/src/install/inc/steps/restart_second_time.inline.mdwn
+++ b/wiki/src/install/inc/steps/restart_second_time.inline.mdwn
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
<h1 id="start-new">Restart on the new Tails</h1>

1. Shut down the computer.
diff --git a/wiki/src/install/inc/steps/restart_second_time.inline.pl.po b/wiki/src/install/inc/steps/restart_second_time.inline.pl.po
index 3aea75e073..50bf114d2f 100644
--- a/wiki/src/install/inc/steps/restart_second_time.inline.pl.po
+++ b/wiki/src/install/inc/steps/restart_second_time.inline.pl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-14 00:38+0000\n"
"PO-Revision-Date: 2018-10-26 13:22+0000\n"
"Last-Translator: Weblate Admin <admin@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -19,11 +19,6 @@ msgstr ""
"|| n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 2.19.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"start-new\">Restart on the new Tails</h1>\n"
@@ -66,12 +61,12 @@ msgstr ""
msgid "After 15&ndash;30 seconds, the Tails desktop appears."
msgstr ""

-#~ msgid ""
-#~ "After 30&ndash;60 seconds, <span class=\"application\">Tails Greeter</"
-#~ "span> appears."
-#~ msgstr ""
-#~ "Nach 30&ndash;60 Sekunden erscheint der <span class=\"application\">Tails "
-#~ "Greeter</span>."
+msgid ""
+"After 30&ndash;60 seconds, <span class=\"application\">Tails Greeter</span> "
+"appears."
+msgstr ""
+"Nach 30&ndash;60 Sekunden erscheint der <span class=\"application\">Tails "
+"Greeter</span>."

#~ msgid ""
#~ " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw="
diff --git a/wiki/src/install/inc/steps/restart_second_time.inline.pt.po b/wiki/src/install/inc/steps/restart_second_time.inline.pt.po
index fbb6882f02..213396930e 100644
--- a/wiki/src/install/inc/steps/restart_second_time.inline.pt.po
+++ b/wiki/src/install/inc/steps/restart_second_time.inline.pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-14 00:38+0000\n"
"PO-Revision-Date: 2019-10-24 10:16+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.20\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"start-new\">Restart on the new Tails</h1>\n"
@@ -67,9 +62,5 @@ msgstr ""
msgid "After 15&ndash;30 seconds, the Tails desktop appears."
msgstr "Após 15&ndash;30 segundos, a área de trabalho do Tails aparece."

-#~ msgid ""
-#~ " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw="
-#~ "\"yes\" sort=\"age\"]]\n"
-#~ msgstr ""
-#~ " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline.pt\" raw="
-#~ "\"yes\" sort=\"age\"]]\n"
+#~ msgid " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"yes\" sort=\"age\"]]\n"
+#~ msgstr " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline.pt\" raw=\"yes\" sort=\"age\"]]\n"
diff --git a/wiki/src/install/inc/steps/restart_second_time.inline.ru.po b/wiki/src/install/inc/steps/restart_second_time.inline.ru.po
index ec8de25d87..946debd520 100644
--- a/wiki/src/install/inc/steps/restart_second_time.inline.ru.po
+++ b/wiki/src/install/inc/steps/restart_second_time.inline.ru.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-14 00:38+0000\n"
"PO-Revision-Date: 2018-10-26 13:22+0000\n"
"Last-Translator: Weblate Admin <admin@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -19,11 +19,6 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 2.19.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"start-new\">Restart on the new Tails</h1>\n"
@@ -66,12 +61,12 @@ msgstr ""
msgid "After 15&ndash;30 seconds, the Tails desktop appears."
msgstr ""

-#~ msgid ""
-#~ "After 30&ndash;60 seconds, <span class=\"application\">Tails Greeter</"
-#~ "span> appears."
-#~ msgstr ""
-#~ "Nach 30&ndash;60 Sekunden erscheint der <span class=\"application\">Tails "
-#~ "Greeter</span>."
+msgid ""
+"After 30&ndash;60 seconds, <span class=\"application\">Tails Greeter</span> "
+"appears."
+msgstr ""
+"Nach 30&ndash;60 Sekunden erscheint der <span class=\"application\">Tails "
+"Greeter</span>."

#~ msgid ""
#~ " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw="
diff --git a/wiki/src/install/inc/steps/restart_second_time.inline.sr_Latn.po b/wiki/src/install/inc/steps/restart_second_time.inline.sr_Latn.po
index b8c5a7ea2b..9e75b61b3d 100644
--- a/wiki/src/install/inc/steps/restart_second_time.inline.sr_Latn.po
+++ b/wiki/src/install/inc/steps/restart_second_time.inline.sr_Latn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-14 00:38+0000\n"
"PO-Revision-Date: 2018-10-27 07:05+0000\n"
"Last-Translator: Weblate Admin <admin@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -19,11 +19,6 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 2.19.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"start-new\">Restart on the new Tails</h1>\n"
@@ -66,9 +61,9 @@ msgstr ""
msgid "After 15&ndash;30 seconds, the Tails desktop appears."
msgstr ""

-#~ msgid ""
-#~ "After 30&ndash;60 seconds, <span class=\"application\">Tails Greeter</"
-#~ "span> appears."
-#~ msgstr ""
-#~ "Nach 30&ndash;60 Sekunden erscheint der <span class=\"application\">Tails "
-#~ "Greeter</span>."
+msgid ""
+"After 30&ndash;60 seconds, <span class=\"application\">Tails Greeter</span> "
+"appears."
+msgstr ""
+"Nach 30&ndash;60 Sekunden erscheint der <span class=\"application\">Tails "
+"Greeter</span>."
diff --git a/wiki/src/install/inc/steps/restart_second_time.inline.tr.po b/wiki/src/install/inc/steps/restart_second_time.inline.tr.po
index 153d090fe2..5b0f2e2dfd 100644
--- a/wiki/src/install/inc/steps/restart_second_time.inline.tr.po
+++ b/wiki/src/install/inc/steps/restart_second_time.inline.tr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-14 00:38+0000\n"
"PO-Revision-Date: 2018-10-26 13:22+0000\n"
"Last-Translator: Weblate Admin <admin@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.19.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"start-new\">Restart on the new Tails</h1>\n"
@@ -65,12 +60,12 @@ msgstr ""
msgid "After 15&ndash;30 seconds, the Tails desktop appears."
msgstr ""

-#~ msgid ""
-#~ "After 30&ndash;60 seconds, <span class=\"application\">Tails Greeter</"
-#~ "span> appears."
-#~ msgstr ""
-#~ "Nach 30&ndash;60 Sekunden erscheint der <span class=\"application\">Tails "
-#~ "Greeter</span>."
+msgid ""
+"After 30&ndash;60 seconds, <span class=\"application\">Tails Greeter</span> "
+"appears."
+msgstr ""
+"Nach 30&ndash;60 Sekunden erscheint der <span class=\"application\">Tails "
+"Greeter</span>."

#~ msgid ""
#~ " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw="
diff --git a/wiki/src/install/inc/steps/restart_second_time.inline.zh.po b/wiki/src/install/inc/steps/restart_second_time.inline.zh.po
index 26983d564d..3b86b0b319 100644
--- a/wiki/src/install/inc/steps/restart_second_time.inline.zh.po
+++ b/wiki/src/install/inc/steps/restart_second_time.inline.zh.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-14 00:38+0000\n"
"PO-Revision-Date: 2018-10-26 13:22+0000\n"
"Last-Translator: Weblate Admin <admin@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 2.19.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"start-new\">Restart on the new Tails</h1>\n"
@@ -65,12 +60,12 @@ msgstr ""
msgid "After 15&ndash;30 seconds, the Tails desktop appears."
msgstr ""

-#~ msgid ""
-#~ "After 30&ndash;60 seconds, <span class=\"application\">Tails Greeter</"
-#~ "span> appears."
-#~ msgstr ""
-#~ "Nach 30&ndash;60 Sekunden erscheint der <span class=\"application\">Tails "
-#~ "Greeter</span>."
+msgid ""
+"After 30&ndash;60 seconds, <span class=\"application\">Tails Greeter</span> "
+"appears."
+msgstr ""
+"Nach 30&ndash;60 Sekunden erscheint der <span class=\"application\">Tails "
+"Greeter</span>."

#~ msgid ""
#~ " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw="
diff --git a/wiki/src/install/inc/steps/restart_second_time.inline.zh_TW.po b/wiki/src/install/inc/steps/restart_second_time.inline.zh_TW.po
index f20ef96fb8..9edf6018be 100644
--- a/wiki/src/install/inc/steps/restart_second_time.inline.zh_TW.po
+++ b/wiki/src/install/inc/steps/restart_second_time.inline.zh_TW.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tails l10n\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-04-14 00:38+0000\n"
"PO-Revision-Date: 2018-11-02 16:58+0000\n"
"Last-Translator: Weblate Admin <admin@???>\n"
"Language-Team: Tails Chinese translators <jxt@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 2.19.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"start-new\">Restart on the new Tails</h1>\n"
diff --git a/wiki/src/install/inc/steps/verify_up-to-date.inline.ar.po b/wiki/src/install/inc/steps/verify_up-to-date.inline.ar.po
index f7b3a67e07..e889941d00 100644
--- a/wiki/src/install/inc/steps/verify_up-to-date.inline.ar.po
+++ b/wiki/src/install/inc/steps/verify_up-to-date.inline.ar.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-09-29 19:58+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"verify-other\">Verify that the other Tails is up-to-date</h1>\n"
diff --git a/wiki/src/install/inc/steps/verify_up-to-date.inline.ca.po b/wiki/src/install/inc/steps/verify_up-to-date.inline.ca.po
index 9eed2f3b8d..096e0769b6 100644
--- a/wiki/src/install/inc/steps/verify_up-to-date.inline.ca.po
+++ b/wiki/src/install/inc/steps/verify_up-to-date.inline.ca.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-09-29 19:58+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"verify-other\">Verify that the other Tails is up-to-date</h1>\n"
diff --git a/wiki/src/install/inc/steps/verify_up-to-date.inline.de.po b/wiki/src/install/inc/steps/verify_up-to-date.inline.de.po
index cebdbb0b02..315ff28d36 100644
--- a/wiki/src/install/inc/steps/verify_up-to-date.inline.de.po
+++ b/wiki/src/install/inc/steps/verify_up-to-date.inline.de.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-09-29 19:58+0000\n"
"PO-Revision-Date: 2017-02-09 21:02+0100\n"
"Last-Translator: Tails translators <tails@???>\n"
"Language-Team: \n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.7.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"verify-other\">Verify that the other Tails is up-to-date</h1>\n"
diff --git a/wiki/src/install/inc/steps/verify_up-to-date.inline.es.po b/wiki/src/install/inc/steps/verify_up-to-date.inline.es.po
index b9593ab1a6..290d052c7b 100644
--- a/wiki/src/install/inc/steps/verify_up-to-date.inline.es.po
+++ b/wiki/src/install/inc/steps/verify_up-to-date.inline.es.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-09-29 19:58+0000\n"
"PO-Revision-Date: 2021-03-12 20:06+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"verify-other\">Verify that the other Tails is up-to-date</h1>\n"
@@ -98,8 +93,11 @@ msgstr ""
" <div class=\"bug\">\n"
" <p>Si se vuelve imposible actualizar automáticamente,\n"
" te recomendamos que\n"
-" <span class=\"install-clone\">[[elijas un método de instalación diferente|install]].</span>\n"
-" <span class=\"mac-clone\">[[elijas un método de instalación diferente|install/mac]].</span>\n"
-" <span class=\"upgrade-clone\">[[actualices desde Tails|upgrade/tails]].</span>\n"
+" <span class=\"install-clone\">[[elijas un método de instalación "
+"diferente|install]].</span>\n"
+" <span class=\"mac-clone\">[[elijas un método de instalación diferente|"
+"install/mac]].</span>\n"
+" <span class=\"upgrade-clone\">[[actualices desde Tails|upgrade/"
+"tails]].</span>\n"
" </p>\n"
" </div>\n"
diff --git a/wiki/src/install/inc/steps/verify_up-to-date.inline.fa.po b/wiki/src/install/inc/steps/verify_up-to-date.inline.fa.po
index 09dbd5721e..0353bcb3aa 100644
--- a/wiki/src/install/inc/steps/verify_up-to-date.inline.fa.po
+++ b/wiki/src/install/inc/steps/verify_up-to-date.inline.fa.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-09-29 19:58+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"verify-other\">Verify that the other Tails is up-to-date</h1>\n"
diff --git a/wiki/src/install/inc/steps/verify_up-to-date.inline.fr.po b/wiki/src/install/inc/steps/verify_up-to-date.inline.fr.po
index f78a7f6f41..86e7d53030 100644
--- a/wiki/src/install/inc/steps/verify_up-to-date.inline.fr.po
+++ b/wiki/src/install/inc/steps/verify_up-to-date.inline.fr.po
@@ -7,21 +7,16 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"POT-Creation-Date: 2019-09-29 19:58+0000\n"
+"PO-Revision-Date: 2019-10-01 17:46+0000\n"
+"Last-Translator: xin <xin@???>\n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
+"X-Generator: Weblate 2.20\n"

#. type: Plain text
#, no-wrap
@@ -96,10 +91,14 @@ msgid ""
" </div>\n"
msgstr ""
" <div class=\"bug\">\n"
-" <p>Si à cette étape il est impossible de faire les mises à jour automatiques,\n"
+" <p>Si à cette étape il est impossible de faire les mises à jour "
+"automatiques,\n"
" nous vous recommandons de\n"
-" <span class=\"install-clone\">[[choisir une méthode d'installation différente|install]].</span>\n"
-" <span class=\"mac-clone\">[[choisir une méthode d'installation différente|install/mac]].</span>\n"
-" <span class=\"upgrade-clone\">[[mettre à jour depuis Tails à la place|upgrade/tails]].</span>\n"
+" <span class=\"install-clone\">[[choisir une méthode d'installation "
+"différente|install]].</span>\n"
+" <span class=\"mac-clone\">[[choisir une méthode d'installation différente|"
+"install/mac]].</span>\n"
+" <span class=\"upgrade-clone\">[[mettre à jour depuis Tails à la place|"
+"upgrade/tails]].</span>\n"
" </p>\n"
" </div>\n"
diff --git a/wiki/src/install/inc/steps/verify_up-to-date.inline.id.po b/wiki/src/install/inc/steps/verify_up-to-date.inline.id.po
index 427831705f..177b29d452 100644
--- a/wiki/src/install/inc/steps/verify_up-to-date.inline.id.po
+++ b/wiki/src/install/inc/steps/verify_up-to-date.inline.id.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-09-29 19:58+0000\n"
"PO-Revision-Date: 2017-02-09 21:02+0100\n"
"Last-Translator: Tails translators <tails@???>\n"
"Language-Team: \n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.7.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"verify-other\">Verify that the other Tails is up-to-date</h1>\n"
diff --git a/wiki/src/install/inc/steps/verify_up-to-date.inline.it.po b/wiki/src/install/inc/steps/verify_up-to-date.inline.it.po
index 9ea367befc..64ed7b6ab9 100644
--- a/wiki/src/install/inc/steps/verify_up-to-date.inline.it.po
+++ b/wiki/src/install/inc/steps/verify_up-to-date.inline.it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-09-29 19:58+0000\n"
"PO-Revision-Date: 2020-09-23 15:30+0000\n"
"Last-Translator: gallium69 <gallium69@???>\n"
"Language-Team: ita <transitails@???>\n"
@@ -18,15 +18,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.8\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"verify-other\">Verify that the other Tails is up-to-date</h1>\n"
-msgstr "<h1 id=\"verify-other\">Verificare che l'altro Tails sia aggiornato</h1>\n"
+msgstr ""
+"<h1 id=\"verify-other\">Verificare che l'altro Tails sia aggiornato</h1>\n"

#. type: Plain text
#, no-wrap
@@ -42,7 +38,8 @@ msgstr ""
"Per evitare di\n"
"<span class=\"install-clone mac-clone\">installare</span>\n"
"<span class=\"upgrade-clone\">eseguire l'aggiornamento a</span>\n"
-"una versione obsoleta di Tails con problemi di sicurezza noti, assicurati che il Tails dal quale stai eseguendo\n"
+"una versione obsoleta di Tails con problemi di sicurezza noti, assicurati "
+"che il Tails dal quale stai eseguendo\n"
"<span class=\"install-clone mac-clone\">l'installazione</span>\n"
"<span class=\"upgrade-clone\">l'aggiornamento</span>\n"
"sia aggiornato:\n"
@@ -53,9 +50,9 @@ msgid ""
"span>&nbsp;▸ <span class=\"guisubmenu\">Tails</span>&nbsp;▸ <span class="
"\"guimenuitem\">About Tails</span></span>."
msgstr ""
-"Seleziona <span class=\"menuchoice\"> <span class=\"guimenu\">Applicazioni</"
-"span>&nbsp;▸ <span class=\"guisubmenu\">Tails</span>&nbsp;▸ <span class="
-"\"guimenuitem\">Informazioni su Tails</span></span>."
+"Seleziona <span class=\"menuchoice\"> <span class=\"guimenu\""
+">Applicazioni</span>&nbsp;▸ <span class=\"guisubmenu\">Tails</span>&nbsp;▸ <"
+"span class=\"guimenuitem\">Informazioni su Tails</span></span>."

#. type: Bullet: '1. '
msgid ""
@@ -65,13 +62,16 @@ msgid ""
msgstr ""
"Verifica che sia in esecuzione <span class=\"guilabel\">Tails [[!inline "
"pages=\"inc/stable_amd64_version\" raw=\"yes\" sort=\"age\"]]</span> "
-"rilasciato il [[!inline pages=\"inc/stable_amd64_date\" raw=\"yes\" sort="
-"\"age\"]]:"
+"rilasciato il [[!inline pages=\"inc/stable_amd64_date\" raw=\"yes\" sort=\""
+"age\"]]:"

#. type: Plain text
#, no-wrap
msgid " a. If you are running [[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" sort=\"age\"]] then you can continue with the next step.\n"
-msgstr " a. Se stai eseguendo la versione [[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" sort=\"age\"]] puoi continuare con il passaggio seguente.\n"
+msgstr ""
+" a. Se stai eseguendo la versione [[!inline pages=\"inc/"
+"stable_amd64_version\" raw=\"yes\" sort=\"age\"]] puoi continuare con il "
+"passaggio seguente.\n"

#. type: Plain text
#, no-wrap
@@ -80,9 +80,12 @@ msgid ""
" and wait until Tor is ready. After a minute or two, <span class=\"application\">Tails Upgrader</span>\n"
" appears with instructions on how to upgrade. Apply all upgrades as requested.\n"
msgstr ""
-" b. Se non stai eseguendo la versione [[!inline pages=\"inc/stable_amd64_version\" raw=\"yes\" sort=\"age\"]] collegati a Internet\n"
-" e aspetta che Tor sia pronto. Dopo un minuto o due, appare il <span class=\"application\">Tails Upgrader</span>\n"
-" con le istruzioni di aggiornamento. Applica tutti gli aggiornamenti come richiesto.\n"
+" b. Se non stai eseguendo la versione [[!inline pages=\"inc/"
+"stable_amd64_version\" raw=\"yes\" sort=\"age\"]] collegati a Internet\n"
+" e aspetta che Tor sia pronto. Dopo un minuto o due, appare il <span class="
+"\"application\">Tails Upgrader</span>\n"
+" con le istruzioni di aggiornamento. Applica tutti gli aggiornamenti come "
+"richiesto.\n"

#. type: Plain text
#, no-wrap
@@ -97,10 +100,14 @@ msgid ""
" </div>\n"
msgstr ""
" <div class=\"bug\">\n"
-" <p>Se in qualche punto di questo passaggio è impossibile eseguire gli aggiornamenti automatici,\n"
+" <p>Se in qualche punto di questo passaggio è impossibile eseguire gli "
+"aggiornamenti automatici,\n"
" ti raccomandiamo di\n"
-" <span class=\"install-clone\">[[scegliere un metodo d'installazione differente|install]].</span>\n"
-" <span class=\"mac-clone\">[[scegliere un metodo d'installazione differente|install/mac]].</span>\n"
-" <span class=\"upgrade-clone\">[[aggiornare dal tuo Tails anziché dall'altro|upgrade/tails]].</span>\n"
+" <span class=\"install-clone\">[[scegliere un metodo d'installazione "
+"differente|install]].</span>\n"
+" <span class=\"mac-clone\">[[scegliere un metodo d'installazione "
+"differente|install/mac]].</span>\n"
+" <span class=\"upgrade-clone\">[[aggiornare dal tuo Tails anziché "
+"dall'altro|upgrade/tails]].</span>\n"
" </p>\n"
" </div>\n"
diff --git a/wiki/src/install/inc/steps/verify_up-to-date.inline.mdwn b/wiki/src/install/inc/steps/verify_up-to-date.inline.mdwn
index 9e554910e9..6f4cab64f2 100644
--- a/wiki/src/install/inc/steps/verify_up-to-date.inline.mdwn
+++ b/wiki/src/install/inc/steps/verify_up-to-date.inline.mdwn
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
<h1 id="verify-other">Verify that the other Tails is up-to-date</h1>

To prevent
diff --git a/wiki/src/install/inc/steps/verify_up-to-date.inline.pl.po b/wiki/src/install/inc/steps/verify_up-to-date.inline.pl.po
index 1f092061ef..de4f0ba191 100644
--- a/wiki/src/install/inc/steps/verify_up-to-date.inline.pl.po
+++ b/wiki/src/install/inc/steps/verify_up-to-date.inline.pl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-09-29 19:58+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"verify-other\">Verify that the other Tails is up-to-date</h1>\n"
diff --git a/wiki/src/install/inc/steps/verify_up-to-date.inline.pt.po b/wiki/src/install/inc/steps/verify_up-to-date.inline.pt.po
index faaabe0d48..b9850690d0 100644
--- a/wiki/src/install/inc/steps/verify_up-to-date.inline.pt.po
+++ b/wiki/src/install/inc/steps/verify_up-to-date.inline.pt.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Tails 2.2.1\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-09-29 19:58+0000\n"
"PO-Revision-Date: 2017-02-09 21:05+0100\n"
"Last-Translator: Tails translators <tails@???>\n"
"Language-Team: Tails translators <tails@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.6.10\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"verify-other\">Verify that the other Tails is up-to-date</h1>\n"
diff --git a/wiki/src/install/inc/steps/verify_up-to-date.inline.ru.po b/wiki/src/install/inc/steps/verify_up-to-date.inline.ru.po
index a5d5583cfc..2c3b13acda 100644
--- a/wiki/src/install/inc/steps/verify_up-to-date.inline.ru.po
+++ b/wiki/src/install/inc/steps/verify_up-to-date.inline.ru.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-09-29 19:58+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"verify-other\">Verify that the other Tails is up-to-date</h1>\n"
diff --git a/wiki/src/install/inc/steps/verify_up-to-date.inline.sr_Latn.po b/wiki/src/install/inc/steps/verify_up-to-date.inline.sr_Latn.po
index 04e9028f7f..7de2e85a5d 100644
--- a/wiki/src/install/inc/steps/verify_up-to-date.inline.sr_Latn.po
+++ b/wiki/src/install/inc/steps/verify_up-to-date.inline.sr_Latn.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-09-29 19:58+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"verify-other\">Verify that the other Tails is up-to-date</h1>\n"
diff --git a/wiki/src/install/inc/steps/verify_up-to-date.inline.tr.po b/wiki/src/install/inc/steps/verify_up-to-date.inline.tr.po
index a70a11742e..bbbcc56b38 100644
--- a/wiki/src/install/inc/steps/verify_up-to-date.inline.tr.po
+++ b/wiki/src/install/inc/steps/verify_up-to-date.inline.tr.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-09-29 19:58+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"verify-other\">Verify that the other Tails is up-to-date</h1>\n"
diff --git a/wiki/src/install/inc/steps/verify_up-to-date.inline.zh.po b/wiki/src/install/inc/steps/verify_up-to-date.inline.zh.po
index ea603e944e..33a8076824 100644
--- a/wiki/src/install/inc/steps/verify_up-to-date.inline.zh.po
+++ b/wiki/src/install/inc/steps/verify_up-to-date.inline.zh.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-09-29 19:58+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"verify-other\">Verify that the other Tails is up-to-date</h1>\n"
diff --git a/wiki/src/install/inc/steps/verify_up-to-date.inline.zh_TW.po b/wiki/src/install/inc/steps/verify_up-to-date.inline.zh_TW.po
index 465b7b7532..2562c69be4 100644
--- a/wiki/src/install/inc/steps/verify_up-to-date.inline.zh_TW.po
+++ b/wiki/src/install/inc/steps/verify_up-to-date.inline.zh_TW.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tails l10n\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-09-29 19:58+0000\n"
"PO-Revision-Date: 2018-11-02 17:23+0000\n"
"Last-Translator: Weblate Admin <admin@???>\n"
"Language-Team: Tails Chinese translators <jxt@???>\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 2.19.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<h1 id=\"verify-other\">Verify that the other Tails is up-to-date</h1>\n"
diff --git a/wiki/src/install/inc/steps/windows_boot_menu.inline.ar.po b/wiki/src/install/inc/steps/windows_boot_menu.inline.ar.po
index f870932f64..beb642e625 100644
--- a/wiki/src/install/inc/steps/windows_boot_menu.inline.ar.po
+++ b/wiki/src/install/inc/steps/windows_boot_menu.inline.ar.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid ""
"Click on the <span class=\"guimenu\">Start [[!img lib/start.png alt=\"\" "
diff --git a/wiki/src/install/inc/steps/windows_boot_menu.inline.ca.po b/wiki/src/install/inc/steps/windows_boot_menu.inline.ca.po
index 92c6633907..8bc8d2b35f 100644
--- a/wiki/src/install/inc/steps/windows_boot_menu.inline.ca.po
+++ b/wiki/src/install/inc/steps/windows_boot_menu.inline.ca.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid ""
"Click on the <span class=\"guimenu\">Start [[!img lib/start.png alt=\"\" "
diff --git a/wiki/src/install/inc/steps/windows_boot_menu.inline.de.po b/wiki/src/install/inc/steps/windows_boot_menu.inline.de.po
index 6775e62bb4..168991995e 100644
--- a/wiki/src/install/inc/steps/windows_boot_menu.inline.de.po
+++ b/wiki/src/install/inc/steps/windows_boot_menu.inline.de.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid ""
"Click on the <span class=\"guimenu\">Start [[!img lib/start.png alt=\"\" "
diff --git a/wiki/src/install/inc/steps/windows_boot_menu.inline.es.po b/wiki/src/install/inc/steps/windows_boot_menu.inline.es.po
index 9fad8cadff..429118f2fa 100644
--- a/wiki/src/install/inc/steps/windows_boot_menu.inline.es.po
+++ b/wiki/src/install/inc/steps/windows_boot_menu.inline.es.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: 2020-12-26 18:43+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,10 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid ""
"Click on the <span class=\"guimenu\">Start [[!img lib/start.png alt=\"\" "
@@ -102,9 +98,9 @@ msgid ""
"warning#untrusted_system]]</span>."
msgstr ""
"Un ataque como esos es posible en teoría pero poco probable en la práctica. "
-"No conocemos de ningún virus capaz de infectar Tails. <span class="
-"\"standalone\">Lee nuestras [[advertencias sobre conectar Tails en sistemas "
-"no confiables|doc/about/warning#untrusted_system]]</span>."
+"No conocemos de ningún virus capaz de infectar Tails. <span class=\""
+"standalone\">Lee nuestras [[advertencias sobre conectar Tails en sistemas no "
+"confiables|doc/about/warning#untrusted_system]]</span>."

#. type: Content of: <ol><li><p>
msgid ""
@@ -123,8 +119,8 @@ msgstr "[[!img install/inc/screenshots/boot_menu.png link=\"no\" alt=\"\"]]"
msgid ""
"In the Boot Menu, select your USB stick and press <strong>Enter</strong>."
msgstr ""
-"En el Menú de Arranque, selecciona tu memoria USB y aprieta <strong>Enter</"
-"strong>."
+"En el Menú de Arranque, selecciona tu memoria USB y aprieta "
+"<strong>Enter</strong>."

#. type: Content of: <ol><li><p>
msgid ""
@@ -140,6 +136,6 @@ msgid ""
"GRUB') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting "
"Mode)'.\"]]"
msgstr ""
-"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Pantalla negra "
-"('GNU GRUB') con el logo de Tails y 2 opciones 'Tails' y 'Tails "
-"(Troubleshooting Mode)'.\"]]"
+"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Pantalla negra ("
+"'GNU GRUB') con el logo de Tails y 2 opciones 'Tails' y 'Tails ("
+"Troubleshooting Mode)'.\"]]"
diff --git a/wiki/src/install/inc/steps/windows_boot_menu.inline.fa.po b/wiki/src/install/inc/steps/windows_boot_menu.inline.fa.po
index 6775e62bb4..168991995e 100644
--- a/wiki/src/install/inc/steps/windows_boot_menu.inline.fa.po
+++ b/wiki/src/install/inc/steps/windows_boot_menu.inline.fa.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid ""
"Click on the <span class=\"guimenu\">Start [[!img lib/start.png alt=\"\" "
diff --git a/wiki/src/install/inc/steps/windows_boot_menu.inline.fr.po b/wiki/src/install/inc/steps/windows_boot_menu.inline.fr.po
index 0643d4915a..cacd0a83ec 100644
--- a/wiki/src/install/inc/steps/windows_boot_menu.inline.fr.po
+++ b/wiki/src/install/inc/steps/windows_boot_menu.inline.fr.po
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
+"PO-Revision-Date: 2021-03-25 20:06+0000\n"
"Last-Translator: Chre <tor@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: fr\n"
@@ -17,33 +17,23 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr "[[!meta robots=\"noindex\"]]"
-
#. type: Content of: <ol><li><p>
msgid ""
"Click on the <span class=\"guimenu\">Start [[!img lib/start.png alt=\"\" "
"link=\"no\"]]</span> button."
msgstr ""
-"Cliquer sur le bouton <span class=\"guimenu\">Démarrer [[!img lib/start.png "
-"alt=\"\" link=\"no\"]]</span>."

#. type: Content of: <ol><li><p>
msgid ""
"Press and hold the <strong>Shift</strong> key while you choose "
"<strong>Power</strong>&nbsp;▸ <strong>Restart</strong>."
msgstr ""
-"Appuyer et maintenir la touche <strong>Majuscule</strong> lorsque vous "
-"choisissez <strong>Alimentation</strong>&nbsp;▸ <strong>Redémarrer</strong>."

#. type: Content of: <ol><li><p>
msgid ""
"In the <strong>Choose an option</strong> screen, choose <strong>Use a "
"device</strong>."
msgstr ""
-"Sur l'écran <strong>Choisir une option</strong>, choisir <strong>Utiliser un "
-"périphérique</strong>."

#. type: Content of: <ol><li>
msgid ""
@@ -57,30 +47,22 @@ msgid ""
"the [[instructions on starting Tails using the Boot Menu key|doc/first_steps/"
"start/pc#boot-menu-key]]."
msgstr ""
-"Si l'écran <strong>Choisir une option</strong> ne s'affiche pas, consulter "
-"les [[instructions sur le démarrage de Tails en utilisant la touche du menu "
-"de démarrage|doc/first_steps/start/pc#boot-menu-key]]."

#. type: Content of: <ol><li><p>
msgid ""
"In the <strong>Use a device</strong> screen, choose <strong>Boot Menu</"
"strong>."
msgstr ""
-"Sur l'écran <strong>Utiliser un périphérique</strong>, choisir <strong>Menu "
-"de démarrage</strong>."

#. type: Content of: <ol><li><div><p>
msgid "Windows shuts down, the computer restarts, and a Boot Menu appears."
msgstr ""
-"Windows s'éteint, l'ordinateur redémarre, et le menu de démarrage s'affiche."

#. type: Content of: <ol><li><div><p>
msgid ""
"Plug in your Tails USB stick shortly after choosing <strong>Boot Menu</"
"strong> and while Windows is shutting down."
msgstr ""
-"Brancher votre clé USB Tails aussitôt après avoir choisi <strong>Menu de "
-"démarrage</strong> et pendant que Windows s'éteint."

#. type: Content of: <ol><li><div><p>
msgid ""
@@ -89,10 +71,6 @@ msgid ""
"stick while Windows is shutting down. Otherwise, a virus in Windows could "
"infect your Tails USB stick and break its security."
msgstr ""
-"<span class=\"windows upgrade-windows\">À l'avenir, nous </span> <span class="
-"\"standalone\">Nous</span> recommandons que vous ne branchiez la clé USB "
-"Tails qu'une fois que Windows s'éteint. Sinon, un virus dans Windows "
-"pourrait infecter votre clé USB Tails et compromettre sa sécurité."

#. type: Content of: <ol><li><div><p>
msgid ""
@@ -101,19 +79,12 @@ msgid ""
"\">See our [[warning on plugging Tails in untrusted systems|doc/about/"
"warning#untrusted_system]]</span>."
msgstr ""
-"Une telle attaque est théoriquement possible, mais très peu probable en "
-"pratique. Nous ne connaissons aucun virus capable d'infecter Tails. <span "
-"class=\"standalone\">Voir notre [[avertissement sur le fait de brancher "
-"Tails sur un système qui n'est pas de confiance|doc/about/"
-"warning#untrusted_system]]</span>."

#. type: Content of: <ol><li><p>
msgid ""
"The Boot Menu is a list of possible devices to start from. The following "
"screenshot is an example of a Boot Menu:"
msgstr ""
-"Le menu de démarrage liste les périphériques de démarrage possibles. La "
-"copie d'écran suivante est un exemple de menu de démarrage :"

#. type: Content of: <ol><li><p>
msgid "[[!img install/inc/screenshots/boot_menu.png link=\"no\" alt=\"\"]]"
@@ -123,16 +94,12 @@ msgstr "[[!img install/inc/screenshots/boot_menu.png link=\"no\" alt=\"\"]]"
msgid ""
"In the Boot Menu, select your USB stick and press <strong>Enter</strong>."
msgstr ""
-"Dans le menu de démarrage, choisir votre clé USB et appuyer sur "
-"<strong>Entrer</strong>."

#. type: Content of: <ol><li><p>
msgid ""
"If the computer starts on Tails, the Boot Loader appears and Tails starts "
"automatically after 4 seconds."
msgstr ""
-"Si l'ordinateur démarre sur Tails, le chargeur d'amorçage apparaît et Tails "
-"démarre automatiquement après 4 secondes."

#. type: Content of: <ol><li><p>
msgid ""
diff --git a/wiki/src/install/inc/steps/windows_boot_menu.inline.html b/wiki/src/install/inc/steps/windows_boot_menu.inline.html
index 82ce3f418c..45616e7361 100644
--- a/wiki/src/install/inc/steps/windows_boot_menu.inline.html
+++ b/wiki/src/install/inc/steps/windows_boot_menu.inline.html
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
<ol>

<li><p>Click on the <span class="guimenu">Start [[!img lib/start.png alt="" link="no"]]</span>
diff --git a/wiki/src/install/inc/steps/windows_boot_menu.inline.id.po b/wiki/src/install/inc/steps/windows_boot_menu.inline.id.po
index 9c40f34545..420baa45e6 100644
--- a/wiki/src/install/inc/steps/windows_boot_menu.inline.id.po
+++ b/wiki/src/install/inc/steps/windows_boot_menu.inline.id.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid ""
"Click on the <span class=\"guimenu\">Start [[!img lib/start.png alt=\"\" "
diff --git a/wiki/src/install/inc/steps/windows_boot_menu.inline.it.po b/wiki/src/install/inc/steps/windows_boot_menu.inline.it.po
index 36ea963856..56e8fcb613 100644
--- a/wiki/src/install/inc/steps/windows_boot_menu.inline.it.po
+++ b/wiki/src/install/inc/steps/windows_boot_menu.inline.it.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: 2021-03-02 21:44+0000\n"
"Last-Translator: Fabio Roman <romanfabio@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,17 +17,13 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid ""
"Click on the <span class=\"guimenu\">Start [[!img lib/start.png alt=\"\" "
"link=\"no\"]]</span> button."
msgstr ""
-"Clicca il pulsante <span class=\"guimenu\">Start [[!img lib/start.png alt="
-"\"\" link=\"no\"]]</span>."
+"Clicca il pulsante <span class=\"guimenu\">Start [[!img lib/start.png alt=\""
+"\" link=\"no\"]]</span>."

#. type: Content of: <ol><li><p>
msgid ""
@@ -42,8 +38,8 @@ msgid ""
"In the <strong>Choose an option</strong> screen, choose <strong>Use a "
"device</strong>."
msgstr ""
-"Nella schermata <strong>Scegli un'opzione</strong>, seleziona "
-"<strong>Utilizza un dispositivo</strong>."
+"Nella schermata <strong>Scegli un'opzione</strong>, seleziona <strong>"
+"Utilizza un dispositivo</strong>."

#. type: Content of: <ol><li>
msgid ""
diff --git a/wiki/src/install/inc/steps/windows_boot_menu.inline.pl.po b/wiki/src/install/inc/steps/windows_boot_menu.inline.pl.po
index cacbe4ac38..ea28276ae6 100644
--- a/wiki/src/install/inc/steps/windows_boot_menu.inline.pl.po
+++ b/wiki/src/install/inc/steps/windows_boot_menu.inline.pl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid ""
"Click on the <span class=\"guimenu\">Start [[!img lib/start.png alt=\"\" "
diff --git a/wiki/src/install/inc/steps/windows_boot_menu.inline.pt.po b/wiki/src/install/inc/steps/windows_boot_menu.inline.pt.po
index 6775e62bb4..168991995e 100644
--- a/wiki/src/install/inc/steps/windows_boot_menu.inline.pt.po
+++ b/wiki/src/install/inc/steps/windows_boot_menu.inline.pt.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid ""
"Click on the <span class=\"guimenu\">Start [[!img lib/start.png alt=\"\" "
diff --git a/wiki/src/install/inc/steps/windows_boot_menu.inline.ru.po b/wiki/src/install/inc/steps/windows_boot_menu.inline.ru.po
index 2713249caa..aa4c2108c6 100644
--- a/wiki/src/install/inc/steps/windows_boot_menu.inline.ru.po
+++ b/wiki/src/install/inc/steps/windows_boot_menu.inline.ru.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid ""
"Click on the <span class=\"guimenu\">Start [[!img lib/start.png alt=\"\" "
diff --git a/wiki/src/install/inc/steps/windows_boot_menu.inline.sr_Latn.po b/wiki/src/install/inc/steps/windows_boot_menu.inline.sr_Latn.po
index 65567acaa3..72ac1f1f05 100644
--- a/wiki/src/install/inc/steps/windows_boot_menu.inline.sr_Latn.po
+++ b/wiki/src/install/inc/steps/windows_boot_menu.inline.sr_Latn.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid ""
"Click on the <span class=\"guimenu\">Start [[!img lib/start.png alt=\"\" "
diff --git a/wiki/src/install/inc/steps/windows_boot_menu.inline.tr.po b/wiki/src/install/inc/steps/windows_boot_menu.inline.tr.po
index 11f5f58620..e857e36ce7 100644
--- a/wiki/src/install/inc/steps/windows_boot_menu.inline.tr.po
+++ b/wiki/src/install/inc/steps/windows_boot_menu.inline.tr.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid ""
"Click on the <span class=\"guimenu\">Start [[!img lib/start.png alt=\"\" "
diff --git a/wiki/src/install/inc/steps/windows_boot_menu.inline.zh.po b/wiki/src/install/inc/steps/windows_boot_menu.inline.zh.po
index 0ef0479034..1f8dc7cdd4 100644
--- a/wiki/src/install/inc/steps/windows_boot_menu.inline.zh.po
+++ b/wiki/src/install/inc/steps/windows_boot_menu.inline.zh.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid ""
"Click on the <span class=\"guimenu\">Start [[!img lib/start.png alt=\"\" "
diff --git a/wiki/src/install/inc/steps/windows_boot_menu.inline.zh_TW.po b/wiki/src/install/inc/steps/windows_boot_menu.inline.zh_TW.po
index 8a3d766c43..9bc78f865b 100644
--- a/wiki/src/install/inc/steps/windows_boot_menu.inline.zh_TW.po
+++ b/wiki/src/install/inc/steps/windows_boot_menu.inline.zh_TW.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-08-11 01:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,10 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Content of: outside any tag (error?)
-msgid "[[!meta robots=\"noindex\"]]"
-msgstr ""
-
#. type: Content of: <ol><li><p>
msgid ""
"Click on the <span class=\"guimenu\">Start [[!img lib/start.png alt=\"\" "
diff --git a/wiki/src/news.html b/wiki/src/news.html
index 64c4ccbf29..e043f678e9 100644
--- a/wiki/src/news.html
+++ b/wiki/src/news.html
@@ -20,14 +20,10 @@

</ul>

-<!-- Inlined news -->
-
<div>
[[!inline pages="page(news/*) and !news/*/* and !news/discussion and (currentlang() or news/report_2* or news/test_*)" show="10" sort="-meta(date) age -path"]]
</div>

-<!-- Feed buttons -->
-
<div>
[[!inline pages="page(news/*) and !news/*/* and !news/discussion and (currentlang() or news/report_2* or news/test_*) and tagged(announce)"
show="10" feeds="yes" feedonly="yes" feedfile="emails" sort="-meta(date) age -path"]]
diff --git a/wiki/src/news.tr.po b/wiki/src/news.tr.po
index de5debc6f1..629208b0eb 100644
--- a/wiki/src/news.tr.po
+++ b/wiki/src/news.tr.po
@@ -8,15 +8,15 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-05-22 15:30+0000\n"
-"PO-Revision-Date: 2021-05-06 16:34+0000\n"
-"Last-Translator: emmapeel <emma.peel@???>\n"
+"PO-Revision-Date: 2018-10-27 07:07+0000\n"
+"Last-Translator: Weblate Admin <admin@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 3.11.3\n"
+"X-Generator: Weblate 2.19.1\n"

#. type: Content of: <div>
msgid "[[!meta title=\"News\"]]"
@@ -45,14 +45,15 @@ msgid ""
msgstr ""

#. type: Content of: <div>
+#, fuzzy
msgid ""
"[[!inline pages=\"page(news/*) and !news/*/* and !news/discussion and "
"(currentlang() or news/report_2* or news/test_*)\" show=\"10\" sort=\"-"
"meta(date) age -path\"]]"
msgstr ""
"[[!inline pages=\"page(news/*) and !news/*/* and !news/discussion and "
-"(currentlang() or news/report_2* or news/test_*)\" show=\"10\" sort=\""
-"-meta(date) age -path\"]]"
+"(currentlang() or news/report_2* or news/test_*-rc? or news/test_*beta? or "
+"news/test_*alpha?)\" show=\"10\" sort=\"-meta(date) age -path\"]]"

#. type: Content of: <div>
#, fuzzy
diff --git a/wiki/src/news/2018-fundraiser.fr.po b/wiki/src/news/2018-fundraiser.fr.po
index 95716c5615..072b963a5e 100644
--- a/wiki/src/news/2018-fundraiser.fr.po
+++ b/wiki/src/news/2018-fundraiser.fr.po
@@ -6,17 +6,15 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-08-18 00:28+0000\n"
-"PO-Revision-Date: 2021-04-29 17:19+0000\n"
-"Last-Translator: nihei <nihei@???>\n"
+"PO-Revision-Date: 2018-10-18 17:22+0000\n"
+"Last-Translator: \n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
+"X-Generator: Poedit 1.8.11\n"

#. type: Plain text
#, no-wrap
@@ -156,18 +154,22 @@ msgstr ""
"par des personnes comme vous, et que notre indépendance soit protégée par vos dons.</b>\n"

#. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "From [[anonymized statistics|support/faq#boot_statistics]],\n"
+#| "we know that Tails is used more than 20&#8239;000 times every\n"
+#| "day. <b>If each user gave $6, our\n"
+#| "fundraiser would be done in one day.</b> The price of a USB stick is all we need.\n"
msgid ""
"From [[anonymized statistics|support/faq#boot-statistics]],\n"
"we know that Tails is used more than 20&#8239;000 times every\n"
"day. <b>If each user gave $6, our\n"
"fundraiser would be done in one day.</b> The price of a USB stick is all we need.\n"
msgstr ""
-"Avec nos [[statistiques anonymisées|support/faq#boot-statistics]],\n"
+"Avec nos [[statistiques anonymisées|support/faq#boot_statistics]],\n"
"nous savons que Tails est utilisé plus de 20&#8239;000 fois chaque\n"
"jour. <b>Si chaque personne utilisant Tails donne 5€, notre\n"
-"campagne de dons serait terminée en une seule journée.</b> Nous n'avons "
-"besoin que de l'équivalent d'une clé USB.\n"
+"campagne de dons serait terminée en une seule journée.</b> Nous n'avons besoin que de l'équivalent d'une clé USB.\n"

#. type: Plain text
msgid ""
diff --git a/wiki/src/news/Join_us_at_the_Tails_HackFest_2014.fr.po b/wiki/src/news/Join_us_at_the_Tails_HackFest_2014.fr.po
index eac440dd75..eae4e627ae 100644
--- a/wiki/src/news/Join_us_at_the_Tails_HackFest_2014.fr.po
+++ b/wiki/src/news/Join_us_at_the_Tails_HackFest_2014.fr.po
@@ -6,17 +6,15 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2021-01-14 07:54+0000\n"
-"PO-Revision-Date: 2021-04-29 17:21+0000\n"
-"Last-Translator: nihei <nihei@???>\n"
+"PO-Revision-Date: 2016-07-05 00:07+0100\n"
+"Last-Translator: AtomiKe <tails@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
+"X-Generator: Poedit 1.6.10\n"

#. type: Plain text
#, no-wrap
@@ -65,14 +63,14 @@ msgstr ""
"apprentissage, dessin, programmation, partage et fête."

#. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid "Learn more about it: [[logistics, contact, registration, scheduling information, etc.|blueprint/HackFest_2014_Paris]]"
msgid ""
"Learn more about it: [[!tails_blueprint HackFest_2014_Paris desc=\"logistics, contact, registration, scheduling\n"
"information, etc.\"]]\n"
msgstr ""
-"Pour en apprendre plus : [[!tails_blueprint HackFest_2014_Paris desc=\""
-"informations logistiques, contact, inscription,\n"
-"agenda, etc.\"]]\n"
+"Pour en apprendre plus : [[informations logistiques, contact, inscription,\n"
+"agenda, etc.|blueprint/HackFest_2014_Paris]]"

#. type: Plain text
msgid ""
diff --git a/wiki/src/news/new_cryptocurrencies.ru.po b/wiki/src/news/new_cryptocurrencies.ru.po
index e6d18c95f3..db21e23630 100644
--- a/wiki/src/news/new_cryptocurrencies.ru.po
+++ b/wiki/src/news/new_cryptocurrencies.ru.po
@@ -7,16 +7,16 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2018-12-18 09:52+0000\n"
-"PO-Revision-Date: 2021-05-07 15:49+0000\n"
-"Last-Translator: dedmoroz <cj75300@???>\n"
+"PO-Revision-Date: 2019-05-03 14:04+0000\n"
+"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
-"X-Generator: Weblate 3.11.3\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"
+"X-Generator: Weblate 2.19.1\n"

#. type: Plain text
#, no-wrap
@@ -67,7 +67,7 @@ msgstr ""
#. type: Title ###
#, no-wrap
msgid "Bitcoin Cash"
-msgstr "Bitcoin Cash"
+msgstr ""

#. type: Plain text
#, no-wrap
@@ -87,7 +87,7 @@ msgstr ""
#. type: Title ###
#, no-wrap
msgid "Ethereum Classic"
-msgstr "Ethereum Classic"
+msgstr ""

#. type: Plain text
#, no-wrap
@@ -97,7 +97,7 @@ msgstr ""
#. type: Title ###
#, no-wrap
msgid "Litecoin"
-msgstr "Litecoin"
+msgstr ""

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/news/our_plans_for_2018.fr.po b/wiki/src/news/our_plans_for_2018.fr.po
index e706779406..0316a8912e 100644
--- a/wiki/src/news/our_plans_for_2018.fr.po
+++ b/wiki/src/news/our_plans_for_2018.fr.po
@@ -8,15 +8,15 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2021-01-14 07:53+0000\n"
-"PO-Revision-Date: 2021-04-29 18:06+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"PO-Revision-Date: 2019-08-21 16:45+0000\n"
+"Last-Translator: xin <xin@???>\n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
+"X-Generator: Weblate 2.20\n"

#. type: Plain text
#, no-wrap
@@ -57,28 +57,45 @@ msgid "Applications and features"
msgstr "Applications et fonctionnalités"

#. type: Bullet: '- '
+#, fuzzy
+#| msgid ""
+#| "**Tails Server**: run onion services from Tails (VoIP chat rooms, "
+#| "collaboration tools, web servers, messaging servers, etc.) ([[!"
+#| "tails_ticket 5688]], [[Blueprint|blueprint/tails_server]]). (Planned for "
+#| "early 2018.)"
msgid ""
"**Tails Server**: run onion services from Tails (VoIP chat rooms, "
"collaboration tools, web servers, messaging servers, etc.) ([[!tails_ticket "
"5688]], [[!tails_blueprint tails_server desc=\"Blueprint\"]]). (Planned for "
"early 2018.)"
msgstr ""
-"**Tails serveur** : faire fonctionner des services onion depuis Tails ("
-"salons de discussion VoIP, outils collaboratifs, serveurs web, serveurs de "
-"messagerie, etc.) [[!tails_blueprint tails_server desc=\"Ébauche\"]]). ("
-"Prévu pour début 2018.)"
+"**Tails serveur** : faire fonctionner des services onion depuis Tails "
+"(salons de discussion VoIP, outils collaboratifs, serveurs web, serveurs de "
+"messagerie, etc.) ([[!tails_ticket 5688]], [[ébauche|blueprint/"
+"tails_server]]). (Prévu pour début 2018.)"

#. type: Bullet: '- '
+#, fuzzy
+#| msgid ""
+#| "**VeraCrypt support in GNOME**: graphical utilities to mount VeraCrypt "
+#| "volumes ([[!tails_ticket 11684]], [[!tails_ticket 6337]], [[Blueprint|"
+#| "blueprint/veracrypt]]). (Planned for late 2018.)"
msgid ""
"**VeraCrypt support in GNOME**: graphical utilities to mount VeraCrypt "
"volumes ([[!tails_ticket 11684]], [[!tails_ticket 6337]], [[!tails_blueprint "
"veracrypt desc=\"Blueprint\"]]). (Planned for late 2018.)"
msgstr ""
"**Support de VeraCrypt dans GNOME** : utilitaires graphiques pour monter les "
-"volumes VeraCrypt ([[!tails_ticket 11684]], [[!tails_ticket 6337]], [["
-"!tails_blueprint veracrypt desc=\"Ébauche\"]]). (Prévu pour fin 2018.)"
+"volumes VeraCrypt ([[!tails_ticket 11684]], [[!tails_ticket 6337]], "
+"[[ébauche|blueprint/veracrypt]]). (Prévu pour fin 2018.)"

#. type: Bullet: '- '
+#, fuzzy
+#| msgid ""
+#| "**Graphical interface for the Additional Packages persistent feature**: "
+#| "allow users to customize which applications are available in their Tails "
+#| "([[!tails_ticket 14568]], [[Blueprint|blueprint/"
+#| "additional_software_packages]]). (Planned for late 2018.)"
msgid ""
"**Graphical interface for the Additional Packages persistent feature**: "
"allow users to customize which applications are available in their Tails ([[!"
@@ -87,8 +104,8 @@ msgid ""
msgstr ""
"**Interface graphique pour l'option de persistance Paquets additionnels** : "
"permettre aux personnes utilisant Tails de personnaliser quelles "
-"applications sont disponibles ([[!tails_ticket 14568]], [[!tails_blueprint "
-"additional_software_packages desc=\"Ébauche\"]]). (Prévu pour fin 2018.)"
+"applications sont disponibles ([[!tails_ticket 14568]], [[ébauche|blueprint/"
+"additional_software_packages]]). (Prévu pour fin 2018.)"

#. type: Title ###
#, no-wrap
@@ -96,14 +113,19 @@ msgid "User research and support"
msgstr "Recherche et support aux personnes utilisant Tails"

#. type: Bullet: '- '
+#, fuzzy
+#| msgid ""
+#| "**Power our help desk with a request tracker** to know better how to help "
+#| "our user base at large ([[!tails_ticket 9803]], [[Blueprint|blueprint/"
+#| "RT_for_help_desk]])"
msgid ""
"**Power our help desk with a request tracker** to know better how to help "
"our user base at large ([[!tails_ticket 9803]], [[!tails_blueprint "
"RT_for_help_desk desc=\"Blueprint\"]])"
msgstr ""
"**Équiper notre équipe de support avec un gestionnaire de tickets** pour "
-"mieux savoir comment aider l'ensemble des personnes utilisant Tails ([["
-"!tails_ticket 9803]], [[!tails_blueprint RT_for_help_desk desc=\"Ébauche\"]])"
+"mieux savoir comment aider l'ensemble des personnes utilisant Tails ([[!"
+"tails_ticket 9803]], [[ébauche|blueprint/RT_for_help_desk]])"

#. type: Bullet: '- '
msgid ""
@@ -152,23 +174,30 @@ msgid "Resistance to remote exploitation"
msgstr "Robustesse aux attaques distantes"

#. type: Bullet: '- '
+#, fuzzy
+#| msgid ""
+#| "**Persistent Tor state** to have persistent entry guards ([[!tails_ticket "
+#| "5462]], [[Blueprint|blueprint/persistent_Tor_state]])"
msgid ""
"**Persistent Tor state** to have persistent entry guards ([[!tails_ticket "
"5462]], [[!tails_blueprint persistent_Tor_state desc=\"Blueprint\"]])"
msgstr ""
-"**État persistent de Tor** pour avoir des nœuds d'entrées persistants ([["
-"!tails_ticket 5462]], [[!tails_blueprint persistent_Tor_state desc=\""
-"Ébauche\"]])"
+"**État persistent de Tor** pour avoir des nœuds d'entrées persistants ([[!"
+"tails_ticket 5462]], [[ébauche|blueprint/persistent_Tor_state]])"

#. type: Bullet: '- '
+#, fuzzy
+#| msgid ""
+#| "**Persistent seed for random number generator** to have stronger crypto "
+#| "([[!tails_ticket 7675]], [[Blueprint|blueprint/randomness_seeding]])"
msgid ""
"**Persistent seed for random number generator** to have stronger crypto ([[!"
"tails_ticket 7675]], [[!tails_blueprint randomness_seeding desc=\"Blueprint"
"\"]])"
msgstr ""
"**Graine persistante pour le générateur de nombres aléatoires** pour avoir "
-"un chiffrement plus fort ([[!tails_ticket 7675]], [!tails_blueprint "
-"randomness_seeding desc=\"Ébauche\"]])"
+"un chiffrement plus fort ([[!tails_ticket 7675]], [[ébauche|blueprint/"
+"randomness_seeding]])"

#. type: Bullet: '- '
msgid "**Have critical parts of Tails audited** ([[!tails_ticket 14508]])"
diff --git a/wiki/src/news/server_outage_april_2021.ar.po b/wiki/src/news/server_outage_april_2021.ar.po
deleted file mode 100644
index 6a5f43233d..0000000000
--- a/wiki/src/news/server_outage_april_2021.ar.po
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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: 2021-05-05 16:18+0000\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@???>\n"
-"Language: ar\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta title=\"About our website being offline last week-end\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta date=\"Wed, 05 May 2021 15:00:00 +0000\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!pagetemplate template=\"news.tmpl\"]]\n"
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"As many of you noticed, our main server was offline from Friday April 30 "
-"19:09 UTC until Monday May 3 05:58 UTC."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"This was caused by a hardware failure in one of the many Power Distribution "
-"Units on the rack where our main server is hosted. Riseup, also hosted in "
-"the same datacenter, suffered from the [same hardware failure](https://"
-"twitter.com/riseupnet/status/1388214079316283394)."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Unfortunately, the outage impacted all Tails users: upgrades were failing "
-"and our website was not appearing when starting Tor Browser."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Some of you were afraid that the Tails infrastructure could have gone under "
-"an attack of some sort. This does not seem to have been the case. The actual "
-"reasons for the power glitch are still being investigated, but all indicates "
-"that it was a simple hardware failure. There are no signs of malicious "
-"activity whatsoever."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"It took us so much time to bring it back online because of a bad "
-"configuration of our notification system. Our sysadmins only learned about "
-"the outage when coming back to work on Monday."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"To avoid such long delay in the future, we will make our notification system "
-"more resilient."
-msgstr ""
-
-#. type: Plain text
-msgid "Sorry for the inconvenience!"
-msgstr ""
diff --git a/wiki/src/news/server_outage_april_2021.ca.po b/wiki/src/news/server_outage_april_2021.ca.po
deleted file mode 100644
index aef53055a1..0000000000
--- a/wiki/src/news/server_outage_april_2021.ca.po
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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: 2021-05-05 16:18+0000\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@???>\n"
-"Language: ca\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta title=\"About our website being offline last week-end\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta date=\"Wed, 05 May 2021 15:00:00 +0000\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!pagetemplate template=\"news.tmpl\"]]\n"
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"As many of you noticed, our main server was offline from Friday April 30 "
-"19:09 UTC until Monday May 3 05:58 UTC."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"This was caused by a hardware failure in one of the many Power Distribution "
-"Units on the rack where our main server is hosted. Riseup, also hosted in "
-"the same datacenter, suffered from the [same hardware failure](https://"
-"twitter.com/riseupnet/status/1388214079316283394)."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Unfortunately, the outage impacted all Tails users: upgrades were failing "
-"and our website was not appearing when starting Tor Browser."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Some of you were afraid that the Tails infrastructure could have gone under "
-"an attack of some sort. This does not seem to have been the case. The actual "
-"reasons for the power glitch are still being investigated, but all indicates "
-"that it was a simple hardware failure. There are no signs of malicious "
-"activity whatsoever."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"It took us so much time to bring it back online because of a bad "
-"configuration of our notification system. Our sysadmins only learned about "
-"the outage when coming back to work on Monday."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"To avoid such long delay in the future, we will make our notification system "
-"more resilient."
-msgstr ""
-
-#. type: Plain text
-msgid "Sorry for the inconvenience!"
-msgstr ""
diff --git a/wiki/src/news/server_outage_april_2021.de.po b/wiki/src/news/server_outage_april_2021.de.po
deleted file mode 100644
index b71c0c3255..0000000000
--- a/wiki/src/news/server_outage_april_2021.de.po
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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: 2021-05-05 16:18+0000\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@???>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta title=\"About our website being offline last week-end\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta date=\"Wed, 05 May 2021 15:00:00 +0000\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!pagetemplate template=\"news.tmpl\"]]\n"
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"As many of you noticed, our main server was offline from Friday April 30 "
-"19:09 UTC until Monday May 3 05:58 UTC."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"This was caused by a hardware failure in one of the many Power Distribution "
-"Units on the rack where our main server is hosted. Riseup, also hosted in "
-"the same datacenter, suffered from the [same hardware "
-"failure](https://twitter.com/riseupnet/status/1388214079316283394)."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Unfortunately, the outage impacted all Tails users: upgrades were failing "
-"and our website was not appearing when starting Tor Browser."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Some of you were afraid that the Tails infrastructure could have gone under "
-"an attack of some sort. This does not seem to have been the case. The actual "
-"reasons for the power glitch are still being investigated, but all indicates "
-"that it was a simple hardware failure. There are no signs of malicious "
-"activity whatsoever."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"It took us so much time to bring it back online because of a bad "
-"configuration of our notification system. Our sysadmins only learned about "
-"the outage when coming back to work on Monday."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"To avoid such long delay in the future, we will make our notification system "
-"more resilient."
-msgstr ""
-
-#. type: Plain text
-msgid "Sorry for the inconvenience!"
-msgstr ""
diff --git a/wiki/src/news/server_outage_april_2021.es.po b/wiki/src/news/server_outage_april_2021.es.po
deleted file mode 100644
index b71c0c3255..0000000000
--- a/wiki/src/news/server_outage_april_2021.es.po
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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: 2021-05-05 16:18+0000\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@???>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta title=\"About our website being offline last week-end\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta date=\"Wed, 05 May 2021 15:00:00 +0000\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!pagetemplate template=\"news.tmpl\"]]\n"
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"As many of you noticed, our main server was offline from Friday April 30 "
-"19:09 UTC until Monday May 3 05:58 UTC."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"This was caused by a hardware failure in one of the many Power Distribution "
-"Units on the rack where our main server is hosted. Riseup, also hosted in "
-"the same datacenter, suffered from the [same hardware "
-"failure](https://twitter.com/riseupnet/status/1388214079316283394)."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Unfortunately, the outage impacted all Tails users: upgrades were failing "
-"and our website was not appearing when starting Tor Browser."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Some of you were afraid that the Tails infrastructure could have gone under "
-"an attack of some sort. This does not seem to have been the case. The actual "
-"reasons for the power glitch are still being investigated, but all indicates "
-"that it was a simple hardware failure. There are no signs of malicious "
-"activity whatsoever."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"It took us so much time to bring it back online because of a bad "
-"configuration of our notification system. Our sysadmins only learned about "
-"the outage when coming back to work on Monday."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"To avoid such long delay in the future, we will make our notification system "
-"more resilient."
-msgstr ""
-
-#. type: Plain text
-msgid "Sorry for the inconvenience!"
-msgstr ""
diff --git a/wiki/src/news/server_outage_april_2021.fa.po b/wiki/src/news/server_outage_april_2021.fa.po
deleted file mode 100644
index b71c0c3255..0000000000
--- a/wiki/src/news/server_outage_april_2021.fa.po
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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: 2021-05-05 16:18+0000\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@???>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta title=\"About our website being offline last week-end\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta date=\"Wed, 05 May 2021 15:00:00 +0000\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!pagetemplate template=\"news.tmpl\"]]\n"
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"As many of you noticed, our main server was offline from Friday April 30 "
-"19:09 UTC until Monday May 3 05:58 UTC."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"This was caused by a hardware failure in one of the many Power Distribution "
-"Units on the rack where our main server is hosted. Riseup, also hosted in "
-"the same datacenter, suffered from the [same hardware "
-"failure](https://twitter.com/riseupnet/status/1388214079316283394)."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Unfortunately, the outage impacted all Tails users: upgrades were failing "
-"and our website was not appearing when starting Tor Browser."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Some of you were afraid that the Tails infrastructure could have gone under "
-"an attack of some sort. This does not seem to have been the case. The actual "
-"reasons for the power glitch are still being investigated, but all indicates "
-"that it was a simple hardware failure. There are no signs of malicious "
-"activity whatsoever."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"It took us so much time to bring it back online because of a bad "
-"configuration of our notification system. Our sysadmins only learned about "
-"the outage when coming back to work on Monday."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"To avoid such long delay in the future, we will make our notification system "
-"more resilient."
-msgstr ""
-
-#. type: Plain text
-msgid "Sorry for the inconvenience!"
-msgstr ""
diff --git a/wiki/src/news/server_outage_april_2021.fr.po b/wiki/src/news/server_outage_april_2021.fr.po
deleted file mode 100644
index 5c8fcd031e..0000000000
--- a/wiki/src/news/server_outage_april_2021.fr.po
+++ /dev/null
@@ -1,103 +0,0 @@
-# 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.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-05 16:18+0000\n"
-"PO-Revision-Date: 2021-05-06 16:34+0000\n"
-"Last-Translator: Chre <tor@???>\n"
-"Language-Team: LANGUAGE <LL@???>\n"
-"Language: fr\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta title=\"About our website being offline last week-end\"]]\n"
-msgstr ""
-"[[!meta title=\"À propos de l'indisponibilité de notre site web le week-end "
-"dernier\"]]\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta date=\"Wed, 05 May 2021 15:00:00 +0000\"]]\n"
-msgstr "[[!meta date=\"Wed, 05 May 2021 15:00:00 +0000\"]]\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!pagetemplate template=\"news.tmpl\"]]\n"
-msgstr "[[!pagetemplate template=\"news.tmpl\"]]\n"
-
-#. type: Plain text
-msgid ""
-"As many of you noticed, our main server was offline from Friday April 30 "
-"19:09 UTC until Monday May 3 05:58 UTC."
-msgstr ""
-"Comme beaucoup d'entre vous l'ont remarqué, notre serveur principal était "
-"hors ligne du vendredi 30 avril 19:09 UTC jusqu'au lundi 3 mai 05:58 UTC."
-
-#. type: Plain text
-msgid ""
-"This was caused by a hardware failure in one of the many Power Distribution "
-"Units on the rack where our main server is hosted. Riseup, also hosted in "
-"the same datacenter, suffered from the [same hardware "
-"failure](https://twitter.com/riseupnet/status/1388214079316283394)."
-msgstr ""
-"Cela a été provoqué par une panne matérielle sur l'une de nos principales "
-"unité de distribution électrique dans le rack qui héberge notre serveur "
-"principal. Riseup, qui est aussi hébergé dans le même centre de données, a "
-"souffert du [même problème matériel](https://twitter.com/riseupnet/status/"
-"1388214079316283394) (en anglais)."
-
-#. type: Plain text
-msgid ""
-"Unfortunately, the outage impacted all Tails users: upgrades were failing "
-"and our website was not appearing when starting Tor Browser."
-msgstr ""
-"Malheureusement, la panne a touché toutes les personnes utilisant Tails : "
-"les mises à jour échouaient et notre site web n'apparaissait pas au "
-"démarrage du Navigateur Tor."
-
-#. type: Plain text
-msgid ""
-"Some of you were afraid that the Tails infrastructure could have gone under "
-"an attack of some sort. This does not seem to have been the case. The actual "
-"reasons for the power glitch are still being investigated, but all indicates "
-"that it was a simple hardware failure. There are no signs of malicious "
-"activity whatsoever."
-msgstr ""
-"Quelques personnes parmi vous ont eues peur que l'infrastructure de Tails "
-"soit victime d'une quelconque attaque. Il ne semble pas que ce soit le cas. "
-"Les véritables raisons du problème électrique sont toujours en cours de "
-"vérifications, mais tout semble indiquer qu'il s'agit d'une simple panne "
-"matérielle. Il n'y a aucun signe d'une attaque malveillante ou de quelque "
-"chose de ce type."
-
-#. type: Plain text
-msgid ""
-"It took us so much time to bring it back online because of a bad "
-"configuration of our notification system. Our sysadmins only learned about "
-"the outage when coming back to work on Monday."
-msgstr ""
-"Il nous a fallu beaucoup de temps pour le remettre en ligne à cause d'une "
-"mauvaise configuration de notre système de notification. Notre équipe "
-"d'administration système n'a appris la panne que lundi en reprenant le "
-"travail."
-
-#. type: Plain text
-msgid ""
-"To avoid such long delay in the future, we will make our notification system "
-"more resilient."
-msgstr ""
-"Pour éviter d'avoir un délai aussi long à l'avenir, nous allons rendre notre "
-"système d'alerte plus fiable."
-
-#. type: Plain text
-msgid "Sorry for the inconvenience!"
-msgstr "Désolé pour le désagrément !"
diff --git a/wiki/src/news/server_outage_april_2021.id.po b/wiki/src/news/server_outage_april_2021.id.po
deleted file mode 100644
index 1d0827c65e..0000000000
--- a/wiki/src/news/server_outage_april_2021.id.po
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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: 2021-05-05 16:18+0000\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@???>\n"
-"Language: id\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta title=\"About our website being offline last week-end\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta date=\"Wed, 05 May 2021 15:00:00 +0000\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!pagetemplate template=\"news.tmpl\"]]\n"
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"As many of you noticed, our main server was offline from Friday April 30 "
-"19:09 UTC until Monday May 3 05:58 UTC."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"This was caused by a hardware failure in one of the many Power Distribution "
-"Units on the rack where our main server is hosted. Riseup, also hosted in "
-"the same datacenter, suffered from the [same hardware failure](https://"
-"twitter.com/riseupnet/status/1388214079316283394)."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Unfortunately, the outage impacted all Tails users: upgrades were failing "
-"and our website was not appearing when starting Tor Browser."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Some of you were afraid that the Tails infrastructure could have gone under "
-"an attack of some sort. This does not seem to have been the case. The actual "
-"reasons for the power glitch are still being investigated, but all indicates "
-"that it was a simple hardware failure. There are no signs of malicious "
-"activity whatsoever."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"It took us so much time to bring it back online because of a bad "
-"configuration of our notification system. Our sysadmins only learned about "
-"the outage when coming back to work on Monday."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"To avoid such long delay in the future, we will make our notification system "
-"more resilient."
-msgstr ""
-
-#. type: Plain text
-msgid "Sorry for the inconvenience!"
-msgstr ""
diff --git a/wiki/src/news/server_outage_april_2021.it.po b/wiki/src/news/server_outage_april_2021.it.po
deleted file mode 100644
index b71c0c3255..0000000000
--- a/wiki/src/news/server_outage_april_2021.it.po
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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: 2021-05-05 16:18+0000\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@???>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta title=\"About our website being offline last week-end\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta date=\"Wed, 05 May 2021 15:00:00 +0000\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!pagetemplate template=\"news.tmpl\"]]\n"
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"As many of you noticed, our main server was offline from Friday April 30 "
-"19:09 UTC until Monday May 3 05:58 UTC."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"This was caused by a hardware failure in one of the many Power Distribution "
-"Units on the rack where our main server is hosted. Riseup, also hosted in "
-"the same datacenter, suffered from the [same hardware "
-"failure](https://twitter.com/riseupnet/status/1388214079316283394)."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Unfortunately, the outage impacted all Tails users: upgrades were failing "
-"and our website was not appearing when starting Tor Browser."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Some of you were afraid that the Tails infrastructure could have gone under "
-"an attack of some sort. This does not seem to have been the case. The actual "
-"reasons for the power glitch are still being investigated, but all indicates "
-"that it was a simple hardware failure. There are no signs of malicious "
-"activity whatsoever."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"It took us so much time to bring it back online because of a bad "
-"configuration of our notification system. Our sysadmins only learned about "
-"the outage when coming back to work on Monday."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"To avoid such long delay in the future, we will make our notification system "
-"more resilient."
-msgstr ""
-
-#. type: Plain text
-msgid "Sorry for the inconvenience!"
-msgstr ""
diff --git a/wiki/src/news/server_outage_april_2021.mdwn b/wiki/src/news/server_outage_april_2021.mdwn
deleted file mode 100644
index 5325480427..0000000000
--- a/wiki/src/news/server_outage_april_2021.mdwn
+++ /dev/null
@@ -1,29 +0,0 @@
-[[!meta title="About our website being offline last week-end"]]
-[[!meta date="Wed, 05 May 2021 15:00:00 +0000"]]
-[[!pagetemplate template="news.tmpl"]]
-
-As many of you noticed, our main server was offline from Friday April 30 19:09
-UTC until Monday May 3 05:58 UTC.
-
-This was caused by a hardware failure in one of the many Power Distribution
-Units on the rack where our main server is hosted. Riseup, also hosted in the
-same datacenter, suffered from the [same hardware
-failure](https://twitter.com/riseupnet/status/1388214079316283394).
-
-Unfortunately, the outage impacted all Tails users: upgrades were failing and
-our website was not appearing when starting Tor Browser.
-
-Some of you were afraid that the Tails infrastructure could have gone under an
-attack of some sort. This does not seem to have been the case. The actual
-reasons for the power glitch are still being investigated, but all indicates
-that it was a simple hardware failure. There are no signs of malicious activity
-whatsoever.
-
-It took us so much time to bring it back online because of a bad configuration
-of our notification system. Our sysadmins only learned about the outage when
-coming back to work on Monday.
-
-To avoid such long delay in the future, we will make our notification system
-more resilient.
-
-Sorry for the inconvenience!
diff --git a/wiki/src/news/server_outage_april_2021.pl.po b/wiki/src/news/server_outage_april_2021.pl.po
deleted file mode 100644
index 610e2cd728..0000000000
--- a/wiki/src/news/server_outage_april_2021.pl.po
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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: 2021-05-05 16:18+0000\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@???>\n"
-"Language: pl\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta title=\"About our website being offline last week-end\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta date=\"Wed, 05 May 2021 15:00:00 +0000\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!pagetemplate template=\"news.tmpl\"]]\n"
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"As many of you noticed, our main server was offline from Friday April 30 "
-"19:09 UTC until Monday May 3 05:58 UTC."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"This was caused by a hardware failure in one of the many Power Distribution "
-"Units on the rack where our main server is hosted. Riseup, also hosted in "
-"the same datacenter, suffered from the [same hardware failure](https://"
-"twitter.com/riseupnet/status/1388214079316283394)."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Unfortunately, the outage impacted all Tails users: upgrades were failing "
-"and our website was not appearing when starting Tor Browser."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Some of you were afraid that the Tails infrastructure could have gone under "
-"an attack of some sort. This does not seem to have been the case. The actual "
-"reasons for the power glitch are still being investigated, but all indicates "
-"that it was a simple hardware failure. There are no signs of malicious "
-"activity whatsoever."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"It took us so much time to bring it back online because of a bad "
-"configuration of our notification system. Our sysadmins only learned about "
-"the outage when coming back to work on Monday."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"To avoid such long delay in the future, we will make our notification system "
-"more resilient."
-msgstr ""
-
-#. type: Plain text
-msgid "Sorry for the inconvenience!"
-msgstr ""
diff --git a/wiki/src/news/server_outage_april_2021.pt.po b/wiki/src/news/server_outage_april_2021.pt.po
deleted file mode 100644
index b71c0c3255..0000000000
--- a/wiki/src/news/server_outage_april_2021.pt.po
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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: 2021-05-05 16:18+0000\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@???>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta title=\"About our website being offline last week-end\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta date=\"Wed, 05 May 2021 15:00:00 +0000\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!pagetemplate template=\"news.tmpl\"]]\n"
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"As many of you noticed, our main server was offline from Friday April 30 "
-"19:09 UTC until Monday May 3 05:58 UTC."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"This was caused by a hardware failure in one of the many Power Distribution "
-"Units on the rack where our main server is hosted. Riseup, also hosted in "
-"the same datacenter, suffered from the [same hardware "
-"failure](https://twitter.com/riseupnet/status/1388214079316283394)."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Unfortunately, the outage impacted all Tails users: upgrades were failing "
-"and our website was not appearing when starting Tor Browser."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Some of you were afraid that the Tails infrastructure could have gone under "
-"an attack of some sort. This does not seem to have been the case. The actual "
-"reasons for the power glitch are still being investigated, but all indicates "
-"that it was a simple hardware failure. There are no signs of malicious "
-"activity whatsoever."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"It took us so much time to bring it back online because of a bad "
-"configuration of our notification system. Our sysadmins only learned about "
-"the outage when coming back to work on Monday."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"To avoid such long delay in the future, we will make our notification system "
-"more resilient."
-msgstr ""
-
-#. type: Plain text
-msgid "Sorry for the inconvenience!"
-msgstr ""
diff --git a/wiki/src/news/server_outage_april_2021.ru.po b/wiki/src/news/server_outage_april_2021.ru.po
deleted file mode 100644
index fb8d9b21f1..0000000000
--- a/wiki/src/news/server_outage_april_2021.ru.po
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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: 2021-05-05 16:18+0000\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@???>\n"
-"Language: ru\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta title=\"About our website being offline last week-end\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta date=\"Wed, 05 May 2021 15:00:00 +0000\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!pagetemplate template=\"news.tmpl\"]]\n"
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"As many of you noticed, our main server was offline from Friday April 30 "
-"19:09 UTC until Monday May 3 05:58 UTC."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"This was caused by a hardware failure in one of the many Power Distribution "
-"Units on the rack where our main server is hosted. Riseup, also hosted in "
-"the same datacenter, suffered from the [same hardware failure](https://"
-"twitter.com/riseupnet/status/1388214079316283394)."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Unfortunately, the outage impacted all Tails users: upgrades were failing "
-"and our website was not appearing when starting Tor Browser."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Some of you were afraid that the Tails infrastructure could have gone under "
-"an attack of some sort. This does not seem to have been the case. The actual "
-"reasons for the power glitch are still being investigated, but all indicates "
-"that it was a simple hardware failure. There are no signs of malicious "
-"activity whatsoever."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"It took us so much time to bring it back online because of a bad "
-"configuration of our notification system. Our sysadmins only learned about "
-"the outage when coming back to work on Monday."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"To avoid such long delay in the future, we will make our notification system "
-"more resilient."
-msgstr ""
-
-#. type: Plain text
-msgid "Sorry for the inconvenience!"
-msgstr ""
diff --git a/wiki/src/news/server_outage_april_2021.sr_Latn.po b/wiki/src/news/server_outage_april_2021.sr_Latn.po
deleted file mode 100644
index d3f8c4b538..0000000000
--- a/wiki/src/news/server_outage_april_2021.sr_Latn.po
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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: 2021-05-05 16:18+0000\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@???>\n"
-"Language: sr_Latn\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta title=\"About our website being offline last week-end\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta date=\"Wed, 05 May 2021 15:00:00 +0000\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!pagetemplate template=\"news.tmpl\"]]\n"
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"As many of you noticed, our main server was offline from Friday April 30 "
-"19:09 UTC until Monday May 3 05:58 UTC."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"This was caused by a hardware failure in one of the many Power Distribution "
-"Units on the rack where our main server is hosted. Riseup, also hosted in "
-"the same datacenter, suffered from the [same hardware failure](https://"
-"twitter.com/riseupnet/status/1388214079316283394)."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Unfortunately, the outage impacted all Tails users: upgrades were failing "
-"and our website was not appearing when starting Tor Browser."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Some of you were afraid that the Tails infrastructure could have gone under "
-"an attack of some sort. This does not seem to have been the case. The actual "
-"reasons for the power glitch are still being investigated, but all indicates "
-"that it was a simple hardware failure. There are no signs of malicious "
-"activity whatsoever."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"It took us so much time to bring it back online because of a bad "
-"configuration of our notification system. Our sysadmins only learned about "
-"the outage when coming back to work on Monday."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"To avoid such long delay in the future, we will make our notification system "
-"more resilient."
-msgstr ""
-
-#. type: Plain text
-msgid "Sorry for the inconvenience!"
-msgstr ""
diff --git a/wiki/src/news/server_outage_april_2021.tr.po b/wiki/src/news/server_outage_april_2021.tr.po
deleted file mode 100644
index 9dbfeaf801..0000000000
--- a/wiki/src/news/server_outage_april_2021.tr.po
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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: 2021-05-05 16:18+0000\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@???>\n"
-"Language: tr\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta title=\"About our website being offline last week-end\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta date=\"Wed, 05 May 2021 15:00:00 +0000\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!pagetemplate template=\"news.tmpl\"]]\n"
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"As many of you noticed, our main server was offline from Friday April 30 "
-"19:09 UTC until Monday May 3 05:58 UTC."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"This was caused by a hardware failure in one of the many Power Distribution "
-"Units on the rack where our main server is hosted. Riseup, also hosted in "
-"the same datacenter, suffered from the [same hardware failure](https://"
-"twitter.com/riseupnet/status/1388214079316283394)."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Unfortunately, the outage impacted all Tails users: upgrades were failing "
-"and our website was not appearing when starting Tor Browser."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Some of you were afraid that the Tails infrastructure could have gone under "
-"an attack of some sort. This does not seem to have been the case. The actual "
-"reasons for the power glitch are still being investigated, but all indicates "
-"that it was a simple hardware failure. There are no signs of malicious "
-"activity whatsoever."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"It took us so much time to bring it back online because of a bad "
-"configuration of our notification system. Our sysadmins only learned about "
-"the outage when coming back to work on Monday."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"To avoid such long delay in the future, we will make our notification system "
-"more resilient."
-msgstr ""
-
-#. type: Plain text
-msgid "Sorry for the inconvenience!"
-msgstr ""
diff --git a/wiki/src/news/server_outage_april_2021.zh.po b/wiki/src/news/server_outage_april_2021.zh.po
deleted file mode 100644
index 9c1d5abf1e..0000000000
--- a/wiki/src/news/server_outage_april_2021.zh.po
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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: 2021-05-05 16:18+0000\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@???>\n"
-"Language: zh\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta title=\"About our website being offline last week-end\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta date=\"Wed, 05 May 2021 15:00:00 +0000\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!pagetemplate template=\"news.tmpl\"]]\n"
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"As many of you noticed, our main server was offline from Friday April 30 "
-"19:09 UTC until Monday May 3 05:58 UTC."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"This was caused by a hardware failure in one of the many Power Distribution "
-"Units on the rack where our main server is hosted. Riseup, also hosted in "
-"the same datacenter, suffered from the [same hardware failure](https://"
-"twitter.com/riseupnet/status/1388214079316283394)."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Unfortunately, the outage impacted all Tails users: upgrades were failing "
-"and our website was not appearing when starting Tor Browser."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Some of you were afraid that the Tails infrastructure could have gone under "
-"an attack of some sort. This does not seem to have been the case. The actual "
-"reasons for the power glitch are still being investigated, but all indicates "
-"that it was a simple hardware failure. There are no signs of malicious "
-"activity whatsoever."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"It took us so much time to bring it back online because of a bad "
-"configuration of our notification system. Our sysadmins only learned about "
-"the outage when coming back to work on Monday."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"To avoid such long delay in the future, we will make our notification system "
-"more resilient."
-msgstr ""
-
-#. type: Plain text
-msgid "Sorry for the inconvenience!"
-msgstr ""
diff --git a/wiki/src/news/server_outage_april_2021.zh_TW.po b/wiki/src/news/server_outage_april_2021.zh_TW.po
deleted file mode 100644
index 212e4b35e2..0000000000
--- a/wiki/src/news/server_outage_april_2021.zh_TW.po
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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: 2021-05-05 16:18+0000\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@???>\n"
-"Language: zh_TW\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta title=\"About our website being offline last week-end\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta date=\"Wed, 05 May 2021 15:00:00 +0000\"]]\n"
-msgstr ""
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!pagetemplate template=\"news.tmpl\"]]\n"
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"As many of you noticed, our main server was offline from Friday April 30 "
-"19:09 UTC until Monday May 3 05:58 UTC."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"This was caused by a hardware failure in one of the many Power Distribution "
-"Units on the rack where our main server is hosted. Riseup, also hosted in "
-"the same datacenter, suffered from the [same hardware failure](https://"
-"twitter.com/riseupnet/status/1388214079316283394)."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Unfortunately, the outage impacted all Tails users: upgrades were failing "
-"and our website was not appearing when starting Tor Browser."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"Some of you were afraid that the Tails infrastructure could have gone under "
-"an attack of some sort. This does not seem to have been the case. The actual "
-"reasons for the power glitch are still being investigated, but all indicates "
-"that it was a simple hardware failure. There are no signs of malicious "
-"activity whatsoever."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"It took us so much time to bring it back online because of a bad "
-"configuration of our notification system. Our sysadmins only learned about "
-"the outage when coming back to work on Monday."
-msgstr ""
-
-#. type: Plain text
-msgid ""
-"To avoid such long delay in the future, we will make our notification system "
-"more resilient."
-msgstr ""
-
-#. type: Plain text
-msgid "Sorry for the inconvenience!"
-msgstr ""
diff --git a/wiki/src/news/summit_2013.fr.po b/wiki/src/news/summit_2013.fr.po
index 5cd989a0ed..cc58e7e57e 100644
--- a/wiki/src/news/summit_2013.fr.po
+++ b/wiki/src/news/summit_2013.fr.po
@@ -6,17 +6,15 @@
msgid ""
msgstr ""
"Project-Id-Version: Tails\n"
-"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2021-01-14 07:53+0000\n"
-"PO-Revision-Date: 2021-04-29 18:06+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"PO-Revision-Date: 2017-01-08 20:15-0000\n"
+"Last-Translator: AtomiKe <tails@???>\n"
"Language-Team: Tails translators <tails@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
+"X-Generator: Poedit 1.6.10\n"

#. type: Plain text
#, no-wrap
@@ -110,11 +108,10 @@ msgid ""
"private, encrypted one will receive bug reports, while a public one will be "
"dedicated to user support."
msgstr ""
-"Nos listes de courriers électroniques voient passer beaucoup de trafic ces "
-"jours-ci. Cela peut dissuader des gens de les lire. C'est pourquoi nous "
-"allons créer deux listes mail spécialisées : une privée, chiffrée, qui "
-"recevra les rapports de bug, et une autre, publique, qui sera dédiée à "
-"l'assistance des utilisateurs."
+"Nos listes mail voient passer beaucoup de trafic ces jours-ci. Cela peut "
+"dissuader des gens de les lire. C'est pourquoi nous allons créer deux listes "
+"mail spécialisées : une privée, chiffrée, qui recevra les rapports de bug, "
+"et une autre, publique, qui sera dédiée à l'assistance des utilisateurs."

#. type: Bullet: ' * '
msgid ""
@@ -184,6 +181,17 @@ msgstr ""
"nous n'étions donc jamais désœuvrés."

#. type: Plain text
+#, fuzzy
+#| msgid ""
+#| "The most noticeable technical change that happened during the summit was "
+#| "perhaps [our **move to Redmine**](https://labs.riseup.net/code/projects/"
+#| "tails) for managing our [tasks](https://labs.riseup.net/code/projects/"
+#| "tails/issues?query_id=108) and [[!tails_roadmap desc=\"plans\"]]. We are "
+#| "not exploiting the full potential of Redmine yet, but it already feels "
+#| "far less messy than how we did previously. Hopefully this will help "
+#| "others get involved! Many thanks go to Riseup for hosting the Redmine "
+#| "instance we use. Note that we will keep using ikiwiki for [[blueprints|"
+#| "blueprint]]."
msgid ""
"The most noticeable technical change that happened during the summit was "
"perhaps [our **move to Redmine**](https://labs.riseup.net/code/projects/"
@@ -197,12 +205,12 @@ msgstr ""
"Le changement technique le plus visible qui eu lieu durant le sommet est "
"sans doute [notre **migration vers Redmine**](https://labs.riseup.net/code/"
"projects/tails) pour gérer nos [tâches](https://labs.riseup.net/code/"
-"projects/tails/issues?query_id=108) et nos [[!tails_roadmap desc=\"plans\"]]"
-". Nous n'exploitons pas encore le plein potentiel de Redmine, mais ça nous "
-"semble déjà beaucoup moins fouillis qu'auparavant. On espère que cela aidera "
-"d'autres personnes à s'investir ! Merci beaucoup à Riseup pour l'hébergement "
-"du Redmine que nous utilisons. Veuillez noter que nous continuerons à "
-"utiliser ikiwiki pour nos blueprints."
+"projects/tails/issues?query_id=108) et nos [[!tails_roadmap desc=\"plans"
+"\"]]. Nous n'exploitons pas encore le plein potentiel de Redmine, mais ça "
+"nous semble déjà beaucoup moins fouillis qu'auparavant. On espère que cela "
+"aidera d'autres personnes à s'investir ! Merci beaucoup à Riseup pour "
+"l'hébergement du Redmine que nous utilisons. Veuillez noter que nous "
+"continuerons à utiliser ikiwiki pour nos [[blueprints|blueprint]]."

#. type: Plain text
msgid ""
diff --git a/wiki/src/news/tails-testers.fr.po b/wiki/src/news/tails-testers.fr.po
index 57dd2ca762..f57d7b0fb4 100644
--- a/wiki/src/news/tails-testers.fr.po
+++ b/wiki/src/news/tails-testers.fr.po
@@ -8,15 +8,15 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2018-09-18 06:11+0200\n"
-"PO-Revision-Date: 2021-05-10 17:32+0000\n"
-"Last-Translator: nihei <nihei@???>\n"
+"PO-Revision-Date: 2019-09-24 13:15+0000\n"
+"Last-Translator: xin <xin@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
+"X-Generator: Weblate 2.20\n"

#. type: Plain text
#, no-wrap
@@ -31,7 +31,7 @@ msgstr "[[!pagetemplate template=\"news.tmpl\"]]\n"
#. type: Plain text
#, no-wrap
msgid "[[!meta title=\"Tails testers mailing list\"]]\n"
-msgstr "[[!meta title=\"Liste de diffusion des testeurs de Tails\"]]\n"
+msgstr ""

 #. type: Plain text
 #, no-wrap
diff --git a/wiki/src/news/test_4.19-beta1.mdwn b/wiki/src/news/test_4.19-beta1.mdwn
deleted file mode 100644
index 74e801a7e9..0000000000
--- a/wiki/src/news/test_4.19-beta1.mdwn
+++ /dev/null
@@ -1,119 +0,0 @@
-[[!meta title="Call for testing 4.19~beta1"]]
-[[!meta date="Tue, 27 Apr 2021 12:00:00 +0000"]]
-[[!pagetemplate template="news.tmpl"]]
-[[!tag announce]]
-
-Contribute to Tails by testing our beta for Tails 4.19!
-
-We are very excited about it and cannot wait to hear your feedback :)
-
-[[!toc levels=1]]
-
-<h1 id="new">What's new in 4.19~beta1?</h1>
-
-Tails 4.19, scheduled for June 1, will completely change how to connect to the
-Tor network from Tails. We would like as many people as possible to test this
-beta version to be able to fix as many problems as possible before we release
-4.19 to all users.
-
-[[!img tor-connection.png link="no" alt=""]]
-
-Over the years, we have identified many issues in how to connect to the Tor
-network from Tails, thanks to your feedback. With this beta, we are trying to
-solve the most important and pressing of these issues:
-
-- The lack of feeback while connecting to the Tor network.
-
-- The option to use Tor bridges has to be turned on in the Welcome Screen and
-  cannot be changed afterwards.
-
-- The lack of default Tor bridges.
-
-- The previous configuration screen for Tor bridges wasn't accessible to people
-  who use the screen reader.
-
-- The lack of guidance when Tails is not connected to a local network yet.
-
-<h1 id="download">Download Tails 4.19~beta1</h1>
-
-<div class="caution">
-
-<p>Tails 4.19~beta1 has not been tested at all, as we usually do for new
-versions of Tails. <strong>Only use Tails 4.19~beta1 for testing!</strong></p>
-
-</div>
-
-Download and install Tails 4.19~beta1 as usually.
-
-<div class="caution">
-
-<p>All the data on this USB stick will be lost. Don't install Tails 4.19~beta1
-on any USB stick that already has a Persistent Storage.</p>
-
-</div>
-
-### Direct download
-
-  - <a class="use-mirror-pool" href="http://dl.amnesia.boum.org/tails/alpha/tails-amd64-4.19~beta1/tails-amd64-4.19~beta1.img">For USB sticks (USB image)</a><br/>
-    <small>[[OpenPGP signature|torrents/files/tails-amd64-4.19~beta1.img.sig]]<br/>SHA256SUM: b2b2639b90cea642f203826678c685a1f5b09e2e34f3ccc563864b1b10fa9d5e</small>
-
-  - <a class="use-mirror-pool" href="http://dl.amnesia.boum.org/tails/alpha/tails-amd64-4.19~beta1/tails-amd64-4.19~beta1.iso">For DVDs and virtual machines (ISO image)</a><br/>
-    <small>[[OpenPGP signature|torrents/files/tails-amd64-4.19~beta1.iso.sig]]<br/>SHA256SUM: 5f390031a5b33e579a1c60bc06936366663ce7a27ce7bc50398d7074b1013b42</small>
-
-### BitTorrent download
-
-  - [For USB sticks (USB image)](https://tails.boum.org/torrents/files/tails-amd64-4.19~beta1.img.torrent)
-
-  - [For DVDs and virtual machines (ISO image)](https://tails.boum.org/torrents/files/tails-amd64-4.19~beta1.iso.torrent)
-
-<h1 id="how-to-test">What to test in Tails 4.19~beta1?</h1>
-
-We know that Tails 4.19~beta11 still has many rough edges. But we still need
-your help to identify as many new problems as possible!
-
-We're particularly interested in you testing diverse and rare network
-configurations:
-
-- When connecting to Tor without bridges fails.
-
-- When Tails is not connected to a local network yet.
-
-- When disconnecting from a Wi-Fi network with Internet connectivity and then
-  reconnecting to a different Wi-Fi network without Internet connectivity.
-
-- When disconnecting from Wi-Fi network that don't require Tor bridges and the
-  reconnecting to different Wi-Fi network that requires Tor bridges.
-
-- When connecting to a Tor bridge that works at first but then stops working.
-
-- When connecting to the Internet using a proxy.
-
-Tell us if anything is unclear, confusing, or not working as you would expect.
-
-Please, send your feedback to <tails-testers@???> (public mailing list).
-
-If you are comfortable with the command line, check our [hacking
-tips](https://gitlab.tails.boum.org/tails/tails/-/blob/devel/config/chroot_local-includes/usr/share/doc/tails/tca/HACKING.md).
-They contain firewall rules that can be used to block access to the Tor network
-without bridges or simulate a broken bridge.
-
-<!--
-
-<h1 id="known-issues">Known issues in 4.19~beta1</h1>
-
--->
-
-<h1 id="next">What's coming next?</h1>
-
-Tails 4.19 will be the first release of a series of improvements to connect to
-Tor. Next, we will work on:
-
-- Saving Tor bridges to the Persistent Storage ([[!tails_ticket 5461]])
-- Detecting better when the computer has no supported Wi-Fi hardware ([[!tails_ticket 14534]])
-- Detecting captive portals ([[!tails_ticket 5785]])
-- Helping people fixing their clock when failing to connect to `obfs4` bridges ([[!tails_ticket 15548]])
-
-The learn more about our plans, read our [[!tails_blueprint network_connection
-desc="blueprint on network connection"]].
-
-Happy testing!
diff --git a/wiki/src/news/test_4.19-beta1/tor-connection.png b/wiki/src/news/test_4.19-beta1/tor-connection.png
deleted file mode 100644
index f127cdbcdf..0000000000
Binary files a/wiki/src/news/test_4.19-beta1/tor-connection.png and /dev/null differ
diff --git a/wiki/src/news/version_3.14.1/sandbox_escape.inline.ar.po b/wiki/src/news/version_3.14.1/sandbox_escape.inline.ar.po
index b312363d31..62fc473c4a 100644
--- a/wiki/src/news/version_3.14.1/sandbox_escape.inline.ar.po
+++ b/wiki/src/news/version_3.14.1/sandbox_escape.inline.ar.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-06-20 17:02+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"


-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"A security vulnerability was discovered in the sandboxing mechanism of "
diff --git a/wiki/src/news/version_3.14.1/sandbox_escape.inline.ca.po b/wiki/src/news/version_3.14.1/sandbox_escape.inline.ca.po
index f91883c248..1edd97a47e 100644
--- a/wiki/src/news/version_3.14.1/sandbox_escape.inline.ca.po
+++ b/wiki/src/news/version_3.14.1/sandbox_escape.inline.ca.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-06-20 17:02+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"A security vulnerability was discovered in the sandboxing mechanism of "
diff --git a/wiki/src/news/version_3.14.1/sandbox_escape.inline.de.po b/wiki/src/news/version_3.14.1/sandbox_escape.inline.de.po
index b55d4251dc..a1abcf7437 100644
--- a/wiki/src/news/version_3.14.1/sandbox_escape.inline.de.po
+++ b/wiki/src/news/version_3.14.1/sandbox_escape.inline.de.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-06-20 17:02+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"A security vulnerability was discovered in the sandboxing mechanism of "
@@ -38,12 +33,12 @@ msgstr ""

#. type: Plain text
msgid ""
-"Because *Tor Browser* in Tails is [[confined using *AppArmor*|doc/"
-"anonymous_internet/Tor_Browser#confinement]], only the data accessible to "
-"*Tor Browser* might be compromised but not the other applications or your "
-"other files. For example, a compromised *Tor Browser* might access your "
-"files in the *Tor Browser* and *Persistent/Tor Browser* folders but not "
-"anywhere else."
+"Because *Tor Browser* in Tails is [[confined using "
+"*AppArmor*|doc/anonymous_internet/Tor_Browser#confinement]], only the data "
+"accessible to *Tor Browser* might be compromised but not the other "
+"applications or your other files. For example, a compromised *Tor Browser* "
+"might access your files in the *Tor Browser* and *Persistent/Tor Browser* "
+"folders but not anywhere else."
msgstr ""

#. type: Plain text
@@ -79,6 +74,5 @@ msgid ""
msgstr ""

#. type: Bullet: ' - '
-msgid ""
-"Log in to several trusted websites without visiting any untrusted websites."
+msgid "Log in to several trusted websites without visiting any untrusted websites."
msgstr ""
diff --git a/wiki/src/news/version_3.14.1/sandbox_escape.inline.es.po b/wiki/src/news/version_3.14.1/sandbox_escape.inline.es.po
index b55d4251dc..a1abcf7437 100644
--- a/wiki/src/news/version_3.14.1/sandbox_escape.inline.es.po
+++ b/wiki/src/news/version_3.14.1/sandbox_escape.inline.es.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-06-20 17:02+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"A security vulnerability was discovered in the sandboxing mechanism of "
@@ -38,12 +33,12 @@ msgstr ""

#. type: Plain text
msgid ""
-"Because *Tor Browser* in Tails is [[confined using *AppArmor*|doc/"
-"anonymous_internet/Tor_Browser#confinement]], only the data accessible to "
-"*Tor Browser* might be compromised but not the other applications or your "
-"other files. For example, a compromised *Tor Browser* might access your "
-"files in the *Tor Browser* and *Persistent/Tor Browser* folders but not "
-"anywhere else."
+"Because *Tor Browser* in Tails is [[confined using "
+"*AppArmor*|doc/anonymous_internet/Tor_Browser#confinement]], only the data "
+"accessible to *Tor Browser* might be compromised but not the other "
+"applications or your other files. For example, a compromised *Tor Browser* "
+"might access your files in the *Tor Browser* and *Persistent/Tor Browser* "
+"folders but not anywhere else."
msgstr ""

#. type: Plain text
@@ -79,6 +74,5 @@ msgid ""
msgstr ""

#. type: Bullet: ' - '
-msgid ""
-"Log in to several trusted websites without visiting any untrusted websites."
+msgid "Log in to several trusted websites without visiting any untrusted websites."
msgstr ""
diff --git a/wiki/src/news/version_3.14.1/sandbox_escape.inline.fa.po b/wiki/src/news/version_3.14.1/sandbox_escape.inline.fa.po
index b55d4251dc..a1abcf7437 100644
--- a/wiki/src/news/version_3.14.1/sandbox_escape.inline.fa.po
+++ b/wiki/src/news/version_3.14.1/sandbox_escape.inline.fa.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-06-20 17:02+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"A security vulnerability was discovered in the sandboxing mechanism of "
@@ -38,12 +33,12 @@ msgstr ""

#. type: Plain text
msgid ""
-"Because *Tor Browser* in Tails is [[confined using *AppArmor*|doc/"
-"anonymous_internet/Tor_Browser#confinement]], only the data accessible to "
-"*Tor Browser* might be compromised but not the other applications or your "
-"other files. For example, a compromised *Tor Browser* might access your "
-"files in the *Tor Browser* and *Persistent/Tor Browser* folders but not "
-"anywhere else."
+"Because *Tor Browser* in Tails is [[confined using "
+"*AppArmor*|doc/anonymous_internet/Tor_Browser#confinement]], only the data "
+"accessible to *Tor Browser* might be compromised but not the other "
+"applications or your other files. For example, a compromised *Tor Browser* "
+"might access your files in the *Tor Browser* and *Persistent/Tor Browser* "
+"folders but not anywhere else."
msgstr ""

#. type: Plain text
@@ -79,6 +74,5 @@ msgid ""
msgstr ""

#. type: Bullet: ' - '
-msgid ""
-"Log in to several trusted websites without visiting any untrusted websites."
+msgid "Log in to several trusted websites without visiting any untrusted websites."
msgstr ""
diff --git a/wiki/src/news/version_3.14.1/sandbox_escape.inline.fr.po b/wiki/src/news/version_3.14.1/sandbox_escape.inline.fr.po
index 26eccbe4ad..0289371057 100644
--- a/wiki/src/news/version_3.14.1/sandbox_escape.inline.fr.po
+++ b/wiki/src/news/version_3.14.1/sandbox_escape.inline.fr.po
@@ -6,21 +6,14 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"POT-Creation-Date: 2019-06-20 17:02+0000\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: fr\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"

#. type: Plain text
msgid ""
@@ -46,12 +39,12 @@ msgstr ""

#. type: Plain text
msgid ""
-"Because *Tor Browser* in Tails is [[confined using *AppArmor*|doc/"
-"anonymous_internet/Tor_Browser#confinement]], only the data accessible to "
-"*Tor Browser* might be compromised but not the other applications or your "
-"other files. For example, a compromised *Tor Browser* might access your "
-"files in the *Tor Browser* and *Persistent/Tor Browser* folders but not "
-"anywhere else."
+"Because *Tor Browser* in Tails is [[confined using "
+"*AppArmor*|doc/anonymous_internet/Tor_Browser#confinement]], only the data "
+"accessible to *Tor Browser* might be compromised but not the other "
+"applications or your other files. For example, a compromised *Tor Browser* "
+"might access your files in the *Tor Browser* and *Persistent/Tor Browser* "
+"folders but not anywhere else."
msgstr ""
"Comme le *Navigateur Tor* dans Tails est [[confiné avec *AppArmor*|doc/"
"anonymous_internet/Tor_Browser#confinement]], seules les données accessibles "
@@ -101,7 +94,6 @@ msgstr ""
"*Persistent/Tor Browser*."

#. type: Bullet: ' - '
-msgid ""
-"Log in to several trusted websites without visiting any untrusted websites."
+msgid "Log in to several trusted websites without visiting any untrusted websites."
msgstr ""
"S'identifier sur plusieurs sites fiables sans visiter de site non-fiable."
diff --git a/wiki/src/news/version_3.14.1/sandbox_escape.inline.id.po b/wiki/src/news/version_3.14.1/sandbox_escape.inline.id.po
index 624e06ba58..025bca1f2f 100644
--- a/wiki/src/news/version_3.14.1/sandbox_escape.inline.id.po
+++ b/wiki/src/news/version_3.14.1/sandbox_escape.inline.id.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-06-20 17:02+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"A security vulnerability was discovered in the sandboxing mechanism of "
diff --git a/wiki/src/news/version_3.14.1/sandbox_escape.inline.it.po b/wiki/src/news/version_3.14.1/sandbox_escape.inline.it.po
index b55d4251dc..a1abcf7437 100644
--- a/wiki/src/news/version_3.14.1/sandbox_escape.inline.it.po
+++ b/wiki/src/news/version_3.14.1/sandbox_escape.inline.it.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-06-20 17:02+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"A security vulnerability was discovered in the sandboxing mechanism of "
@@ -38,12 +33,12 @@ msgstr ""

#. type: Plain text
msgid ""
-"Because *Tor Browser* in Tails is [[confined using *AppArmor*|doc/"
-"anonymous_internet/Tor_Browser#confinement]], only the data accessible to "
-"*Tor Browser* might be compromised but not the other applications or your "
-"other files. For example, a compromised *Tor Browser* might access your "
-"files in the *Tor Browser* and *Persistent/Tor Browser* folders but not "
-"anywhere else."
+"Because *Tor Browser* in Tails is [[confined using "
+"*AppArmor*|doc/anonymous_internet/Tor_Browser#confinement]], only the data "
+"accessible to *Tor Browser* might be compromised but not the other "
+"applications or your other files. For example, a compromised *Tor Browser* "
+"might access your files in the *Tor Browser* and *Persistent/Tor Browser* "
+"folders but not anywhere else."
msgstr ""

#. type: Plain text
@@ -79,6 +74,5 @@ msgid ""
msgstr ""

#. type: Bullet: ' - '
-msgid ""
-"Log in to several trusted websites without visiting any untrusted websites."
+msgid "Log in to several trusted websites without visiting any untrusted websites."
msgstr ""
diff --git a/wiki/src/news/version_3.14.1/sandbox_escape.inline.mdwn b/wiki/src/news/version_3.14.1/sandbox_escape.inline.mdwn
index 95d1420d30..22a8d1f498 100644
--- a/wiki/src/news/version_3.14.1/sandbox_escape.inline.mdwn
+++ b/wiki/src/news/version_3.14.1/sandbox_escape.inline.mdwn
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
A security vulnerability was discovered in the sandboxing
mechanism of *Firefox* and *Tor Browser*. This vulnerability allows a
malicious website to bypass some of the confinement built in *Firefox*,
diff --git a/wiki/src/news/version_3.14.1/sandbox_escape.inline.pl.po b/wiki/src/news/version_3.14.1/sandbox_escape.inline.pl.po
index a3316b6cd8..34acc4962d 100644
--- a/wiki/src/news/version_3.14.1/sandbox_escape.inline.pl.po
+++ b/wiki/src/news/version_3.14.1/sandbox_escape.inline.pl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-06-20 17:02+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"A security vulnerability was discovered in the sandboxing mechanism of "
diff --git a/wiki/src/news/version_3.14.1/sandbox_escape.inline.pt.po b/wiki/src/news/version_3.14.1/sandbox_escape.inline.pt.po
index b55d4251dc..a1abcf7437 100644
--- a/wiki/src/news/version_3.14.1/sandbox_escape.inline.pt.po
+++ b/wiki/src/news/version_3.14.1/sandbox_escape.inline.pt.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-06-20 17:02+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"A security vulnerability was discovered in the sandboxing mechanism of "
@@ -38,12 +33,12 @@ msgstr ""

#. type: Plain text
msgid ""
-"Because *Tor Browser* in Tails is [[confined using *AppArmor*|doc/"
-"anonymous_internet/Tor_Browser#confinement]], only the data accessible to "
-"*Tor Browser* might be compromised but not the other applications or your "
-"other files. For example, a compromised *Tor Browser* might access your "
-"files in the *Tor Browser* and *Persistent/Tor Browser* folders but not "
-"anywhere else."
+"Because *Tor Browser* in Tails is [[confined using "
+"*AppArmor*|doc/anonymous_internet/Tor_Browser#confinement]], only the data "
+"accessible to *Tor Browser* might be compromised but not the other "
+"applications or your other files. For example, a compromised *Tor Browser* "
+"might access your files in the *Tor Browser* and *Persistent/Tor Browser* "
+"folders but not anywhere else."
msgstr ""

#. type: Plain text
@@ -79,6 +74,5 @@ msgid ""
msgstr ""

#. type: Bullet: ' - '
-msgid ""
-"Log in to several trusted websites without visiting any untrusted websites."
+msgid "Log in to several trusted websites without visiting any untrusted websites."
msgstr ""
diff --git a/wiki/src/news/version_3.14.1/sandbox_escape.inline.ru.po b/wiki/src/news/version_3.14.1/sandbox_escape.inline.ru.po
index 5878d4996a..5012c18cab 100644
--- a/wiki/src/news/version_3.14.1/sandbox_escape.inline.ru.po
+++ b/wiki/src/news/version_3.14.1/sandbox_escape.inline.ru.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-06-20 17:02+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"A security vulnerability was discovered in the sandboxing mechanism of "
diff --git a/wiki/src/news/version_3.14.1/sandbox_escape.inline.sr_Latn.po b/wiki/src/news/version_3.14.1/sandbox_escape.inline.sr_Latn.po
index d538a09bc5..95a9d92ff0 100644
--- a/wiki/src/news/version_3.14.1/sandbox_escape.inline.sr_Latn.po
+++ b/wiki/src/news/version_3.14.1/sandbox_escape.inline.sr_Latn.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-06-20 17:02+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"A security vulnerability was discovered in the sandboxing mechanism of "
diff --git a/wiki/src/news/version_3.14.1/sandbox_escape.inline.tr.po b/wiki/src/news/version_3.14.1/sandbox_escape.inline.tr.po
index 9a9dc0eae6..8bef4473e3 100644
--- a/wiki/src/news/version_3.14.1/sandbox_escape.inline.tr.po
+++ b/wiki/src/news/version_3.14.1/sandbox_escape.inline.tr.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-06-20 17:02+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"A security vulnerability was discovered in the sandboxing mechanism of "
diff --git a/wiki/src/news/version_3.14.1/sandbox_escape.inline.zh.po b/wiki/src/news/version_3.14.1/sandbox_escape.inline.zh.po
index c113cffb90..285631400c 100644
--- a/wiki/src/news/version_3.14.1/sandbox_escape.inline.zh.po
+++ b/wiki/src/news/version_3.14.1/sandbox_escape.inline.zh.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-06-20 17:02+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"A security vulnerability was discovered in the sandboxing mechanism of "
diff --git a/wiki/src/news/version_3.14.1/sandbox_escape.inline.zh_TW.po b/wiki/src/news/version_3.14.1/sandbox_escape.inline.zh_TW.po
index 04c29855c4..72f8c67164 100644
--- a/wiki/src/news/version_3.14.1/sandbox_escape.inline.zh_TW.po
+++ b/wiki/src/news/version_3.14.1/sandbox_escape.inline.zh_TW.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2019-06-20 17:02+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
 #. type: Plain text
 msgid ""
 "A security vulnerability was discovered in the sandboxing mechanism of "
diff --git a/wiki/src/news/version_4.14/broken_upgrades.ar.po b/wiki/src/news/version_4.14/broken_upgrades.ar.po
index 9946e7c074..be99ce2e87 100644
--- a/wiki/src/news/version_4.14/broken_upgrades.ar.po
+++ b/wiki/src/news/version_4.14/broken_upgrades.ar.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
@@ -77,6 +77,6 @@ msgstr ""
 #. type: Bullet: '    1. '
 msgid ""
 "Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
+"latest version of Tails. If no prompt appear, you might already be running "
 "the latest version of Tails."
 msgstr ""
diff --git a/wiki/src/news/version_4.14/broken_upgrades.ca.po b/wiki/src/news/version_4.14/broken_upgrades.ca.po
index 9a73d1b75f..befc5fe068 100644
--- a/wiki/src/news/version_4.14/broken_upgrades.ca.po
+++ b/wiki/src/news/version_4.14/broken_upgrades.ca.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
@@ -77,6 +77,6 @@ msgstr ""
 #. type: Bullet: '    1. '
 msgid ""
 "Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
+"latest version of Tails. If no prompt appear, you might already be running "
 "the latest version of Tails."
 msgstr ""
diff --git a/wiki/src/news/version_4.14/broken_upgrades.de.po b/wiki/src/news/version_4.14/broken_upgrades.de.po
index bbb4e1e7db..e0ac4a6aba 100644
--- a/wiki/src/news/version_4.14/broken_upgrades.de.po
+++ b/wiki/src/news/version_4.14/broken_upgrades.de.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
@@ -77,6 +77,6 @@ msgstr ""
 #. type: Bullet: '    1. '
 msgid ""
 "Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
+"latest version of Tails. If no prompt appear, you might already be running "
 "the latest version of Tails."
 msgstr ""
diff --git a/wiki/src/news/version_4.14/broken_upgrades.es.po b/wiki/src/news/version_4.14/broken_upgrades.es.po
index bbb4e1e7db..e0ac4a6aba 100644
--- a/wiki/src/news/version_4.14/broken_upgrades.es.po
+++ b/wiki/src/news/version_4.14/broken_upgrades.es.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
@@ -77,6 +77,6 @@ msgstr ""
 #. type: Bullet: '    1. '
 msgid ""
 "Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
+"latest version of Tails. If no prompt appear, you might already be running "
 "the latest version of Tails."
 msgstr ""
diff --git a/wiki/src/news/version_4.14/broken_upgrades.fa.po b/wiki/src/news/version_4.14/broken_upgrades.fa.po
index bbb4e1e7db..e0ac4a6aba 100644
--- a/wiki/src/news/version_4.14/broken_upgrades.fa.po
+++ b/wiki/src/news/version_4.14/broken_upgrades.fa.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
@@ -77,6 +77,6 @@ msgstr ""
 #. type: Bullet: '    1. '
 msgid ""
 "Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
+"latest version of Tails. If no prompt appear, you might already be running "
 "the latest version of Tails."
 msgstr ""
diff --git a/wiki/src/news/version_4.14/broken_upgrades.fr.po b/wiki/src/news/version_4.14/broken_upgrades.fr.po
index 4554cbb022..af4de2a2f6 100644
--- a/wiki/src/news/version_4.14/broken_upgrades.fr.po
+++ b/wiki/src/news/version_4.14/broken_upgrades.fr.po
@@ -6,9 +6,9 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
-"PO-Revision-Date: 2021-05-06 18:34+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
+"PO-Revision-Date: 2021-03-22 19:06+0000\n"
+"Last-Translator: Corl3ss <corl3ss@???>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
@@ -30,7 +30,9 @@ msgstr ""
 #. type: Plain text
 #, no-wrap
 msgid "  To upgrade from Tails 4.14 or earlier, you can either:\n"
-msgstr "  Pour mettre à jour depuis Tails 4.14 ou plus ancien, vous pouvez au choix :\n"
+msgstr ""
+"  Pour mettre à jour depuis Tails 4.14 ou plus ancien, vous pouvez au choix :"
+"\n"


 #. type: Bullet: '  - '
 msgid "Do a [[manual upgrade|doc/upgrade#manual]]."
@@ -75,8 +77,10 @@ msgid ""
 "       Copy and paste the entire block at once and make sure that it executes\n"
 "       as a single command.</p>\n"
 msgstr ""
-"       <p>Cette commande est une commande unique qui est répartie sur plusieurs lignes.\n"
-"       Copiez et collez le bloc entier en une seule fois et vérifiez qu'elle s'exécute\n"
+"       <p>Cette commande est une commande unique qui est répartie sur "
+"plusieurs lignes.\n"
+"       Copiez et collez le bloc entier en une seule fois et vérifiez qu'elle "
+"s'exécute\n"
 "       comme une seule ligne de commande.</p>\n"


 #. type: Plain text
@@ -87,7 +91,7 @@ msgstr "       </div>\n"
 #. type: Bullet: '    1. '
 msgid ""
 "Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
+"latest version of Tails. If no prompt appear, you might already be running "
 "the latest version of Tails."
 msgstr ""
 "Environ 30 secondes plus tard, on devrait vous demander de mettre à jour "
diff --git a/wiki/src/news/version_4.14/broken_upgrades.id.po b/wiki/src/news/version_4.14/broken_upgrades.id.po
index 64afa48183..177391f1f7 100644
--- a/wiki/src/news/version_4.14/broken_upgrades.id.po
+++ b/wiki/src/news/version_4.14/broken_upgrades.id.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
@@ -77,6 +77,6 @@ msgstr ""
 #. type: Bullet: '    1. '
 msgid ""
 "Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
+"latest version of Tails. If no prompt appear, you might already be running "
 "the latest version of Tails."
 msgstr ""
diff --git a/wiki/src/news/version_4.14/broken_upgrades.it.po b/wiki/src/news/version_4.14/broken_upgrades.it.po
index bbb4e1e7db..e0ac4a6aba 100644
--- a/wiki/src/news/version_4.14/broken_upgrades.it.po
+++ b/wiki/src/news/version_4.14/broken_upgrades.it.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
@@ -77,6 +77,6 @@ msgstr ""
 #. type: Bullet: '    1. '
 msgid ""
 "Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
+"latest version of Tails. If no prompt appear, you might already be running "
 "the latest version of Tails."
 msgstr ""
diff --git a/wiki/src/news/version_4.14/broken_upgrades.mdwn b/wiki/src/news/version_4.14/broken_upgrades.mdwn
index 28b238421c..d6b6861be2 100644
--- a/wiki/src/news/version_4.14/broken_upgrades.mdwn
+++ b/wiki/src/news/version_4.14/broken_upgrades.mdwn
@@ -26,5 +26,5 @@
        </div>


     1. Approximately 30 seconds later, you should be prompted to upgrade to the latest
-       version of Tails. If no prompt appears, you might already be running the
+       version of Tails. If no prompt appear, you might already be running the
        latest version of Tails.
diff --git a/wiki/src/news/version_4.14/broken_upgrades.pl.po b/wiki/src/news/version_4.14/broken_upgrades.pl.po
index fa8d2689d3..d80b9a66a7 100644
--- a/wiki/src/news/version_4.14/broken_upgrades.pl.po
+++ b/wiki/src/news/version_4.14/broken_upgrades.pl.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
@@ -77,6 +77,6 @@ msgstr ""
 #. type: Bullet: '    1. '
 msgid ""
 "Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
+"latest version of Tails. If no prompt appear, you might already be running "
 "the latest version of Tails."
 msgstr ""
diff --git a/wiki/src/news/version_4.14/broken_upgrades.pt.po b/wiki/src/news/version_4.14/broken_upgrades.pt.po
index bbb4e1e7db..e0ac4a6aba 100644
--- a/wiki/src/news/version_4.14/broken_upgrades.pt.po
+++ b/wiki/src/news/version_4.14/broken_upgrades.pt.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
@@ -77,6 +77,6 @@ msgstr ""
 #. type: Bullet: '    1. '
 msgid ""
 "Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
+"latest version of Tails. If no prompt appear, you might already be running "
 "the latest version of Tails."
 msgstr ""
diff --git a/wiki/src/news/version_4.14/broken_upgrades.ru.po b/wiki/src/news/version_4.14/broken_upgrades.ru.po
index c73eea035f..5fd7a7140e 100644
--- a/wiki/src/news/version_4.14/broken_upgrades.ru.po
+++ b/wiki/src/news/version_4.14/broken_upgrades.ru.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
@@ -77,6 +77,6 @@ msgstr ""
 #. type: Bullet: '    1. '
 msgid ""
 "Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
+"latest version of Tails. If no prompt appear, you might already be running "
 "the latest version of Tails."
 msgstr ""
diff --git a/wiki/src/news/version_4.14/broken_upgrades.sr_Latn.po b/wiki/src/news/version_4.14/broken_upgrades.sr_Latn.po
index 00d7014d37..43764ca1fc 100644
--- a/wiki/src/news/version_4.14/broken_upgrades.sr_Latn.po
+++ b/wiki/src/news/version_4.14/broken_upgrades.sr_Latn.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
@@ -77,6 +77,6 @@ msgstr ""
 #. type: Bullet: '    1. '
 msgid ""
 "Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
+"latest version of Tails. If no prompt appear, you might already be running "
 "the latest version of Tails."
 msgstr ""
diff --git a/wiki/src/news/version_4.14/broken_upgrades.tr.po b/wiki/src/news/version_4.14/broken_upgrades.tr.po
index b25e242cec..3727a13d4d 100644
--- a/wiki/src/news/version_4.14/broken_upgrades.tr.po
+++ b/wiki/src/news/version_4.14/broken_upgrades.tr.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
@@ -77,6 +77,6 @@ msgstr ""
 #. type: Bullet: '    1. '
 msgid ""
 "Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
+"latest version of Tails. If no prompt appear, you might already be running "
 "the latest version of Tails."
 msgstr ""
diff --git a/wiki/src/news/version_4.14/broken_upgrades.zh.po b/wiki/src/news/version_4.14/broken_upgrades.zh.po
index 46c97380e4..5075a1c44e 100644
--- a/wiki/src/news/version_4.14/broken_upgrades.zh.po
+++ b/wiki/src/news/version_4.14/broken_upgrades.zh.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
@@ -77,6 +77,6 @@ msgstr ""
 #. type: Bullet: '    1. '
 msgid ""
 "Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
+"latest version of Tails. If no prompt appear, you might already be running "
 "the latest version of Tails."
 msgstr ""
diff --git a/wiki/src/news/version_4.14/broken_upgrades.zh_TW.po b/wiki/src/news/version_4.14/broken_upgrades.zh_TW.po
index ee70c2fedf..f873954bf4 100644
--- a/wiki/src/news/version_4.14/broken_upgrades.zh_TW.po
+++ b/wiki/src/news/version_4.14/broken_upgrades.zh_TW.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-06 15:50+0000\n"
+"POT-Creation-Date: 2021-03-23 07:36+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
@@ -77,6 +77,6 @@ msgstr ""
 #. type: Bullet: '    1. '
 msgid ""
 "Approximately 30 seconds later, you should be prompted to upgrade to the "
-"latest version of Tails. If no prompt appears, you might already be running "
+"latest version of Tails. If no prompt appear, you might already be running "
 "the latest version of Tails."
 msgstr ""
diff --git a/wiki/src/news/version_4.18.fr.po b/wiki/src/news/version_4.18.fr.po
index 0086bee36f..f583dd95a0 100644
--- a/wiki/src/news/version_4.18.fr.po
+++ b/wiki/src/news/version_4.18.fr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "POT-Creation-Date: 2021-04-20 16:30+0000\n"
-"PO-Revision-Date: 2021-04-29 18:06+0000\n"
+"PO-Revision-Date: 2021-04-26 15:07+0000\n"
 "Last-Translator: Chre <tor@???>\n"
 "Language-Team: LANGUAGE <LL@???>\n"
 "Language: fr\n"
@@ -152,7 +152,7 @@ msgid ""
 msgstr ""
 "Affichage d'un message d'erreur lorsque l'outil de mise à jour ne parvient "
 "pas à télécharger la clé de signature.  C'est une erreur silencieuse depuis "
-"la 4.14. ([[!tails_ticket 18238]])"
+"la 4.14. ([!tails_ticket 18238]])"


#. type: Plain text
msgid ""
diff --git a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.ar.po b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.ar.po
index 940f1b1544..cd855c0da3 100644
--- a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.ar.po
+++ b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.ar.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-03-18 05:40+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Tor is aware of a technical issue that allows JavaScript execution in the "
diff --git a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.ca.po b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.ca.po
index 745aa0ca17..be6a3be9fe 100644
--- a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.ca.po
+++ b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.ca.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-03-18 05:40+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Tor is aware of a technical issue that allows JavaScript execution in the "
diff --git a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.de.po b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.de.po
index 271111b2c9..1e64d1f270 100644
--- a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.de.po
+++ b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.de.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-03-18 05:40+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,16 +16,12 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Tor is aware of a technical issue that allows JavaScript execution in the "
-"*Safest* [[security level of *Tor Browser*|doc/anonymous_internet/"
-"Tor_Browser#security-level]] in some situations."
+"*Safest* [[security level of *Tor "
+"Browser*|doc/anonymous_internet/Tor_Browser#security-level]] in some "
+"situations."
msgstr ""

#. type: Plain text
@@ -51,8 +47,8 @@ msgstr ""

#. type: Bullet: '1. '
msgid ""
-"At the top of the page, search for <span class=\"command\">javascript."
-"enabled</span>."
+"At the top of the page, search for <span "
+"class=\"command\">javascript.enabled</span>."
msgstr ""

#. type: Bullet: '1. '
diff --git a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.es.po b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.es.po
index 271111b2c9..1e64d1f270 100644
--- a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.es.po
+++ b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.es.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-03-18 05:40+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,16 +16,12 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Tor is aware of a technical issue that allows JavaScript execution in the "
-"*Safest* [[security level of *Tor Browser*|doc/anonymous_internet/"
-"Tor_Browser#security-level]] in some situations."
+"*Safest* [[security level of *Tor "
+"Browser*|doc/anonymous_internet/Tor_Browser#security-level]] in some "
+"situations."
msgstr ""

#. type: Plain text
@@ -51,8 +47,8 @@ msgstr ""

#. type: Bullet: '1. '
msgid ""
-"At the top of the page, search for <span class=\"command\">javascript."
-"enabled</span>."
+"At the top of the page, search for <span "
+"class=\"command\">javascript.enabled</span>."
msgstr ""

#. type: Bullet: '1. '
diff --git a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.fa.po b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.fa.po
index 19f807972f..6d92d177b2 100644
--- a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.fa.po
+++ b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.fa.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-03-18 05:40+0000\n"
"PO-Revision-Date: 2020-12-24 14:44+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,16 +17,12 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Tor is aware of a technical issue that allows JavaScript execution in the "
-"*Safest* [[security level of *Tor Browser*|doc/anonymous_internet/"
-"Tor_Browser#security-level]] in some situations."
+"*Safest* [[security level of *Tor "
+"Browser*|doc/anonymous_internet/Tor_Browser#security-level]] in some "
+"situations."
msgstr ""

#. type: Plain text
@@ -52,8 +48,8 @@ msgstr ""

#. type: Bullet: '1. '
msgid ""
-"At the top of the page, search for <span class=\"command\">javascript."
-"enabled</span>."
+"At the top of the page, search for <span "
+"class=\"command\">javascript.enabled</span>."
msgstr ""

#. type: Bullet: '1. '
diff --git a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.fr.po b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.fr.po
index ad95e3f741..addaeb0166 100644
--- a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.fr.po
+++ b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.fr.po
@@ -6,27 +6,23 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"POT-Creation-Date: 2020-03-18 05:40+0000\n"
+"PO-Revision-Date: 2020-04-17 06:35+0000\n"
+"Last-Translator: xin <xin@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
+"X-Generator: Weblate 3.5.1\n"

#. type: Plain text
msgid ""
"Tor is aware of a technical issue that allows JavaScript execution in the "
-"*Safest* [[security level of *Tor Browser*|doc/anonymous_internet/"
-"Tor_Browser#security-level]] in some situations."
+"*Safest* [[security level of *Tor "
+"Browser*|doc/anonymous_internet/Tor_Browser#security-level]] in some "
+"situations."
msgstr ""
"Tor est au courant d'un problème technique qui permet l'éxécution de "
"JavaScript dans le [[niveau de sécurité *Le plus sûr* du *Navigateur Tor*|"
@@ -46,8 +42,8 @@ msgid ""
"Open the address <span class=\"command\">about:config</span> in *Tor "
"Browser*."
msgstr ""
-"Tapez l'adresse <span class=\"command\">about:config</span> dans le "
-"*Navigateur Tor*."
+"Tapez l'adresse <span class=\"command\">about:config</span> dans le *"
+"Navigateur Tor*."

#. type: Plain text
#, no-wrap
@@ -60,11 +56,11 @@ msgstr "Cliquez sur le bouton **Je prends le risque**."

#. type: Bullet: '1. '
msgid ""
-"At the top of the page, search for <span class=\"command\">javascript."
-"enabled</span>."
+"At the top of the page, search for <span "
+"class=\"command\">javascript.enabled</span>."
msgstr ""
-"En haut de la page, recherchez <span class=\"command\">javascript.enabled</"
-"span>."
+"En haut de la page, recherchez <span class=\"command\""
+">javascript.enabled</span>."

#. type: Bullet: '1. '
msgid ""
diff --git a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.id.po b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.id.po
index 866cbfc57b..e303db3f32 100644
--- a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.id.po
+++ b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.id.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-03-18 05:40+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Tor is aware of a technical issue that allows JavaScript execution in the "
diff --git a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.it.po b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.it.po
index 5364bd4fa2..488d311462 100644
--- a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.it.po
+++ b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.it.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-03-18 05:40+0000\n"
"PO-Revision-Date: 2020-08-20 18:29+0000\n"
"Last-Translator: gallium69 <gallium69@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -17,16 +17,12 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.5.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Tor is aware of a technical issue that allows JavaScript execution in the "
-"*Safest* [[security level of *Tor Browser*|doc/anonymous_internet/"
-"Tor_Browser#security-level]] in some situations."
+"*Safest* [[security level of *Tor "
+"Browser*|doc/anonymous_internet/Tor_Browser#security-level]] in some "
+"situations."
msgstr ""
"Tor è al corrente di un problema tecnico che permette l'esecuzione di "
"JavaScript nel [[livello di sicurezza *Molto sicuro* di *Tor Browser*|doc/"
@@ -59,8 +55,8 @@ msgstr "Fai clic sul bottone **Accetto i rischi**."

#. type: Bullet: '1. '
msgid ""
-"At the top of the page, search for <span class=\"command\">javascript."
-"enabled</span>."
+"At the top of the page, search for <span "
+"class=\"command\">javascript.enabled</span>."
msgstr ""
"Nella casella in cima alla pagina, cerca <span class=\"command\">javascript."
"enabled</span>."
diff --git a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.mdwn b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.mdwn
index b202b30ea3..21b502ece9 100644
--- a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.mdwn
+++ b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.mdwn
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
Tor is aware of a technical issue that allows JavaScript execution in
the *Safest* [[security level of *Tor Browser*|doc/anonymous_internet/Tor_Browser#security-level]]
in some situations.
diff --git a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.pl.po b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.pl.po
index 79799458bf..20c73727e3 100644
--- a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.pl.po
+++ b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.pl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-03-18 05:40+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Tor is aware of a technical issue that allows JavaScript execution in the "
diff --git a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.pt.po b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.pt.po
index 271111b2c9..1e64d1f270 100644
--- a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.pt.po
+++ b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.pt.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-03-18 05:40+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,16 +16,12 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Tor is aware of a technical issue that allows JavaScript execution in the "
-"*Safest* [[security level of *Tor Browser*|doc/anonymous_internet/"
-"Tor_Browser#security-level]] in some situations."
+"*Safest* [[security level of *Tor "
+"Browser*|doc/anonymous_internet/Tor_Browser#security-level]] in some "
+"situations."
msgstr ""

#. type: Plain text
@@ -51,8 +47,8 @@ msgstr ""

#. type: Bullet: '1. '
msgid ""
-"At the top of the page, search for <span class=\"command\">javascript."
-"enabled</span>."
+"At the top of the page, search for <span "
+"class=\"command\">javascript.enabled</span>."
msgstr ""

#. type: Bullet: '1. '
diff --git a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.ru.po b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.ru.po
index 30ef645103..f231bae239 100644
--- a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.ru.po
+++ b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.ru.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-03-18 05:40+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Tor is aware of a technical issue that allows JavaScript execution in the "
diff --git a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.sr_Latn.po b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.sr_Latn.po
index 604c66d354..b496fb1808 100644
--- a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.sr_Latn.po
+++ b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.sr_Latn.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-03-18 05:40+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Tor is aware of a technical issue that allows JavaScript execution in the "
diff --git a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.tr.po b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.tr.po
index cca1e0fca9..d7491d4d53 100644
--- a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.tr.po
+++ b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.tr.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-03-18 05:40+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Tor is aware of a technical issue that allows JavaScript execution in the "
diff --git a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.zh.po b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.zh.po
index 345fe82d89..b7413985d8 100644
--- a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.zh.po
+++ b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.zh.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-03-18 05:40+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Tor is aware of a technical issue that allows JavaScript execution in the "
diff --git a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.zh_TW.po b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.zh_TW.po
index 1efede7cd6..19f7164bdb 100644
--- a/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.zh_TW.po
+++ b/wiki/src/news/version_4.4/javascript_sometimes_enabled_in_safest.inline.zh_TW.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-03-18 05:40+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Tor is aware of a technical issue that allows JavaScript execution in the "
diff --git a/wiki/src/news/what_we_accomplished_in_2017.fr.po b/wiki/src/news/what_we_accomplished_in_2017.fr.po
index 1045c07ab7..bcccfb3104 100644
--- a/wiki/src/news/what_we_accomplished_in_2017.fr.po
+++ b/wiki/src/news/what_we_accomplished_in_2017.fr.po
@@ -8,15 +8,15 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-12-08 21:41+0000\n"
-"PO-Revision-Date: 2021-04-29 18:51+0000\n"
-"Last-Translator: nihei <nihei@???>\n"
+"PO-Revision-Date: 2020-08-16 20:30+0000\n"
+"Last-Translator: xin <xin@???>\n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
+"X-Generator: Weblate 3.5.1\n"

#. type: Plain text
#, no-wrap
@@ -126,14 +126,21 @@ msgid "- **Fundraising**"
msgstr "- **Financement**"

#. type: Bullet: ' - '
+#, fuzzy
+#| msgid ""
+#| "**Have more reliable and steady sources of income**: We created a page "
+#| "presenting our [[past, present and future partners|partners/]] and "
+#| "hopefully inciting more companies and individuals to make substantial "
+#| "donations."
msgid ""
"**Have more reliable and steady sources of income**: We created a page "
"presenting our past and present sponsors and hopefully inciting more "
"companies and individuals to make substantial donations."
msgstr ""
"**Avoir des sources de revenu plus stables et régulières** : Nous avons créé "
-"une page présentant nos sponsors passés et présents et nous espérons inciter "
-"plus d'entreprises et d'individus à faire des dons importants."
+"une page présentant nos [[partenaires passés, présent et futurs|partners/]] "
+"et nous espérons inciter plus d'entreprises et d'individus à faire des dons "
+"importants."

#. type: Plain text
msgid ""
diff --git a/wiki/src/news/what_we_do_with_your_money.fr.po b/wiki/src/news/what_we_do_with_your_money.fr.po
index 5e50a09dbe..f5b5e74a08 100644
--- a/wiki/src/news/what_we_do_with_your_money.fr.po
+++ b/wiki/src/news/what_we_do_with_your_money.fr.po
@@ -6,17 +6,15 @@
msgid ""
msgstr ""
"Project-Id-Version: Tails\n"
-"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2018-09-18 06:11+0200\n"
-"PO-Revision-Date: 2021-04-29 19:07+0000\n"
+"PO-Revision-Date: 2017-10-15 17:13+0000\n"
"Last-Translator: Chre <tor@???>\n"
"Language-Team: Tails translators <tails@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
+"X-Generator: Poedit 1.8.11\n"

#. type: Plain text
#, no-wrap
@@ -176,9 +174,9 @@ msgid ""
"Keeping Tails successful also implies quite a bit of **administration** to "
"raise funds, do accounting, organize work, write reports, etc."
msgstr ""
-"Garder Tails efficace implique aussi de faire pas mal de travaux "
-"**administratifs** pour récolter des fonds, faire la comptabilité, organiser "
-"le travail, écrire les rapports, etc."
+"Garder Tails efficace implique également de faire pas mal "
+"d'**administration** pour récolter des fonds, faire la comptabilité, "
+"organiser le travail, écrire des rapports, etc."

#. type: Bullet: '- '
msgid ""
diff --git a/wiki/src/news/who_are_you_helping.fr.po b/wiki/src/news/who_are_you_helping.fr.po
index df3d2c5acb..a71bd0f1c7 100644
--- a/wiki/src/news/who_are_you_helping.fr.po
+++ b/wiki/src/news/who_are_you_helping.fr.po
@@ -8,15 +8,15 @@ msgstr ""
"Project-Id-Version: Tails\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-08-18 00:29+0000\n"
-"PO-Revision-Date: 2021-04-29 18:43+0000\n"
-"Last-Translator: nihei <nihei@???>\n"
+"PO-Revision-Date: 2019-09-19 09:59+0000\n"
+"Last-Translator: xin <xin@???>\n"
"Language-Team: Tails translators <tails@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
+"X-Generator: Weblate 2.20\n"

#. type: Plain text
#, no-wrap
@@ -76,6 +76,14 @@ msgstr ""
"Unis et en Europe."

#. type: Plain text
+#, fuzzy
+#| msgid ""
+#| "In October 2014, Tails was being used by more than 11 500 people [[daily|"
+#| "support/faq#boot_statistics]]. The profile of Tor and Tails users is very "
+#| "diverse. This diversity increases the anonymity provided by those tools "
+#| "for everyone by making it harder to target and to identify a specific "
+#| "type of user. From the various contacts that we have with organizations "
+#| "working on the ground, we know that Tails has been used by:"
msgid ""
"In October 2014, Tails was being used by more than 11 500 people [[daily|"
"support/faq#boot-statistics]]. The profile of Tor and Tails users is very "
@@ -84,9 +92,9 @@ msgid ""
"user. From the various contacts that we have with organizations working on "
"the ground, we know that Tails has been used by:"
msgstr ""
-"En octobre 2014, Tails a été utilisé [[quotidiennement|support/faq#boot-"
-"statistics]] par plus de 11 500 personnes. Les utilisateurs de Tor et de "
-"Tails ont des profils très divers. Cela augmente pour tous l'anonymat "
+"En octobre 2014, Tails a été utilisé [[quotidiennement|support/"
+"faq#boot_statistics]] par plus de 11 500 personnes. Les utilisateurs de Tor "
+"et de Tails ont des profils très divers. Cela augmente pour tous l'anonymat "
"fournit par ces outils en rendant plus difficile de cibler ou d'identifier "
"un type d’utilisateurs spécifique. Grâce aux nombreux contacts que nous "
"avons avec des organisations sur le terrain, nous savons que Tails a été "
diff --git a/wiki/src/news/why_we_need_donations.fr.po b/wiki/src/news/why_we_need_donations.fr.po
index 75f72911d5..285d670352 100644
--- a/wiki/src/news/why_we_need_donations.fr.po
+++ b/wiki/src/news/why_we_need_donations.fr.po
@@ -6,17 +6,15 @@
msgid ""
msgstr ""
"Project-Id-Version: Tails\n"
-"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-08-18 00:28+0000\n"
-"PO-Revision-Date: 2021-04-29 18:48+0000\n"
-"Last-Translator: nihei <nihei@???>\n"
+"PO-Revision-Date: 2016-10-16 15:12-0000\n"
+"Last-Translator: AtomiKe <tails@???>\n"
"Language-Team: Tails translators <tails@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
+"X-Generator: Poedit 1.6.10\n"

#. type: Plain text
#, no-wrap
@@ -141,6 +139,15 @@ msgstr ""
"une complète indépendance."

#. type: Plain text
+#, fuzzy
+#| msgid ""
+#| "From [[anonymized statistics|support/faq#boot_statistics]] on our website "
+#| "we know that Tails is used by around 18 000 people every day. **If each "
+#| "of them gave 12€, the price of a USB stick, our budget for the whole year "
+#| "would be raised within one day.** As you can see, funding Tails through "
+#| "donations is a realistic and our budget ridiculously small compared to "
+#| "the multibillionaire companies and agencies running the surveillance "
+#| "business."
msgid ""
"From [[anonymized statistics|support/faq#boot-statistics]] on our website we "
"know that Tails is used by around 18 000 people every day. **If each of them "
@@ -149,7 +156,7 @@ msgid ""
"a realistic and our budget ridiculously small compared to the "
"multibillionaire companies and agencies running the surveillance business."
msgstr ""
-"À partir de [[statistiques anonymisées|support/faq#boot-statistics]] sur "
+"À partir de [[statistiques anonymisées|support/faq#boot_statistics]] sur "
"notre site web nous savons que Tails est utilisé par environ 18 000 "
"personnes chaque jour. **Si chacune donnait 12€, le prix d'une clé USB, "
"notre budget pour l'année entière serait récolté en un jour.** Comme vous "
diff --git a/wiki/src/press.ru.po b/wiki/src/press.ru.po
index 6a60af8d4a..77355d252e 100644
--- a/wiki/src/press.ru.po
+++ b/wiki/src/press.ru.po
@@ -8,15 +8,15 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2021-01-14 07:54+0000\n"
-"PO-Revision-Date: 2021-05-10 13:23+0000\n"
-"Last-Translator: dedmoroz <cj75300@???>\n"
+"PO-Revision-Date: 2020-12-25 13:44+0000\n"
+"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
+"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"
"X-Generator: Weblate 3.11.3\n"

#. type: Plain text
@@ -28,7 +28,6 @@ msgstr ""
#, no-wrap
msgid "[[!meta stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]]\n"
msgstr ""
-"[[!meta stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]]\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/sandbox.fr.po b/wiki/src/sandbox.fr.po
index f8c9fdca25..7ea5290cde 100644
--- a/wiki/src/sandbox.fr.po
+++ b/wiki/src/sandbox.fr.po
@@ -6,15 +6,15 @@ msgid ""
msgstr ""
"Project-Id-Version: Tails\n"
"POT-Creation-Date: 2020-12-29 11:20+0000\n"
-"PO-Revision-Date: 2021-05-10 19:40+0000\n"
-"Last-Translator: nihei <nihei@???>\n"
+"PO-Revision-Date: 2019-09-04 12:17+0200\n"
+"Last-Translator: intrigeri <intrigeri@???>\n"
"Language-Team: french <debian-l10n-french@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bits\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
+"X-Generator: Weblate 2.20\n"

#. type: Plain text
msgid "This is the SandBox."
@@ -23,16 +23,16 @@ msgstr "Ceci est le bac à sable."
#. type: Plain text
#, no-wrap
msgid "*emphasised* text.\n"
-msgstr "texte *mis en valeur*.\n"
+msgstr ""

#. type: Title #
#, no-wrap
msgid "GitLab syntax"
-msgstr "Syntaxe GitLab"
+msgstr ""

#. type: Plain text
msgid "- MR: !123 - issue: #18079"
-msgstr "- MR: !123 - issue: #18079"
+msgstr ""

#. type: Title #
#, no-wrap
@@ -74,10 +74,6 @@ msgid ""
"* more nests\n"
"1. And another..\n"
msgstr ""
-"1. Un autre\n"
-"* élément imbriqué\n"
-"* plus d'imbrications\n"
-"1. Et un autre..\n"

#. type: Plain text
msgid "Bulleted list:"
@@ -85,7 +81,7 @@ msgstr "Liste à puces :"

#. type: Bullet: '* '
msgid "*item*"
-msgstr "*élément*"
+msgstr "*élement*"

#. type: Plain text
#, no-wrap
@@ -95,10 +91,6 @@ msgid ""
" - 2nd item in nested list\n"
" - 3rd item in nested list\n"
msgstr ""
-"* élément\n"
-" - 1er élément de la liste imbriquée\n"
-" - 2ème élément de la liste imbriquée\n"
-" - 3ème élément de la liste imbriquée\n"

#. type: Plain text
msgid "Internal:"
@@ -133,17 +125,21 @@ msgid "<a href=\"http://example.com/bla\">bla</a>"
msgstr "<a href=\"http://example.com/bla\">bla</a>"

#. type: Bullet: '* '
+#, fuzzy
+#| msgid "<a href=\"http://example.com/bla\">bla</a>"
msgid "<a href=\"http://example.com/ble\">ble</a>"
-msgstr "<a href=\"http://example.com/ble\">ble</a>"
+msgstr "<a href=\"http://example.com/bla\">bla</a>"

#. type: Title ##
#, no-wrap
msgid "Heading level 2"
-msgstr "En-tête de niveau 2"
+msgstr ""

#. type: Plain text
+#, fuzzy
+#| msgid "Another."
msgid "Another test."
-msgstr "Un autre test."
+msgstr "Un autre."

#~ msgid "item"
#~ msgstr "élement"
diff --git a/wiki/src/security.ru.po b/wiki/src/security.ru.po
index 38f8ed11b5..e56f2382a8 100644
--- a/wiki/src/security.ru.po
+++ b/wiki/src/security.ru.po
@@ -8,16 +8,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-12-16 06:33+0000\n"
-"PO-Revision-Date: 2021-05-10 13:23+0000\n"
-"Last-Translator: dedmoroz <cj75300@???>\n"
+"PO-Revision-Date: 2018-07-02 07:53+0000\n"
+"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
-"X-Generator: Weblate 3.11.3\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"
+"X-Generator: Weblate 2.10.1\n"

#. type: Plain text
#, no-wrap
@@ -28,7 +28,6 @@ msgstr ""
#, no-wrap
msgid "[[!meta stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]]\n"
msgstr ""
-"[[!meta stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]]\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/support.ru.po b/wiki/src/support.ru.po
index 6f152bd6a7..14ac593092 100644
--- a/wiki/src/support.ru.po
+++ b/wiki/src/support.ru.po
@@ -8,16 +8,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-12-22 20:32+0000\n"
-"PO-Revision-Date: 2021-05-10 13:23+0000\n"
-"Last-Translator: dedmoroz <cj75300@???>\n"
+"PO-Revision-Date: 2018-07-02 07:45+0000\n"
+"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
-"X-Generator: Weblate 3.11.3\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"
+"X-Generator: Weblate 2.10.1\n"

#. type: Plain text
#, no-wrap
@@ -28,7 +28,6 @@ msgstr ""
#, no-wrap
msgid "[[!meta stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]]\n"
msgstr ""
-"[[!meta stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]]\n"

#. type: Title =
#, no-wrap
diff --git a/wiki/src/support/faq.ru.po b/wiki/src/support/faq.ru.po
index 06e1a84e12..95b16b2584 100644
--- a/wiki/src/support/faq.ru.po
+++ b/wiki/src/support/faq.ru.po
@@ -8,15 +8,15 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2021-04-20 15:20+0000\n"
-"PO-Revision-Date: 2021-05-10 13:23+0000\n"
+"PO-Revision-Date: 2021-04-04 19:06+0000\n"
"Last-Translator: dedmoroz <cj75300@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
+"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"
"X-Generator: Weblate 3.11.3\n"

#. type: Plain text
@@ -1205,9 +1205,9 @@ msgid ""
msgstr ""

#. type: Plain text
-#, no-wrap
+#, fuzzy, no-wrap
msgid "<div class=\"next\">\n"
-msgstr "<div class=\"next\">\n"
+msgstr "<div class=\"note\">\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/support/known_issues.mdwn b/wiki/src/support/known_issues.mdwn
index 53bd43a881..a71ef5da84 100644
--- a/wiki/src/support/known_issues.mdwn
+++ b/wiki/src/support/known_issues.mdwn
@@ -371,7 +371,7 @@ as some Microsoft Surface Pro models, Tails fails to connect to
Wi-Fi networks.

If you experience this problem, you can try to [[disable MAC address
-spoofing|doc/first_steps/welcome_screen/mac_spoofing]] that sometimes
+anonymization|doc/first_steps/welcome_screen/mac_spoofing]] that sometimes
fixes it.

<h2 id="rtl8723be">RTL8723BE PCIe Wireless Network Adapter</h2>
diff --git a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.ar.po b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.ar.po
index 054031b8c1..e28afce804 100644
--- a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.ar.po
+++ b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.ar.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-03 06:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Importing OpenPGP public keys using the *Passwords and Keys* utility is "
diff --git a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.ca.po b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.ca.po
index ff6805d5e2..b98f98595a 100644
--- a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.ca.po
+++ b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.ca.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-03 06:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Importing OpenPGP public keys using the *Passwords and Keys* utility is "
diff --git a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.de.po b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.de.po
index 64c011e564..761bc5c431 100644
--- a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.de.po
+++ b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.de.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-03 06:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Importing OpenPGP public keys using the *Passwords and Keys* utility is "
diff --git a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.es.po b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.es.po
index 64c011e564..761bc5c431 100644
--- a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.es.po
+++ b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.es.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-03 06:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Importing OpenPGP public keys using the *Passwords and Keys* utility is "
diff --git a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.fa.po b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.fa.po
index 64c011e564..761bc5c431 100644
--- a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.fa.po
+++ b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.fa.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-03 06:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Importing OpenPGP public keys using the *Passwords and Keys* utility is "
diff --git a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.fr.po b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.fr.po
index 43990f4e7c..2ca0dfb7b7 100644
--- a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.fr.po
+++ b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.fr.po
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
+"POT-Creation-Date: 2020-06-03 06:18+0000\n"
+"PO-Revision-Date: 2021-04-16 17:06+0000\n"
"Last-Translator: Chre <tor@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: fr\n"
@@ -17,19 +17,14 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.11.3\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
-
#. type: Plain text
msgid ""
"Importing OpenPGP public keys using the *Passwords and Keys* utility is "
"broken since Tails 4.0 (October 2019). ([[!tails_ticket 17183]])"
msgstr ""
"L'importation de clés publiques OpenPGP à l'aide de l'utilitaire *Mots de "
-"passe et clés* ne fonctionne plus depuis Tails 4.0 (Octobre 2019). ([[!"
-"tails_ticket 17183]])"
+"passe et clés* ne fonctionne plus depuis Tails 4.0 (Octobre 2019). ([["
+"!tails_ticket 17183]])"

#. type: Plain text
msgid "Do so from the *Files* browser instead:"
diff --git a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.id.po b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.id.po
index 5ef79982c5..9a405b1339 100644
--- a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.id.po
+++ b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.id.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-03 06:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Importing OpenPGP public keys using the *Passwords and Keys* utility is "
diff --git a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.it.po b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.it.po
index 64c011e564..761bc5c431 100644
--- a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.it.po
+++ b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.it.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-03 06:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Importing OpenPGP public keys using the *Passwords and Keys* utility is "
diff --git a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.mdwn b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.mdwn
index 7b04fd303c..a1575d6de9 100644
--- a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.mdwn
+++ b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.mdwn
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
Importing OpenPGP public keys using the *Passwords and Keys* utility is broken
since Tails 4.0 (October 2019). ([[!tails_ticket 17183]])

diff --git a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.pl.po b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.pl.po
index 55d227adc7..64084a35b8 100644
--- a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.pl.po
+++ b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.pl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-03 06:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Importing OpenPGP public keys using the *Passwords and Keys* utility is "
diff --git a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.pt.po b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.pt.po
index 64c011e564..761bc5c431 100644
--- a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.pt.po
+++ b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.pt.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-03 06:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Importing OpenPGP public keys using the *Passwords and Keys* utility is "
diff --git a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.ru.po b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.ru.po
index 6410b68f41..14055dcb37 100644
--- a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.ru.po
+++ b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.ru.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-03 06:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Importing OpenPGP public keys using the *Passwords and Keys* utility is "
diff --git a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.sr_Latn.po b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.sr_Latn.po
index edaa4ac84c..de8db6ac34 100644
--- a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.sr_Latn.po
+++ b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.sr_Latn.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-03 06:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Importing OpenPGP public keys using the *Passwords and Keys* utility is "
diff --git a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.tr.po b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.tr.po
index b403204f5e..616730c40a 100644
--- a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.tr.po
+++ b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.tr.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-03 06:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Importing OpenPGP public keys using the *Passwords and Keys* utility is "
diff --git a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.zh.po b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.zh.po
index cdd9ee90fb..5d902d477a 100644
--- a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.zh.po
+++ b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.zh.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-03 06:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Importing OpenPGP public keys using the *Passwords and Keys* utility is "
diff --git a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.zh_TW.po b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.zh_TW.po
index 1cc98d86a1..adfa0aa3f0 100644
--- a/wiki/src/support/known_issues/import_broken_in_seahorse.inline.zh_TW.po
+++ b/wiki/src/support/known_issues/import_broken_in_seahorse.inline.zh_TW.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2020-06-03 06:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
msgid ""
"Importing OpenPGP public keys using the *Passwords and Keys* utility is "
diff --git a/wiki/src/support/talk/languages.inline.ar.po b/wiki/src/support/talk/languages.inline.ar.po
index 9dec16e849..d628fda6bd 100644
--- a/wiki/src/support/talk/languages.inline.ar.po
+++ b/wiki/src/support/talk/languages.inline.ar.po
@@ -7,20 +7,15 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2017-06-29 12:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: ar\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<p>We answer requests in:</p>\n"
diff --git a/wiki/src/support/talk/languages.inline.ca.po b/wiki/src/support/talk/languages.inline.ca.po
index 52467baa52..64a2e47639 100644
--- a/wiki/src/support/talk/languages.inline.ca.po
+++ b/wiki/src/support/talk/languages.inline.ca.po
@@ -7,20 +7,15 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2016-03-14 01:05+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: ca\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<p>We answer requests in:</p>\n"
diff --git a/wiki/src/support/talk/languages.inline.de.po b/wiki/src/support/talk/languages.inline.de.po
index 4226c4d2c7..09d0bdce8a 100644
--- a/wiki/src/support/talk/languages.inline.de.po
+++ b/wiki/src/support/talk/languages.inline.de.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Tails\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2015-08-12 19:32+0300\n"
"PO-Revision-Date: 2015-10-03 09:27+0100\n"
"Last-Translator: Tails translators <tails@???>\n"
"Language-Team: Tails translators <tails@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.6.10\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<p>We answer requests in:</p>\n"
diff --git a/wiki/src/support/talk/languages.inline.es.po b/wiki/src/support/talk/languages.inline.es.po
index b7e6122ec3..3f16d066ac 100644
--- a/wiki/src/support/talk/languages.inline.es.po
+++ b/wiki/src/support/talk/languages.inline.es.po
@@ -5,11 +5,11 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2018-01-17 16:52+0000\n"
"PO-Revision-Date: 2018-01-17 10:25+0000\n"
"Last-Translator: Joaquín Serna <bubuanabelas@???>\n"
-"Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/"
-"languagesinline/es/>\n"
+"Language-Team: Spanish "
+"<http://translate.tails.boum.org/projects/tails/languagesinline/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -17,11 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.10.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<p>We answer requests in:</p>\n"
@@ -50,5 +45,6 @@ msgid ""
"<p>Requests not in English might take longer to answer.\n"
"Imperfect English is welcome :)</p>\n"
msgstr ""
-"<p>Solicitudes en idiomas distintos al inglés pueden tardar más en responderse.\n"
+"<p>Solicitudes en idiomas distintos al inglés pueden tardar más en "
+"responderse.\n"
"El inglés imperfecto es bienvenido :)</p>\n"
diff --git a/wiki/src/support/talk/languages.inline.fa.po b/wiki/src/support/talk/languages.inline.fa.po
index a5422f3491..9d7ede7003 100644
--- a/wiki/src/support/talk/languages.inline.fa.po
+++ b/wiki/src/support/talk/languages.inline.fa.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2015-09-24 12:27+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<p>We answer requests in:</p>\n"
diff --git a/wiki/src/support/talk/languages.inline.fr.po b/wiki/src/support/talk/languages.inline.fr.po
index d2f8eb9498..dbde25f187 100644
--- a/wiki/src/support/talk/languages.inline.fr.po
+++ b/wiki/src/support/talk/languages.inline.fr.po
@@ -6,22 +6,15 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
-"PO-Revision-Date: 2021-05-10 18:23+0000\n"
-"Last-Translator: Chre <tor@???>\n"
+"POT-Creation-Date: 2015-08-12 19:32+0300\n"
+"PO-Revision-Date: 2015-10-09 23:31+0100\n"
+"Last-Translator: AtomiKe <tails@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.11.3\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr "[[!meta robots=\"noindex\"]]\n"
+"X-Generator: Poedit 1.6.10\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/support/talk/languages.inline.id.po b/wiki/src/support/talk/languages.inline.id.po
index 40c4438f6b..845ecd1521 100644
--- a/wiki/src/support/talk/languages.inline.id.po
+++ b/wiki/src/support/talk/languages.inline.id.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Tails\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2015-08-12 19:32+0300\n"
"PO-Revision-Date: 2015-10-03 09:27+0100\n"
"Last-Translator: Tails translators <tails@???>\n"
"Language-Team: Tails translators <tails@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.6.10\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<p>We answer requests in:</p>\n"
diff --git a/wiki/src/support/talk/languages.inline.it.po b/wiki/src/support/talk/languages.inline.it.po
index d2d004a59f..0d26a9a804 100644
--- a/wiki/src/support/talk/languages.inline.it.po
+++ b/wiki/src/support/talk/languages.inline.it.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2015-11-19 23:06+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: ita <transitails@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<p>We answer requests in:</p>\n"
diff --git a/wiki/src/support/talk/languages.inline.mdwn b/wiki/src/support/talk/languages.inline.mdwn
index 4ec7edf356..aae0564e77 100644
--- a/wiki/src/support/talk/languages.inline.mdwn
+++ b/wiki/src/support/talk/languages.inline.mdwn
@@ -1,5 +1,3 @@
-[[!meta robots="noindex"]]
-
<p>We answer requests in:</p>

<ul>
diff --git a/wiki/src/support/talk/languages.inline.pl.po b/wiki/src/support/talk/languages.inline.pl.po
index 0516fd95aa..64a2e47639 100644
--- a/wiki/src/support/talk/languages.inline.pl.po
+++ b/wiki/src/support/talk/languages.inline.pl.po
@@ -7,20 +7,15 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2016-03-14 01:05+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: pl\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<p>We answer requests in:</p>\n"
diff --git a/wiki/src/support/talk/languages.inline.pt.po b/wiki/src/support/talk/languages.inline.pt.po
index 0b16cc6cb2..86edabb235 100644
--- a/wiki/src/support/talk/languages.inline.pt.po
+++ b/wiki/src/support/talk/languages.inline.pt.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Tails 2.2.1\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2015-08-12 19:32+0300\n"
"PO-Revision-Date: 2016-04-29 23:58-0300\n"
"Last-Translator: Tails Developers <amnesia@???>\n"
"Language-Team: Tails translators <tails@???>\n"
@@ -16,11 +16,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.6.10\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<p>We answer requests in:</p>\n"
diff --git a/wiki/src/support/talk/languages.inline.ru.po b/wiki/src/support/talk/languages.inline.ru.po
index ec0d059fce..d628fda6bd 100644
--- a/wiki/src/support/talk/languages.inline.ru.po
+++ b/wiki/src/support/talk/languages.inline.ru.po
@@ -7,20 +7,15 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2017-06-29 12:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: ru\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<p>We answer requests in:</p>\n"
diff --git a/wiki/src/support/talk/languages.inline.sr_Latn.po b/wiki/src/support/talk/languages.inline.sr_Latn.po
index d63fc54075..b70db0f6fc 100644
--- a/wiki/src/support/talk/languages.inline.sr_Latn.po
+++ b/wiki/src/support/talk/languages.inline.sr_Latn.po
@@ -7,20 +7,15 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2018-07-28 08:15+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: sr_Latn\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<p>We answer requests in:</p>\n"
diff --git a/wiki/src/support/talk/languages.inline.tr.po b/wiki/src/support/talk/languages.inline.tr.po
index f24e954c77..64a2e47639 100644
--- a/wiki/src/support/talk/languages.inline.tr.po
+++ b/wiki/src/support/talk/languages.inline.tr.po
@@ -7,20 +7,15 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2016-03-14 01:05+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: tr\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<p>We answer requests in:</p>\n"
diff --git a/wiki/src/support/talk/languages.inline.zh.po b/wiki/src/support/talk/languages.inline.zh.po
index b0c05b4795..d628fda6bd 100644
--- a/wiki/src/support/talk/languages.inline.zh.po
+++ b/wiki/src/support/talk/languages.inline.zh.po
@@ -7,20 +7,15 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2017-06-29 12:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@???>\n"
-"Language: zh\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<p>We answer requests in:</p>\n"
diff --git a/wiki/src/support/talk/languages.inline.zh_TW.po b/wiki/src/support/talk/languages.inline.zh_TW.po
index b1cb9e2067..0eb84d0a48 100644
--- a/wiki/src/support/talk/languages.inline.zh_TW.po
+++ b/wiki/src/support/talk/languages.inline.zh_TW.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
-"POT-Creation-Date: 2021-05-10 15:03+0000\n"
+"POT-Creation-Date: 2018-03-13 14:19+0000\n"
"PO-Revision-Date: 2018-11-02 08:51+0000\n"
"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
@@ -18,11 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 2.19.1\n"

-#. type: Plain text
-#, no-wrap
-msgid "[[!meta robots=\"noindex\"]]\n"
-msgstr ""
-
#. type: Plain text
#, no-wrap
msgid "<p>We answer requests in:</p>\n"
diff --git a/wiki/src/torrents/files/tails-amd64-4.19~beta1.img.sig b/wiki/src/torrents/files/tails-amd64-4.19~beta1.img.sig
deleted file mode 100644
index 25c18f8b8c..0000000000
--- a/wiki/src/torrents/files/tails-amd64-4.19~beta1.img.sig
+++ /dev/null
@@ -1,16 +0,0 @@
------BEGIN PGP SIGNATURE-----
-
-iQIzBAABCgAdFiEEBUafuF6tZYm0PUHT0h2tOK8oHAsFAmCIFN0ACgkQ0h2tOK8o
-HAuNXQ//Xb3vq+w91Pp7iPQSFA2auh1R7tC0yUyoPQqIUicG62Yi8IvP0M9/Vl6H
-FI0F+7IbFKFMZvfquiDiufSUZLR3GYrQJh/z/zQcg0EN7B2Cw7KhGG37kajyHd9f
-FyMtPAYkpRqEXrqSp7kk+FgYNi4vmwuz+gTGP6eMPsN4YN3fCNm/+r9gYf3UHziv
-eutRn/vg0ptCJVLCgsLWYco/jNm44j87/jUPM518nbANRpopcLkHxuVfA/3NT1Lo
-NpjQtBbCLv0OXsRnAKFgDfk6dVpxHOu4yD2QKbpak6VmjrgWLHHsGnxdz23WpVS5
-O1MlVGY178uwhYBMVDBl2pLbs9XDdCKcFhOS7nvVm5TtVkkTgR58+HpVwyw/CDcA
-gOvE0qld817YVEbJsHTVTyQ/MjGTmyQsDXBRHZY1zoEVozDltVq1ZKc4q1YnHMl3
-cyrY12DQqewJOO6ufg8FL5jYOGlgAtR4XKYjnftRq8yhoGK/JUALtmu1NEpSMrsr
-uVVCfIHzsC45ELx08wrlohmwL1mH8d14kmqtQezYkRq+VrF45eSK1oy03LO4PrSS
-WBEFdsI10XOLdJGxmYAFmX0G487PQoZOm5MZfmvowCZfjlBUqdJ6+0WBkpbICTZU
-4DGoa9syMl4S6mu928tQle0OYsc0I7XUyl7Igg9B0UnUu4Z1dtE=
-=pA11
------END PGP SIGNATURE-----
diff --git a/wiki/src/torrents/files/tails-amd64-4.19~beta1.img.torrent b/wiki/src/torrents/files/tails-amd64-4.19~beta1.img.torrent
deleted file mode 100644
index 63efc92300..0000000000
Binary files a/wiki/src/torrents/files/tails-amd64-4.19~beta1.img.torrent and /dev/null differ
diff --git a/wiki/src/torrents/files/tails-amd64-4.19~beta1.iso.sig b/wiki/src/torrents/files/tails-amd64-4.19~beta1.iso.sig
deleted file mode 100644
index 5197e78fab..0000000000
--- a/wiki/src/torrents/files/tails-amd64-4.19~beta1.iso.sig
+++ /dev/null
@@ -1,16 +0,0 @@
------BEGIN PGP SIGNATURE-----
-
-iQIzBAABCgAdFiEEBUafuF6tZYm0PUHT0h2tOK8oHAsFAmCIFNYACgkQ0h2tOK8o
-HAunrhAAv90rsuMs5OBkh+O0RBZGoaCu6qImtYV1T/GbqE57kMDCXw5GZc4LE+Cz
-inX18jY9VY6yG4C9uL9jAXtWCn3RyRd2Mu+54KrzdcG4FsLNOWmMLZE2lrHtdVzI
-oLW5awBBAxP3JBLWChcwTKUETskEs1HYzq5MrLs2QuNF0cizyCq9EbMkvriDYBnF
-mWmvGdH/1juWjVDPklO7Yd978/5qw+cVx44KtQwNDTUBl+C7Mo3gFE9y0GQ0Dl6V
-bKc6eaNlihk4pykDlDl59xzhWivPRl1Oc96t6l7k8NC+Woi6+VhsFjQNJCBMGp2T
-bwViR/lkDzOd1qoHLrE9tZots5xStqyzEloSGDvVXq73kHkaOmGBR310ioyzdy5q
-xzaoqYd51oTh2ZneIu8IOEqwIYJW9h9i5X5XFInn95bkvsZzIXLzfuPiyOze3v/b
-voWdBbIUS8DJWEvaas9bEBw+M+0lqI+hFJyfCQA3Glgy+oIDxgLyPgzljxlLPfKk
-Oimm5SUaIEVgBY2AF47KfHv32CgqODSlhaxAkE4WDWaIFdAhr4S5cBqWZ7d+y8sn
-/yr6Dvt1K77d8e3xXv8TWKxXCaQoTSh2xRpdly01XFgpLL5Q7OyfVMphIc1jw6XA
-z8W1jQ0kdaHmTQPrlKdeOXUlz0B8eCkz0MaVbyxq3cx1E6HdzsM=
-=xtwU
------END PGP SIGNATURE-----
diff --git a/wiki/src/torrents/files/tails-amd64-4.19~beta1.iso.torrent b/wiki/src/torrents/files/tails-amd64-4.19~beta1.iso.torrent
deleted file mode 100644
index 236fa042a6..0000000000
Binary files a/wiki/src/torrents/files/tails-amd64-4.19~beta1.iso.torrent and /dev/null differ
diff --git a/wiki/src/upgrade.ru.po b/wiki/src/upgrade.ru.po
index 01d6de342f..b233fb86cc 100644
--- a/wiki/src/upgrade.ru.po
+++ b/wiki/src/upgrade.ru.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: tails-l10n@???\n"
"POT-Creation-Date: 2020-12-04 17:08+0000\n"
-"PO-Revision-Date: 2021-05-10 13:23+0000\n"
-"Last-Translator: dedmoroz <cj75300@???>\n"
+"PO-Revision-Date: 2020-12-25 17:44+0000\n"
+"Last-Translator: emmapeel <emma.peel@???>\n"
"Language-Team: LANGUAGE <LL@???>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
@@ -28,7 +28,6 @@ msgstr ""
#, no-wrap
msgid "[[!meta stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]]\n"
msgstr ""
-"[[!meta stylesheet=\"hide-breadcrumbs\" rel=\"stylesheet\" title=\"\"]]\n"

#. type: Plain text
#, no-wrap
diff --git a/wiki/src/upgrade/v2/Tails/4.17.1/amd64/alpha/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.17.1/amd64/alpha/upgrades.yml
deleted file mode 100644
index aadc2315c6..0000000000
--- a/wiki/src/upgrade/v2/Tails/4.17.1/amd64/alpha/upgrades.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-build-target: amd64
-channel: alpha
-initial-install-version: 4.17.1
-product-name: Tails
diff --git a/wiki/src/upgrade/v2/Tails/4.17.1/amd64/alpha/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.17.1/amd64/alpha/upgrades.yml.pgp
deleted file mode 100644
index f2143c3012..0000000000
--- a/wiki/src/upgrade/v2/Tails/4.17.1/amd64/alpha/upgrades.yml.pgp
+++ /dev/null
@@ -1,7 +0,0 @@
------BEGIN PGP SIGNATURE-----
-
-iHUEABYKAB0WIQTNTUNRr6aTP1dKmvuQsrS9eu0jXwUCYFiTUAAKCRCQsrS9eu0j
-X7DTAQCr6vFnMUwBaMeWVCpMQI55HqwanP+TSC0WA4WQyHGJoQEA6hvIbamwHSI8
-I2RtpBrcT83SSN6aqnd2GciFyChd9As=
-=noay
------END PGP SIGNATURE-----
diff --git a/wiki/src/upgrade/v2/Tails/4.17.1/amd64/stable/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.17.1/amd64/stable/upgrades.yml
deleted file mode 100644
index 610e16df45..0000000000
--- a/wiki/src/upgrade/v2/Tails/4.17.1/amd64/stable/upgrades.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-build-target: amd64
-channel: stable
-initial-install-version: 4.17.1
-product-name: Tails
diff --git a/wiki/src/upgrade/v2/Tails/4.17.1/amd64/stable/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.17.1/amd64/stable/upgrades.yml.pgp
deleted file mode 100644
index 0e58abc5a5..0000000000
--- a/wiki/src/upgrade/v2/Tails/4.17.1/amd64/stable/upgrades.yml.pgp
+++ /dev/null
@@ -1,7 +0,0 @@
------BEGIN PGP SIGNATURE-----
-
-iHUEABYKAB0WIQTNTUNRr6aTP1dKmvuQsrS9eu0jXwUCYFiTTwAKCRCQsrS9eu0j
-X6qLAQC8cmbwBL6jBBV1whyb0/ymqsorm8bgSw18LvCRrCttSgEAs6MFd2inEOu2
-htaTzzXvhhbojKkJLzEerMFhfCULdwc=
-=JvBi
------END PGP SIGNATURE-----
diff --git a/wiki/src/upgrade/v2/Tails/4.19~beta1/amd64/alpha/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.19~beta1/amd64/alpha/upgrades.yml
deleted file mode 100644
index c997b2d65a..0000000000
--- a/wiki/src/upgrade/v2/Tails/4.19~beta1/amd64/alpha/upgrades.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-build-target: amd64
-channel: alpha
-initial-install-version: 4.19~beta1
-product-name: Tails
diff --git a/wiki/src/upgrade/v2/Tails/4.19~beta1/amd64/alpha/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.19~beta1/amd64/alpha/upgrades.yml.pgp
deleted file mode 100644
index 6f308bbfee..0000000000
--- a/wiki/src/upgrade/v2/Tails/4.19~beta1/amd64/alpha/upgrades.yml.pgp
+++ /dev/null
@@ -1,16 +0,0 @@
------BEGIN PGP SIGNATURE-----
-
-iQIzBAABCgAdFiEEBUafuF6tZYm0PUHT0h2tOK8oHAsFAmCIHVMACgkQ0h2tOK8o
-HAtglg/+OgkYg+PXtd1Y1SD6+mpuA3a/n0/MYqJgU1JzbqjcuHE4erb5YTLk/EZc
-jZlcGia8BeotRdj8EFe5RFBT1xpzDz2peLV5GJn/cbvMX03sL9SE7Nnf0praTel1
-y2rqPmeaj/21Zr2on71BpbAMJwKg48J19WSrieZP3ClDNW1t/WTA6lZ/36gyTYd6
-dHEGxjv5Vr9GEaXR1DHwCF7uIMkKnrF1rhQ4Q/PTSAzTcXOC27pe14+YYtZQ4fhI
-YxsH2Q8aEz7yfcz5Al9qvdJcxydkO+n+IvKquUawAqmP5UcnevT7E26Kc4Haed89
-1+0YC45KR5WhxshEdSs33BK8r4cDkxzrowziAw5cFg2mzTpGUT+0PCbdsWugkyvJ
-u+/YsWtaSxrh4HknWl/GMKiML1rxOxi4n7IaURYX1w5+Mr6vGbq9lIC0W8LKwpq3
-7ONahP5GqP94nESUcuOVAUIUe6LDd+Xy1Cp9ppMEcZNdfHk5ndKlA5LWWRtyWaB0
-aOp7dzjuUREA6Tt/+NkWyXrkq6ENszY8flXAyhoKDHMDH3QNTRLkcWwRLZQ65h82
-UUCA9N3xt25AzFOnecfn/uOi2P1UErdtMG4ryxeUA7EWbWJBdhvNQs13xaIFj724
-091B4PrlIw1kHraUXZQX8FV/5P7081N3s8U07+fqWHTOTMPrnEA=
-=dqzx
------END PGP SIGNATURE-----
diff --git a/wiki/src/upgrade/v2/Tails/4.19~beta1/amd64/stable/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.19~beta1/amd64/stable/upgrades.yml
deleted file mode 100644
index e4ed76b0be..0000000000
--- a/wiki/src/upgrade/v2/Tails/4.19~beta1/amd64/stable/upgrades.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-build-target: amd64
-channel: stable
-initial-install-version: 4.19~beta1
-product-name: Tails
diff --git a/wiki/src/upgrade/v2/Tails/4.19~beta1/amd64/stable/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.19~beta1/amd64/stable/upgrades.yml.pgp
deleted file mode 100644
index 2d68a98fec..0000000000
--- a/wiki/src/upgrade/v2/Tails/4.19~beta1/amd64/stable/upgrades.yml.pgp
+++ /dev/null
@@ -1,16 +0,0 @@
------BEGIN PGP SIGNATURE-----
-
-iQIzBAABCgAdFiEEBUafuF6tZYm0PUHT0h2tOK8oHAsFAmCIHUsACgkQ0h2tOK8o
-HAuZgQ//bvTswJEEtk4c3IG/zHm7GKtWoFav9xpJ55G0oO38dlgkqjx83H4yWNbv
-mPvjIhmLMk4NieRfQ9NgsJNdh1fjviBqbMDa/ZJJljCMb4GB9cQVP299jbucXdoD
-/YeuLFzrGkFGLkqikTcRQW/iNnE8KF3m9C+0TeS+RczUx2ND6yqxJ/7y6AqYjWoM
-wPVPgIWV+BipJxc7IIk1infUFQSrJavUpLh5mWmi/Mnw1jQyZVsaIHb7TVvEBM1w
-Pq4rdupF8lzTkdk4YO1SSGqcBWbY7Q9CsSU9j0g8Pz2eMlLfd5aM6SOs8UnHfInG
-PP/0EZKZh33F59yyKo/OBg0LwkfeQmSz3LZDw4DIb19XMU1N3DxgOAvwZvZN+mB5
-cLt0wPnf3qesfdc3aC5Na35D8ji1P0eUo3N+1jiQCkAhQa7uLPmzNlN7FqlOIhtk
-gFRj8IcrX1Ubn0X+31uspN0GpcsDnrHiZXhyN2Avr6sncAps7LHSz7Tm1CnO7UFk
-8yqbDQJjL6Ly+U7jWaCXa4GRNv3XGPZqdffmFTbTPRSuKjEd9R+bD7brAx7xVunM
-7FEdidkCG4Gctof8zKOeLwZeqT4kX2jlEdkjTS+k23iDT6j0OOHii/fiU6FfaPfY
-UUb8ND0ZQdF00mIYcZ6DN3ea4igTwZwb6QXvq2LTdK1XZZG9/iw=
-=bXEy
------END PGP SIGNATURE-----